#####-----------------------------------------------------------> Mod by Sig "Greatexperiment" Altre

equipments = {

	battle_cruiser = {
		year = 993

		is_archetype = yes
		is_buildable = no
		type = capital_ship
		group_by = archetype

		interface_category = interface_category_capital_ships

		upgrades = {
			ship_reliability_upgrade
			ship_engine_upgrade
			ship_armor_upgrade
			ship_gun_upgrade
		}

		ap_attack = 30
		attack = 16
		fire_range = 32
		torpedo_attack = 0
		shore_bombardment = 8

		anti_air_attack = 5

		armor_value = 23
		evasion = 15

		surface_detection = 12
		sub_detection = 5
		surface_visibility = 25
		naval_speed = 28
		reliability = 0.80

		naval_range = 3000

		max_strength = 350

		port_capacity_usage = 1.5

		build_cost_ic = 7500
		resources = {
			oil = 1
			steel = 3
			chromium = 1
		}

		manpower = 3500
	}

	battle_cruiser_1 = {
		year = 993

		archetype = battle_cruiser
		priority = 50
	}

	battle_cruiser_2 = {
		year = 1011

		archetype = battle_cruiser
		parent = battle_cruiser_1
		priority = 50

		ap_attack = 37
		attack = 21
		fire_range = 33
		torpedo_attack = 0
		shore_bombardment = 10

		anti_air_attack = 10

		armor_value = 30
		evasion = 20

		surface_detection = 25
		sub_detection = 5
		surface_visibility = 25
		naval_speed = 32
		reliability = 0.90

		naval_range = 5000

		max_strength = 400

		port_capacity_usage = 1.5

		build_cost_ic = 8000
		resources = {
			oil = 1
			steel = 4
			chromium = 1
		}
		manpower = 4000
	}

###------> Modern Battlecruiser (1948) <><> <><> <><> <><> <><>

	battle_cruiser_3 = {
		year = 1019

		archetype = battle_cruiser
		parent = battle_cruiser_2
		priority = 50

		ap_attack = 40
		attack = 25
		fire_range = 35
		torpedo_attack = 0
		shore_bombardment = 12

		anti_air_attack = 12

		armor_value = 35
		evasion = 25

		surface_detection = 25
		sub_detection = 5
		surface_visibility = 25
		naval_speed = 34
		reliability = 0.90

		naval_range = 6000

		max_strength = 500

		port_capacity_usage = 1.5

		build_cost_ic = 9000
		resources = {
			oil = 1
			steel = 4
			chromium = 3
		}
		manpower = 4250
	}

###------> X <><> <><> <><> <><> <><>

}

#####-----------------------------------------------------------> End
