
アクション
感染者の隔離
わが国で疫病が蔓延している。感染拡大を防ぐために、病人の外出を禁止する。
腺ペスト疫病potential
黒死病局面select trigger治療薬を調達静的補正allow感染者を隔離静的補正potential感染者を追放静的補正allow定義in_game/common/generic_actions/black_death.txt:636
637type = situation
639ai_tick = daily
640ai_tick_frequency = 40
641automation_tick = daily
642automation_tick_frequency = 7
644exclusive_group = bd_disease_control_actions
646potential = {
647scope:actor ?= {
}
}
653allow = {
654scope:actor ?= {
}
}
660price = price:segregate_the_infected
662select_trigger = {
663looking_for_a = situation
664target_flag = recipient
665name = "choose_situation" 局面を選択:
666column = {
666data = name
}
}
673effect = {
674scope:actor ?= {
675add_country_modifier = {
}
}
}
679ai_will_do = {
681add = {
682desc = "disabled"
683value = -1000
}
686add = "scope:actor.add_static_modifier_utility(segregate_the_infected)"
}