veloren/assets/common/items/weapons/hammer/mjolnir.ron
2021-03-11 20:30:15 -05:00

18 lines
407 B
Plaintext

ItemDef(
name: "Mjolnir",
description: "It's crackling with lightning.",
kind: Tool((
kind: Hammer,
hands: Two,
stats: Direct((
equip_time_secs: 0.5,
power: 4.0,
poise_strength: 2.0,
speed: 0.5,
crit_chance: 0.078125,
crit_mult: 1.3657143,
)),
)),
quality: Legendary,
tags: [],
)