mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
216 B
Plaintext
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),
|
|
),
|
|
)
|