veloren/assets/common/items/mineral/gem/amethyst.ron

11 lines
214 B
Rust

ItemDef(
name: Direct("Amethyst"),
description: "A precious purple gem.",
kind: Ingredient(
kind: "Amethyst",
descriptor: "Amethyst",
),
quality: Direct(Common),
tags: [],
)