veloren/assets/common/items/mineral/ingot/steel.ron
2022-05-18 16:28:10 -04:00

10 lines
304 B
Rust

ItemDef(
name: "Steel Ingot",
description: "An alloy of iron and coal that is much tougher than its components.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Steel",
),
quality: Moderate,
tags: [MaterialKind(Metal), Material(Steel)],
)