orthodox saint cult
This commit is contained in:
parent
6f18efe60e
commit
acaf81bcdd
10 changed files with 299 additions and 10 deletions
|
|
@ -155,6 +155,101 @@ select_personal_deity_folketero_decision = {
|
|||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
select_personal_deity_orthodox_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
|
||||
}
|
||||
desc = select_personal_deity_orthodox_decision_desc
|
||||
selection_tooltip = select_personal_deity_orthodox_decision_tooltip
|
||||
|
||||
is_shown = {
|
||||
# Following a valid religion & faith.
|
||||
faith = faith:orthodox
|
||||
|
||||
faith = { has_doctrine_parameter = select_personal_god_active }
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
# Have to at _least_ not be in piety debt.
|
||||
piety >= 0
|
||||
}
|
||||
|
||||
cooldown = { years = 2 }
|
||||
|
||||
effect = {
|
||||
# Show the possible options.
|
||||
show_as_tooltip = {
|
||||
random_list = {
|
||||
desc = select_personal_deity_orthodox_decision_tt
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_paisos
|
||||
add_character_modifier = bhakti_orthodox_paisos
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_gabriel
|
||||
add_character_modifier = bhakti_orthodox_gabriel
|
||||
}
|
||||
100 = {
|
||||
trigger = {is_vaguely_nistrenian_bhakti_trigger = yes}
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_adriana
|
||||
add_character_modifier = bhakti_orthodox_adriana
|
||||
}
|
||||
100 = {
|
||||
trigger = {is_vaguely_nistrenian_bhakti_trigger = no}
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_olga
|
||||
add_character_modifier = bhakti_orthodox_olga
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_palamas
|
||||
add_character_modifier = bhakti_orthodox_palamas
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_surgeon
|
||||
add_character_modifier = bhakti_orthodox_surgeon
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_lazar
|
||||
add_character_modifier = bhakti_orthodox_lazar
|
||||
}
|
||||
100 = {
|
||||
show_chance = no
|
||||
desc = select_personal_deity_orthodox_decision.select_theotokos
|
||||
add_character_modifier = bhakti_orthodox_theotokos
|
||||
}
|
||||
}
|
||||
}
|
||||
# And the actual effect.
|
||||
trigger_event = NEOW_religious_decision.0104
|
||||
}
|
||||
|
||||
ai_check_interval = 96
|
||||
|
||||
ai_potential = {
|
||||
piety >= minor_piety_value
|
||||
NOR = {
|
||||
has_character_modifier = bhakti_orthodox_olaf
|
||||
has_character_modifier = bhakti_orthodox_lucia
|
||||
has_character_modifier = bhakti_orthodox_jesus
|
||||
has_character_modifier = bhakti_orthodox_per
|
||||
}
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue