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

9 lines
160 B
Plaintext
Raw Normal View History

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