# Shroud Avatar ship_section_template = { key = "psionic_avatar_section" ship_size = psionic_avatar fits_on_slot = mid entity = "shroud_creature_01_entity" icon = "GFX_ship_part_core_mid" 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 = "MEDIUM_GUN_03" template = "medium_turret" locatorname = "root" } component_slot = { name = "MEDIUM_GUN_04" template = "medium_turret" locatorname = "root" } small_utility_slots = 1 medium_utility_slots = 1 large_utility_slots = 1 aux_utility_slots = 1 } # Corrupted Shroud Avatar ship_section_template = { key = "corrupted_psionic_avatar_section" ship_size = corrupted_avatar fits_on_slot = mid entity = "shroud_creature_corrupted_01_entity" icon = "GFX_ship_part_core_mid" 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 = "MEDIUM_GUN_03" template = "medium_turret" locatorname = "root" } component_slot = { name = "MEDIUM_GUN_04" template = "medium_turret" locatorname = "root" } small_utility_slots = 1 medium_utility_slots = 1 large_utility_slots = 1 aux_utility_slots = 1 } ship_section_template = { key = "TOOTH_EATER_MID_S2PD1" ship_size = tooth_eater fits_on_slot = mid should_draw_components = yes entity = "pirate_01_pirate_corvette_S3_entity" icon = "GFX_ship_part_core_mid" 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" } component_slot = { name = "SMALL_GUN_03" template = "small_turret" locatorname = "small_gun_03" } small_utility_slots = 3 aux_utility_slots = 1 }