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
323 B
Plaintext
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,
|
|
)
|