veloren/assets/common/items/flowers/moonbell.ron
2022-05-19 22:46:31 +00:00

11 lines
219 B
Rust

ItemDef(
name: "Moonbell",
description: "It glistens brilliantly under the moonlight.",
kind: Ingredient(
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)