veloren/assets/common/items/weapons/staff_1.ron
2020-03-17 18:28:07 +01:00

13 lines
237 B
Plaintext

Item(
name: "Humble Stick",
description: "Walking stick with a sharpened end.
Power: 6",
kind: Tool(
ToolData (
kind: Staff(BasicStaff),
equip_time_millis: 800,
)
),
)