veloren/assets/common/items/weapons/sceptre/caduceus.ron

18 lines
406 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: 2.3,
poise_strength: 1.5,
speed: 1.0,
crit_chance: 0.078125,
crit_mult: 1.3657143,
)),
)),
quality: Legendary,
tags: [],
)