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

15 lines
349 B
Plaintext
Raw Normal View History

Item(
name: "Sturdy Old Hammer",
description: "'Property of...' The rest is missing. ",
kind: Tool(
2019-12-29 23:47:42 +00:00
ToolData (
kind: Hammer,
equip_time_millis: 1000,
attack_buildup_millis: 700,
attack_recover_millis: 100,
2020-01-05 19:26:22 +00:00
range: 3,
base_damage: 10,
2019-12-29 23:47:42 +00:00
)
),
)