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

10 lines
239 B
Rust

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