
Action
Balance Kami and Buddha
We will keep the worship of Kami and the teachings of Buddha balanced.
Definitionin_game/common/generic_actions/religious_factions.txt:1189
1190icon = favor_buddhist_schools_from_religious_sects
1191type = religiousfaction
1193sound = UI_action_religion_generic
1195potential = {
1196scope:actor.religion = {
1197has_religious_factions = yes
}
}
1201allow = {
1202scope:actor = {
1203OR = {
}
}
}
1210cooldown = {
1211type = keep_kami_and_buddha_balanced_from_religious_sects
1212years = 10
}
1215automation_tick = never
1216automation_tick_frequency = 12
1218ai_tick = monthly
1219ai_tick_frequency = 12
1221price = price:keep_kami_and_buddha_balanced_from_religious_sects
1223select_trigger = {
1224looking_for_a = religion
1225source = actor
1226target_flag = recipient
1227name = "choose_religion" Choose the Religion:
1228column = {
1229data = name
}
}
1233effect = {
1234scope:actor ?= {
1235if = {
}
1239if = {
}
}
}
1246ai_will_do = {
1247subtract = "scope:actor.add_static_modifier_utility(favoring_kami_worship)"
1248subtract = "scope:actor.add_static_modifier_utility(favoring_buddhism_schools)"
}