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

17 lines
371 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,
)),
)),
quality: Legendary,
tags: [],
)