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

11 lines
219 B
Rust
Raw Normal View History

2021-05-14 05:53:18 +00:00
ItemDef(
name: "Moonbell",
description: "It glistens brilliantly under the moonlight.",
2021-05-14 05:53:18 +00:00
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: [],
)