mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
Item(
|
|
name: "Sturdy Old Hammer",
|
|
description: "Two-Hand Hammer\n\nPower: 10-12\n\n'Property of...' The rest is missing.\n\n<Right-Click to use>",
|
|
kind: Tool(
|
|
(
|
|
kind: Hammer(BasicHammer),
|
|
equip_time_millis: 500,
|
|
)
|
|
),
|
|
)
|