Événement
Faillite d'un marchand !

L'un de nos marchands est revenu de Target Market ruiné, après avoir perdu jusqu'à son dernier ducat. Maintenant qu'il a fait faillite, nous ne pourrons plus prélever la moindre taxe sur son négoce.
Définitionin_game/events/economy/trade.txt:209
210type = country_event
211title = trade.5.title Faillite d'un marchand !
212desc = trade.5.desc L'un de nos marchands est revenu de Target Market ruiné, après avoir perdu jusqu'à son dernier ducat. Maintenant qu'il a fait faillite, nous ne pourrons plus prélever la moindre taxe sur son négoce.
213outcome = neutral
214image = "gfx/interface/illustrations/situation/_default.dds"
215trigger = {
216any_market_with_merchants = {
217NOT = {
217owner = root
}
218NOT = {
218most_powerful_merchant = root
}
}
221monthly_trade_income > 0
}
223immediate = {
224random_market_with_merchants = {
225limit = {
226NOT = {
226most_powerful_merchant = root
}
227NOT = {
227owner = root
}
}
229save_scope_as = target_market
}
}