10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
ItemDef(
|
|
legacy_name: "Bronze Ingot",
|
|
legacy_description: "A sturdy alloy made from combining copper and tin.\n\nThis can be used when crafting metal weapons.",
|
|
kind: Ingredient(
|
|
descriptor: "Bronze",
|
|
),
|
|
quality: Low,
|
|
tags: [MaterialKind(Metal), Material(Bronze)],
|
|
)
|