mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
286 B
Plaintext
15 lines
286 B
Plaintext
ItemDef(
|
|
name: "Velorite Belt",
|
|
description: "",
|
|
kind: Armor(
|
|
(
|
|
kind: Belt("VeloriteMage0"),
|
|
stats: (
|
|
protection: Invincible,
|
|
poise_protection: Invincible,
|
|
),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
)
|