veloren/assets/common/items/weapons/starter_axe.ron
2020-01-05 11:26:22 -08:00

15 lines
347 B
Plaintext

Item(
name: "Notched Axe",
description: "Every dent tells the story of a chopped tree.",
kind: Tool(
ToolData (
kind: Axe,
equip_time_millis: 1000,
attack_buildup_millis: 700,
attack_recover_millis: 100,
range: 3,
base_damage: 10,
)
),
)