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

10 lines
203 B
Rust

ItemDef(
name: "Copper Ingot",
description: "An ingot with a unique brown color.",
kind: Ingredient(
descriptor: "Copper",
),
quality: Low,
tags: [MaterialKind(Metal)],
)