naval_light_carrier = {
	category = naval
	#blocked_for = {}
	roles = { vnr_naval_carrier_light }
	priority = { base = 0 }

	light_carrier_1936 = {
		name = vnr_cvl_1936
		role_icon_index = 11

		priority = { 
			base = 0
		}
		
		history = yes
		target_variant = {
			match_value = 100.0
			type = vnr_ship_hull_carrier_1
			modules = {
				fixed_ship_deck_slot_1 = ship_deck_space_small
				fixed_ship_deck_slot_2 = ship_deck_space_small
				fixed_ship_anti_air_slot = ship_anti_air
				fixed_ship_engine_slot = carrier_ship_engine
				fixed_ship_secondaries_slot = ship_secondaries
				fixed_ship_radar_slot = { upgrade = current any_of = { carrier_ship_engine_2 carrier_ship_engine_1 } }
				fixed_ship_carrier_miscellaneous_slot_1 = carrier_unit
				fixed_ship_carrier_miscellaneous_slot_2 = carrier_miscellaneous
				fixed_ship_role_slot = ship_hull_carrier_role_cvl
				fixed_ship_flight_deck_slot = carrier_wooden_deck
			}
		}
	}

	light_carrier_1940 = {
		name = vnr_cvl_1940
		role_icon_index = 11

		priority = {
			base = 0
		}

		
		history = yes
		target_variant = {
			match_value = 300.0

			type = vnr_ship_hull_carrier_2
			modules = {
				fixed_ship_deck_slot_1 = ship_deck_space_small
				fixed_ship_deck_slot_2 = ship_deck_space_small
				fixed_ship_anti_air_slot = ship_anti_air
				fixed_ship_engine_slot = { upgrade = current any_of = { carrier_ship_engine_3 carrier_ship_engine_2 carrier_ship_engine_1 } }
				fixed_ship_secondaries_slot = ship_secondaries
				fixed_ship_radar_slot = ship_radar
				fixed_ship_carrier_miscellaneous_slot_1 = carrier_unit
				fixed_ship_carrier_miscellaneous_slot_2 = empty
				fixed_ship_flight_deck_slot = carrier_wooden_deck
				fixed_ship_role_slot = ship_hull_carrier_role_cvl
				front_1_custom_slot = ship_deck_space_small
				mid_1_custom_slot = ship_deck_space_small
				mid_2_custom_slot = ship_deck_space_small
			}
		}
	}

	light_carrier_1944 = {
		name = vnr_cvl_1944
		role_icon_index = 11

		priority = {
			base = 0
		}

		
		history = yes
		target_variant = {
			match_value = 800.0

			type = vnr_ship_hull_carrier_3
			modules = {
				fixed_ship_deck_slot_1 = ship_deck_space_small
				fixed_ship_deck_slot_2 = ship_deck_space_small
				fixed_ship_anti_air_slot = ship_anti_air
				fixed_ship_engine_slot = { upgrade = current any_of = { carrier_ship_engine_4 carrier_ship_engine_3 carrier_ship_engine_2 carrier_ship_engine_1 } }
				fixed_ship_secondaries_slot = ship_secondaries
				fixed_ship_radar_slot = ship_radar
				fixed_ship_carrier_miscellaneous_slot_1 = carrier_unit
				fixed_ship_carrier_miscellaneous_slot_2 = empty
				fixed_ship_flight_deck_slot = carrier_wooden_deck
				fixed_ship_role_slot = ship_hull_carrier_role_cvl
				front_1_custom_slot = ship_deck_space_small
				mid_1_custom_slot = ship_deck_space_small
				mid_2_custom_slot = ship_deck_space_small
			}
		}
	}

	escort_carrier_dummy = {
		name = vnr_cve_dummy
		role_icon_index = 67

		priority = {
			base = 0
		}

		
		history = yes
		target_variant = {
			match_value = 10.0

			type = vnr_ship_hull_escort_carrier
			modules = {
				fixed_ship_deck_slot_1 = ship_deck_space_small
				fixed_ship_deck_slot_2 = ship_deck_space_small
				fixed_ship_anti_air_slot = empty
				fixed_ship_radar_slot = ship_radar
				fixed_ship_engine_slot = { upgrade = current any_of = { civilian_ship_engine_2 civilian_ship_engine_1 } }
				fixed_ship_role_slot = ship_hull_carrier_role_cve
			}
		}
	}
}

