veloren/assets/common/items/weapons/hammer/mjolnir.ron
2020-11-11 22:03:53 +01:00

16 lines
324 B
Plaintext

ItemDef(
name: "Mjolnir",
description: "It's crackling with lightning.",
kind: Tool(
(
kind: Hammer,
stats: (
equip_time_millis: 500,
power: 2.00,
speed: 1.0
),
)
),
quality: Legendary,
)