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

11 lines
239 B
Rust

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