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

11 lines
233 B
Rust
Raw Normal View History

2021-05-14 05:53:18 +00:00
ItemDef(
2024-01-13 18:22:50 +00:00
legacy_name: "Moonbell",
legacy_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: [],
)