# Payback Origin - arc site reward ship_section_template = { key = "payback_warship_key" ship_size = payback_warship fits_on_slot = "mid" entity = "payback_warship_entity" icon = "GFX_ship_part_core_mid" component_slot = { name = "LARGE_GUN_01" template = "large_turret" locatorname = "large_gun_01" } component_slot = { name = "LARGE_GUN_02" template = "large_turret" locatorname = "large_gun_02" } component_slot = { name = "LARGE_GUN_03" template = "large_turret" locatorname = "large_gun_03" } component_slot = { name = "LARGE_GUN_04" template = "large_turret" locatorname = "large_gun_04" } component_slot = { name = "LARGE_GUN_05" template = "large_turret" locatorname = "large_gun_05" } component_slot = { name = "LARGE_GUN_06" template = "large_turret" locatorname = "large_gun_06" } component_slot = { name = "STRIKE_CRAFT_01" template = "large_strike_craft" locatorname = "hangar_01" } component_slot = { name = "STRIKE_CRAFT_02" template = "large_strike_craft" locatorname = "hangar_02" } component_slot = { name = "STRIKE_CRAFT_03" template = "large_strike_craft" locatorname = "hangar_03" } component_slot = { name = "STRIKE_CRAFT_04" template = "large_strike_craft" locatorname = "hangar_01" } component_slot = { name = "STRIKE_CRAFT_05" template = "large_strike_craft" locatorname = "hangar_02" } component_slot = { name = "STRIKE_CRAFT_06" template = "large_strike_craft" locatorname = "hangar_03" } large_utility_slots = 16 aux_utility_slots = 4 } # Pre-FTL Chemical Spaceship ship_section_template = { key = "pre_ftl_chemical_ship_key" ship_size = pre_ftl_chemical_ship fits_on_slot = "mid" entity = "pre_ftl_chemical_ship_mesh_entity" icon = "GFX_ship_part_core_mid" small_utility_slots = 1 aux_utility_slots = 1 } # Pre-FTL Laser Spaceship ship_section_template = { key = "pre_ftl_laser_ship_key" ship_size = pre_ftl_laser_ship fits_on_slot = "mid" entity = "pre_ftl_laser_ship_mesh_entity" icon = "GFX_ship_part_core_mid" small_utility_slots = 1 aux_utility_slots = 1 } # Engineering Vessel ship_section_template = { key = "engineer_vessel" ship_size = engineer_vessel fits_on_slot = mid entity = "pre_ftl_chemical_ship_mesh_entity" icon = "GFX_ship_part_core_mid" small_utility_slots = 2 } # Colony Vessel ship_section_template = { key = "colony_vessel" ship_size = colony_vessel fits_on_slot = mid entity = "pre_ftl_colony_vessel_mesh_entity" icon = "GFX_ship_part_core_mid" small_utility_slots = 2 } # Exploration Vessel ship_section_template = { key = "explorer_vessel" ship_size = explorer_vessel fits_on_slot = mid entity = "pre_ftl_laser_ship_mesh_entity" icon = "GFX_ship_part_core_mid" small_utility_slots = 2 }