mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
Item(
|
|
name: "Velorite Fragment",
|
|
description: "Small runes sparkle on its surface.
|
|
|
|
Increases Exp by 10.",
|
|
kind: Consumable(
|
|
kind: VeloriteFrag,
|
|
effect: Xp(10),
|
|
),
|
|
)
|