事件
贸易危机

我们的商人报告,他们贩卖货物时遭到了严厉抵制。他们说得就像世界末日似的,觉得这辈子可能都再赚不到一分钱了。
定义in_game/events/economy/trade.txt:179
180type = country_event
181title = trade.4.title 贸易危机
182desc = trade.4.desc 我们的商人报告,他们贩卖货物时遭到了严厉抵制。他们说得就像世界末日似的,觉得这辈子可能都再赚不到一分钱了。
183outcome = neutral
184image = "gfx/interface/icons/trade_goods/illustrations/_default.dds"
185trigger = {
186any_market_with_merchants = {
187count > 0
}
189monthly_trade_income > {
189value = monthly_income_trade_and_tax
189multiply = 0.33
}
}