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

11 lines
290 B
Plaintext
Raw Normal View History

2020-03-24 00:11:14 +00:00
Item(
name: "Sceptre of Regeneration",
2020-04-26 01:44:56 +00:00
description: "Healing-Sceptre\n\nPower 15-18\n\nHeals your allies with the power of nature.\n\n<Right-Click to use>",
2020-03-24 00:11:14 +00:00
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
)
),
)