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

9 lines
158 B
Plaintext
Raw Normal View History

Item(
name: "Your first axe",
description: "A dusty axe that looks surprisingly weak",
kind: Tool(
kind: Axe,
power: 10,
),
)