veloren/assets/common/items/velorite.ron
2020-04-26 01:44:56 +00:00

9 lines
240 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),
),
)