veloren/assets/common/items/crafting_ing/cactus.ron

11 lines
233 B
Rust

ItemDef(
name: Direct("Cactus"),
description: "Grows in warm and dry places.",
kind: Ingredient(
kind: "Cactus",
// Descriptor not needed
descriptor: "",
),
quality: Common,
tags: [],
)