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