veloren/assets/common/items/weapons/starter_axe.ron
2020-03-17 18:28:07 +01:00

13 lines
244 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: 1000,
)
),
)