diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-09-24 00:31:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-09-24 00:31:16 -0300 |
commit | 9d0c6e8944765d00a239680e35b3cfe2f3ac0faf (patch) | |
tree | 77aee81570d9535fc1967cd75e059167dffaffd7 /db/re/item_db.conf | |
parent | 220aa50297dedb4b9d2138ac63cf09f4c92d39f2 (diff) | |
download | serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.gz serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.bz2 serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.tar.xz serverdata-9d0c6e8944765d00a239680e35b3cfe2f3ac0faf.zip |
Add three new weapons to Pyndragon. From these, only Whip effectively works.
The other two, which rely on AutoSpell, are not working properly.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5aca15ab4..0f184373b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -12521,6 +12521,9 @@ item_db: ( bonus bHitRate, -10; bonus bMdefRate, -60; bonus bMdef2Rate, -60; + bonus2 bSubEle, Ele_Holy, -12; + bonus2 bSubEle, Ele_Dark, -12; + bonus2 bSubEle, Ele_Ghost, -12; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -12565,6 +12568,88 @@ item_db: ( bonus bFleeRate, -5; bonus bMdefRate, -60; bonus bMdef2Rate, -60; + bonus2 bSubEle, Ele_Holy, -20; + bonus2 bSubEle, Ele_Dark, -20; + bonus2 bSubEle, Ele_Ghost, -20; + skill TMW2_OVERLOAD, getrefine(); + "> +}, +{ + Id: 3538 + AegisName: "PynKunai" + Name: "Kunai" + Type: "IT_WEAPON" + Buy: 7000 + Sell: 3000 + Weight: 1400 + Atk: 370 + Matk: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_1HSWORD" + 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 bFleeRate, (BaseLevel/10); + bonus bDef, -(BaseLevel); + bonus bCritical, -(min(20, BaseLevel/6)); + bonus bAddStealRate, min(800, BaseLevel+(JobLevel*2)); // FIXME? + bonus3 bAutoSpell,TF_STEAL,1,BaseLevel; + bonus3 bAutoSpell,BS_GREED,1,JobLevel*5; + skill TMW2_OVERLOAD, getrefine(); + "> +}, +{ + Id: 3539 + AegisName: "PynWhip" + Name: "Whip" + Type: "IT_WEAPON" + Buy: 7000 + Sell: 3000 + Weight: 1400 + Atk: 370 + Matk: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_WHIP" + 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 bFleeRate, -(BaseLevel/9); + bonus bDef2, -(BaseLevel/10); + bonus bSplashRange, 1; skill TMW2_OVERLOAD, getrefine(); "> }, @@ -14685,6 +14770,53 @@ item_db: ( skill TMW2_OVERLOAD, getrefine(); "> }, +{ + Id: 7020 + AegisName: "PynScepter" + Name: "Scepter of Thunder" + Type: "IT_WEAPON" + Buy: 30000 + Sell: 10000 + Weight: 960 + Atk: 25 + Matk: 370 + Range: 8 + Loc: ["EQP_HAND_R", "EQP_HAND_L"] + WeaponLv: 1 + EquipLv: 60 + Refine: true + Subtype: "W_STAFF" + 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 bAttack2,-250; + bonus bMatk,(BaseLevel-50)*2; + bonus bAtk,(BaseLevel-60); + bonus bMaxSP,JobLevel+(BaseLevel-60); + addtoskill(TMW2_MPREGEN, 2, 2); + bonus bMaxHPrate, -16; + bonus bDef,-327; //bonus bDef,-32767; + // Will this work? + bonus3 bAutoSpell,TMW2_LIGHTNINGBOLT,min(4, BaseLevel/50),200; + bonus3 bAutoSpell,TMW2_METEORSHOWER,min(4, 1+JobLevel/37),100; + bonus3 bAutoSpell,TMW2_ARMAGEDDON,1,10; + bonus bSPDrainValue, -4; + skill TMW2_OVERLOAD, getrefine(); + "> +}, // System Reserved { |