이벤트
과도하게 퍼져 있는 상인들

우리 상인들은 전 세계에서 무역을 통해 부를 가져옵니다. 그러나 다소 과도하게 퍼져 있어 정부가 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 = {
}
}