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

10 lines
189 B
Rust

ItemDef(
name: Direct("Red Flower"),
description: "Can be used as a dying ingredient.",
kind: Ingredient(
kind: "FlowerRed",
),
quality: Common,
tags: [],
)