
Action
Repeal 'Sponsor Mass Forgiveness'
The many services have proven ineffective at stopping the contagion, it could be even said that those gathered in prayer have been even more prone to fall to the sickness.
Black DeathSituationselect triggerSponsor mass forgivenessStatic ModifierpotentialDefinitionin_game/common/generic_actions/black_death.txt:967
968type = situation
970ai_tick = daily
971ai_tick_frequency = 120
972automation_tick = daily
973automation_tick_frequency = 7
975exclusive_group = bd_social_actions
982price = price:stop_sponsor_sin_forgiveness
984select_trigger = {
985looking_for_a = situation
986target_flag = recipient
987name = "choose_situation" Choose the Situation:
988column = {
988data = name
}
}
995effect = {
996scope:actor ?= {
}
}
1002ai_will_do = {
1003add = "scope:actor.add_static_modifier_utility(sponsor_sin_forgiveness_bonus)"
1004add = "scope:actor.add_static_modifier_utility(sponsor_sin_forgiveness_cost)"
1006add = {
1007if = {
1008limit = {
1009scope:actor = {
1010country_has_disease = disease:bubonic_plague
}
}
1013value = 50
}
}
1016multiply = -1
1018subtract = 1
}