mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
a02444825d
Eliminated extra stagger state Responding to more comments Move poise character state changes to character behavior system Move poise out of JoinTuple/Data Finish up comments (various fixes)
15 lines
327 B
Plaintext
15 lines
327 B
Plaintext
ItemDef(
|
|
name: "Velorite Admin Cape",
|
|
description: "Where did I put my banhammer again?",
|
|
kind: Armor(
|
|
(
|
|
kind: Back("VeloriteMage0"),
|
|
stats: (
|
|
protection: Invincible,
|
|
poise_resilience: Invincible,
|
|
),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
)
|