mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
264 B
Rust
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)],
|
|
)
|