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

13 lines
237 B
Plaintext
Raw Normal View History

Item(
name: "Humble Stick",
2020-03-07 23:53:49 +00:00
description: "Walking stick with a sharpened end.
Power: 6",
kind: Tool(
2020-01-16 13:28:45 +00:00
ToolData (
kind: Staff(BasicStaff),
2020-01-16 13:28:45 +00:00
equip_time_millis: 800,
)
),
)