add ShieldSlot, for ships in Drawers\Ships in the section where other slots/hardpoints are generated for particular ship ... as per example (you can add more than one)
Code: Select all
create_config 'Destroyer' {
--component_set= 'extra_turret_mount',
create_mounts = {
Hardpoint "Turret" {
part_id = 1,
},
Hardpoint "Turret" {
part_id = 2,
hints = { ["Exploration Vessel"] = "Deep Space Scanner" }
},
SystemSlot,
SystemSlot,
SystemSlot {
hints = { ["Exploration Vessel"] = "Warp Lane Amplifier" }
},
ArmorSlot,
ShieldSlot,
}
}