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

10 lines
299 B
Rust
Raw Normal View History

ItemDef(
2024-01-13 18:22:50 +00:00
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)],
)