
Aktion
Sündenbocke finden
Nicht alle sind gleichermaßen von der Seuche betroffen. Jene, die verschont geblieben sind, müssen diese Krankheit über unser Volk gebracht haben. Die religiösen Minderheiten in unserem Land tragen Schuld daran, dass wir dieses Leid erdulden müssen.
Schwarzer TodSituationselect triggerDie Schuldigen findenStatischer ModifikatorpotentialVotivmessen fördernStatischer ModifikatorallowDefinitionin_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" Die Situation wählen:
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
}
}