mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
12 lines
249 B
Rust
12 lines
249 B
Rust
ItemDef(
|
|
name: Direct("Pyrebloom"),
|
|
description: "Warm to the touch, long after picking.",
|
|
kind: Ingredient(
|
|
kind: "Pyrebloom",
|
|
// Descriptor not needed
|
|
descriptor: "",
|
|
),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|