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

13 lines
295 B
Plaintext
Raw Normal View History

Item(
name: "Notched Axe",
description: "Every dent tells the story of a chopped tree.",
kind: Tool(
2019-12-29 23:47:42 +00:00
ToolData (
kind: Axe,
equip_time_millis: 1000,
attack_buildup_millis: 700,
attack_recover_millis: 100,
)
),
)