mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
239 B
Rust
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],
|
|
)
|