
Action
Favor Kami Worship
We will focus on Kami worship rather than on the teachings of Buddhism.
Definitionin_game/common/generic_actions/religious_factions.txt:1133
1134type = religiousfaction
1136sound = UI_action_religion_generic
1138potential = {
1139scope:actor.religion = {
1140has_religious_factions = yes
}
}
1150cooldown = {
1151type = favor_kami_worship_from_religious_sects
1152years = 10
}
1155automation_tick = never
1156automation_tick_frequency = 12
1158ai_tick = monthly
1159ai_tick_frequency = 12
1161price = price:favor_kami_worship_from_religious_sects
1163select_trigger = {
1164looking_for_a = religion
1165source = actor
1166target_flag = recipient
1167name = "choose_religion" Choose the Religion:
1168column = {
1169data = name
}
}
1173effect = {
1174scope:actor ?= {
1175if = {
}
1179add_country_modifier = {
}
}
}
1183ai_will_do = {
1184add = "scope:actor.add_static_modifier_utility(favoring_kami_worship)"
1185subtract = "scope:actor.add_static_modifier_utility(favoring_buddhism_schools)"
}