equipments = {
	mbt_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_turret_type
					tank_unmanned_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_small_medium_main_armament
					tank_medium_main_armament
					tank_large_main_armament
					light_tank_low_velocity_guns
				}
			}
			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}
			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
					tank_heavy_armor_type
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
				}
			}
			reload_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_reload_module
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_aa_module
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_support_drone_module
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_aa_module
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_support_drone_module
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_aa_module
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_support_drone_module
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_battlestation_module
				}
			}
			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
		}
		module_count_limit = {
			category = tank_battlestation_module
			count < 2
		}
		module_count_limit = {
			category = tank_atgm_module
			count < 2
		}
		module_count_limit = {
			category = tank_defense_module
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_era
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_spaced
			count < 2
		}
		module_count_limit = {
			category = tank_aa_module
			count < 2
		}
		module_count_limit = {
			module = tank_longer_gun
			count < 2
		}
		module_count_limit = {
			module = tank_drones
			count < 2
		}
		module_count_limit = {
			module = tank_drones_2
			count < 2
		}
		module_count_limit = {
			module = additional_machine_guns
			count < 2
		}
		module_count_limit = {
			category = tank_smoke_module
			count < 3
		}
		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_base_tank_turret
			suspension_type_slot = tank_torsion_bar_suspension
			armor_type_slot = tank_steel_armor_gen1
			engine_type_slot = tank_diesel_engine_gen1
			reload_type_slot = manual_loading
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1
		reliability = 1
		hardness = 0.8
		armor_value = 8
		# Space taken in convoy
		lend_lease_cost = 4
		resources = {
			steel = 1
		}
		manpower = 3
	}
	# 1965 hulls
	mbt_hull_0 = {
		abbreviation = "mbt0"
		derived_variant_name = mbt_equipment_0
		visual_level = 0
		year = 1922
		archetype = mbt_hull
		priority = 2000
		module_slots = inherit
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#1975/80
	mbt_hull_1 = {
		abbreviation = "mbt1"
		derived_variant_name = mbt_equipment_1
		visual_level = 1
		year = 1922
		archetype = mbt_hull
		parent = mbt_hull_0
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 1.5
		reliability = 1.05
		hardness = 0.8
		armor_value = 25
		# Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	# 1995-2000
	mbt_hull_2 = {
		abbreviation = "mbt2"
		derived_variant_name = mbt_equipment_2
		visual_level = 2
		year = 1922
		archetype = mbt_hull
		parent = mbt_hull_1
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 2
		reliability = 1.1
		hardness = 0.8
		armor_value = 33
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2015-2020
	mbt_hull_3 = {
		abbreviation = "mbt3"
		derived_variant_name = mbt_equipment_3
		visual_level = 3
		year = 1922
		archetype = mbt_hull
		parent = mbt_hull_2
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 2.5
		reliability = 1.15
		hardness = 0.8
		armor_value = 40
		# Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2035
	mbt_hull_4 = {
		abbreviation = "mbt4"
		derived_variant_name = mbt_equipment_4
		visual_level = 4
		year = 1922
		archetype = mbt_hull
		parent = mbt_hull_3
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 3
		reliability = 1.2
		hardness = 0.8
		armor_value = 45
		# Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2055
	mbt_hull_5 = {
		abbreviation = "mbt5"
		derived_variant_name = mbt_equipment_5
		visual_level = 5
		year = 1922		#constant
		archetype = mbt_hull
		parent = mbt_hull_4
		priority = 2000
		module_slots = inherit
		maximum_speed = 4		#constant
		build_cost_ic = 3.5		#+0.5
		reliability = 1.3		#+0.1
		hardness = 0.8		#constant
		armor_value = 52		#+6
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2075
	mbt_hull_6 = {
		abbreviation = "mbt6"
		derived_variant_name = mbt_equipment_6
		visual_level = 6
		year = 1922		#constant
		archetype = mbt_hull
		parent = mbt_hull_5
		priority = 2000
		module_slots = inherit
		maximum_speed = 4		#constant
		build_cost_ic = 4		#+0.5
		reliability = 1.4		#+0.1
		hardness = 0.8		#constant
		armor_value = 58		#+6
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2095
	mbt_hull_7 = {
		abbreviation = "mbt7"
		derived_variant_name = mbt_equipment_7
		visual_level = 7
		year = 1922		#constant
		archetype = mbt_hull
		parent = mbt_hull_6
		priority = 2000
		module_slots = inherit
		maximum_speed = 4		#constant
		build_cost_ic = 4.5		#+0.5
		reliability = 1.5		#+0.1
		hardness = 0.8		#constant
		armor_value = 64		#+6
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	#2110
	mbt_hull_8 = {
		abbreviation = "mbt8"
		derived_variant_name = mbt_equipment_8
		visual_level = 8
		year = 1922		#constant
		archetype = mbt_hull
		parent = mbt_hull_7
		priority = 2000
		module_slots = inherit
		maximum_speed = 4		#constant
		build_cost_ic = 5		#+0.5
		reliability = 1.6		#+0.1
		hardness = 0.8		#constant
		armor_value = 70		#+6
		lend_lease_cost = 4
		upgrades = {
			tank_nsb_armor_upgrade
		}
	}
	# APC dummy
	apc_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			main_armament_slot = {
				required = no
				allowed_module_categories = {
					light_afv_apc_main_armament
					apc_small_autocannon_cat
				}
			}
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_turret_type
				}
			}
			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_suspension_type
				}
			}
			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_armor_type
					light_afv_heavy_armor_type
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
					afv_gasoline_engine_type
				}
			}
			special_type_slot_replacement = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					tank_defense_module
					afv_atgm_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					afv_battlestation_module
				}
			}
			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
		}
		module_count_limit = {
			category = afv_battlestation_module
			count < 2
		}
		module_count_limit = {
			category = tank_defense_module
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_era
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_spaced
			count < 2
		}
		module_count_limit = {
			module = afv_additional_machine_guns
			count < 2
		}
		module_count_limit = {
			module = afv_gun_ports
			count < 2
		}
		module_count_limit = {
			module = afv_mine_protection
			count < 2
		}
		module_count_limit = {
			module = afv_reverse_doors
			count < 2
		}
		module_count_limit = {
			category = afv_atgm_module
			count < 2
		}
		module_count_limit = {
			category = tank_smoke_module
			count < 3
		}
		default_modules = {
			main_armament_slot = afv_machine_gun
			turret_type_slot = afv_base_turret
			suspension_type_slot = afv_tracked_suspension
			armor_type_slot = afv_steel_armor_gen1
			engine_type_slot = empty
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 0.75
		reliability = 1
		hardness = 0.5
		armor_value = 8
		#Space taken in convoy
		lend_lease_cost = 3
		resources = {
			steel = 1
			aluminium = 1
		}
		manpower = 3
	}
	apc_hull_0 = {
		abbreviation = "apc0"
		derived_variant_name = apc_equipment_0
		visual_level = 0
		year = 1922
		archetype = apc_hull
		priority = 2000
		module_slots = inherit
		#Space taken in convoy
		lend_lease_cost = 3
		can_convert_from = {
			ifv_hull_0
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	apc_hull_1 = {
		abbreviation = "apc1"
		derived_variant_name = apc_equipment_1
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_0
		priority = 2000
		module_slots = inherit
		lend_lease_cost = 3
		can_convert_from = {
			ifv_hull_1
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.1
		reliability = 1.1
		hardness = 0.5
		armor_value = 12
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	apc_hull_2 = {
		abbreviation = "apc2"
		derived_variant_name = apc_equipment_2
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_1
		priority = 2000
		module_slots = inherit
		lend_lease_cost = 3
		can_convert_from = {
			ifv_hull_2
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.5
		reliability = 1.2
		hardness = 0.5
		armor_value = 16
		resources = {
			aluminium = 1
			steel = 1
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	apc_hull_3 = {
		abbreviation = "apc3"
		derived_variant_name = apc_equipment_3
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_2
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_3
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.9
		reliability = 1.3
		hardness = 0.5
		armor_value = 20
		lend_lease_cost = 3
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	apc_hull_4 = {
		abbreviation = "apc4"
		derived_variant_name = apc_equipment_4
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_3
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_4
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 2.4
		reliability = 1.4
		hardness = 0.5
		armor_value = 24
		lend_lease_cost = 3
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2055
	apc_hull_5 = {
		abbreviation = "apc5"
		derived_variant_name = apc_equipment_5
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_4
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_5
		}
		maximum_speed = 4
		build_cost_ic = 2.9		#+0.5
		reliability = 1.5		#+0.1
		hardness = 0.5
		armor_value = 28		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2075
	apc_hull_6 = {
		abbreviation = "apc6"
		derived_variant_name = apc_equipment_6
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_5
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_6
		}
		maximum_speed = 4
		build_cost_ic = 3.4		#+0.5
		reliability = 1.6		#+0.1
		hardness = 0.5
		armor_value = 32		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2095
	apc_hull_7 = {
		abbreviation = "apc7"
		derived_variant_name = apc_equipment_7
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_6
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_7
		}
		maximum_speed = 4
		build_cost_ic = 3.9		#+0.5
		reliability = 1.7		#+0.1
		hardness = 0.5
		armor_value = 36		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2110
	apc_hull_8 = {
		abbreviation = "apc8"
		derived_variant_name = apc_equipment_8
		visual_level = 0
		year = 1922
		archetype = apc_hull
		parent = apc_hull_7
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			ifv_hull_8
		}
		maximum_speed = 4
		build_cost_ic = 4.4		#+0.5
		reliability = 1.8		#+0.1
		hardness = 0.5
		armor_value = 40		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	# IFV hulls
	ifv_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_assault_armament
					light_afv_small_autocannon
					light_afv_big_autocannon
					light_afv_cannon_armament
				}
			}
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_turret_type
				}
			}
			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_suspension_type
				}
			}
			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_armor_type
					light_afv_heavy_armor_type
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
					afv_gasoline_engine_type
				}
			}
			special_armament_type_slot = {
				required = no
				allowed_module_categories = {
					light_afv_coax_mg
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					afv_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					afv_battlestation_module
				}
			}
			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
		}
		module_count_limit = {
			category = afv_battlestation_module
			count < 2
		}
		module_count_limit = {
			category = afv_atgm_module
			count < 2
		}
		module_count_limit = {
			category = tank_defense_module
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_era
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_spaced
			count < 2
		}
		module_count_limit = {
			module = afv_additional_machine_guns
			count < 2
		}
		module_count_limit = {
			module = afv_gun_ports
			count < 2
		}
		module_count_limit = {
			module = afv_mine_protection
			count < 2
		}
		module_count_limit = {
			module = afv_reverse_doors
			count < 2
		}
		module_count_limit = {
			category = tank_smoke_module
			count < 3
		}
		default_modules = {
			main_armament_slot = small_autocannon
			turret_type_slot = afv_base_turret
			suspension_type_slot = afv_tracked_suspension
			armor_type_slot = afv_steel_armor_gen1
			engine_type_slot = empty
			special_armament_type_slot = empty
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 0.75
		reliability = 1
		hardness = 0.5
		armor_value = 8
		lend_lease_cost = 3
		resources = {
			steel = 1
			aluminium = 1
		}
		manpower = 3
	}
	ifv_hull_0 = {
		abbreviation = "ifv0"
		derived_variant_name = ifv_equipment_0
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		priority = 2000
		module_slots = inherit
		lend_lease_cost = 3
		can_convert_from = {
			apc_hull_0
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	ifv_hull_1 = {
		abbreviation = "ifv1"
		derived_variant_name = ifv_equipment_1
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		priority = 2000
		parent = ifv_hull_0
		module_slots = inherit
		can_convert_from = {
			apc_hull_1
		}
		lend_lease_cost = 3
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.1
		reliability = 1.1
		hardness = 0.5
		armor_value = 12
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	ifv_hull_2 = {
		abbreviation = "ifv2"
		derived_variant_name = ifv_equipment_2
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		priority = 2000
		parent = ifv_hull_1
		module_slots = inherit
		can_convert_from = {
			apc_hull_2
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.5
		reliability = 1.2
		hardness = 0.5
		armor_value = 16
		lend_lease_cost = 3
		resources = {
			aluminium = 1
			steel = 1
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	ifv_hull_3 = {
		abbreviation = "ifv3"
		derived_variant_name = ifv_equipment_3
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		priority = 2000
		parent = ifv_hull_2
		module_slots = inherit
		can_convert_from = {
			apc_hull_3
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.9
		reliability = 1.3
		hardness = 0.5
		armor_value = 20
		lend_lease_cost = 3
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	ifv_hull_4 = {
		abbreviation = "ifv4"
		derived_variant_name = ifv_equipment_4
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		priority = 2000
		parent = ifv_hull_3
		module_slots = inherit
		can_convert_from = {
			apc_hull_4
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 2.4
		reliability = 1.4
		hardness = 0.5
		armor_value = 24
		lend_lease_cost = 3
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2055
	ifv_hull_5 = {
		abbreviation = "ifv5"
		derived_variant_name = ifv_equipment_5
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		parent = ifv_hull_4
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			apc_hull_5
		}
		maximum_speed = 4
		build_cost_ic = 2.9		#+0.5
		reliability = 1.5		#+0.1
		hardness = 0.5
		armor_value = 28		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2075
	ifv_hull_6 = {
		abbreviation = "ifv6"
		derived_variant_name = ifv_equipment_6
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		parent = ifv_hull_5
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			apc_hull_6
		}
		maximum_speed = 4
		build_cost_ic = 3.4		#+0.5
		reliability = 1.6		#+0.1
		hardness = 0.5
		armor_value = 32		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2095
	ifv_hull_7 = {
		abbreviation = "ifv7"
		derived_variant_name = ifv_equipment_7
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		parent = ifv_hull_6
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			apc_hull_7
		}
		maximum_speed = 4
		build_cost_ic = 3.9		#+0.5
		reliability = 1.7		#+0.1
		hardness = 0.5
		armor_value = 36		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2110
	ifv_hull_8 = {
		abbreviation = "ifv8"
		derived_variant_name = ifv_equipment_8
		visual_level = 0
		year = 1922
		archetype = ifv_hull
		parent = ifv_hull_7
		priority = 2000
		module_slots = inherit
		can_convert_from = {
			apc_hull_8
		}
		maximum_speed = 4
		build_cost_ic = 4.4		#+0.5
		reliability = 1.8		#+0.1
		hardness = 0.5
		armor_value = 40		#+4
		lend_lease_cost = 5
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	spart_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			arty_main_armament_slot = {
				required = yes
				allowed_module_categories = {
					art_small_gun_module
					art_medium_gun_module
					art_small_rocket_module
					art_medium_rocket_module
				}
			}
			chassis_type_slot = {
				required = yes
				allowed_module_categories = {
					chassis_truck_module
					chassis_afv_module
					chassis_tank_module
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
					afv_gasoline_engine_type
				}
			}
			conversion_type_slot = {
				required = no
				allowed_module_categories = {
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					art_battlestation_module
				}
			}
		}
		module_count_limit = {
			category = art_battlestation_module
			count < 2
		}
		module_count_limit = {
			module = fire_ammo_rocket_small_gen1
			count < 2
		}
		module_count_limit = {
			module = fire_ammo_rocket_small_gen2
			count < 2
		}
		module_count_limit = {
			module = fire_ammo_rocket_small_gen3
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_small_gen1
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_small_gen2
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_small_gen3
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_med_gen1
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_med_gen2
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_med_gen3
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_rocket_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_rocket_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_rocket_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_big_gen1
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_big_gen2
			count < 2
		}
		module_count_limit = {
			module = mine_rocket_big_gen3
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_big_gen1
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_big_gen2
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_rocket_big_gen3
			count < 2
		}
		module_count_limit = {
			module = support_ammo_small_gen1
			count < 2
		}
		module_count_limit = {
			module = support_ammo_small_gen2
			count < 2
		}
		module_count_limit = {
			module = support_ammo_small_gen3
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_small_gen1
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_small_gen2
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_small_gen3
			count < 2
		}
		module_count_limit = {
			module = support_ammo_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = support_ammo_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = support_ammo_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = heat_ammo_gun_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_gun_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_gun_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = cluster_ammo_gun_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_gun_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_gun_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = laser_ammo_gun_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_big_gen1
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_big_gen2
			count < 2
		}
		module_count_limit = {
			module = rocket_assisted_ammo_gun_big_gen3
			count < 2
		}
		module_count_limit = {
			module = burst_fire_gun_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = burst_fire_gun_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = burst_fire_gun_medium_gen3
			count < 2
		}
		module_count_limit = {
			module = multiple_rounds_medium_gen1
			count < 2
		}
		module_count_limit = {
			module = multiple_rounds_medium_gen2
			count < 2
		}
		module_count_limit = {
			module = multiple_rounds_medium_gen3
			count < 2
		}
		default_modules = {
			arty_main_armament_slot = empty
			chassis_type_slot = empty
			engine_type_slot = tank_diesel_engine_gen1
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1
		reliability = 1
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
		manpower = 3
	}
	spart_hull_0 = {
		abbreviation = "spart0"
		derived_variant_name = spart_equipment_0
		visual_level = 0
		year = 1922
		archetype = spart_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		reliability = 1
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
	}
	spart_hull_1 = {
		abbreviation = "spart1"
		derived_variant_name = spart_equipment_1
		visual_level = 0
		parent = spart_hull_0
		year = 1922
		archetype = spart_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		reliability = 1.1
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
	}
	spart_hull_2 = {
		abbreviation = "spart2"
		derived_variant_name = spart_equipment_2
		visual_level = 0
		parent = spart_hull_1
		year = 1922
		archetype = spart_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		reliability = 1.2
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
	}
	spart_hull_3 = {
		abbreviation = "spart3"
		derived_variant_name = spart_equipment_3
		visual_level = 0
		parent = spart_hull_2
		year = 1922
		archetype = spart_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		reliability = 1.3
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
	}
	spart_hull_4 = {
		abbreviation = "spart4"
		derived_variant_name = spart_equipment_4
		visual_level = 0
		parent = spart_hull_3
		year = 1922
		archetype = spart_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		reliability = 1.4
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			art_nsb_fire_upgrade
		}
	}
	#6th Generation Self Propelled Artillery Hull 2045
    spart_hull_5 = {
        abbreviation = "spart5"
        derived_variant_name = spart_equipment_5
        visual_level = 0
        parent = spart_hull_4
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 1.5 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #7th Generation Self Propelled Artillery Hull 2055
    spart_hull_6 = {
        abbreviation = "spart6"
        derived_variant_name = spart_equipment_6
        visual_level = 0
        parent = spart_hull_5
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 1.6 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #8th Generation Self Propelled Artillery Hull 2065
    spart_hull_7 = {
        abbreviation = "spart7"
        derived_variant_name = spart_equipment_7
        visual_level = 0
        parent = spart_hull_6
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 1.7 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #9th Generation Self Propelled Artillery Hull 2075
    spart_hull_8 = {
        abbreviation = "spart8"
        derived_variant_name = spart_equipment_8
        visual_level = 0
        parent = spart_hull_7
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 1.8 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #10th Generation Self Propelled Artillery Hull 2085
    spart_hull_9 = {
        abbreviation = "spart9"
        derived_variant_name = spart_equipment_9
        visual_level = 0
        parent = spart_hull_8
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 1.9 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #11th Generation Self Propelled Artillery Hull 2095
    spart_hull_10 = {
        abbreviation = "spart10"
        derived_variant_name = spart_equipment_10
        visual_level = 0
        parent = spart_hull_9
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 2 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
    #12th Generation Self Propelled Artillery Hull 2105
    spart_hull_11 = {
        abbreviation = "spart11"
        derived_variant_name = spart_equipment_11
        visual_level = 0
        parent = spart_hull_10
        year = 1922
        archetype = spart_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 4
        reliability = 2.1 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 8
        upgrades = { art_nsb_fire_upgrade }
    }
	#light tank hulls
	light_tank_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
				}
			}
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
				}
			}
			chassis_type_slot = {
				required = yes
				allowed_module_categories = {
					chassis_wheeled_afv_module
					chassis_tracked_afv_module
					chassis_light_tank_module
				}
			}
			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					light_afv_armor_type
					light_afv_heavy_armor_type
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
					afv_gasoline_engine_type
				}
			}
			reload_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_reload_module
					light_tanks_reload_modules
				}
			}
			special_armament_type_slot = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					tank_special_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					tank_special_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					tank_special_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					light_afv_special_module
					tank_special_module
					afv_atgm_module
					tank_atgm_module
					tank_defense_module
					tank_smoke_module
					tank_additional_armor_era
					tank_additional_armor_spaced
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					afv_battlestation_module
				}
			}
		}
		module_count_limit = {
			category = afv_battlestation_module
			count < 2
		}
		module_count_limit = {
			category = afv_atgm_module
			count < 2
		}
		module_count_limit = {
			category = tank_defense_module
			count < 2
		}
		module_count_limit = {
			module = tank_longer_gun
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_era
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_spaced
			count < 2
		}
		module_count_limit = {
			module = afv_additional_machine_guns
			count < 2
		}
		module_count_limit = {
			module = additional_machine_guns
			count < 2
		}
		module_count_limit = {
			module = afv_gun_ports
			count < 2
		}
		module_count_limit = {
			module = afv_mine_protection
			count < 2
		}
		module_count_limit = {
			module = afv_reverse_doors
			count < 2
		}
		module_count_limit = {
			category = tank_large_main_armament
			count < 1
		}
		module_count_limit = {
			category = tank_smoke_module
			count < 3
		}
		default_modules = {
			main_armament_slot = empty
			turret_type_slot = empty
			suspension_type_slot = empty
			armor_type_slot = empty
			engine_type_slot = empty
			special_armament_type_slot = empty
		}
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 0.75
		reliability = 1
		hardness = 0.5
		armor_value = 8
		#Space taken in convoy
		lend_lease_cost = 4
		resources = {
			steel = 1
			aluminium = 1
		}
		manpower = 3
	}
	light_tank_hull_0 = {
		abbreviation = "lth0"
		derived_variant_name = light_tank_equipment_0
		visual_level = 0
		year = 1965
		archetype = light_tank_hull
		priority = 2000
		module_slots = inherit
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	light_tank_hull_1 = {
		abbreviation = "lth1"
		derived_variant_name = light_tank_equipment_1
		visual_level = 0
		year = 1975
		archetype = light_tank_hull
		priority = 2000
		parent = light_tank_hull_0
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.1
		reliability = 1.1
		hardness = 0.5
		armor_value = 12
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	light_tank_hull_2 = {
		abbreviation = "lth2"
		derived_variant_name = light_tank_equipment_2
		visual_level = 0
		year = 1995
		archetype = light_tank_hull
		priority = 2000
		parent = light_tank_hull_1
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.5
		reliability = 1.2
		hardness = 0.5
		armor_value = 16
		#Space taken in convoy
		lend_lease_cost = 4
		resources = {
			aluminium = 1
			steel = 1
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	light_tank_hull_3 = {
		abbreviation = "lth3"
		derived_variant_name = light_tank_equipment_3
		visual_level = 0
		year = 2015
		archetype = light_tank_hull
		priority = 2000
		parent = light_tank_hull_2
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 1.9
		reliability = 1.3
		hardness = 0.5
		armor_value = 20
		#Space taken in convoy
		lend_lease_cost = 4
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	light_tank_hull_4 = {
		abbreviation = "lth4"
		derived_variant_name = light_tank_equipment_4
		visual_level = 0
		year = 2035
		archetype = light_tank_hull
		priority = 2000
		parent = light_tank_hull_3
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 2.4
		reliability = 1.4
		hardness = 0.5
		armor_value = 24
		#Space taken in convoy
		lend_lease_cost = 4
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2055
	light_tank_hull_5 = {
		abbreviation = "lth5"
		derived_variant_name = light_tank_equipment_5
		visual_level = 0
		year = 2035
		archetype = light_tank_hull
		parent = light_tank_hull_4
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 2.9		#+0.5
		reliability = 1.5		#+0.1
		hardness = 0.5
		armor_value = 28		#+4
		lend_lease_cost = 10
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2075
	light_tank_hull_6 = {
		abbreviation = "lth6"
		derived_variant_name = light_tank_equipment_6
		visual_level = 0
		year = 2035
		archetype = light_tank_hull
		parent = light_tank_hull_5
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 3.4		#+0.5
		reliability = 1.6		#+0.1
		hardness = 0.5
		armor_value = 32		#+4
		lend_lease_cost = 10
		resources = {
			aluminium = 1
			steel = 2
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2095
	light_tank_hull_7 = {
		abbreviation = "lth7"
		derived_variant_name = light_tank_equipment_7
		visual_level = 0
		year = 2035
		archetype = light_tank_hull
		parent = light_tank_hull_6
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 3.9		#+0.5
		reliability = 1.7		#+0.1
		hardness = 0.5
		armor_value = 36		#+4
		lend_lease_cost = 10
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	#2110
	light_tank_hull_8 = {
		abbreviation = "lth8"
		derived_variant_name = light_tank_equipment_8
		visual_level = 0
		year = 2035
		archetype = light_tank_hull
		parent = light_tank_hull_7
		priority = 2000
		module_slots = inherit
		maximum_speed = 4
		build_cost_ic = 4.4		#+0.5
		reliability = 1.8		#+0.1
		hardness = 0.5
		armor_value = 40		#+4
		lend_lease_cost = 10
		resources = {
			aluminium = 1
			steel = 3
		}
		upgrades = {
			afv_nsb_armor_upgrade
		}
	}
	spaa_hull = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000
		module_slots = {
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					spaa_missile_systems
					spaa_long_range_missile_systems
					spaa_short_range_missile_systems
					spaa_autocannon_systems
					spaa_light_autocannon_systems
					spaa_naval_cannon_systems
				}
			}
			chassis_type_slot = {
				required = yes
				allowed_module_categories = {
					spaa_chassis_truck_module
					spaa_chassis_afv_module
					spaa_chassis_tank_module
				}
			}
			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_diesel_engine_type
					tank_turbine_engine_type
					tank_electric_engine_type
					afv_gasoline_engine_type
				}
			}
			radar_type_slot = {
				required = yes
				allowed_module_categories = {
					spaa_radar_systems
					spaa_off_vehicle_radar_systems
					spaa_optical_guidance_systems
				}
			}
			spaa_secondary_armament = {
				required = no
				allowed_module_categories = {
					spaa_coax_machinegun_category
				}
			}
			special_type_slot_1 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_smoke_module
					tank_defense_module
				}
			}
			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_smoke_module
					tank_defense_module
				}
			}
			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_additional_armor_era
					tank_additional_armor_spaced
					tank_smoke_module
					tank_defense_module
				}
			}
			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					spaa_battlestation_modules
				}
			}
		}
		module_count_limit = {
			category = spaa_battlestation_modules
			count < 2
		}
		module_count_limit = {
			category = tank_defense_module
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_era
			count < 2
		}
		module_count_limit = {
			category = tank_additional_armor_spaced
			count < 2
		}
		module_count_limit = {
			category = tank_smoke_module
			count < 3
		}
		default_modules = {
			main_armament_slot = empty
			chassis_type_slot = empty
			engine_type_slot = tank_diesel_engine_gen1
		}
		fuel_consumption = 0
		maximum_speed = 6
		build_cost_ic = 1
		reliability = 1
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 3
		upgrades = {
			spaa_nsb_fire_upgrade
		}
		manpower = 3
	}
	spaa_hull_0 = {
		abbreviation = "spaa0"
		derived_variant_name = spaa_equipment_0
		visual_level = 0
		year = 1922
		archetype = spaa_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 6
		reliability = 1
		hardness = 0.5
		armor_value = 0
		upgrades = {
			spaa_nsb_fire_upgrade
		}
	}
	spaa_hull_1 = {
		abbreviation = "spaa1"
		derived_variant_name = spaa_equipment_1
		visual_level = 0
		parent = spaa_hull_0
		year = 1922
		archetype = spaa_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 6
		reliability = 1.1
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 3
		upgrades = {
			spaa_nsb_fire_upgrade
		}
	}
	spaa_hull_2 = {
		abbreviation = "spaa2"
		derived_variant_name = spaa_equipment_2
		visual_level = 0
		parent = spaa_hull_1
		year = 1922
		archetype = spaa_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 6
		reliability = 1.2
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 3
		upgrades = {
			spaa_nsb_fire_upgrade
		}
	}
	spaa_hull_3 = {
		abbreviation = "spaa3"
		derived_variant_name = spaa_equipment_3
		visual_level = 0
		parent = spaa_hull_2
		year = 1922
		archetype = spaa_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 6
		reliability = 1.3
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 3
		upgrades = {
			spaa_nsb_fire_upgrade
		}
	}
	spaa_hull_4 = {
		abbreviation = "spaa4"
		derived_variant_name = spaa_equipment_4
		visual_level = 0
		parent = spaa_hull_3
		year = 1922
		archetype = spaa_hull
		priority = 2000
		module_slots = inherit
		fuel_consumption = 0
		maximum_speed = 6
		reliability = 1.4
		hardness = 0.5
		armor_value = 0
		#Space taken in convoy
		lend_lease_cost = 3
		upgrades = {
			spaa_nsb_fire_upgrade
		}
	}
	#SP AA 2045
    spaa_hull_5 = {
        abbreviation = "spaa5"
        derived_variant_name = spaa_equipment_5
        visual_level = 0
        parent = spaa_hull_4
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 1.5 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2055
    spaa_hull_6 = {
        abbreviation = "spaa6"
        derived_variant_name = spaa_equipment_6
        visual_level = 0
        parent = spaa_hull_5
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 1.6 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2065
    spaa_hull_7 = {
        abbreviation = "spaa7"
        derived_variant_name = spaa_equipment_7
        visual_level = 0
        parent = spaa_hull_6
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 1.7 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2075
    spaa_hull_8 = {
        abbreviation = "spaa8"
        derived_variant_name = spaa_equipment_8
        visual_level = 0
        parent = spaa_hull_7
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 1.8 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2085
    spaa_hull_9 = {
        abbreviation = "spaa9"
        derived_variant_name = spaa_equipment_9
        visual_level = 0
        parent = spaa_hull_8
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 1.9 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2095
    spaa_hull_10 = {
        abbreviation = "spaa10"
        derived_variant_name = spaa_equipment_10
        visual_level = 0
        parent = spaa_hull_9
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 2 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
    #SP AA 2105
    spaa_hull_11 = {
        abbreviation = "spaa11"
        derived_variant_name = spaa_equipment_11
        visual_level = 0
        parent = spaa_hull_10
        year = 1922
        archetype = spaa_hull
        priority = 2000
        module_slots = inherit
        fuel_consumption = 0
        maximum_speed = 6
        reliability = 2.1 #+0.1
        hardness = 0.5
        armor_value = 0
        lend_lease_cost = 3
        upgrades = { spaa_nsb_fire_upgrade }
    }
}
