veloren/assets/common/items/debug/possess.ron
2020-02-24 19:18:06 +01:00

16 lines
374 B
Plaintext

Item(
name: "Rod of Possession",
description: "It's fixed on my branch.",
kind: Tool(
ToolData (
kind: Debug(Possess),
equip_time_millis: 0,
attack_buildup_millis: 0,
attack_recover_millis: 0,
range: 3,
base_damage: 10,
)
),
)
// ... as zesterer always uses to tell us.