
Action
Move Court into Hiding
This will reduce the risk that anyone in the court will die from the plague. This however will make the Pops think we have abandoned them to their fate.
Black DeathSituationselect triggerCourt in IsolationStatic ModifierpotentialDefinitionin_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" Choose the Situation:
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
}
}