veloren/assets/common/items/velorite.ron

10 lines
256 B
Plaintext
Raw Normal View History

Item(
name: "Velorite",
2020-04-26 01:44:56 +00:00
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),
),
2020-06-03 17:59:09 +00:00
amount: 10,
)