
アクション
「元凶を追及する」をやめる
わが国に影を落とす疫病は、宗教的少数派が作り出したものではない。これ以上彼らを迫害してはならない。
黒死病局面select trigger元凶を追及静的補正potential定義in_game/common/generic_actions/black_death.txt:1086
1087type = situation
1089ai_tick = daily
1090ai_tick_frequency = 120
1091automation_tick = daily
1092automation_tick_frequency = 7
1094exclusive_group = bd_social_actions
1102price = price:stop_blame_the_minorities
1104select_trigger = {
1105looking_for_a = situation
1106target_flag = recipient
1107name = "choose_situation" 局面を選択:
1108column = {
1108data = name
}
}
1121ai_will_do = {
1122add = "scope:actor.add_static_modifier_utility(blame_the_minorities)"
1124add = {
1125if = {
1126limit = {
1127scope:actor = {
1128country_has_disease = disease:bubonic_plague
}
}
1131value = 50
}
}
1134multiply = -1
1136subtract = 1
}