Big Folktero update

This commit is contained in:
edwardtheelbowhigh 2026-05-29 00:57:10 +01:00
parent edf0ab3e2e
commit a07d9938c8
12 changed files with 242 additions and 138 deletions

View file

@ -83,6 +83,78 @@
}
}
ai_will_do = {
base = 100
}
}
select_personal_deity_folketero_decision = {
picture = {
reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds"
}
desc = select_personal_deity_folketero_decision_desc
selection_tooltip = select_personal_deity_folketero_decision_tooltip
is_shown = {
# Following a valid religion & faith.
faith = faith:folketro
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_folketero_decision_tt
100 = {
show_chance = no
desc = select_personal_deity_folketero_decision.select_jesus
add_character_modifier = bhakti_folketero_jesus
}
100 = {
show_chance = no
desc = select_personal_deity_folketero_decision.select_per
add_character_modifier = bhakti_folketero_per
}
100 = {
show_chance = no
desc = select_personal_deity_folketero_decision.select_lucia
add_character_modifier = bhakti_folketero_lucia
}
100 = {
show_chance = no
desc = select_personal_deity_folketero_decision.select_olaf
add_character_modifier = bhakti_folketero_olaf
}
}
}
# And the actual effect.
trigger_event = NEOW_religious_decision.0103
}
ai_check_interval = 96
ai_potential = {
piety >= minor_piety_value
NOR = {
has_character_modifier = bhakti_folketero_olaf
has_character_modifier = bhakti_folketero_lucia
has_character_modifier = bhakti_folketero_jesus
has_character_modifier = bhakti_folketero_per
}
}
ai_will_do = {
base = 100
}