
Action
Segregate the Infected
This devastating plague is running free in our colonies, ravaging the natives under our care as grass under a scythe. We will bar the sick from leaving their houses to stop the spread of the sickness.
Great PestilenceDiseasepotential
Great PestilenceSituationselect triggerProcure remediesStatic ModifierallowSegregate the infectedStatic ModifierpotentialExpel the sickStatic ModifierallowDefinitionin_game/common/generic_actions/great_pestilence.txt:198
199icon = great_pestilence_blame_the_minorities
200type = situation
202ai_tick = daily
203ai_tick_frequency = 40
204automation_tick = daily
205automation_tick_frequency = 7
207exclusive_group = bd_disease_control_actions
209potential = {
210scope:actor ?= {
}
}
217allow = {
218scope:actor ?= {
}
}
224price = price:segregate_the_infected
226select_trigger = {
227looking_for_a = situation
228target_flag = recipient
229name = "choose_situation" Choose the Situation:
230column = {
230data = name
}
}
237effect = {
238scope:actor ?= {
239add_country_modifier = {
}
}
}
243ai_will_do = {
244add = "scope:actor.add_static_modifier_utility(segregate_the_infected)"
246add = {
247if = {
253value = 50
}
}
257subtract = {
258desc = "bias against doing stuff"
259value = 1
}
}