veloren/assets/common/items/debug/boost.ron
timokoesters 0a1e12c9ad
improvement: make debug items of type ItemKind::Tool
This way all items that can be held in a hand are tools
2019-10-24 23:55:24 +02:00

9 lines
169 B
Plaintext

Item(
name: "Boost rod",
description: "Your legs feel full of energy while holding this",
kind: Tool(
kind: Debug(Boost),
power: 0,
),
)