### Nomad ### ### Destroyer ship_section_template = { key = "NOMAD_DESTROYER_MID" ship_size = nomad_destroyer fits_on_slot = mid entity = "nomad_destroyer_entity" icon = "GFX_ship_part_core_mid" component_slot = { name = "LARGE_GUN_01" template = "large_turret" locatorname = "large_gun_01" } component_slot = { name = "SMALL_GUN_01" template = "small_turret" locatorname = "small_gun_01" } component_slot = { name = "SMALL_GUN_02" template = "small_turret" locatorname = "small_gun_02" } medium_utility_slots = 3 } ### Cruiser ship_section_template = { key = "NOMAD_CRUISER_MID" ship_size = eventship_05 fits_on_slot = mid entity = "eventship_05_entity" icon = "GFX_ship_part_core_mid" component_slot = { name = "SMALL_GUN_01" template = "small_turret" locatorname = "root" } component_slot = { name = "SMALL_GUN_02" template = "small_turret" locatorname = "root" } component_slot = { name = "SMALL_GUN_03" template = "small_turret" locatorname = "root" } component_slot = { name = "MEDIUM_GUN_01" template = "medium_turret" locatorname = "root" } component_slot = { name = "MEDIUM_GUN_02" template = "medium_turret" locatorname = "root" } component_slot = { name = "LARGE_GUN_01" template = "large_turret" locatorname = "root" } medium_utility_slots = 6 aux_utility_slots = 1 }