veloren/assets/common/items/debug/admin.ron
jiminycrick a02444825d Address some comments
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)
2021-01-28 17:31:05 -08:00

15 lines
326 B
Plaintext

ItemDef(
name: "Admin's Tabard",
description: "With great power comes\ngreat responsibility.",
kind: Armor(
(
kind: Tabard("Admin"),
stats: (
protection: Invincible,
poise_resilience: Invincible,
),
)
),
quality: Debug,
)