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

9 lines
164 B
Plaintext
Raw Normal View History

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