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

11 lines
241 B
Rust

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