veloren/assets/common/items/weapons/starter_hammer.ron
2020-03-15 14:34:17 +01:00

11 lines
217 B
Plaintext

Item(
name: "Sturdy Old Hammer",
description: "'Property of...' The rest is missing. ",
kind: Tool(
ToolData (
kind: Hammer,
equip_time_millis: 1000,
)
),
)