equipments = {
	#archetype
	train_equipment = {
		year = 371

		is_archetype = yes
		is_buildable = no
		active = no
		type = train
		picture = archetype_train
		group_by = archetype
		sprite = train

		interface_category = interface_category_land

		armor_value = 0 # HP = BASE_TRAIN_HP + armor_value

		lend_lease_cost = 20

		build_cost_ic = 70
		resources = {
			CHROMIUM = 1
		    TUNGSTEN = 1 
		}
	}
	train_equipment_1 = {
		year = 371

		archetype = train_equipment
		priority = 10

		armor_value = 0 # HP = BASE_TRAIN_HP + armor_value

		build_cost_ic = 70
		resources = {
			CHROMIUM = 1
			TUNGSTEN = 1 
		}
	}
}
