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

12 lines
232 B
Plaintext
Raw Normal View History

2020-03-24 00:11:14 +00:00
Item(
name: "Sceptre of Regeneration",
description: " Infused by the power of Nature.
Power: 25",
kind: Tool(
2020-03-28 07:51:24 +00:00
(
2020-03-24 00:11:14 +00:00
kind: Staff(Sceptre),
equip_time_millis: 400,
2020-03-24 00:11:14 +00:00
)
),
)