From 696cf014fc7e662e32f37bf6ffe4a391961db621 Mon Sep 17 00:00:00 2001 From: Dastgir Pojee Date: Mon, 3 Oct 2016 20:44:59 +0530 Subject: Added Summoner Items --- db/pre-re/item_db.conf | 12 + db/re/item_db.conf | 997 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1009 insertions(+) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 4ba5719a4..4e77704da 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1702,6 +1702,7 @@ item_db: ( Dark_Collector: true Kagerou: true Rebellion: true + Summoner: true } EquipLv: 40 BuyingStore: true @@ -67169,6 +67170,16 @@ item_db: ( Weight: 100 Script: <" itemheal 0,10; "> }, +{ + Id: 11602 + AegisName: "Catnip_Fruit" + Name: "Catnip Fruit" + Type: 0 + Buy: 15 + Weight: 1 + Upper: 63 + Script: <" itemheal rand(10, 40), 0; "> +}, { Id: 11701 AegisName: "Girl_Bunch_Of_Flower" @@ -93370,6 +93381,7 @@ item_db: ( Dark_Collector: true Kagerou: true Rebellion: true + Summoner: true } EquipLv: 40 Script: <" sc_start SC_ATTHASTE_POTION2, 1800000, 0; "> diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 34136aa5c..17287fa8e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1728,6 +1728,7 @@ item_db: ( Dark_Collector: true Kagerou: true Rebellion: true + Summoner: true } EquipLv: 40 BuyingStore: true @@ -18457,6 +18458,391 @@ item_db: ( if(BaseLevel>70) { bonus bMatk,(((BaseLevel-70)/10)*5); } "> }, +{ + Id: 1681 + AegisName: "Short_Foxtail_Staff" + Name: "Short Foxtail Staff" + Type: 5 + Buy: 20 + Atk: 30 + Range: 1 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 1 + EquipLv: 1 + View: 10 +}, +{ + Id: 1683 + AegisName: "Enriched_Foxtail_Staff" + Name: "Enriched Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 200 + Atk: 50 + Matk: 70 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 2 + EquipLv: 12 + View: 10 + Script: <" bonus bMaxSP, 50; "> +}, +{ + Id: 1684 + AegisName: "Long_Foxtail_Staff" + Name: "Long Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 200 + Atk: 50 + Range: 2 + Slots: 1 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 2 + EquipLv: 12 + View: 10 + Script: <" + bonus bLongAtkRate, 5; + bonus bMaxHP, 200; + "> +}, +{ + Id: 1685 + AegisName: "Dragonfly_Sitting_Foxtail_Staff" + Name: "Dragonfly Sitting Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 70 + Matk: 100 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 2 + EquipLv: 20 + View: 10 + Script: <" + bonus bInt, 1; + bonus bMaxHP, 100; + bonus bMaxSP, 150; + "> +}, +{ + Id: 1686 + AegisName: "Large_Foxtail_Staff" + Name: "Large Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 70 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 2 + EquipLv: 20 + View: 10 + Script: <" + bonus bLongAtkRate, 8; + bonus bDex, 1; + bonus bMaxHP, 200; + bonus bMaxSP, 100; + "> +}, +{ + Id: 1687 + AegisName: "Beginner_Foxtail_Staff" + Name: "Beginner Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 100 + Atk: 40 + Matk: 15 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 1 + EquipLv: 3 + View: 10 + Script: <" bonus bMaxHP, 100; "> +}, +{ + Id: 1690 + AegisName: "Mysterious_Foxtail_Staff" + Name: "Mysterious Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 400 + Atk: 80 + Matk: 180 + Range: 1 + Slots: 3 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 2 + EquipLv: 60 + View: 10 + Script: <" + bonus bMaxSP, 10 * (getrefine() / 3) + 50; + bonus bMatk, 10 * (getrefine() / 3); + "> +}, +{ + Id: 1691 + AegisName: "Strange_God_Foxtail_Staff" + Name: "Strange God Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 500 + Atk: 100 + Matk: 240 + Range: 1 + Slots: 2 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 3 + EquipLv: 100 + View: 10 + Script: <" + bonus bMaxSP, 100; + bonus bMatkRate, 2 * (getrefine() / 3); + bonus bMaxSPrate, getrefine() / 3; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate,(20 * .@r) + 40; + bonus bWeaponMatkRate,(20 * .@r) + 40; + } + + "> +}, +{ + Id: 1692 + AegisName: "Magical_Foxtail_Staff" + Name: "Magical Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 600 + Atk: 120 + Matk: 260 + Range: 1 + Slots: 2 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 3 + EquipLv: 140 + View: 10 + Script: <" + bonus bMaxSP, 100; + bonus bMatkRate, 2 * (getrefine() / 3); + bonus bMaxSPrate, getrefine() / 3; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate, (20 * .@r) + 40; + bonus bWeaponMatkRate, (20 * .@r) + 40; + } + + "> +}, +{ + Id: 1693 + AegisName: "Magical_Yellow_Foxtail_Staff" + Name: "Magical Yellow Foxtail Staff" + Type: 5 + Buy: 20 + Weight: 700 + Atk: 140 + Matk: 280 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 4 + EquipLv: 175 + View: 10 + Script: <" + bonus bMatkRate, 3 * (getrefine() / 2); + bonus4 bAutoSpellOnSkill, SU_FRESHSHRIMP, SU_ARCLOUSEDASH, max(1, getskilllv(SU_ARCLOUSEDASH)), 200; + bonus4 bAutoSpellOnSkill, SU_SV_STEMSPEAR, SU_FRESHSHRIMP, max(1, getskilllv(SU_FRESHSHRIMP)), 200; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate, (20 * .@r) + 40; + bonus bWeaponMatkRate, (20 * .@r) + 40; + } + + "> +}, +{ + Id: 1694 + AegisName: "Foxtail_Model" + Name: "Foxtail Model" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 150 + Range: 1 + Slots: 3 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 2 + EquipLv: 60 + View: 10 + Script: <" + bonus bLongAtkRate, 8; + bonus bMaxHP, 100; + bonus bDex, (getrefine() / 3) * 2; + bonus bMaxSP, (getrefine() / 3) * 10; + "> +}, +{ + Id: 1695 + AegisName: "Delicate_Foxtail_Model" + Name: "Delicate Foxtail Model" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 195 + Range: 1 + Slots: 2 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 3 + EquipLv: 100 + View: 10 + Script: <" + bonus bLongAtkRate, 8; + bonus bMaxHP, 200; + bonus bDex, (getrefine() / 3) * 3; + bonus bMaxSP, (getrefine() / 3) * 15; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate, (20 * .@r) + 40; + bonus bWeaponMatkRate, (20 * .@r) + 40; + } + + "> +}, +{ + Id: 1696 + AegisName: "Exquisite_Foxtail_Model" + Name: "Exquisite Foxtail Model" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 240 + Range: 1 + Slots: 2 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 3 + EquipLv: 140 + View: 10 + Script: <" + bonus bLongAtkRate, 8; + bonus bMaxHPrate, 5; + bonus bDex, (getrefine() / 2) * 3; + bonus bMaxSP, (getrefine() / 2) * 15; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate, (20 * .@r) + 40; + bonus bWeaponMatkRate, (20 * .@r) + 40; + } + + "> +}, +{ + Id: 1697 + AegisName: "Exquisite_Yellow_Foxtail_Model" + Name: "Exquisite Yellow Foxtail Model" + Type: 5 + Buy: 20 + Weight: 300 + Atk: 270 + Range: 1 + Slots: 1 + Job: { + Summoner: true + } + Loc: 2 + WeaponLv: 4 + EquipLv: 175 + View: 10 + Script: <" + bonus bLongAtkRate, 9; + bonus bMaxHPrate, 7; + bonus bLongAtkRate, getrefine() / 2; + bonus bMaxSP, (getrefine() / 2) * 20; + bonus4 bAutoSpellOnSkill, SU_PICKYPECK, SU_FRESHSHRIMP, max(1, getskilllv(SU_FRESHSHRIMP)), 200; + if (getrefine() >= 7) { + .@r = min(getrefine(), 10) - 7; + bonus bWeaponAtkRate, (20 * .@r) + 40; + bonus bWeaponMatkRate, (20 * .@r) + 40; + } + + "> +}, +{ + Id: 1699 + AegisName: "Paradise_Foxtail_Staff_I" + Name: "Eden Group Foxtail I" + Type: 5 + Buy: 20 + Atk: 120 + Matk: 135 + Range: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 2 + EquipLv: 26 + Refine: false + View: 10 + Script: <" + bonus bDex, 3; + bonus bInt, 3; + bonus bLongAtkRate, 5; + "> +}, //== Bows ================================================== { @@ -84596,6 +84982,16 @@ item_db: ( montransform QUVE, 600000, SC_MTF_HITFLEE, 10, 20; "> }, +{ + Id: 11602 + AegisName: "Catnip_Fruit" + Name: "Catnip Fruit" + Type: 0 + Buy: 15 + Weight: 1 + Upper: 63 + Script: <" itemheal rand(10,40),0; "> +}, { Id: 11701 AegisName: "Girl_Bunch_Of_Flower" @@ -95172,6 +95568,7 @@ item_db: ( Dark_Collector: true Kagerou: true Rebellion: true + Summoner: true } EquipLv: 40 Trade: { @@ -120407,6 +120804,7 @@ item_db: ( Dark_Collector: true Kagerou: true Rebellion: true + Summoner: true } Trade: { nodrop: true @@ -124113,6 +124511,27 @@ item_db: ( if(getrefine()>6) { bonus bCritAtkRate,6; } "> }, +{ + Id: 15126 + AegisName: "Private_Doram_Suits" + Name: "Private Doram Suits" + Type: 4 + Buy: 20 + Weight: 700 + Def: 80 + Slots: 1 + Job: { + Summoner: true + } + Loc: 16 + EquipLv: 100 + Script: <" + bonus bMaxHP, 500; + bonus bMaxSP, 100; + bonus bDex, getrefine() / 3; + bonus bInt, getrefine() / 3; + "> +}, { Id: 15128 AegisName: "Excellion_Suit" @@ -124129,6 +124548,27 @@ item_db: ( if(BaseLevel>130) { bonus bVit,4; } "> }, +{ + Id: 15129 + AegisName: "Luxury_Doram_Suit" + Name: "Luxury Doram Suit" + Type: 4 + Buy: 20 + Weight: 800 + Def: 100 + Slots: 1 + Job: { + Summoner: true + } + Loc: 16 + EquipLv: 140 + Script: <" + bonus bMaxHPrate, 10; + bonus bMaxSPrate, 10; + bonus bDex, getrefine() / 2; + bonus bInt, getrefine() / 2; + "> +}, { Id: 15138 AegisName: "Egir_Armor_K" @@ -124146,6 +124586,67 @@ item_db: ( bonus bUnbreakableArmor, 0; "> }, +{ + Id: 15150 + AegisName: "White_Shirt" + Name: "White Shirt" + Type: 4 + Buy: 20 + Weight: 50 + Def: 25 + Slots: 1 + Job: { + Summoner: true + } + Loc: 16 + EquipLv: 6 + Script: <" + bonus bMaxHP,70; + bonus bFlee,5; + "> +}, +{ + Id: 15151 + AegisName: "White_Eco-Shirt" + Name: "White Eco-Shirt" + Type: 4 + Buy: 20 + Weight: 100 + Def: 40 + Slots: 1 + Job: { + Summoner: true + } + Loc: 16 + EquipLv: 15 + Script: <" + bonus bMaxHP,150; + bonus bFlee,10; + "> +}, +{ + Id: 15156 + AegisName: "Elegant_Doram_Suit" + Name: "Elegant Doram Suit" + Type: 4 + Buy: 20 + Weight: 900 + Def: 120 + Slots: 1 + Job: { + Summoner: true + } + Loc: 16 + EquipLv: 175 + Script: <" + bonus bMaxHPrate, 15; + bonus bMaxSPrate, 15; + bonus bDex, getrefine(); + bonus bInt, getrefine(); + if (getrefine() > 9) + bonus bUseSPrate, -5; + "> +}, //== More Maces ============================================ { @@ -144946,6 +145447,70 @@ item_db: ( } "> }, +{ + Id: 20788 + AegisName: "Private_Doram_Manteau" + Name: "Private Doram Manteau" + Type: 4 + Buy: 20 + Weight: 300 + Def: 20 + Slots: 1 + Job: { + Summoner: true + } + Loc: 4 + EquipLv: 100 + Script: <" + bonus bFlee,5; + bonus2 bSubEle,Ele_Neutral,2; + bonus bFlee2,getrefine()/3; + "> +}, +{ + Id: 20789 + AegisName: "Luxury_Doram_Manteau" + Name: "Luxury Doram Manteau" + Type: 4 + Buy: 20 + Weight: 400 + Def: 25 + Slots: 1 + Job: { + Summoner: true + } + Loc: 4 + EquipLv: 140 + Script: <" + bonus bFlee, 7; + bonus2 bSubEle,Ele_Neutral, 3; + bonus bFlee2, getrefine() / 3; + bonus bLuk, getrefine() / 3; + "> +}, +{ + Id: 20790 + AegisName: "Elegant_Doram_Manteau" + Name: "Elegant Doram Manteau" + Type: 4 + Buy: 20 + Weight: 500 + Def: 30 + Slots: 1 + Job: { + Summoner: true + } + Loc: 4 + EquipLv: 175 + Script: <" + bonus bFlee, 10; + bonus2 bSubEle,Ele_Neutral, 5; + bonus bFlee2, getrefine() / 2; + bonus bInt, getrefine() / 2; + bonus bDex, getrefine() / 2; + bonus bLuk, getrefine() / 2; + "> +}, //== New Two-Handed Swords ================================= { @@ -146105,6 +146670,107 @@ item_db: ( autobonus3 "{ }", 1000, 7000, ALL_CATCRY, "{ montransform LOLI_RURI, 420000; }"; "> }, +{ + Id: 22076 + AegisName: "Wooden_Slipper" + Name: "Wooden Slipper" + Type: 4 + Buy: 20 + Weight: 50 + Def: 10 + Slots: 1 + Job: { + Summoner: true + } + Loc: 64 + EquipLv: 9 + Script: <" bonus2 bHPRegenRate,2,10000; "> +}, +{ + Id: 22077 + AegisName: "Red_Eco-Friendly_Shoes" + Name: "Red Eco-Friendly Shoes" + Type: 4 + Buy: 20 + Weight: 100 + Def: 20 + Slots: 1 + Job: { + Summoner: true + } + Loc: 64 + EquipLv: 18 + Script: <" + bonus bCritical,5; + bonus2 bHPRegenRate,4,10000; + bonus2 bSPRegenRate,1,10000; + "> +}, +{ + Id: 22083 + AegisName: "Private_Doram_Shoes" + Name: "Private Doram Shoes" + Type: 4 + Buy: 20 + Weight: 500 + Def: 25 + Slots: 1 + Job: { + Summoner: true + } + Loc: 64 + EquipLv: 100 + Script: <" + bonus bMaxHP, 100; + bonus bMaxSP, 50; + bonus bHPrecovRate, getrefine() * 10 / 3; + bonus bSPrecovRate, getrefine() * 10 / 3; + "> +}, +{ + Id: 22084 + AegisName: "Luxury_Doram_Shoes" + Name: "Luxury Doram Shoes" + Type: 4 + Buy: 20 + Weight: 600 + Def: 30 + Slots: 1 + Job: { + Summoner: true + } + Loc: 64 + EquipLv: 140 + Script: <" + bonus bMaxHP, 300; + bonus bMaxSP, 100; + bonus bHPrecovRate, 20 * getrefine() / 3; + bonus bSPrecovRate, 20 * getrefine() / 3; + "> +}, +{ + Id: 22085 + AegisName: "Elegant_Doram_Shoes" + Name: "Elegant Doram Shoes" + Type: 4 + Buy: 20 + Weight: 700 + Def: 35 + Slots: 1 + Job: { + Summoner: true + } + Loc: 64 + EquipLv: 175 + Script: <" + bonus bMaxHPrate, 10; + bonus bMaxSPrate, 5; + bonus bMaxHP, 100 * getrefine() / 2; + bonus bMaxSP, 20 * getrefine() / 2; + if ((getrefine() / 2) >= 4) + bonus2 bSkillUseSP, SU_LOPE, 5; + "> +}, //== New Etc Items ========================================= { @@ -149317,6 +149983,31 @@ item_db: ( if (getrefine()>=9) { bonus bDelayrate,-1; } "> }, +//== New Staffs ============================================ +{ + Id: 26101 + AegisName: "Paradise_Foxtail_Staff_III" + Name: "Eden Group Foxtail Staff III" + Type: 5 + Buy: 20 + Atk: 150 + Matk: 195 + Range: 1 + Job: { + Summoner: true + } + Upper: 7 + Loc: 2 + WeaponLv: 3 + EquipLv: 60 + Refine: false + View: 10 + Script: <" + bonus bDex,5; + bonus bInt,5; + bonus bLongAtkRate,7; + "> +}, //== New Katars ============================================ { @@ -149963,6 +150654,312 @@ item_db: ( bonus bMaxSPrate,3; "> }, +{ + Id: 28374 + AegisName: "Foxtail_Ring" + Name: "Foxtail Ring" + Type: 4 + Buy: 20 + Weight: 100 + Job: { + Summoner: true + } + Loc: 136 + EquipLv: 1 + Refine: false + Script: <" + bonus2 bExpAddRace,RC_All,5; + .@lvl = min(BaseLevel/5,10); + bonus bAtk,2*.@lvl; + bonus bMatk,2*.@lvl; + bonus bMaxHP,10*.@lvl; + bonus bMaxSP,5*.@lvl; + "> +}, +{ + Id: 28380 + AegisName: "Fresh_Grass_Necklace" + Name: "Fresh Grass Necklace" + Type: 4 + Buy: 20 + Weight: 100 + Slots: 1 + Job: { + Summoner: true + } + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus bFlee2,5; + bonus2 bSkillCooldown,SU_SCAROFTAROU,-5000; + "> +}, +{ + Id: 28381 + AegisName: "Cute_Grass_Necklace" + Name: "Cute Grass Necklace" + Type: 4 + Buy: 20 + Weight: 10 + Slots: 1 + Job: { + Summoner: true + } + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus bHealPower,5; + bonus2 bSkillCooldown,SU_TUNAPARTY,-7000; + "> +}, +{ + Id: 28382 + AegisName: "Charm_Grass_Necklace" + Name: "Charm Grass Necklace" + Type: 4 + Buy: 20 + Weight: 10 + Slots: 1 + Job: { + Summoner: true + } + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus bMdef,5; + bonus2 bVariableCastrate,SU_CN_METEOR,-1000; + "> +}, +{ + Id: 28413 + AegisName: "Lesser_Mackerel_Talisman" + Name: "Lesser Mackerel Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" bonus bVit,1; "> +}, +{ + Id: 28414 + AegisName: "Intermediate_Mackerel_Talisman" + Name: "Intermediate Mackerel Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 140 + Refine: false + Script: <" bonus bVit,2; "> +}, +{ + Id: 28415 + AegisName: "Greater_Mackerel_Talisman" + Name: "Greater Mackerel Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 175 + Refine: false + Script: <" bonus bVit,3; "> +}, +{ + Id: 28416 + AegisName: "Lesser_Leaf_Talisman" + Name: "Lesser Leaf Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" bonus bInt,1; "> +}, +{ + Id: 28417 + AegisName: "Intermediate_Leaf_Talisman" + Name: "Intermediate Leaf Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 140 + Refine: false + Script: <" bonus bInt,2; "> +}, +{ + Id: 28418 + AegisName: "Greater_Leaf_Talisman" + Name: "Greater Leaf Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 175 + Refine: false + Script: <" bonus bInt,3; "> +}, +{ + Id: 28419 + AegisName: "Lesser_Rabbit_Talisman" + Name: "Lesser Rabbit Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" bonus bDex,1; "> +}, +{ + Id: 28420 + AegisName: "Intermediate_Rabbit_Talisman" + Name: "Intermediate Rabbit Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 140 + Refine: false + Script: <" bonus bDex,2; "> +}, +{ + Id: 28421 + AegisName: "Greater_Rabbit_Talisman" + Name: "Greater Rabbit Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 175 + Refine: false + Script: <" bonus bDex,3; "> +}, +{ + Id: 28422 + AegisName: "Shiny_Branch_Talisman" + Name: "Shiny Branch Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus2 bVariableCastrate,SU_SV_STEMSPEAR,-50; + bonus2 bSkillAtk,SU_SV_STEMSPEAR,(readparam(bInt)/2)+(20 * getskilllv(SU_SV_STEMSPEAR)); + //Need to confirm damage formula + "> +}, +{ + Id: 28423 + AegisName: "Fresh_Tuna_Talisman" + Name: "Fresh Tuna Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus2 bSkillCooldown,SU_TUNAPARTY,-5000; + bonus3 bAutoSpellWhenHit,SU_TUNAPARTY,max(1,getskilllv(SU_TUNAPARTY)),10; + "> +}, +{ + Id: 28424 + AegisName: "Chubby_Worm_Talisman" + Name: "Chubby Worm Talisman" + Type: 4 + Buy: 0 + Weight: 100 + Def: 1 + Slots: 1 + Job: { + Summoner: true + } + Upper: 63 + Loc: 136 + EquipLv: 100 + Refine: false + Script: <" + bonus2 bVariableCastrate,SU_PICKYPECK,-50; + bonus2 bSkillAtk,SU_PICKYPECK,(readparam(bDex)/2)+(20 * getskilllv(SU_PICKYPECK)); + //Need to confirm damage formula + "> +}, //== New Books ============================================= { -- cgit v1.2.3-60-g2f50