veloren/assets/common/items/weapons/staff/phoenix.ron
Monty Marz e9cbac387e new loading bg, staff models
item images

fix paths

loot tables, adjustments

Update main.ron
2021-03-16 23:23:24 +00:00

18 lines
406 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: 3.0,
poise_strength: 1.0,
speed: 0.67,
crit_chance: 0.1002994,
crit_mult: 1.3798152,
)),
)),
quality: Legendary,
tags: [],
)