이벤트
Ship Province의 조선소

Ship Province의 조선소는 업무 조직 방식의 새로운 발전과 기술 혁신으로 급격한 성장을 이루었습니다. 이제는 선박과 해상 보급품이 더욱 효율적으로 생산되고 있으며, 이러한 경제 상승의 결과로 이곳 조선소에서 일하려는 사람이 많이 유입되고 있습니다.
해상군 기지건물immediate, trigger
해상 보급품 공방건물immediate, trigger
석탄재화trigger
산업화제도trigger대형 조선소정적 보정치immediate, trigger정의in_game/events/economy/industrialization_events.txt:1252
1253hide_portraits = yes
1254type = country_event
1255title = industrialization_events.16.title Ship Province의 조선소
1256desc = industrialization_events.16.desc Ship Province의 조선소는 업무 조직 방식의 새로운 발전과 기술 혁신으로 급격한 성장을 이루었습니다. 이제는 선박과 해상 보급품이 더욱 효율적으로 생산되고 있으며, 이러한 경제 상승의 결과로 이곳 조선소에서 일하려는 사람이 많이 유입되고 있습니다.
1257outcome = neutral
1259trigger = {
1261capital ?= {
1263region = {
1264any_location_in_region = {
1265owner ?= root
1266integration_level = core
1267prosperity > 0
1268is_port = yes
1269OR = {
}
}
}
}
}
1279image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_naval_supplies.dds"
1281immediate = {
1282capital ?= {
1283region = {
1284random_location_in_region = {
1285limit = {
1286owner ?= root
1287integration_level = core
1288prosperity > 0
1289is_port = yes
1290OR = {
}
}
1296save_scope_as = ship_province
1297area = {
1297save_scope_as = target_area
}
}
}
}
}