veloren/assets/common/items/velorite.ron

9 lines
156 B
Plaintext
Raw Normal View History

Item(
name: "Velorite",
description: "It's smooth and looks edible",
kind: Consumable(
kind: Velorite,
effect: Xp(50),
),
)