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

12 lines
267 B
Rust
Raw Normal View History

2021-05-14 05:53:18 +00:00
ItemDef(
name: Direct("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: Direct(Common),
2021-05-14 05:53:18 +00:00
tags: [],
)