
행동
기리시탄 운동 제한
기리시탄 수도사들은 이익보다 더 큰 문제를 일으킬 수 있습니다. 이들의 활동을 제한한다면 약간의 불만은 생기겠지만 우리에게 도움이 될 것입니다.
정의in_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" 종교 선택:
1489column = {
1490data = name
}
}
1494effect = {
1495scope:actor = {
1496add_country_modifier = {
}
}
}
1500ai_will_do = {
1501add = "scope:actor.add_static_modifier_utility(limited_kirishitan_movement)"
}