hotbot/assets/common/items/mineral/ingot/bronze.ron
2024-06-11 14:43:30 -04:00

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)],
)