veloren/assets/common/items/weapons/starter_hammer.ron
2020-04-26 01:44:56 +00:00

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,
)
),
)