equipments = {
    convoy = {
        year = 1850
        active = yes
        is_archetype = yes
        is_buildable = no
        type = convoy
        picture = archetype_convoy        
        group_by = archetype
        sprite = convoy
        
        interface_category = interface_category_other_ships
        
        # Base stats
        surface_detection = 10
        sub_detection = 0
        fuel_consumption = 0
        lg_armor_piercing = 0.1
        armor_value = 0
        reliability = 0.75
        surface_visibility = 12
        torpedo_attack = 0
        lg_attack = 0.05
        naval_speed = 10
        max_strength = 25
        max_organisation = 25
        anti_air_attack = 0
        lend_lease_cost = 0
        
        # (Describes combat behaviour - hidden stat)
        offensive_weapons = no
        
        build_cost_ic = 75
        resources = {
            wood = 1
        }
    }
    
    convoy_1 = {
        year = 1850
        archetype = convoy
        active = yes
        priority = 10
    }
}