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

13 lines
234 B
Plaintext
Raw Normal View History

Item(
name: "Notched Axe",
2020-03-07 23:53:49 +00:00
description: "Every dent tells the story of a chopped tree.
Power: 15",
kind: Tool(
2019-12-29 23:47:42 +00:00
ToolData (
kind: Axe,
equip_time_millis: 1000,
)
),
)