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

17 lines
361 B
Plaintext

ItemDef(
name: "Mjolnir",
description: "It's crackling with lightning.",
kind: Tool(
(
kind: Hammer,
stats: (
equip_time_millis: 500,
power: 4.00,
poise_strength: 2.0,
speed: 0.5
),
)
),
quality: Legendary,
)