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

12 lines
250 B
Rust
Raw Normal View History

2021-05-14 05:53:18 +00:00
ItemDef(
name: "Moonbell"
2021-05-14 05:53:18 +00:00
description: "It glistens brilliantly, but only under moonlight.",
kind: Ingredient(
kind: "Moonbell",
// Descriptor not needed
descriptor: "",
2021-05-14 05:53:18 +00:00
),
quality: Common,
2021-05-14 05:53:18 +00:00
tags: [],
)