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

15 lines
376 B
Plaintext
Raw Normal View History

ItemDef(
name: "Belzeshrub the Broom-God",
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
kind: Tool(
2020-03-28 18:50:05 +00:00
(
kind: Debug("Boost"),
stats: (
equip_time_millis: 0,
power: 1.00,
),
2020-02-24 18:17:16 +00:00
)
),
)
// And the ground is pretty hard at maximum velocity...