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

11 lines
281 B
Rust

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