Event
Shipyards of Ship Province

New advances in work organization, as well as technical innovations, has led to rapid growth for the shipyards of Ship Province. Ships and naval supplies are now produced more efficiently, and as a result of this economic upswing, the province is attracting more people to work in the local shipyards.
Naval BaseBuildingimmediate, trigger
Naval Supplies ManufactoryBuildingimmediate, trigger
CoalGoodstrigger
IndustrializationInstitutiontriggerGreat ShipyardsStatic Modifierimmediate, triggerDefinitionin_game/events/economy/industrialization_events.txt:1252
1253hide_portraits = yes
1254type = country_event
1255title = industrialization_events.16.title Shipyards of Ship Province
1256desc = industrialization_events.16.desc New advances in work organization, as well as technical innovations, has led to rapid growth for the shipyards of Ship Province. Ships and naval supplies are now produced more efficiently, and as a result of this economic upswing, the province is attracting more people to work in the local shipyards.
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
}
}
}
}
}