
疫病から逃れてきた大量の難民がTarget Locationにやって来た。彼らは絶望と飢えに苦しみ、まだ恐ろしい死の影響を受けていない安全な場所を求めている。
彼らを受け入れればわが国の人口が増え、損失の多いこの時代の貴重な人的資源となるが、都市に直接病を持ち込む危険性もある。ほとんどの者は彼らを追い返すだろうが、捨て鉢になった難民は短絡的な行動を起こすかもしれない。いずれにせよ、この難民の大群に対して何か手を打たなければ。
定義in_game/events/situations/black_death.txt:1095
1096type = country_event
1097category = situation_event
1099title = black_death.1011.t 門前の難民
1100desc = black_death.1011.desc 疫病から逃れてきた大量の難民がTarget Locationにやって来た。彼らは絶望と飢えに苦しみ、まだ恐ろしい死の影響を受けていない安全な場所を求めている。
彼らを受け入れればわが国の人口が増え、損失の多いこの時代の貴重な人的資源となるが、都市に直接病を持ち込む危険性もある。ほとんどの者は彼らを追い返すだろうが、捨て鉢になった難民は短絡的な行動を起こすかもしれない。いずれにせよ、この難民の大群に対して何か手を打たなければ。
1101outcome = neutral
1102image = "gfx/interface/illustrations/situation/black_death.dds"
1104trigger = {
1106any_known_country = {
}
1107any_owned_non_rural_location = {
1108disease_presence = {
}
1110disease_resistance(disease:bubonic_plague) < 0.5
}
}
1114immediate = {
1116random_owned_non_rural_location = {
1117limit = {
1118disease_presence = {
}
1120disease_resistance(disease:bubonic_plague) < 0.5
}
1122save_scope_as = target_location
}
}
選択肢
A難民を受け入れろ。
1139if = {
1143if = {
1145scope:target_location = {
1146set_disease_presence = {
}
}
}
1152else_if = {
1154scope:target_location = {
1155set_disease_presence = {
}
}
}
}
1162custom_tooltip = pops_lose_10_satisfaction_tt Target Locationのわが国のPOPのPOP満足度がpop satisfaction mild penalty減少する
1163hidden_effect = {
1164scope:target_location = {
}
}
1174scope:target_location = {
1175add_location_modifier = {
1177years = 5
1178mode = add_and_extend
}
}
1182ordered_owned_location = {
1183limit = {
1184is_capital = no
1185this != scope:target_location
1186region = root.capital.region
}
1188order_by = {
1189value = "disease_presence(disease:bubonic_plague)"
1190multiply = -1
}
1192max = 3
1193check_range_bounds = no
1194add_location_modifier = {
1196years = 5
1197mode = add_and_extend
}
}
1200change_societal_value = {
}
B難民のために疫病対策をした野営地を設置しよう。
1209scope:target_location = {
1210add_location_modifier = {
1212years = 5
1213mode = add_and_extend
}
}
1216ordered_owned_location = {
1217limit = {
1218is_capital = no
1219this != scope:target_location
1220region = root.capital.region
}
1222order_by = {
1223value = "disease_presence(disease:bubonic_plague)"
1224multiply = -1
}
1226max = 1
1227check_range_bounds = no
1228add_location_modifier = {
1230years = 5
1231mode = add_and_extend
}
}
C難民を追い返せ。
1240change_societal_value = {
}