# Everything for beauty

equipments = {

	man_in_warehouse = {
		year = 1936
	
		is_archetype = yes
		
		picture = archetype_produced_man
		is_buildable = no

		type = infantry  # = suicide # it is just the little used type ...
		group_by = archetype
		
		interface_category = interface_category_land
		
		active = yes

#		can_be_lend_leased = 
		lend_lease_cost = 2 # Yes, people can be supplied with Lend-Lease ;D
		
		build_cost_ic = 0.32 #0.42
		resources = {
			oil = 2
			rubber = 1
		}
	}

	man_in_warehouse_product = {
		year = 1936
		archetype = man_in_warehouse
		priority = 10	
	}

	man_in_warehouse_product_2 = {
		year = 1938
		archetype = man_in_warehouse
		parent = man_in_warehouse_product

		build_cost_ic = 0.17 #0.42

		priority = 20	
	}

	man_in_warehouse_product_3 = {
		year = 1941
		archetype = man_in_warehouse
		parent = man_in_warehouse_product_2

		build_cost_ic = 0.01 #0.17

		priority = 30	
	}
}
