mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
Item(
|
|
name: "Crude Mallet",
|
|
description: "Breaks bones like sticks and stones.",
|
|
kind: Tool(
|
|
ToolData (
|
|
kind: Hammer,
|
|
equip_time_millis: 1000,
|
|
attack_buildup_millis: 700,
|
|
attack_recover_millis: 100,
|
|
range: 3,
|
|
base_damage: 10,
|
|
)
|
|
)
|
|
)
|