veloren/assets/common/items/mineral/ingot/steel.ron
2021-06-07 10:58:05 +02:00

10 lines
226 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: Common,
tags: [MetalIngot],
)