veloren/assets/common/items/crafting_ing/cactus.ron
2022-05-18 16:28:10 -04:00

10 lines
201 B
Rust

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