
Action
Repeal 'Present Scapegoats'
The religious minorities in our country have no part in the plague that affects us, we can not allow their continuous persecution.
Black DeathSituationselect triggerFind the culpritsStatic ModifierpotentialDefinitionin_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" Choose the 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
}