veloren/assets/common/items/mineral/ingot/bronze.ron
2022-05-18 16:28:10 -04:00

10 lines
285 B
Rust

ItemDef(
name: "Bronze Ingot",
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)],
)