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

9 lines
186 B
Rust
Raw Normal View History

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