veloren/assets/common/items/debug/possess.ron
2019-12-30 05:56:42 -08:00

12 lines
278 B
Plaintext

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