veloren/assets/common/items/weapons/hammer_1.ron

11 lines
271 B
Plaintext
Raw Normal View History

Item(
name: "Crude Mallet",
2020-04-26 01:44:56 +00:00
description: "Two-Hand Hammer\n\nPower: 10-12\n\nBreaks bones like sticks and stones.\n\n<Right-Click to use>",
kind: Tool(
2020-03-28 07:51:24 +00:00
(
kind: Hammer(BasicHammer),
equip_time_millis: 500,
2020-01-16 13:28:45 +00:00
)
)
)