
Action
Present Scapegoats
Not everybody gets affected equally by the sickness, those that are spared have to be the ones that set this disease upon our people. The religious minorities in our country are the ones to blame for our struggle.
Black DeathSituationselect triggerFind the culpritsStatic ModifierpotentialSponsor mass forgivenessStatic ModifierallowDefinitionin_game/common/generic_actions/black_death.txt:1022
1023type = situation
1025ai_tick = daily
1026ai_tick_frequency = 40
1027automation_tick = daily
1028automation_tick_frequency = 7
1030exclusive_group = bd_social_actions
1038allow = {
}
1044select_trigger = {
1045looking_for_a = situation
1046target_flag = recipient
1047name = "choose_situation" Choose the Situation:
1048column = {
1048data = name
}
1049visible = {
1051situation_is_active = yes
1052scope:actor = {
1053country_has_disease_outbreak = root.var:original_outbreak
}
}
}
1058effect = {
1059scope:actor ?= {
1060add_country_modifier = {
}
}
}
1065ai_will_do = {
1066add = "scope:actor.add_static_modifier_utility(blame_the_minorities)"
1068add = {
1069if = {
1070limit = {
1071scope:actor = {
1072country_has_disease = disease:bubonic_plague
}
}
1075value = 50
}
}
1079subtract = {
1080desc = "bias against doing stuff"
1081value = 1
}
}