veloren/assets/common/items/mineral/ingot/bronze.ron
2021-06-07 21:21:12 -04:00

10 lines
208 B
Rust

ItemDef(
name: "Bronze Ingot",
description: "A sturdy alloy made from combining copper and tin.",
kind: Ingredient(
kind: "BronzeIngot",
),
quality: Low,
tags: [MetalIngot],
)