veloren/assets/common/items/weapons/axe/parashu.ron

18 lines
402 B
Plaintext
Raw Normal View History

2021-02-25 00:11:41 +00:00
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,
2021-02-25 00:11:41 +00:00
power: 2.5,
poise_strength: 1.8,
speed: 0.8,
crit_chance: 0.25,
crit_mult: 3.5,
2021-02-25 00:11:41 +00:00
)),
)),
quality: Legendary,
tags: [],
)