veloren/assets/common/items/velorite.ron
2020-03-25 16:47:48 +01:00

11 lines
216 B
Plaintext

Item(
name: "Velorite",
description: "Just a slight touch makes you feel the knowledge of ancient times.
Increases Exp by 20.",
kind: Consumable(
kind: Velorite,
effect: Xp(20),
),
)