veloren/assets/common/items/weapons/empty/empty.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

14 lines
311 B
Plaintext

ItemDef(
name: "Empty Item",
description: "This item may grant abilities, but is invisible",
kind: Tool((
kind: Empty,
stats: (
equip_time_millis: 200,
power: 1.0,
poise_strength: 1.0,
speed: 1.0,
),
)),
quality: Low,
)