イベントこのバージョンで変更
疫病不安

この疫病の大流行は適切に対処されていない。感染は拡大し、生き残った幸運な人々の友人や愛する者の命を奪っている。
直ちに是正措置を講じなければ、罹患率の高い地域の住民が反乱を起こし、わがFlavor Rankに火の粉が降りかかるだろう。彼らの怒りを鎮めるか、少なくともその矛先を別の何かに向けさせなければ!
腺ペスト疫病option 1, triggerbd1025_cd変数trigger定義in_game/events/situations/black_death.txt:2154
2155type = country_event
2156category = situation_event
2158title = black_death.1025.t 疫病不安
2159desc = black_death.1025.desc この疫病の大流行は適切に対処されていない。感染は拡大し、生き残った幸運な人々の友人や愛する者の命を奪っている。
直ちに是正措置を講じなければ、罹患率の高い地域の住民が反乱を起こし、わがFlavor Rankに火の粉が降りかかるだろう。彼らの怒りを鎮めるか、少なくともその矛先を別の何かに向けさせなければ!
直ちに是正措置を講じなければ、罹患率の高い地域の住民が反乱を起こし、わがFlavor Rankに火の粉が降りかかるだろう。彼らの怒りを鎮めるか、少なくともその矛先を別の何かに向けさせなければ!
2160outcome = neutral
2161image = "gfx/interface/illustrations/situation/black_death.dds"
2163trigger = {
2166any_owned_location = {
}
2167any_neighbor_country ?= {
2168count > 0
}
}
2172weight_multiplier = {
2173base = 1
2174modifier = {
2175add = 1
2176any_owned_location = {
2177count > 1
}
}
2181modifier = {
2182add = 1
2183any_owned_location = {
2184count > 2
}
}
2188modifier = {
2189add = 1
2190any_owned_location = {
2191count > 3
}
}
2195modifier = {
2196add = 1
2197any_owned_location = {
2198count > 4
}
}
2202modifier = {
2203add = 1
2204any_owned_location = {
2205count > 5
}
}
2209modifier = {
2210add = 2
2211any_owned_location = {
2212count > 6
}
}
2216modifier = {
2217add = 4
2218any_owned_location = {
2219count > 8
}
}
2223modifier = {
2224add = 8
2225any_owned_location = {
2226count > 12
}
}
}
2232immediate = {
2234random_neighbor_country ?= {
2234save_scope_as = blame_target
}
}