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

10 lines
193 B
Plaintext

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