事件
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
}
}
}
}
}