mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
0e072f72cc
velorite mage set offsets armor stats
13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
ItemDef(
|
|
name: "Velorite Admin Cape",
|
|
description: "Where did I put my banhammer again?",
|
|
kind: Armor(
|
|
(
|
|
kind: Back("VeloriteMage0"),
|
|
stats: (
|
|
protection: Invincible),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
)
|