diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:07:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:07:29 -0300 |
commit | c8a864a676a011f1b035f569a1e4078d7be69203 (patch) | |
tree | c0b3dc0a9fd6be0d99dc994141e947281ba15ecd /db/re/item_db.conf | |
parent | 55da8840999d2aa55c6c9d2ce751c7ec13991f60 (diff) | |
download | serverdata-c8a864a676a011f1b035f569a1e4078d7be69203.tar.gz serverdata-c8a864a676a011f1b035f569a1e4078d7be69203.tar.bz2 serverdata-c8a864a676a011f1b035f569a1e4078d7be69203.tar.xz serverdata-c8a864a676a011f1b035f569a1e4078d7be69203.zip |
Lightsabers & Crafting alpha prototype (they need a nerf)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 46 |
1 files changed, 43 insertions, 3 deletions
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 |