veloren/assets/common/items/mineral/ingot/steel.ron
2021-06-07 21:21:12 -04:00

10 lines
228 B
Plaintext

ItemDef(
name: "Steel Ingot",
description: "An alloy of iron and coal that is much tougher than its components.",
kind: Ingredient(
kind: "SteelIngot",
),
quality: Moderate,
tags: [MetalIngot],
)