veloren/assets/common/items/debug/debug_stick.ron
Sam 341affdae2 Added hands field to all ron files of weapons.
Removed weapons that were duplicated in weapons and npc_weapons from npc_weapons.
Added migration to convert npc_weapons that ended up in anyone's inventory to weapon version.
Consolidated debug boost and possess sticks into one debug_stick, and renamed the admin sword (with name cultist_purp_2h_boss-0) to admin_sword
2021-02-19 17:30:20 -05:00

20 lines
506 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: TwoHand,
stats: (
equip_time_millis: 0,
power: 1.00,
poise_strength: 1.00,
speed: 1.0
),
)
),
quality: Debug,
tags: [],
)
// And the ground is pretty hard at maximum velocity...