veloren/assets/common/items/weapons/hammer/mjolnir.ron
BottledByte dc91209a7b Removed fine-grained Item enums and replaced them with Strings
This change allows to introduce new weapons and pair them
with graphical assets without need to recompile.
2020-08-02 01:21:32 +00:00

14 lines
269 B
Plaintext

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