veloren/assets/common/items/debug/possess.ron

16 lines
374 B
Plaintext
Raw Normal View History

Item(
name: "Rod of Possession",
description: "It's fixed on my branch.",
kind: Tool(
2020-02-24 18:17:16 +00:00
ToolData (
kind: Debug(Possess),
equip_time_millis: 0,
attack_buildup_millis: 0,
attack_recover_millis: 0,
range: 3,
base_damage: 10,
)
),
)
2019-12-30 13:56:42 +00:00
// ... as zesterer always uses to tell us.