# These hulls are only for generating default names in ship designer
# This works similar to the default equipment name when you open tank/air designer

equipments = {
    battleship_equipment_1 = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_2 = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_3 = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_4 = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_5 = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_b = {
        archetype = ship_hull_heavy
    }
    battleship_equipment_shbb = {
        archetype = ship_hull_heavy
    }

    cruiser_equipment_1 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_2 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_3 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_4 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_5 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_6 = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_cd = {
        archetype = ship_hull_cruiser
    }
    cruiser_equipment_ps = {
        archetype = ship_hull_cruiser
    }

    destroyer_equipment_1 = {
        archetype = ship_hull_light
    }
    destroyer_equipment_2 = {
        archetype = ship_hull_light
    }
    destroyer_equipment_3 = {
        archetype = ship_hull_light
    }
    destroyer_equipment_4 = {
        archetype = ship_hull_light
    }
    destroyer_equipment_5 = {
        archetype = ship_hull_light
    }
    destroyer_equipment_6 = {
        archetype = ship_hull_light
    }

    carrier_equipment_1 = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_2 = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_3 = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_cvh = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_ca = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_bb = {
        archetype = ship_hull_carrier
    }
    carrier_equipment_cve = {
        archetype = ship_hull_carrier
    }

    submarine_equipment_1 = {
        archetype = ship_hull_submarine
    }
    submarine_equipment_2 = {
        archetype = ship_hull_submarine
    }
    submarine_equipment_3 = {
        archetype = ship_hull_submarine
    }
    submarine_equipment_4 = {
        archetype = ship_hull_submarine
    }
    submarine_equipment_5 = {
        archetype = ship_hull_submarine
    }
    submarine_equipment_sc = {
        archetype = ship_hull_submarine
    }
}