Event
No one wants to work

With the generous liberties we have granted our merchants, we have ended up with a situation where people simply do not want to do honest work anymore.
Definitionin_game/events/economy/trade.txt:360
361hide_portraits = yes
362type = country_event
363title = trade.8.title No one wants to work
364desc = trade.8.desc With the generous liberties we have granted our merchants, we have ended up with a situation where people simply do not want to do honest work anymore.
365outcome = neutral
366image = "gfx/interface/illustrations/disaster/coup_attempt.dds"
367trigger = {
368any_trade = {
369trade_sell > 0
370count > 0
}
}
374immediate = {
375random_trade = {
376limit = {
377trade_sell > 0
}
379save_scope_as = target_trade
}
}