veloren/assets/common/items/weapons/starter_axe.ron
2020-03-15 16:42:09 +01:00

13 lines
234 B
Plaintext

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