veloren/assets/common/items/weapons/axe/parashu.ron
2021-04-15 11:43:52 -04:00

18 lines
414 B
Plaintext

ItemDef(
name: "Parashu",
description: "Said to be able to cleave the heavens.",
kind: Tool((
kind: Axe,
hands: Two,
stats: Direct((
equip_time_secs: 0.4,
power: 2.5,
poise_strength: 1.0,
speed: 0.8,
crit_chance: 0.11666667,
crit_mult: 1.3918368,
)),
)),
quality: Legendary,
tags: [],
)