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

10 lines
318 B
Rust
Raw Normal View History

ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Steel Ingot",
legacy_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)],
)