equipments = {#新規追加された装備品

	wheel_apc = {#汎用装甲車
		year = 1936

		is_archetype = yes
		picture = archetype_wheel_apc
		is_buildable = no
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 15
		reliability = 0.8
		fuel_capacity = 1000

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 10
		resources = {
			#oil = 1
			steel = 2
			chromium = 2
		}
		
	}

	wheel_apc_1 = {
		year = 1936

		archetype = wheel_apc
		priority = -100
	}

	
	
	
	
	
	
	
	airborne_tank = {#空挺戦車
		year = 1936

		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}
	
		is_archetype = yes
		is_buildable = no
		is_convertable = yes
		picture = archetype_airborne_tank			
		type = armor
		group_by = archetype
		
		interface_category = interface_category_armor
		
		upgrades = {
			tank_reliability_upgrade
			tank_engine_upgrade
			tank_armor_upgrade
			tank_gun_upgrade
		}

		#Misc Abilities
		maximum_speed = 10
		reliability = 0.8

		#Defensive Abilities
		defense = 4
		breakthrough = 26
		hardness = 0.8
		armor_value = 10

		#Offensive Abilities
		soft_attack = 13
		hard_attack = 4
		ap_attack = 10
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 10
		
		build_cost_ic = 8
		resources = {
			#oil = 1
			steel = 2
		}

		fuel_consumption = 2.4
	}
	
	airborne_tank_1 = {
		year = 1936
	
		archetype = airborne_tank
		priority = 10
		visual_level = 2
		is_convertable = yes

		#Misc Abilities
		maximum_speed = 14

		#Defensive Abilities
		defense = 6
		breakthrough = 36
		armor_value = 15

		#Offensive Abilities
		soft_attack = 53
		hard_attack = 60
		ap_attack = 130
		air_attack = 0	
		
		build_cost_ic = 13
		resources = {
			#oil = 2
			steel = 4
		}
	}
	
	
	
	airborne_apc = {#空挺装甲兵員輸送車
		year = 1936

		is_archetype = yes
		picture = archetype_airborne_apc
		is_buildable = no
		type = {
			mechanized
		}
		upgrades = {
			tank_reliability_upgrade
			tank_engine_upgrade
			tank_armor_upgrade
			mech_cost_upgrade
		}
		group_by = archetype
		
		interface_category = interface_category_land

		#Misc Abilities
		maximum_speed = 12
		reliability = 0.8
		
		#Defensive Abilities
		defense = 26
		breakthrough = 4
		hardness = 0.6
		armor_value = 10

		#Offensive Abilities
		ap_attack = 11
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 5
		
		build_cost_ic = 6
		resources = {
			steel = 2
			#oil = 1
			rubber = 1
		}
		
		fuel_consumption = 2.4
	}

	airborne_apc_1 = {
		year = 1936

		archetype = airborne_apc
		priority = -100
	}
	
	
	
	mortar_120mm = {#歩兵用重火器。最初は120mm迫撃砲だったため、名前もそうなっている。
		year = 1936

		is_archetype = yes
		picture = archetype_mortar_120mm		
		is_buildable = no
		type = {
			artillery
			infantry
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		#Misc Abilities
		reliability = 0.8
		maximum_speed = 4

		#Defensive Abilities
		defense = 12
		breakthrough = 14
		hardness = 0.1
		armor_value = 20

		#Offensive Abilities
		soft_attack = 30
		hard_attack = 15
		ap_attack = 75
		air_attack = 19
		
		build_cost_ic = 2
		resources = {
			steel = 2
		}
	}

	mortar_120mm_1 = {
		year = 1936

		archetype = mortar_120mm
		priority = -100			
	}
	

}