EventNew this version
The Withering of Withering Market
The market at Withering Market Center Location is no longer the trading hub it once was. With only a handful of locations still attached to it, our merchants increasingly route their goods through better-served neighbouring markets. Left as it is, the market will dwindle into a tollbooth on a road to somewhere else.
Our cabinet asks how we wish to handle the decline.
Definitionin_game/events/economy/market_decline.txt:11
12hide_portraits = yes
13type = country_event
14title = market_decline.1.title The Withering of Withering Market
15desc = market_decline.1.desc The market at Withering Market Center Location is no longer the trading hub it once was. With only a handful of locations still attached to it, our merchants increasingly route their goods through better-served neighbouring markets. Left as it is, the market will dwindle into a tollbooth on a road to somewhere else.
Our cabinet asks how we wish to handle the decline.
Our cabinet asks how we wish to handle the decline.
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
}
}
}