
Action
Favor Buddhist Schools
We can choose to favor Buddhism schools, so that we can officially endorse one of them.
Definitionin_game/common/generic_actions/religious_factions.txt:1077
1078type = religiousfaction
1080sound = UI_action_religion_generic
1082potential = {
1083scope:actor.religion = {
1084has_religious_factions = yes
}
}
1094cooldown = {
1095type = favor_buddhist_schools_from_religious_sects
1096years = 10
}
1099automation_tick = never
1100automation_tick_frequency = 12
1102ai_tick = monthly
1103ai_tick_frequency = 12
1105price = price:favor_buddhist_schools_from_religious_sects
1107select_trigger = {
1108looking_for_a = religion
1109source = actor
1110target_flag = recipient
1111name = "choose_religion" Choose the Religion:
1112column = {
1113data = name
}
}
1117effect = {
1118scope:actor ?= {
1119if = {
}
1123add_country_modifier = {
}
}
}
1127ai_will_do = {
1128add = "scope:actor.add_static_modifier_utility(favoring_buddhism_schools)"
1129subtract = "scope:actor.add_static_modifier_utility(favoring_kami_worship)"
}