mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
22 lines
577 B
Plaintext
22 lines
577 B
Plaintext
ItemDef(
|
|
name: "Belzeshrub the Broom-God",
|
|
description: "You can hear him giggle whenever\nyou hit the ground a bit too hard...",
|
|
kind: Tool(
|
|
(
|
|
kind: Debug,
|
|
hands: Two,
|
|
stats: Direct((
|
|
equip_time_secs: 0.0,
|
|
power: 1.00,
|
|
poise_strength: 1.00,
|
|
speed: 1.0,
|
|
crit_chance: 0.0,
|
|
crit_mult: 0.0,
|
|
)),
|
|
)
|
|
),
|
|
quality: Debug,
|
|
tags: [],
|
|
)
|
|
// And the ground is pretty hard at maximum velocity...
|