mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
dc91209a7b
This change allows to introduce new weapons and pair them with graphical assets without need to recompile.
15 lines
373 B
Plaintext
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...
|