﻿start_eternal_light_faith_decision = {
    picture = {
        reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
    }

    decision_group_type = major

    title = start_eternal_light_faith_decision
    desc = start_eternal_light_faith_decision_desc
    selection_tooltip = start_eternal_light_faith_decision_tooltip
    confirm_text = start_eternal_light_faith_decision_confirm

    ai_check_interval = 60

    is_shown = {
        is_ruler = yes
        has_trait = angel_full_god
        NOT = { faith = faith:god_light_faith }
    }

    is_valid = {
        is_adult = yes
        is_alive = yes
    }

    effect = {
        trigger_event = { id = religion_01_event.1000 }
    }

    cost = {
        piety = 2500
    }

    ai_potential = {
        always = no
    }

    ai_will_do = {
        base = 0
    }
}

start_eternal_dark_faith_decision = {
    picture = {
        reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
    }

    decision_group_type = major

    title = start_eternal_dark_faith_decision
    desc = start_eternal_dark_faith_decision_desc
    selection_tooltip = start_eternal_dark_faith_decision_tooltip
    confirm_text = start_eternal_dark_faith_decision_confirm

    ai_check_interval = 60

    is_shown = {
        is_ruler = yes
        has_trait = fallen_god
        NOT = { faith = faith:god_dark_faith }
    }

    is_valid = {
        is_adult = yes
        is_alive = yes
    }

    effect = {
        trigger_event = { id = religion_01_event.2000 }
    }

    cost = {
        prestige = 2500
    }

    ai_potential = {
        always = no
    }

    ai_will_do = {
        base = 0
    }
}
