veloren/assets/common/items/weapons/hammer_1.ron
2020-03-28 03:51:24 -04:00

13 lines
233 B
Plaintext

Item(
name: "Crude Mallet",
description: "Breaks bones like sticks and stones.
\n
Power: 20",
kind: Tool(
(
kind: Hammer(BasicHammer),
equip_time_millis: 500,
)
)
)