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

10 lines
231 B
Rust

ItemDef(
name: Direct("Gold Ingot"),
description: "An ingot made of refined metallic gold.",
kind: Ingredient(
kind: "GoldIngot",
descriptor: "Golden",
),
quality: Epic,
tags: [MetalIngot],
)