equipments = {

	#ATTENTION
	#special_type_slot_1 IS THE DEDICATED SLOT FOR THE RADIO



	light_tank_chassis = {
		year = 1922
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}

		picture = archetype_light_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
		
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_flamethrower
					tank_medium_main_armament
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_air_turret_type
					tank_dbl_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
					#tank_non_tracked_suspension_type        A light tank with wheels is basically a armored car
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    # hull mod
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#turret design mod
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = { #Track type
				required = yes
				allowed_module_categories = {
					tank_track_type
					tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			
			special_type_slot_10 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			
			#turret_mod_slot = {
			#	required = no
			#	allowed_module_categories = {
			#		
			#	}
			#}
			
		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}
		module_count_limit = {
			category = tank_secondary_turret
			count < 2
		}
		module_count_limit = {
			module = amphibious_drive
			count < 2
		}

		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = ostketten
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = stabilizer
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			special_type_slot_1 = tank_flag_signaling
			ammo_slot = mech_dft_shell
			main_armament_slot = empty
			turret_type_slot = tank_light_one_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 3
		reliability = 0.8
		hardness = 0.8
		armor_value = 5
		resources = {
			steel = 1
		}

		manpower = 2

	}

	light_tank_chassis_0 = { #also great war tank
		abbreviation = "lt0"
		derived_variant_name = light_tank_equipment_0
		visual_level = 0
		year = 1922
		archetype = light_tank_chassis
		priority = 2000
		module_slots = inherit

		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
	}

	light_tank_chassis_1 = {
		abbreviation = "lt1"
		derived_variant_name = light_tank_equipment_1
		visual_level = 0
		year = 1934
		archetype = light_tank_chassis
		parent = light_tank_chassis_0
		priority = 2000
		module_slots = inherit
		maximum_speed = 5
		build_cost_ic = 5
		reliability = 0.95
		armor_value = 10
	}

	light_tank_chassis_2 = {
		abbreviation = "lt2"
		derived_variant_name = light_tank_equipment_2
		visual_level = 1
		year = 1936
		archetype = light_tank_chassis
		parent = light_tank_chassis_1
		priority = 2000
		module_slots = inherit
		build_cost_ic = 10
		maximum_speed = 6
		reliability = 1.1
		armor_value = 15
		resources = {
			steel = 1
		}
	}

	light_tank_chassis_3 = {
		abbreviation = "lt3"
		derived_variant_name = light_tank_equipment_3
		visual_level = 2
		year = 1942
		archetype = light_tank_chassis
		parent = light_tank_chassis_2
		priority = 2000
		module_slots = inherit
		build_cost_ic = 15
		maximum_speed = 7
		reliability = 1.3
		armor_value = 20
		resources = {
			steel = 2
		}
	}

	

	medium_tank_chassis = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
		picture = archetype_medium_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
			
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_medium_main_armament
					tank_flamethrower
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_medium_turret_type
					#tank_dbl_turret_type
					tank_dbm_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    #hull mod
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#Turret Mod Slot
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = { #Track type
				required = yes
				allowed_module_categories = {
					tank_track_type
					#tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_10 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			
		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}
		module_count_limit = {
			category = tank_secondary_turret
			count < 3 #two secondary turrets only
		}
		module_count_limit = {
			module = amphibious_drive
			count < 2
		}
		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = stabilizer
			count < 2
		}
		module_count_limit = {
			module = ostketten
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }
		
		default_modules = {
			ammo_slot = mech_dft_shell
			special_type_slot_1 = tank_flag_signaling
			main_armament_slot = empty
			turret_type_slot = tank_medium_one_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 5
		reliability = 1
		armor_value = 15
		hardness = 0.85
		resources = {
			steel = 1
		}

		manpower = 2

	}
	medium_tank_chassis_0 = { #used for interwar tanks
		abbreviation = "mt0"
		derived_variant_name = medium_tank_equipment_0
		visual_level = 0
		year = 1922
		archetype = medium_tank_chassis
		priority = 2000
		module_slots = inherit
		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
		build_cost_ic = 8
		reliability = 0.75
		armor_value = 25
		resources = {
			steel = 1
		}
	}

	medium_tank_chassis_1 = {
		abbreviation = "mt1"
		derived_variant_name = medium_tank_equipment_1
		visual_level = 0
		year = 1936
		archetype = medium_tank_chassis
		parent = medium_tank_chassis_0
		priority = 2000
		maximum_speed = 5
		module_slots = inherit
		armor_value = 35
		build_cost_ic = 9
	}
	medium_tank_chassis_2 = {
		abbreviation = "mt2"
		derived_variant_name = medium_tank_equipment_2
		visual_level = 1
		year = 1940
		parent = medium_tank_chassis_1
		archetype = medium_tank_chassis
		priority = 2000
		module_slots = inherit
		maximum_speed = 6
		build_cost_ic = 10
		reliability = 1.3
		armor_value = 45
		resources = {
			steel = 1
		}
	}
	medium_tank_chassis_3 = {
		abbreviation = "mt3"
		derived_variant_name = medium_tank_equipment_3
		visual_level = 2
		year = 1943
		parent = medium_tank_chassis_2
		archetype = medium_tank_chassis
		priority = 2000
		module_slots = inherit
		maximum_speed = 6
		build_cost_ic = 15
		reliability = 1.6
		armor_value = 50
		resources = {
			steel = 2
		}
	}

	heavy_tank_chassis = {
		year = 1922
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
		picture = archetype_heavy_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
			
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_medium_main_armament
					tank_heavy_main_armament
					tank_flamethrower
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_medium_turret_type
					tank_heavy_turret_type
					#tank_dbm_turret_type
					tank_dbh_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    # Shell slot
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#Turret Mod Slot
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = {              #Tracks
				required = no
				allowed_module_categories = {
					tank_track_type
					#tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_10 = {					
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			

		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}

		module_count_limit = {
			module = amphibious_drive
			count < 2
		}
		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = stabilizer
			count < 2
		}
		module_count_limit = {
			module = ostketten
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			ammo_slot = mech_dft_shell
			special_type_slot_1 = tank_flag_signaling
			main_armament_slot = empty
			turret_type_slot = tank_heavy_two_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 3.5
		build_cost_ic = 25
		reliability = 1
		armor_value = 25
		hardness = 0.95
		resources = {
			steel = 1
		}

		manpower = 2

	}

	heavy_tank_chassis_0 = { #interwar heavy tanks
		abbreviation = "hv0"
		derived_variant_name = heavy_tank_equipment_0
		visual_level = 0
		year = 1922
		archetype = heavy_tank_chassis
		priority = 2000
		module_slots = inherit
		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
		maximum_speed = 3
		build_cost_ic = 25
		reliability = 1
		armor_value = 30
	}

	heavy_tank_chassis_1 = {
		abbreviation = "hv1"
		derived_variant_name = heavy_tank_equipment_1
		visual_level = 0
		year = 1936
		archetype = heavy_tank_chassis
		parent = heavy_tank_chassis_0
		priority = 2000
		module_slots = inherit
		armor_value = 30
		maximum_speed = 5
	}

	heavy_tank_chassis_2 = {
		abbreviation = "hv2"
		derived_variant_name = heavy_tank_equipment_2
		visual_level = 1
		year = 1940
		archetype = heavy_tank_chassis
		parent = heavy_tank_chassis_1
		priority = 2000
		module_slots = inherit
		build_cost_ic = 35
		maximum_speed = 5
		reliability = 1.15
		armor_value = 55
		resources = {
			steel = 1
			chromium = 1
		}
	}

	heavy_tank_chassis_3 = {
		abbreviation = "hv3"
		derived_variant_name = heavy_tank_equipment_3
		visual_level = 2
		year = 1943
		archetype = heavy_tank_chassis
		parent = heavy_tank_chassis_2
		priority = 2000
		module_slots = inherit
		build_cost_ic = 40
		maximum_speed = 5.5
		reliability = 1.3
		armor_value = 75
		resources = {
			steel = 2
			chromium = 1
		}
	}

	modern_tank_chassis = {
		year = 1948
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
		picture = archetype_modern_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
			
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_medium_main_armament
					tank_heavy_main_armament
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_medium_turret_type
					tank_heavy_turret_type
					tank_modern_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    # Shell slot
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#Turret Mod Slot
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = { #Track type
				required = yes
				allowed_module_categories = {
					tank_track_type
					#tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_10 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			
		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}
		module_count_limit = {
			module = amphibious_drive
			count < 1
		}

		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = ostketten
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = stabilizer
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			ammo_slot = mech_dft_shell
			special_type_slot_1 = tank_flag_signaling
			main_armament_slot = empty
			turret_type_slot = tank_modern_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 4.5
		build_cost_ic = 45
		reliability = 1.6
		armor_value = 75
		hardness = 0.95
		resources = {
			steel = 2
			chromium = 1
		}

		manpower = 2

	}

	modern_tank_chassis_1 = {
		abbreviation = "mbt0"
		derived_variant_name = modern_tank_equipment_1
		visual_level = 0
		year = 1948
		archetype = modern_tank_chassis
		priority = 2000
		module_slots = inherit
		maximum_speed = 6.2

		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
	}

	super_heavy_tank_chassis = {
		year = 1948
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
		picture = archetype_super_heavy_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
			
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_medium_main_armament
					tank_heavy_main_armament
					tank_super_heavy_main_armament
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_medium_turret_type
					tank_heavy_turret_type
					tank_super_heavy_turret_type
					tank_dbsh_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    # Shell slot
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#Turret Mod Slot
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = {					#tracks
				required = no
				allowed_module_categories = {
					tank_track_type
					#tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_10 = {
				required = no
				allowed_module_categories = {
					tank_special_moduleù
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			

		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}
		module_count_limit = {
			module = amphibious_drive
			count < 1
		}
		module_count_limit = {
			module = ostketten
			count < 2
		}
		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = stabilizer
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			ammo_slot = mech_dft_shell
			special_type_slot_1 = tank_flag_signaling
			main_armament_slot = empty
			turret_type_slot = tank_super_heavy_three_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 2.5
		build_cost_ic = 65
		reliability = 1.3
		armor_value = 85
		hardness = 1
		resources = {
			steel = 3
			chromium = 2
		}

		manpower = 2

	}

	super_heavy_tank_chassis_1 = {
		abbreviation = "sh0"
		derived_variant_name = super_heavy_tank_equipment_1
		visual_level = 0
		year = 1943
		archetype = super_heavy_tank_chassis
		priority = 2000
		module_slots = inherit
		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
	}

	amphibious_tank_chassis = {
		year = 1936
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
		picture = archetype_amphibious_tank_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		module_slots = {
			ammo_slot = {
				required = yes
				allowed_module_categories = {
					tank_ammo
				}
			}
			
			special_type_slot_1 = {
				required = yes
				allowed_module_categories = {
					tank_radio_module
				}
			}
			
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_medium_main_armament
				}
			}

			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
					tank_medium_turret_type
				}
			}

			suspension_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_suspension_type
				}
			}

			armor_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_armor_type
				}
			}

			engine_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_engine_type
				}
			}

			special_type_slot_2 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_3 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_4 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_5 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_secondary_turret
				}
			}

			special_type_slot_6 = {				    # Shell slot
				required = yes
				allowed_module_categories = {
					hull_mod
				}
			}

			special_type_slot_7 = {					#Turret Mod Slot
				required = no
				allowed_module_categories = {
					turret_design_mod
				}
			}

			special_type_slot_8 = { #Track type
				required = yes
				allowed_module_categories = {
					tank_track_type
					#tank_track_type_rubber
					tank_track_type_padded
				}
			}

			special_type_slot_9 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}
			
			special_type_slot_10 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_11 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

			special_type_slot_12 = {
				required = no
				allowed_module_categories = {
					tank_special_module
					tank_radio_module
					tank_secondary_turret
				}
			}

		}
		module_count_limit = {
			module = sloped_armor
			count < 2
		}	
		module_count_limit = {
			category = tank_radio_module
			count < 2
		}
		module_count_limit = {
			module = ostketten
			count < 2
		}

		module_count_limit = {
			module = amphibious_drive
			count < 1
		}
		module_count_limit = {
			module = wet_ammo_storage
			count < 2
		}

		module_count_limit = {
			module = squeezebore_adaptor
			count < 2
		}

		module_count_limit = {
			module = armor_skirts
			count < 2
		}

		module_count_limit = {
			module = dozer_blade
			count < 2
		}

		module_count_limit = {
			module = easy_maintenance
			count < 2
		}
		module_count_limit = {
			module = auto_loader
			count < 2
		}
		module_count_limit = {
			module = tank_night_vision
			count < 2
		}
	    
		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			ammo_slot = mech_dft_shell
			special_type_slot_1 = tank_flag_signaling
			main_armament_slot = empty
			turret_type_slot = tank_light_one_man_tank_turret
			suspension_type_slot = tank_bogie_suspension
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
			special_type_slot_8 = tank_steel_tracks_0
			special_type_slot_6 = flat_armor
		}

		fuel_consumption = 0
		maximum_speed = 4
		build_cost_ic = 5
		reliability = 1.1
		armor_value = 15
		hardness = 0.85
		resources = {
			steel = 1
		}

		manpower = 2

	}

	amphibious_tank_chassis_1 = {
		abbreviation = "am0"
		derived_variant_name = amphibious_tank_equipment_1
		visual_level = 0
		year = 1940
		archetype = amphibious_tank_chassis
		priority = 2000
		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
		module_slots = inherit
	}
	
	###################################
	######## SPECIAL PROJECTS #########
	###################################

	land_cruiser_chassis = {
		year = 1945
		is_archetype = yes
		is_buildable = no
		can_be_produced = {
			if = {
				limit = {
					has_dlc = "Arms Against Tyranny"
				}
				NOT = {
					has_idea = BUL_army_restrictions_aat
				}
			}
			else = {
				NOT = {
					has_idea = BUL_army_restrictions
				}
			}
		}
		picture = archetype_super_heavy_tank_equipment #TODO_Manu: Check if new one
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2000

		max_military_factories = 5

		module_slots = {
			lc_main_armament_slot = {
				required = yes
				allowed_module_categories = {
					lc_main_armament
				}
			}

			lc_secondary_armament_slot = {
				required = no
				allowed_module_categories = {
					lc_secondary_armament
				}
			}

			lc_special_features_slot_1 = {
				required = no
				allowed_module_categories = {
					lc_radio_module
					lc_aerial_deployment
					lc_external_features
					lc_structural_features
				}
			}

			lc_special_features_slot_2 = {
				required = no
				allowed_module_categories = {
					lc_radio_module
					lc_aerial_deployment
					lc_external_features
					lc_structural_features
				}
			}

			lc_special_features_slot_3 = {
				required = no
				allowed_module_categories = {
					lc_radio_module
					lc_aerial_deployment
					lc_external_features
					lc_structural_features
				}
			}
				
			lc_additional_armament_slot_1 = {
				required = no
				allowed_module_categories = {
					lc_additional_armament
				}
			}

			lc_additional_armament_slot_2 = {
				required = no
				allowed_module_categories = {
					lc_additional_armament
				}
			}

			lc_additional_armament_slot_3 = {
				required = no
				allowed_module_categories = {
					lc_additional_armament
				}
			}

			lc_additional_armament_slot_4 = {
				required = no
				allowed_module_categories = {
					lc_additional_armament
				}
			}
		}

		module_count_limit = {
			module = lc_assault_gun
			count < 2
		}

		module_count_limit = {
			module = lc_high_velocity_cannon_turret
			count < 3
		}

		module_count_limit = {
			module = lc_flamethrower_turret
			count < 3
		}

		module_count_limit = {
			module = lc_rocket_launcher
			count < 3
		}

		module_count_limit = {
			category = lc_radio_module
			count < 2
		}

		module_count_limit = {
			module = lc_radar
			count < 2
		}

		module_count_limit = {
			module = lc_aerial_deployment
			count < 2
		}
		
		module_count_limit = {
			module = lc_armored_skirts
			count < 2
		}

		module_count_limit = {
			module = lc_obstacle_clearance_gear
			count < 2
		}

		module_count_limit = {
			module = lc_wet_ammunition_storage
			count < 2
		}

		module_count_limit = {
			module = lc_smoke_generators
			count < 2
		}

		module_count_limit = {
			module = lc_stabilizers
			count < 2
		}	

		module_count_limit = { module = r56_tank_improved_optics count < 2 }
		module_count_limit = { module = r56_tank_hull_lmg count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { category = r56_tank_rangefinder_category count < 2 }
		module_count_limit = { module = r56_tank_supercharger count < 2 }
		module_count_limit = { module = r56_tank_electro_mechanical_fire_control count < 2 }

		default_modules = {
			lc_main_armament_slot = lc_heavy_naval_guns
			lc_secondary_armament_slot = lc_medium_naval_guns
		}

		fuel_consumption = 12
		maximum_speed = 5 #shouldn't be slower than infantry, or we ran into problems
		build_cost_ic = 250
		reliability = 1
		armor_value = 150
		defense = 12
		hardness = 0 #Hardness doesn't apply to support comapnies, this must be changed if they every become a line battalion. #Was 10
		
		resources = {
			steel = 8
			chromium = 4
		}

		lend_lease_cost = 80

		manpower = 30 #Other Tanks: 2

	}

	land_cruiser_chassis_1 = {
		abbreviation = "LCR"
		derived_variant_name = land_cruiser_equipment_1
		visual_level = 0
		year = 1945
		archetype = land_cruiser_chassis
		priority = 2000
		module_slots = inherit
		upgrades = {
			tank_nsb_engine_upgrade
			tank_nsb_armor_upgrade
		}
	}

}
