veloren/assets/common/items/crafting_ing/cactus.ron
2022-05-19 22:46:31 +00:00

10 lines
215 B
Rust

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