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

13 lines
231 B
Plaintext

Item(
name: "Gnarled Rod",
description: "Smells like resin and magic.
Power: 20",
kind: Tool(
ToolData (
kind: Staff(BasicHammer),
equip_time_millis: 800,
)
),
)