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

18 lines
405 B
Plaintext

ItemDef(
name: "Phoenix",
description: "The ashes never stop glowing",
kind: Tool((
kind: Staff,
hands: Two,
stats: Direct((
equip_time_secs: 0.6,
power: 2.5,
poise_strength: 1.0,
speed: 0.8,
crit_chance: 0.1002994,
crit_mult: 1.3798152,
)),
)),
quality: Legendary,
tags: [],
)