veloren/assets/common/items/weapons/hammer/mjolnir.ron
Monty Marz 2b800a2b63 make clippy happy
Delete glider.ron
2020-10-07 02:23:20 +00:00

14 lines
294 B
Plaintext

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