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

12 lines
267 B
Rust

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