veloren/assets/common/items/velorite.ron
2020-06-03 19:32:54 +00:00

9 lines
244 B
Plaintext

Item(
name: "Velorite",
description: "Increases Exp by 20\n\nJust a slight touch makes you feel the knowledge of ancient times\n\n<Right-Click to use>",
kind: Consumable(
kind: Velorite,
effect: Xp(20),
),
)