veloren/assets/common/items/testing/test_boots.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
323 B
Plaintext

ItemDef(
name: "Testing Boots",
description: "Hopefully this test doesn't break!",
kind: Armor(
(
kind: Foot("Dark"),
stats: (
protection: Normal(0.0),
poise_resilience: Normal(0.0),
),
)
),
quality: Low,
)