mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
210 B
Rust
11 lines
210 B
Rust
ItemDef(
|
|
name: Direct("Emerald"),
|
|
description: "A vibrant viridian gem.",
|
|
kind: Ingredient(
|
|
kind: "Emerald",
|
|
descriptor: "Emerald",
|
|
),
|
|
quality: Direct(High),
|
|
tags: [],
|
|
)
|