veloren/assets/common/items/weapons/sceptre/loops0.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

17 lines
344 B
Plaintext

ItemDef(
name: "Soothing Loop",
description: "Do you really want to live forever?",
kind: Tool((
kind: Sceptre,
hands: TwoHand,
stats: (
equip_time_millis: 400,
power: 1.2,
poise_strength: 1.5,
speed: 1.5,
),
)),
quality: High,
tags: [],
)