veloren/assets/common/items/weapons/sceptre/moon0.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
377 B
Plaintext

ItemDef(
name: "Crescent Saviour",
description: "Trusty companion by day and night.",
kind: Tool(
(
kind: Sceptre,
stats: (
equip_time_millis: 400,
power: 1.6,
poise_strength: 1.5,
speed: 0.5
),
)
),
quality: Common,
)