
Action
Limit Kirishitan Movement
The Kirishitan Monks may become a nuisance more than a benefit. Limiting their movement may serve us good, although it will surely cause some discontent.
Definitionin_game/common/generic_actions/religious_factions.txt:1457
1458type = religiousfaction
1460sound = UI_action_religion_generic
1462potential = {
1463scope:actor.religion = {
1464has_religious_factions = yes
}
}
1468allow = {
}
1471cooldown = {
1472type = limit_movement_of_kirishitan
1473years = 10
}
1476automation_tick = never
1477automation_tick_frequency = 12
1479ai_tick = monthly
1480ai_tick_frequency = 6
1482price = price:limit_movement_of_kirishitan
1484select_trigger = {
1485looking_for_a = religion
1486source = actor
1487target_flag = recipient
1488name = "choose_religion" Choose the Religion:
1489column = {
1490data = name
}
}
1494effect = {
1495scope:actor = {
1496add_country_modifier = {
}
}
}
1500ai_will_do = {
1501add = "scope:actor.add_static_modifier_utility(limited_kirishitan_movement)"
}