事件本版本新增
Withering Market的衰落
Withering Market Center Location的市场已不复昔日贸易枢纽之盛况。如今仅有少数几个地点仍依附于该市场,我国商人日益将货物转向服务更为完善的邻近市场。若不加以干预,该市场将逐渐萎缩,沦为通往他处道路上的一个关卡。
我们的内阁正询问应如何处理此次衰落。
定义in_game/events/economy/market_decline.txt:11
12hide_portraits = yes
13type = country_event
14title = market_decline.1.title Withering Market的衰落
15desc = market_decline.1.desc Withering Market Center Location的市场已不复昔日贸易枢纽之盛况。如今仅有少数几个地点仍依附于该市场,我国商人日益将货物转向服务更为完善的邻近市场。若不加以干预,该市场将逐渐萎缩,沦为通往他处道路上的一个关卡。
我们的内阁正询问应如何处理此次衰落。
我们的内阁正询问应如何处理此次衰落。
16outcome = neutral
18illustration_tags = {
1910 = exterior
}
22trigger = {
23has_markets = yes
24any_market_center_in_country = {
25is_withering = yes
26months_at_or_below_withering_threshold > 36
}
}
33immediate = {
34random_market_center_in_country = {
35limit = {
36is_withering = yes
37months_at_or_below_withering_threshold > 36
}
42save_scope_as = withering_market
43location = {
44save_scope_as = withering_market_location
}
}
}