mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
324 B
Plaintext
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,
|
|
)
|