veloren/assets/common/items/flowers/pyrebloom.ron

11 lines
214 B
Rust
Raw Normal View History

2021-05-14 05:53:18 +00:00
ItemDef(
name: "Pyrebloom",
2021-05-14 05:53:18 +00:00
description: "Warm to the touch, long after picking.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
2021-05-14 05:53:18 +00:00
),
quality: Common,
2021-05-14 05:53:18 +00:00
tags: [],
)