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

11 lines
332 B
Rust
Raw Normal View History

ItemDef(
name: "Steel Ingot",
2022-05-14 14:12:07 +00:00
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(
kind: "SteelIngot",
descriptor: "Steel",
),
quality: Moderate,
tags: [MaterialKind(Metal), Material(Steel)],
)