veloren/assets/common/items/mineral/ingot/steel.ron

10 lines
228 B
Plaintext
Raw Normal View History

ItemDef(
name: "Steel Ingot",
description: "An alloy of iron and coal that is much tougher than its components.",
kind: Ingredient(
kind: "SteelIngot",
),
2021-06-08 01:21:12 +00:00
quality: Moderate,
tags: [MetalIngot],
)