10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
|
ItemDef(
|
||
|
legacy_name: "Copper Ingot",
|
||
|
legacy_description: "An ingot with a unique brown color.",
|
||
|
kind: Ingredient(
|
||
|
descriptor: "Copper",
|
||
|
),
|
||
|
quality: Low,
|
||
|
tags: [MaterialKind(Metal)],
|
||
|
)
|