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

16 lines
378 B
Plaintext
Raw Normal View History

Item(
name: "Weightless Rod",
description: "The sky is the limit.",
kind: Tool(
2020-02-24 18:17:16 +00:00
ToolData (
kind: Debug(Boost),
equip_time_millis: 0,
attack_buildup_millis: 0,
attack_recover_millis: 0,
range: 0,
base_damage: 0,
)
),
)
2019-12-30 13:56:42 +00:00
// And the ground is pretty hard at maximum velocity...