script_enum_operative_mission_type = {
	build_intel_network
	counter_intelligence
	quiet_network
	root_out_resistance
	control_trade
}

script_enum_advisor_slot_type = {
	theorist
	high_command
	army_chief
	navy_chief
	air_chief
	political_advisor
	head_of_government
	economy_minister
	foreign_minister
	security_minister
}

script_enum_equipment_stat = {
								#Viktors note for modders and future CDs: If you want to use a stat in the MIOs it has to be in the equipment category itself, not on the battalion level. So stuff like defense works because its contained within the equipment, but stuff like recon will not work because its owned by the battalion. Adding stuff like recon will not throw an error, but it will _not_ work. Moving stats to the equipment level from the bat-level might fix this if you are brave enough, but it is very risk and might break other stuff. Ive commented what is currently on the battalion level below and should not be used with MIOs.

	default_morale 					#Cannot be used with MIOS
	defense
	breakthrough
	hardness
	soft_attack
	hard_attack
	recon 							#Cannot be used with MIOS
	entrenchment					# ONLY works for tanks with dozer blades, NOT infantry
	initiative 						#Cannot be used with MIOS
	casualty_trickleback 			#Cannot be used with MIOS
	supply_consumption_factor 		#Cannot be used with MIOS
	supply_consumption 				#Cannot be used with MIOS
	suppression 					#Cannot be used with MIOS
	suppression_factor 				#Cannot be used with MIOS
	experience_loss_factor 			#Cannot be used with MIOS
	equipment_capture_factor 		#Cannot be used with MIOS
	recovery
	additional_collateral_damage
	fuel_capacity
	surface_detection
	sub_detection
	surface_visibility
	sub_visibility
	lg_attack
	lg_armor_piercing
	hg_attack
	hg_armor_piercing
	torpedo_attack
	sub_attack
	anti_air_attack
	amphibious_defense
	naval_speed
	naval_range
	mines_planting
	mines_sweeping
	naval_light_gun_hit_chance_factor
	naval_heavy_gun_hit_chance_factor
	naval_torpedo_hit_chance_factor
	naval_torpedo_damage_reduction_factor
	naval_torpedo_enemy_critical_chance_factor
	convoy_raiding_coordination
	patrol_coordination
	search_and_destroy_coordination
	air_range
	air_defence
	air_attack
	air_agility
	air_bombing
	air_superiority
	naval_strike_attack
	naval_strike_targetting
	air_ground_attack
	air_visibility_factor
	railway_gun_attack 			#Cannot be used with MIOS
	railway_gun_attack_range_index_in_define # This cannot be used with MIOs or equipment_bonus - only in equipment definition
	railway_gun_annex_ratio
	railway_gun_hours_between_redistribution
	max_organisation			#Cannot be used with MIOS
	max_strength				##Cannot be used with MIOS
	maximum_speed
	armor_value
	ap_attack
	reliability
	reliability_factor
	weight
	thrust 						#DLC Only be careful and avoid unless needed
	fuel_consumption
	fuel_consumption_factor
	strategic_attack
	carrier_size
	acclimatization_hot_climate_gain_factor			#Cannot be used with MIOS
	acclimatization_cold_climate_gain_factor		#Cannot be used with MIOS
	night_penalty				#Cannot be used with MIOS
	build_cost_ic
	naval_weather_penalty_factor
}

script_enum_production_stat = {
	production_cost_factor
	production_capacity_factor
	production_efficiency_cap_factor
	production_efficiency_gain_factor
	production_resource_need_factor
	production_resource_penalty_factor
	production_conversion_speed_factor
}

script_enum_equipment_category = {
	convoy
	train
	floating_harbor
	railway_gun
	armor
	motorized
	mechanized
	infantry
	capital_ship
	submarine
	screen_ship
	fighter
	heavy_fighter
	interceptor
	tactical_bomber
	strategic_bomber
	cas
	naval_bomber
	missile
	emplacement_gun_ammo
	ballistic_missile
	nuclear_missile
	sam_missile
	suicide
	scout_plane
	maritime_patrol_plane
	air_transport
	carrier
	missile_launcher
	support
	amphibious
	anti_air
	artillery
	anti_tank
	rocket
	flame
	land_cruiser
}

script_enum_equipment_bonus_type = {
	## This script enum contains all equipment types that can be used in equipment_bonus
	## or in game/common/military_industrial_organization scripts.

	## This list contains either equipment category (see script_enum_equipment_category above)
	## or equipment archetypes & types defined in game/common/units/equipments

	## This enum should be updated every time either of those is updated
	## (there will be a log error at startup as a reminder)

	# Equipment categories
	convoy
	train
	floating_harbor
	railway_gun
	armor
	motorized
	mechanized
	infantry
	capital_ship
	submarine
	screen_ship
	fighter
	heavy_fighter
	interceptor
	tactical_bomber
	strategic_bomber
	cas
	naval_bomber
	missile
	emplacement_gun_ammo
	ballistic_missile
	nuclear_missile
	sam_missile
	suicide
	scout_plane
	maritime_patrol_plane
	air_transport
	carrier
	missile_launcher
	support
	amphibious
	anti_air
	artillery
	anti_tank
	rocket
	flame
	CAS_equipment
	cv_CAS_equipment
	fighter_equipment
	cv_fighter_equipment
	tac_bomber_equipment
	strat_bomber_equipment

	# Equipment archetypes & types
	destroyer
	infantry_equipment
	artillery_equipment
	anti_tank_equipment
	anti_air_equipment
	anti_air_equipment_1
	anti_air_equipment_2
	anti_air_equipment_3
	anti_tank_equipment_1
	anti_tank_equipment_2
	anti_tank_equipment_3
	armored_car_equipment
	armored_car_equipment_1
	armored_car_equipment_2
	artillery_equipment_1
	artillery_equipment_2
	artillery_equipment_3
	convoy_1
	floating_harbor_equipment
	floating_harbor_equipment_1
	infantry_equipment_0
	infantry_equipment_1
	infantry_equipment_2
	infantry_equipment_3
	motorized_equipment
	motorized_equipment_0
	motorized_equipment_1
	small_plane_airframe
	cv_small_plane_airframe
	small_plane_airframe_0
	small_plane_airframe_1
	small_plane_airframe_2
	small_plane_airframe_3
	small_plane_airframe_4
	cv_small_plane_airframe_0
	cv_small_plane_airframe_1
	cv_small_plane_airframe_2
	cv_small_plane_airframe_3
	cv_small_plane_airframe_4
	medium_plane_airframe
	medium_plane_airframe_0
	medium_plane_airframe_1
	medium_plane_airframe_2
	medium_plane_airframe_3
	medium_plane_airframe_4
	large_plane_airframe
	large_plane_airframe_0
	large_plane_airframe_1
	large_plane_airframe_2
	large_plane_airframe_3
	large_plane_airframe_4
	transport_plane_equipment
	transport_plane_equipment_1
	railway_gun_equipment
	railway_gun_equipment_1
	ship_hull_carrier
	ship_hull_carrier_1
	ship_hull_carrier_2
	ship_hull_carrier_3
	ship_hull_carrier_conversion_bb
	ship_hull_carrier_conversion_ca
	carrier_1
	carrier_2
	carrier_3
	carrier_4
	ship_hull_cruiser
	light_cruiser
	ship_hull_cruiser_1
	ship_hull_cruiser_2
	ship_hull_cruiser_3
	ship_hull_cruiser_4
	light_cruiser_1
	light_cruiser_2
	light_cruiser_3
	light_cruiser_4
	heavy_cruiser_1
	heavy_cruiser_2
	heavy_cruiser_3
	heavy_cruiser_4
	torpedo_cruiser
	ship_hull_torpedo_cruiser
	ship_hull_cruiser_panzerschiff
	ship_hull_cruiser_coastal_defense_ship
	ship_hull_heavy
	ship_hull_pre_dreadnought
	ship_hull_heavy_1
	ship_hull_heavy_2
	ship_hull_heavy_3
	ship_hull_heavy_4
	battleship_1
	battleship_2
	battleship_3
	battleship_4
	SH_battleship_1
	SH_battleship_2
	battle_cruiser_1
	battle_cruiser_2
	ship_hull_light
	ship_hull_light_1
	ship_hull_light_2
	ship_hull_light_3
	ship_hull_light_4
	destroyer_1
	destroyer_2
	destroyer_3
	destroyer_4
	ship_hull_submarine
	ship_hull_submarine_1
	ship_hull_submarine_2
	ship_hull_submarine_3
	ship_hull_submarine_4
	submarine_1
	submarine_2
	submarine_3
	submarine_4
	support_equipment
	support_equipment_1
	train_equipment
	train_equipment_1
	train_equipment_2
	train_equipment_3
	small_plane_cas_airframe
	cv_small_plane_cas_airframe
	small_plane_naval_bomber_airframe
	cv_small_plane_naval_bomber_airframe
	small_plane_suicide_airframe
	cv_small_plane_suicide_airframe
	medium_plane_fighter_airframe
	medium_plane_scout_plane_airframe
	large_plane_maritime_patrol_plane_airframe
	small_plane_cas_airframe_0
	small_plane_cas_airframe_1
	small_plane_cas_airframe_2
	small_plane_cas_airframe_3
	small_plane_cas_airframe_4
	cv_small_plane_cas_airframe_0
	cv_small_plane_cas_airframe_1
	cv_small_plane_cas_airframe_2
	cv_small_plane_cas_airframe_3
	cv_small_plane_cas_airframe_4
	small_plane_naval_bomber_airframe_0
	small_plane_naval_bomber_airframe_1
	small_plane_naval_bomber_airframe_2
	small_plane_naval_bomber_airframe_3
	small_plane_naval_bomber_airframe_4
	cv_small_plane_naval_bomber_airframe_0
	cv_small_plane_naval_bomber_airframe_1
	cv_small_plane_naval_bomber_airframe_2
	cv_small_plane_naval_bomber_airframe_3
	cv_small_plane_naval_bomber_airframe_4
	small_plane_suicide_airframe_0
	small_plane_suicide_airframe_1
	small_plane_suicide_airframe_2
	small_plane_suicide_airframe_3
	small_plane_suicide_airframe_4
	cv_small_plane_suicide_airframe_0
	cv_small_plane_suicide_airframe_1
	cv_small_plane_suicide_airframe_2
	cv_small_plane_suicide_airframe_3
	cv_small_plane_suicide_airframe_4
	medium_plane_fighter_airframe_0
	medium_plane_fighter_airframe_1
	medium_plane_fighter_airframe_2
	medium_plane_fighter_airframe_3
	medium_plane_fighter_airframe_4
	medium_plane_scout_plane_airframe_0
	medium_plane_scout_plane_airframe_1
	medium_plane_scout_plane_airframe_2
	medium_plane_scout_plane_airframe_3
	medium_plane_scout_plane_airframe_4
	large_plane_maritime_patrol_plane_airframe_0
	large_plane_maritime_patrol_plane_airframe_1
	large_plane_maritime_patrol_plane_airframe_2
	large_plane_maritime_patrol_plane_airframe_3
	large_plane_maritime_patrol_plane_airframe_4
	fighter_equipment_0
	fighter_equipment_1
	jet_fighter_equipment_1
	jet_fighter_equipment_2
	cv_fighter_equipment_0
	cv_fighter_equipment_1
	CAS_equipment_1
	cv_CAS_equipment_1
	tac_bomber_equipment_0
	tac_bomber_equipment_1
	jet_tac_bomber_equipment_1
	jet_tac_bomber_equipment_2
	scout_plane_equipment_1
	scout_plane_equipment_2
	strat_bomber_equipment_1
	jet_strat_bomber_equipment_1
	heavy_tank_flame_chassis
	guided_missile_equipment
	heavy_tank_flame_chassis_0
	heavy_tank_flame_chassis_1
	heavy_tank_flame_chassis_2
	heavy_tank_flame_chassis_3
	heavy_tank_equipment_1
	heavy_tank_equipment_2
	heavy_tank_equipment_3
	super_heavy_tank_flame_chassis
	
	## TNO shit
	# jet_interceptor_equipment
	interceptor_equipment
	strategic_bomber
	light_stealth_equipment
	strat_stealth_equipment

	attack_helicopter_equipment
	scout_helicopter_equipment
	transport_helicopter_equipment
	asw_helicopter_equipment

	mca_equipment
	cv_mca_equipment

	infantry
	anti_tank
	anti_air_shoulder_equipment

	# category_special_forces
	# air_assault

	MBT_das_liger
	MBT_chassis
	IFV_chassis
	APC_chassis

	MBT_artillery_equipment
	IFV_artillery_equipment

	MBT_aa_equipment
	IFV_aa_equipment

	ship_hull_very_light
	ship_hull_more_light
	submarine
	corvette
	frigate
	light_cruiser
	
	# battleship

	## jesus hell
	anti_air_equipment_4
	anti_air_shoulder_equipment_0
	anti_air_shoulder_equipment_1
	anti_air_shoulder_equipment_2
	anti_air_shoulder_equipment_3
	anti_air_shoulder_equipment_4
	laser_aa_equipment
	laser_aa_equipment_1
	anti_tank_equipment_0
	anti_tank_equipment_4
	artillery_equipment_4
	artillery_equipment_5
	attack_helicopter_equipment_1
	attack_helicopter_equipment_2
	attack_helicopter_equipment_3
	attack_helicopter_equipment_4
	experimental_helicopter_equipment
	experimental_helicopter_equipment_fujitsu_0
	experimental_helicopter_equipment_sony_0
	experimental_helicopter_equipment_matsushita_0
	experimental_helicopter_equipment_hitachi_0
	experimental_helicopter_equipment_fujitsu_1
	experimental_helicopter_equipment_sony_1
	experimental_helicopter_equipment_matsushita_1
	experimental_helicopter_equipment_hitachi_1
	ICBM_equipment
	MRBM_equipment
	SRBM_equipment
	horse_equipment
	horse_equipment_0
	horse_equipment_1
	horse_equipment_2
	horse_tank_equipment
	horse_tank_equipment_0
	pegasi_equipment
	infantry_equipment_4
	infantry_equipment_5
	support_equipment_dummy
	infantry_kit_eq_36
	infantry_kit_eq_45
	infantry_kit_eq_52
	infantry_kit_eq_58
	infantry_kit_eq_64
	infantry_kit_eq_70
	infantry_kit_eq_76
	infantry_kit_eq_82
	infantry_kit_eq_88
    infantry_equipment_chemical
    infantry_equipment_chemical_0
	experimental_infantry_equipment
	experimental_infantry_equipment_fujitsu_0
	experimental_infantry_equipment_sony_0
	experimental_infantry_equipment_matsushita_0
	experimental_infantry_equipment_fujitsu_1
	experimental_infantry_equipment_sony_1
	experimental_infantry_equipment_matsushita_1
	experimental_infantry_equipment_chimera
	motorized_equipment_2
	motorized_equipment_3
	motorized_equipment_4
	helicopter_equipment_0
	scout_helicopter_equipment_1
	scout_helicopter_equipment_2
	scout_helicopter_equipment_3
	scout_helicopter_equipment_4
	ship_hull_carrier_4
	ship_hull_carrier_5
	ship_hull_carrier_6
	carrier_5
	carrier_6
	ship_hull_cruiser_5
	ship_hull_cruiser_6
	heavy_cruiser_5
	heavy_cruiser_6
	ship_hull_heavy_5
	ship_hull_heavy_6
	ship_hull_super_heavy_1
	ship_hull_heavy_custom_jellicoe
	battleship_5
	battleship_6
	battleship_custom_jellicoe
	ship_hull_light_5
	ship_hull_light_6
	destroyer_5
	destroyer_6
	ship_hull_more_light_1
	ship_hull_more_light_2
	ship_hull_more_light_3
	ship_hull_more_light_4
	ship_hull_more_light_5
	ship_hull_more_light_6
	frigate_1
	frigate_2
	frigate_3
	frigate_4
	frigate_5
	frigate_6
	ship_hull_submarine_japan_special
	ship_hull_submarine_5
	ship_hull_submarine_6
	ship_hull_ballistic_submarine
	ship_hull_ballistic_submarine_2
	ship_hull_ballistic_submarine_3
	ship_hull_ballistic_submarine_4
	ship_hull_ballistic_submarine_5
	submarine_5
	submarine_6
	ship_hull_very_light_1
	ship_hull_very_light_2
	ship_hull_very_light_3
	ship_hull_very_light_4
	ship_hull_very_light_5
	ship_hull_very_light_6
	corvette_1
	corvette_2
	corvette_3
	corvette_4
	corvette_5
	corvette_6
	amphibious_tank_equipment
	kugelpanzer_chassis
	kugelpanzer_chassis_1
	armored_car_chassis
	armored_car_chassis_0
	armored_car_chassis_1
	armored_car_chassis_2
	armored_car_chassis_3
	armored_car_chassis_4
	armored_car_chassis_5
	IFV_chassis_0
	IFV_chassis_1
	IFV_chassis_2
	IFV_chassis_3
	IFV_chassis_4
	IFV_chassis_5
	MBT_chassis_0
	MBT_chassis_1
	MBT_chassis_2
	MBT_chassis_3
	MBT_chassis_4
	MBT_chassis_5
	heavy_tank_chassis
	heavy_tank_chassis_0
	heavy_tank_chassis_1
	heavy_tank_chassis_2
	heavy_tank_chassis_3
	superheavy_tank_chassis
	superheavy_tank_chassis_0
	superheavy_tank_chassis_1
	superheavy_tank_chassis_2
	APC_chassis_0
	APC_chassis_1
	APC_chassis_2
	APC_chassis_3
	APC_chassis_4
	APC_chassis_5
	experimental_MBT_chassis
	experimental_MBT_chassis_0
	experimental_MBT_chassis_1
	experimental_SPART_chassis
	experimental_SPART_chassis_0
	experimental_SPART_chassis_1
	train_equipment_diesel_electric_1
	train_equipment_diesel_electric_2
	train_equipment_diesel_electric_3
	train_equipment_diesel_electric_4
	helicopter_equipment_1
	transport_helicopter_equipment_1
	transport_helicopter_equipment_2
	transport_helicopter_equipment_3
	transport_helicopter_equipment_4
	transport_plane_equipment_2
	transport_plane_equipment_3
	transport_plane_equipment_4
	transport_plane_equipment_5
	transport_plane_equipment_6
	transport_plane_equipment_7
	tac_stealth_equipment
	scout_plane_equipment
	gunship_equipment
	jet_fighter_equipment_3
	interceptor_equipment_1
	jet_interceptor_equipment_1
	jet_interceptor_equipment_2
	jet_interceptor_equipment_3
	jet_interceptor_equipment_4
	jet_interceptor_equipment_5
	mca_equipment_1
	mca_equipment_2
	cv_mca_equipment_1
	cv_mca_equipment_2
	gunship_equipment_1
	gunship_equipment_2
	gunship_equipment_3
	cv_jet_fighter_equipment_1
	cv_jet_fighter_equipment_2
	cv_jet_fighter_equipment_3
	light_stealth_equipment_1
	light_stealth_equipment_2
	jet_CAS_equipment_1
	jet_CAS_equipment_2
	jet_CAS_equipment_3
	cv_jet_CAS_equipment_1
	cv_jet_CAS_equipment_2
	cv_jet_CAS_equipment_3
	asw_helicopter_equipment_1
	asw_helicopter_equipment_2
	asw_helicopter_equipment_3
	asw_helicopter_equipment_4
	jet_tac_bomber_equipment_3
	jet_tac_bomber_equipment_4
	jet_tac_bomber_equipment_5
	jet_tac_bomber_equipment_6
	tac_stealth_equipment_1
	tac_stealth_equipment_2
	scout_plane_equipment_3
	scout_plane_equipment_4
	strat_bomber_equipment_0
	jet_strat_bomber_equipment_2
	jet_strat_bomber_equipment_3
	jet_strat_bomber_equipment_4
	jet_strat_bomber_equipment_5
	strat_stealth_equipment_1
	strat_stealth_equipment_2
	APC_aa_chassis
	APC_artillery_chassis
	APC_destroyer_chassis
	IFV_aa_chassis
	IFV_artillery_chassis
	IFV_amphibious_chassis
	IFV_flame_chassis
	MBT_aa_chassis
	MBT_artillery_chassis
	MBT_amphibious_chassis
	MBT_flame_chassis
	heavy_tank_artillery_chassis
	heavy_tank_aa_chassis
	super_heavy_tank_aa_chassis
	super_heavy_tank_artillery_chassis
	APC_aa_chassis_0
	APC_aa_chassis_1
	APC_aa_chassis_2
	APC_aa_chassis_3
	APC_aa_chassis_4
	APC_aa_chassis_5
	APC_artillery_chassis_0
	APC_artillery_chassis_1
	APC_artillery_chassis_2
	APC_artillery_chassis_3
	APC_artillery_chassis_4
	APC_artillery_chassis_5
	APC_destroyer_chassis_0
	APC_destroyer_chassis_1
	APC_destroyer_chassis_2
	APC_destroyer_chassis_3
	APC_destroyer_chassis_4
	APC_destroyer_chassis_5
	IFV_aa_chassis_0
	IFV_aa_chassis_1
	IFV_aa_chassis_2
	IFV_aa_chassis_3
	IFV_aa_chassis_4
	IFV_aa_chassis_5
	IFV_artillery_chassis_0
	IFV_artillery_chassis_1
	IFV_artillery_chassis_2
	IFV_artillery_chassis_3
	IFV_artillery_chassis_4
	IFV_artillery_chassis_5
	IFV_amphibious_chassis_0
	IFV_amphibious_chassis_1
	IFV_amphibious_chassis_2
	IFV_amphibious_chassis_3
	IFV_amphibious_chassis_4
	IFV_amphibious_chassis_5
	IFV_flame_chassis_0
	IFV_flame_chassis_1
	IFV_flame_chassis_2
	IFV_flame_chassis_3
	IFV_flame_chassis_4
	IFV_flame_chassis_5
	MBT_aa_chassis_0
	MBT_aa_chassisexperimental_MBT_chassis_1
	MBT_aa_chassisexperimental_SPART_chassis_1
	MBT_aa_chassis_1
	MBT_aa_chassis_2
	MBT_aa_chassis_3
	MBT_aa_chassis_4
	MBT_aa_chassis_5
	MBT_artillery_chassis_0
	MBT_artillery_chassisexperimental_MBT_chassis_1
	MBT_artillery_chassisexperimental_SPART_chassis_1
	MBT_artillery_chassis_1
	MBT_artillery_chassis_2
	MBT_artillery_chassis_3
	MBT_artillery_chassis_4
	MBT_artillery_chassis_5
	MBT_amphibious_chassis_0
	MBT_amphibious_chassisexperimental_MBT_chassis_1
	MBT_amphibious_chassisexperimental_SPART_chassis_1
	MBT_amphibious_chassis_1
	MBT_amphibious_chassis_2
	MBT_amphibious_chassis_3
	MBT_amphibious_chassis_4
	MBT_amphibious_chassis_5
	MBT_flame_chassis_0
	MBT_flame_chassisexperimental_MBT_chassis_1
	MBT_flame_chassisexperimental_SPART_chassis_1
	MBT_flame_chassis_1
	MBT_flame_chassis_2
	MBT_flame_chassis_3
	MBT_flame_chassis_4
	MBT_flame_chassis_5
	super_heavy_tank_aa_chassis_0
	super_heavy_tank_aa_chassis_1
	super_heavy_tank_aa_chassis_2
	super_heavy_tank_artillery_chassis_0
	super_heavy_tank_artillery_chassis_1
	super_heavy_tank_artillery_chassis_2
	super_heavy_tank_flame_chassis_0
	super_heavy_tank_flame_chassis_1
	super_heavy_tank_flame_chassis_2
	kugelpanzer_equipment
	kugelpanzer_equipment_1
	APC_equipment
	APC_equipment_0
	APC_equipment_1
	APC_equipment_2
	APC_equipment_3
	APC_equipment_4
	APC_equipment_5
	armored_car_equipment_0
	armored_car_equipment_3
	armored_car_equipment_4
	armored_car_equipment_5
	heavy_tank_equipment
	heavy_tank_equipment_0
	heavy_tank_equipment_1
	heavy_tank_equipment_2
	heavy_tank_equipment_3
	heavy_tank_aa_chassis_0
	heavy_tank_aa_chassis_1
	heavy_tank_aa_chassis_2
	heavy_tank_aa_chassis_3
	heavy_tank_artillery_chassis_0
	heavy_tank_artillery_chassis_1
	heavy_tank_artillery_chassis_2
	heavy_tank_artillery_chassis_3
	superheavy_tank_equipment
	superheavy_tank_equipment_0
	superheavy_tank_equipment_1
	superheavy_tank_equipment_2
	IFV_equipment
	MBT_equipment
	MBT_equipment_0
	MBT_equipment_1
	MBT_equipment_2
	MBT_equipment_3
	MBT_equipment_4
	MBT_equipment_5
	MBT_artillery_equipment_1
	MBT_artillery_equipment_2
	MBT_artillery_equipment_3
	MBT_artillery_equipment_4
	MBT_artillery_equipment_5
	MBT_aa_equipment_1
	MBT_aa_equipment_2
	MBT_aa_equipment_3
	MBT_aa_equipment_4
	MBT_aa_equipment_5
	IFV_equipment_0
	IFV_equipment_1
	IFV_equipment_2
	IFV_equipment_3
	IFV_equipment_4
	IFV_equipment_5
	IFV_artillery_equipment_1
	IFV_artillery_equipment_2
	IFV_artillery_equipment_3
	IFV_artillery_equipment_4
	IFV_artillery_equipment_5
	IFV_aa_equipment_1
	IFV_aa_equipment_2
	IFV_aa_equipment_3
	IFV_aa_equipment_4
	IFV_aa_equipment_5
	MBT_Maus_equipment
	MBT_Maus_aa_equipment
	Maus_equipment_1
	Maus_aa_equipment_1 #WHY DOES THIS EXIST BUT NOT SHTAA oifjviofdnvgosfdnvfods -Knife
	experimental_MBT_equipment
	experimental_MBT_equipment_0
	experimental_MBT_equipment_1
	experimental_SPART_equipment
	experimental_SPART_equipment_0
	experimental_SPART_equipment_1
	land_cruiser
}
