veloren/assets/common/items/mineral/ingot/iron.ron
2024-01-14 21:25:15 +02:00

10 lines
278 B
Rust

ItemDef(
legacy_name: "Iron Ingot",
legacy_description: "An incredibly commonplace metal.\n\nThis can be used when crafting metal weapons.",
kind: Ingredient(
descriptor: "Iron",
),
quality: Common,
tags: [MaterialKind(Metal), Material(Iron)],
)