equipments = {

	# =========================================================================
	# LIGHT WALKER CHASSIS ARCHETYPE & TIERS
	# =========================================================================
	walker_chassis = {
		year = 1922
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			has_dlc = "No Step Back"
			has_dlc = "Gotterdammerung"
		}

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

		module_slots = {			
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_light_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_small_main_armament
					tank_flamethrower
				}
			}
			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_1 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_2 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_3 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_4 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
		}

		module_count_limit = { category = tank_radio_module count < 2 }
		module_count_limit = { category = tank_secondary_turret count < 2 }
		module_count_limit = { category = tank_auto_loader count < 2 }
		module_count_limit = { module = sloped_armor count < 2 }
		module_count_limit = { module = wet_ammo_storage count < 2 }
		module_count_limit = { module = easy_maintenance count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { module = armor_skirting count < 2 }
		module_count_limit = { module = smoke_launchers count < 2 }

		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_light_one_man_tank_turret
			armor_type_slot = tank_riveted_armor
			engine_type_slot = tank_gasoline_engine
		}

		fuel_consumption = 0
		maximum_speed = 5.0
		build_cost_ic = 2.25
		reliability = 0.85
		hardness = 0.85
		armor_value = 10
		resources = { steel = 1 }

		lend_lease_cost = 10
		manpower = 2
	}

	walker_chassis_0 = {
		abbreviation = "wl0"
		visual_level = 0
		year = 1936
		archetype = walker_chassis
		priority = 2000
		module_slots = inherit
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = gwtank_chassis
				has_tech = gwtank
				has_tech = basic_light_tank_chassis
				has_tech = basic_light_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_1 = {
		abbreviation = "wl1"
		visual_level = 1
		year = 1938
		archetype = walker_chassis
		parent = walker_chassis_0
		priority = 2001
		module_slots = inherit
		maximum_speed = 6.0
		build_cost_ic = 2.70
		reliability = 0.85
		armor_value = 20
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = improved_light_tank_chassis
				has_tech = improved_light_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_2 = {
		abbreviation = "wl2"
		visual_level = 2
		year = 1940
		archetype = walker_chassis
		parent = walker_chassis_1
		priority = 2002
		module_slots = inherit
		maximum_speed = 7.0
		build_cost_ic = 3.20
		reliability = 0.90
		armor_value = 30
		resources = { steel = 2 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = advanced_light_tank_chassis
				has_tech = advanced_light_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_3 = {
		abbreviation = "wl3"
		visual_level = 3
		year = 1942
		archetype = walker_chassis
		parent = walker_chassis_2
		priority = 2003
		module_slots = inherit
		maximum_speed = 8.0
		build_cost_ic = 3.70
		reliability = 1.00
		armor_value = 40
		resources = { steel = 2 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			has_tech = light_tank_chassis_3
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	# =========================================================================
	# MEDIUM WALKER CHASSIS ARCHETYPE & TIERS
	# =========================================================================
	walker_chassis_medium = {
		year = 1930
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			has_dlc = "No Step Back"
			has_dlc = "Gotterdammerung"
		}

		picture = archetype_walker_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2005

		module_slots = {
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_medium_turret_type
					tank_light_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_medium_main_armament
					tank_small_main_armament
					tank_flamethrower
				}
			}
			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_1 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_2 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_3 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_4 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
		}

		module_count_limit = { category = tank_radio_module count < 2 }
		module_count_limit = { category = tank_secondary_turret count < 2 }
		module_count_limit = { category = tank_auto_loader count < 2 }
		module_count_limit = { module = sloped_armor count < 2 }
		module_count_limit = { module = wet_ammo_storage count < 2 }
		module_count_limit = { module = easy_maintenance count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { module = armor_skirting count < 2 }
		module_count_limit = { module = smoke_launchers count < 2 }

		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_medium_two_man_tank_turret
			armor_type_slot = tank_welded_armor
			engine_type_slot = tank_gasoline_engine
		}

		fuel_consumption = 0
		maximum_speed = 6.0
		build_cost_ic = 3.50
		reliability = 0.85
		hardness = 0.90
		armor_value = 35
		resources = { steel = 2 }

		lend_lease_cost = 20
		manpower = 3
	}

	walker_chassis_medium_0 = {
		abbreviation = "wm0"
		visual_level = 0
		year = 1938
		archetype = walker_chassis_medium
		priority = 2005
		module_slots = inherit
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = basic_medium_tank_chassis
				has_tech = basic_medium_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_medium_1 = {
		abbreviation = "wm1"
		visual_level = 1
		year = 1940
		archetype = walker_chassis_medium
		parent = walker_chassis_medium_0
		priority = 2006
		module_slots = inherit
		maximum_speed = 6.5
		build_cost_ic = 3.80
		reliability = 0.90
		armor_value = 45
		resources = { steel = 3 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = improved_medium_tank_chassis
				has_tech = improved_medium_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_medium_2 = {
		abbreviation = "wm2"
		visual_level = 2
		year = 1941
		archetype = walker_chassis_medium
		parent = walker_chassis_medium_1
		priority = 2007
		module_slots = inherit
		maximum_speed = 7.0
		build_cost_ic = 4.10
		reliability = 1.00
		armor_value = 50
		resources = { steel = 3 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = advanced_medium_tank_chassis
				has_tech = advanced_medium_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	# =========================================================================
	# HEAVY WALKER CHASSIS ARCHETYPE & TIERS
	# =========================================================================
	walker_chassis_heavy = {
		year = 1934
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			has_dlc = "No Step Back"
			has_dlc = "Gotterdammerung"
		}

		picture = archetype_walker_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2010

		module_slots = {
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_heavy_turret_type
					tank_medium_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_heavy_main_armament
					tank_medium_main_armament
					tank_small_main_armament
					tank_flamethrower
				}
			}
			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_1 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_2 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_3 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_4 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
		}

		module_count_limit = { category = tank_radio_module count < 2 }
		module_count_limit = { category = tank_secondary_turret count < 2 }
		module_count_limit = { category = tank_auto_loader count < 2 }
		module_count_limit = { module = sloped_armor count < 2 }
		module_count_limit = { module = wet_ammo_storage count < 2 }
		module_count_limit = { module = easy_maintenance count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { module = armor_skirting count < 2 }
		module_count_limit = { module = smoke_launchers count < 2 }

		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_heavy_three_man_tank_turret
			armor_type_slot = tank_welded_armor
			engine_type_slot = tank_gasoline_engine
		}

		fuel_consumption = 0
		maximum_speed = 5.0
		build_cost_ic = 5.50
		reliability = 0.80
		hardness = 0.95
		armor_value = 65
		resources = { steel = 3 chromium = 1 }

		lend_lease_cost = 30
		manpower = 4
	}

	walker_chassis_heavy_0 = {
		abbreviation = "wh0"
		visual_level = 0
		year = 1938
		archetype = walker_chassis_heavy
		priority = 2010
		module_slots = inherit
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = basic_heavy_tank_chassis
				has_tech = basic_heavy_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_heavy_1 = {
		abbreviation = "wh1"
		visual_level = 1
		year = 1940
		archetype = walker_chassis_heavy
		parent = walker_chassis_heavy_0
		priority = 2011
		module_slots = inherit
		maximum_speed = 5.2
		build_cost_ic = 6.00
		reliability = 0.85
		armor_value = 75
		resources = { steel = 4 chromium = 1 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = improved_heavy_tank_chassis
				has_tech = improved_heavy_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	walker_chassis_heavy_2 = {
		abbreviation = "wh2"
		visual_level = 2
		year = 1942
		archetype = walker_chassis_heavy
		parent = walker_chassis_heavy_1
		priority = 2012
		module_slots = inherit
		maximum_speed = 5.5
		build_cost_ic = 6.50
		reliability = 0.90
		armor_value = 80
		resources = { steel = 4 chromium = 1 }
		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = advanced_heavy_tank_chassis
				has_tech = advanced_heavy_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	# =========================================================================
	# MODERN WALKER CHASSIS ARCHETYPE & TIERS
	# =========================================================================
	walker_chassis_modern = {
		year = 1943
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			has_dlc = "No Step Back"
			has_dlc = "Gotterdammerung"
		}

		picture = archetype_walker_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2015

		module_slots = {
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_modern_turret_type
					tank_heavy_turret_type
					tank_medium_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_heavy_main_armament
					tank_medium_main_armament
					tank_small_main_armament
					tank_flamethrower
				}
			}
			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_1 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_2 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_3 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_4 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
		}

		module_count_limit = { category = tank_radio_module count < 2 }
		module_count_limit = { category = tank_secondary_turret count < 2 }
		module_count_limit = { category = tank_auto_loader count < 2 }
		module_count_limit = { module = sloped_armor count < 2 }
		module_count_limit = { module = wet_ammo_storage count < 2 }
		module_count_limit = { module = easy_maintenance count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { module = armor_skirting count < 2 }
		module_count_limit = { module = smoke_launchers count < 2 }

		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_modern_three_man_tank_turret
			armor_type_slot = tank_welded_armor
			engine_type_slot = tank_diesel_engine
		}

		fuel_consumption = 0
		maximum_speed = 7.5
		build_cost_ic = 6.20
		reliability = 0.95
		hardness = 0.90
		armor_value = 85
		resources = { steel = 3 chromium = 1 }

		lend_lease_cost = 40
		manpower = 3
	}

	walker_chassis_modern_0 = {
		abbreviation = "wmb0"
		visual_level = 0
		year = 1943
		archetype = walker_chassis_modern
		priority = 2015
		module_slots = inherit

		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = main_battle_tank_chassis
				has_tech = main_battle_tank_a
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}

	# =========================================================================
	# SUPER-HEAVY WALKER CHASSIS ARCHETYPE & TIERS
	# =========================================================================
	walker_chassis_super_heavy = {
		year = 1943
		is_archetype = yes
		is_buildable = no

		can_be_produced = {
			has_dlc = "No Step Back"
			has_dlc = "Gotterdammerung"
		}

		picture = archetype_walker_equipment
		type = armor
		group_by = archetype
		interface_category = interface_category_armor
		priority = 2020

		module_slots = {
			turret_type_slot = {
				required = yes
				allowed_module_categories = {
					tank_super_heavy_turret_type
					tank_heavy_turret_type
				}
			}
			main_armament_slot = {
				required = yes
				allowed_module_categories = {
					tank_super_heavy_main_armament
					tank_heavy_main_armament
					tank_medium_main_armament
					tank_flamethrower
				}
			}
			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_1 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_2 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_3 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
			special_type_slot_4 = { required = no allowed_module_categories = { tank_special_module tank_radio_module } }
		}

		module_count_limit = { category = tank_radio_module count < 2 }
		module_count_limit = { category = tank_secondary_turret count < 2 }
		module_count_limit = { category = tank_auto_loader count < 2 }
		module_count_limit = { module = sloped_armor count < 2 }
		module_count_limit = { module = wet_ammo_storage count < 2 }
		module_count_limit = { module = easy_maintenance count < 2 }
		module_count_limit = { module = additional_machine_guns count < 2 }
		module_count_limit = { module = armor_skirting count < 2 }
		module_count_limit = { module = smoke_launchers count < 2 }

		default_modules = {
			main_armament_slot = empty
			turret_type_slot = tank_super_heavy_four_man_tank_turret
			armor_type_slot = tank_welded_armor
			engine_type_slot = tank_diesel_engine
		}

		fuel_consumption = 0
		maximum_speed = 3.0
		build_cost_ic = 22.0
		reliability = 0.80
		hardness = 0.95
		armor_value = 140
		resources = { steel = 6 chromium = 3 }

		lend_lease_cost = 50
		manpower = 4
	}

	walker_chassis_super_heavy_0 = {
		abbreviation = "wsh0"
		visual_level = 0
		year = 1943
		archetype = walker_chassis_super_heavy
		priority = 2030
		module_slots = inherit

		can_be_produced = {
			has_country_flag = sp_land_walkers_completed
			OR = {
				has_tech = super_heavy_tank_chassis
				has_tech = super_heavy_tank
			}
		}
		upgrades = { tank_nsb_engine_upgrade tank_nsb_armor_upgrade }
	}
}
