equipments = {

	support_ship_hull = {
		year = 1920

		can_be_produced = {
			if = {
				limit = {
					has_dlc = "Arms Against Tyranny"
				}
				NOT = {
					has_idea = BUL_army_restrictions_aat
				}
			}
			else = {
				NOT = {
					has_idea = BUL_army_restrictions
				}
			}
		}

		is_archetype = yes
		is_buildable = no
		type = support_ship
		interface_category = interface_category_other_ships
		#alias = support_ship
		priority = 2000

		lg_armor_piercing = 0
		lg_attack = 0

		hg_armor_piercing = 0
		hg_attack = 0

		torpedo_attack = 0
		sub_attack = 1

		anti_air_attack = 0

		armor_value = 0


		surface_detection = 20
		sub_detection = 1
		surface_visibility = 10
		naval_speed = 32
		reliability = 0.80

		naval_range = 3000

		max_strength = 25


		fuel_consumption = 0

		build_cost_ic = 400
		resources = {
			steel = 2
		}

		manpower = 250
		naval_dominance_factor = 0
	}

	support_ship_1 = {
		abbreviation = "ZZZ"
		year = 1920

		archetype = support_ship_hull
		priority = 2000
		model = support_ship
		modifier_stat = {
			modifier = naval_general_support
			value = 100
			type = naval_support
		}

		module_slots = inherit
		naval_dominance_factor = 0
	}

	support_ship_2 = {
		abbreviation = "ZZZ"
		year = 1920

		parent = support_ship_1
		archetype = support_ship_hull
		priority = 2000
		model = support_ship
		modifier_stat = {
			modifier = naval_general_support
			value = 150
			type = naval_support
		}
		max_strength = 25
		naval_range = 4000
		build_cost_ic = 500
		manpower = 250
		module_slots = inherit

		naval_dominance_factor = 0
	}

	support_ship_3 = {
		abbreviation = "ZZZ"
		year = 1920

		parent = support_ship_2
		archetype = support_ship_hull
		priority = 2000
		model = support_ship
		modifier_stat = {
			modifier = naval_general_support
			value = 200
			type = naval_support
		}
		max_strength = 40
		naval_range = 5000
		build_cost_ic = 650
		manpower = 350
		module_slots = inherit

		naval_dominance_factor = 0
	}
}
