hotbot/assets/common/items/mineral/ingot/bronze.ron

10 lines
299 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
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)],
)