equipments = {
	supply_wagon = {
		year = 1263

		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 = {
			steel = 1
		}
	}

	supply_wagon_0 = {
		year = 1263

		archetype = supply_wagon
		priority = 10

		armor_value = 0 # HP = BASE_TRAIN_HP + armor_value

		build_cost_ic = 70
		resources = {
			steel = 1
		}
	}
}
