veloren/assets/common/items/weapons/hammer_1.ron
2020-01-16 05:28:45 -08:00

15 lines
341 B
Plaintext

Item(
name: "Crude Mallet",
description: "Breaks bones like sticks and stones.",
kind: Tool(
ToolData (
kind: Hammer,
equip_time_millis: 1000,
attack_buildup_millis: 700,
attack_recover_millis: 100,
range: 3,
base_damage: 10,
)
)
)