mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
341affdae2
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
17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
ItemDef(
|
|
name: "Crescent Saviour",
|
|
description: "Trusty companion by day and night.",
|
|
kind: Tool((
|
|
kind: Sceptre,
|
|
hands: TwoHand,
|
|
stats: (
|
|
equip_time_millis: 400,
|
|
power: 1.6,
|
|
poise_strength: 1.5,
|
|
speed: 0.5,
|
|
),
|
|
)),
|
|
quality: Common,
|
|
tags: [],
|
|
)
|