veloren/assets/common/items/weapons/staff/phoenix.ron

19 lines
419 B
Plaintext
Raw Normal View History

ItemDef(
name: "Phoenix",
description: "The ashes never stop glowing",
kind: Tool((
kind: Staff,
hands: Two,
stats: Direct((
equip_time_secs: 0.6,
2021-04-16 15:56:49 +00:00
power: 2.5,
poise_strength: 1.0,
2021-04-16 15:56:49 +00:00
speed: 0.8,
crit_chance: 0.1002994,
2021-07-06 01:32:12 +00:00
range: 1.0,
)),
)),
quality: Legendary,
tags: [],
2021-07-06 01:32:12 +00:00
ability_spec: None,
)