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

9 lines
193 B
Rust
Raw Normal View History

2021-05-07 17:03:45 +00:00
ItemDef(
name: "Gold Ingot",
description: "An ingot made of refined metallic gold.",
kind: Ingredient(
kind: "GoldIngot",
),
quality: Epic,
tags: [MetalIngot],
2021-05-07 17:03:45 +00:00
)