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

10 lines
264 B
Rust

ItemDef(
name: "Iron Ingot",
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)],
)