イベント
商人の船が沈没!

ある商人がTarget Marketで交易をおこなっていたが、乗っていた船が航海中に浸水を起こし、積み荷とともに海の底へ沈んでしまった。
定義in_game/events/economy/trade.txt:253
254type = country_event
255title = trade.6.title 商人の船が沈没!
256desc = trade.6.desc ある商人がTarget Marketで交易をおこなっていたが、乗っていた船が航海中に浸水を起こし、積み荷とともに海の底へ沈んでしまった。
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
}
}