veloren/assets/common/items/weapons/staff_1.ron
2020-03-28 03:51:24 -04:00

13 lines
228 B
Plaintext

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