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

11 lines
266 B
Plaintext
Raw Normal View History

Item(
name: "Humble Stick",
2020-04-26 01:44:56 +00:00
description: "Two-Hand Staff\n\nPower: 2-10\n\nWalking stick with a sharpened end\n\n<Right-Click to use>",
kind: Tool(
2020-03-28 07:51:24 +00:00
(
kind: Staff(BasicStaff),
equip_time_millis: 200,
2020-01-16 13:28:45 +00:00
)
),
)