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

17 lines
358 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,
2021-01-13 03:26:51 +00:00
poise_power: 2.0,
speed: 0.5
2020-11-06 15:51:32 +00:00
),
)
),
2020-10-07 02:23:20 +00:00
quality: Legendary,
)