veloren/assets/common/items/weapons/sceptre/caduceus.ron
2021-05-04 08:45:05 -04:00

18 lines
407 B
Plaintext

ItemDef(
name: "Caduceus",
description: "The snakes seem to be alive",
kind: Tool((
kind: Sceptre,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 1.67,
poise_strength: 1.5,
speed: 1.2,
crit_chance: 0.078125,
crit_mult: 1.3657143,
)),
)),
quality: Legendary,
tags: [],
)