From c8a864a676a011f1b035f569a1e4078d7be69203 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Feb 2020 14:07:29 -0300 Subject: Lightsabers & Crafting alpha prototype (they need a nerf) --- db/re/item_db.conf | 46 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 43 insertions(+), 3 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1ed902abd..6c33c831c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11887,9 +11887,10 @@ item_db: ( Type: "IT_WEAPON" Buy: 900000 Sell: 2000 - Weight: 1000 - Atk: 232 + Weight: 360 + Atk: 240 Matk: 0 + Range: 1 Loc: "EQP_HAND_R" WeaponLv: 1 EquipLv: 60 @@ -11911,7 +11912,46 @@ item_db: ( id5040: 1 } Script: <" - bonus bAtk,(BaseLevel-60); + bonus bAtk,(BaseLevel-60)*3; + "> +}, +{ + Id: 3537 + AegisName: "PowerfulLightsaber" + Name: "PowerfulLightsaber" + Type: "IT_WEAPON" + Buy: 900000 + Sell: 2000 + Weight: 380 + Atk: 300 + Matk: 0 + Range: 2 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_KATAR" + Slots: 1 + AllowCards: { + id5022: 1 + id5023: 1 + id5024: 1 + id5025: 1 + id5026: 1 + id5027: 1 + id5028: 1 + id5029: 1 + id5037: 1 + id5038: 1 + id5039: 1 + id5040: 1 + } + Script: <" + bonus bAtk,(BaseLevel-60)*4; + bonus bAgi, -(BaseLevel/10); + bonus bDex, -(BaseLevel/10); + bonus bDef, -(BaseLevel*8/10); + bonus bCritical, BaseLevel/5; "> }, // Insert new weapons above this line -- cgit v1.2.3-60-g2f50