veloren/assets/common/items/weapons/hammer/mjolnir.ron

17 lines
369 B
Plaintext
Raw Normal View History

ItemDef(
name: "Mjolnir",
description: "It's crackling with lightning.",
kind: Tool(
(
2020-11-07 18:52:28 +00:00
kind: Hammer,
stats: (
equip_time_millis: 500,
power: 4.00,
2020-12-16 23:30:33 +00:00
poise_reduction_power: 2.00,
speed: 0.5
2020-11-06 15:51:32 +00:00
),
)
),
2020-10-07 02:23:20 +00:00
quality: Legendary,
)