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

12 lines
247 B
Rust

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