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

12 lines
241 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(
kind: "Pyrebloom",
// Descriptor not needed
descriptor: "",
2021-05-14 05:53:18 +00:00
),
quality: Common,
2021-05-14 05:53:18 +00:00
tags: [],
)