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

11 lines
278 B
Plaintext
Raw Normal View History

Item(
name: "Sturdy Old Hammer",
2020-04-26 01:44:56 +00:00
description: "Two-Hand Hammer\n\nPower: 10-12\n\n'Property of...' The rest is missing.\n\n<Right-Click to use>",
kind: Tool(
2020-03-28 07:51:24 +00:00
(
kind: Hammer(BasicHammer),
equip_time_millis: 500,
2019-12-29 23:47:42 +00:00
)
),
)