이벤트
상선 난파!

한 상인이 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
}
}