
Aktion
Hof abschotten
Dies verringert das Risiko, dass jemand am Hof infolge der Seuche stirbt. Die Pops werden jedoch auch denken, wir hätten sie ihrem Schicksal überlassen.
Schwarzer TodSituationselect triggerAbgeschotteter HofStatischer ModifikatorpotentialDefinitionin_game/common/generic_actions/black_death.txt:1
2type = situation
4ai_tick = daily
5ai_tick_frequency = 40
6automation_tick = daily
7automation_tick_frequency = 7
15price = price:hide_from_black_death
17select_trigger = {
18looking_for_a = situation
19target_flag = recipient
20name = "choose_situation" Die Situation wählen:
21column = {
21data = name
}
22visible = {
24situation_is_active = yes
25scope:actor = {
26country_has_disease_outbreak = root.var:original_outbreak
}
}
}
31effect = {
32scope:actor ?= {
}
}
41ai_will_do = {
44add = "scope:actor.add_static_modifier_utility(hiding_from_black_death)"
45add = {
46desc = "avoid characters killed off"
47value = 10
}
50subtract = {
51desc = "bias against doing stuff"
52value = 1
}
}