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

10 lines
248 B
Rust
Raw Normal View History

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