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

12 lines
230 B
Rust

ItemDef(
name: "Blue Flower"
description: "Matches the color of the sky.",
kind: Ingredient(
kind: "Flower",
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)