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

17 lines
376 B
Plaintext
Raw Normal View History

ItemDef(
name: "Laevateinn",
description: "Can shatter the gate of death",
kind: Tool((
kind: Staff,
hands: Two,
stats: Direct((
equip_time_secs: 0.6,
2021-04-16 15:56:49 +00:00
power: 1.67,
poise_strength: 1.0,
2021-04-16 15:56:49 +00:00
speed: 1.2,
crit_chance: 0.2002994,
)),
)),
quality: Legendary,
tags: [],
)