veloren/assets/common/items/weapons/hammer/mjolnir.ron
Ben Wallis 712f2e9c97 * Moved migrations to beginning of server initialisation
* Added migrations for entity ID changes to existing tables
2020-09-17 23:02:14 +00:00

14 lines
272 B
Plaintext

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