イベント
商人が世界に分散

わが国の商人は、世界各地で商売をして国に利益をもたらす。しかし、彼らは少々広く散らばりすぎているようだ。Countryの外交力を活かしても、彼らを十分に支援できていない。交易に力を入れる地域を絞る必要があるようだ。
定義in_game/events/random_event.txt:4453
4454type = country_event
4456title = random_event.87.title 商人が世界に分散
4457desc = random_event.87.desc わが国の商人は、世界各地で商売をして国に利益をもたらす。しかし、彼らは少々広く散らばりすぎているようだ。Countryの外交力を活かしても、彼らを十分に支援できていない。交易に力を入れる地域を絞る必要があるようだ。
4458outcome = neutral
4459illustration_tags = {
446010 = regular
446110 = interior
}
4464trigger = {
4467any_market_with_merchants = {
4468location = {
4469continent = continent:europe
}
4471NOT = {
4472has_merchant_power = {
4473country = root
4474key = merchants_not_supported
}
}
}
4479any_market_with_merchants = {
4480location = {
4481continent = continent:asia
}
4483NOT = {
4484has_merchant_power = {
4485country = root
4486key = merchants_not_supported
}
}
}
}
4492immediate = {
}
}