veloren/assets/common/items/velorite.ron
2020-06-03 17:59:09 +00:00

10 lines
256 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),
),
amount: 10,
)