10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
|
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)],
|
||
|
)
|