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

11 lines
264 B
Rust

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