
局面このバージョンで変更
大疫病
恐ろしい報せが他国から届いた。ひげを生やす謎の異国人が持ち込んだ死病が大地を襲い、急速に広がっているのだという。この疫病は長老たちも聞いたことがなく、祖先の記録にも対処法は見当たらないため、この災厄が我々の居住地に達したとき、我々は滅んでしまうのだろうか? それとも、どうにかしてこの疫病に立ち向かえるのだろうか?
大疫病疫病can end, can start, on monthly, visible元凶を追及静的補正visible国交断絶静的補正visible治療薬を調達静的補正visible治療薬調達に支払い静的補正visible感染者を隔離静的補正visible霊的な加護の促進静的補正visible霊的な加護促進に支払い静的補正visiblehad_great_pestilence変数can end, on endedvar_andes_was_infected変数can end, on monthlyvar_carib_was_infected変数can end, on monthlyvar_mesoamerica_was_infected変数can end, on monthly定義in_game/common/situations/great_pestilence.txt:1
6hint_tag = hint_great_pestilence
11can_end = {
13custom_tooltip = {
14text = great_pestilence_regions_infected_tt カリブ海、メソアメリカ、アンデスのすべてに大疫病が到達している
}
25continent:america = {
26any_country_with_capital_in_geography = {
27count <= 30
28country_type = location
29custom_tooltip = {
30text = great_pestilence_americas_spread_tt まだ大疫病に見舞われていない
}
}
}
}
37visible = {
38OR = {
}
}
51on_start = {
}
58on_monthly = {
59every_country = {
64random_list = {
7050 = {
}
}
}
74if = {
75limit = {
77region:caribbean_region = {
78any_ownable_location_in_region = {
}
}
}
}
85if = {
86limit = {
88region:mesoamerica_region = {
89any_ownable_location_in_region = {
}
}
}
}
96if = {
97limit = {
99region:andes_region = {
100any_ownable_location_in_region = {
}
}
}
}
}
109tooltip = {
110if = {
114custom_tooltip = "GREAT_PESTILENCE_PRESENT_IN_LOCATION"
}
}
118on_ended = {
119every_country = {
}
133every_market_in_world = {
134limit = {
135location.continent = continent:america
136has_temporary_demand = demand:procure_remedies
137has_temporary_demand = demand:procure_remedies_no_liquor
}
139remove_temporary_demand = demand:procure_remedies
140remove_temporary_demand = demand:procure_remedies_no_liquor
}
}
144is_data_map = yes
145map_color = {
146if = {
150lerp = {
151min_color = rgb {
248
180
194
}
152max_color = rgb {
61
0
0
}
153factor = "disease_presence(disease:great_pestilence)"
}
}
156else = {
157value = define:NMapColors|DEFAULT_COLOR
}
}
161legend_key = {
162desc = "great_pestilence"
163color = rgb {
61
0
0
}
}