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

13 lines
221 B
Plaintext

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