equipments = {

	fleet_oiler = {
		year = 1906

		interface_category = interface_category_other_ships

		is_archetype = yes
		is_buildable = no
		type = support_ship
		alias = fleet_oiler
		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 = 4000

		max_strength = 20


		fuel_consumption = 0

		build_cost_ic = 400
		resources = {

			steel = 2
		}

		manpower = 250
		naval_dominance_factor = 0
	}

	fleet_oiler_1 = {
		abbreviation = "foil"
		year = 1906
		model = support_ship
		visual_level = 0
		archetype = fleet_oiler
		modifier_stat = {
			modifier = naval_range_support
			value = 100
			type = naval_support
		}

		module_slots = inherit
		naval_dominance_factor = 0

	}

	fleet_oiler_2 = {
		abbreviation = "foi2"
		year = 1920

		parent = fleet_oiler_1
		archetype = fleet_oiler
		priority = 2000
		model = support_ship
		modifier_stat = {
			modifier = naval_range_support
			value = 150
			type = naval_support
		}
		max_strength = 25
		naval_range = 5000
		build_cost_ic = 500
		manpower = 250
		module_slots = inherit

		naval_dominance_factor = 0
	}

	fleet_oiler_3 = {
		abbreviation = "foi3"
		year = 1920

		parent = fleet_oiler_2
		archetype = fleet_oiler
		priority = 2000
		model = support_ship
		modifier_stat = {
			modifier = naval_range_support
			value = 200
			type = naval_support
		}
		max_strength = 40
		naval_range = 6000
		build_cost_ic = 650
		manpower = 350
		module_slots = inherit

		naval_dominance_factor = 0
	}
}
