Event
Merchant Shipwrecked!

A merchant has been lost at sea while trading in the Target Market, taking all his goods with him to the bottom of the sea.
Definitionin_game/events/economy/trade.txt:253
254type = country_event
255title = trade.6.title Merchant Shipwrecked!
256desc = trade.6.desc A merchant has been lost at sea while trading in the Target Market, taking all his goods with him to the bottom of the sea.
257outcome = neutral
258image = "gfx/interface/illustrations/situation/golden_age_of_piracy.dds"
259trigger = {
260any_market_with_merchants = {
261NOT = {
261owner = root
}
262any_location_in_market = {
263is_port = yes
}
}
266monthly_trade_income > 0
}
269immediate = {
270random_market_with_merchants = {
271limit = {
272NOT = {
272owner = root
}
273any_location_in_market = {
274is_port = yes
}
}
277save_scope_as = target_market
}
}