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

11 lines
225 B
Rust

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