veloren/assets/common/items/debug/boost.ron
BottledByte dc91209a7b Removed fine-grained Item enums and replaced them with Strings
This change allows to introduce new weapons and pair them
with graphical assets without need to recompile.
2020-08-02 01:21:32 +00:00

15 lines
373 B
Plaintext

Item(
name: "Belzeshrub the Broom-God",
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
kind: Tool(
(
kind: Debug("Boost"),
stats: (
equip_time_millis: 0,
power: 1.00,
),
)
),
)
// And the ground is pretty hard at maximum velocity...