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

11 lines
207 B
Plaintext
Raw Normal View History

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