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

17 lines
350 B
Plaintext
Raw Normal View History

Item(
name: "Gnarled Rod",
2020-03-07 23:53:49 +00:00
description: "Smells like resin and magic.
Power: 20",
kind: Tool(
2019-12-29 23:47:42 +00:00
ToolData (
kind: Staff,
equip_time_millis: 800,
attack_buildup_millis: 400,
attack_recover_millis: 300,
2020-01-05 19:26:22 +00:00
range: 3,
base_damage: 10,
2019-12-29 23:47:42 +00:00
)
),
)