veloren/assets/common/items/weapons/starter_axe.ron
2020-03-15 14:34:17 +01:00

11 lines
215 B
Plaintext

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