veloren/assets/common/items/weapons/starter_axe.ron
timokoesters b9c85b9beb Balancing
2020-03-26 22:56:33 +01:00

13 lines
243 B
Plaintext

Item(
name: "Notched Axe",
description: "Every dent tells the story of a chopped tree.
Power: 15",
kind: Tool(
ToolData (
kind: Axe(BasicAxe),
equip_time_millis: 700,
)
),
)