mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
ItemDef(
|
|
name: "Mjolnir",
|
|
description: "It\'s crackling with lightning.",
|
|
kind: Tool((
|
|
kind: Hammer,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.5,
|
|
power: 4.0,
|
|
poise_strength: 2.0,
|
|
speed: 0.5,
|
|
)),
|
|
)),
|
|
quality: Legendary,
|
|
tags: [],
|
|
)
|