diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 19:52:28 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-28 19:52:28 +0000 |
commit | d56f95e8ae32e01533dc0107469a87414f89d248 (patch) | |
tree | 816e7942596db147083ab472dffe20afff0280c7 | |
parent | 437a47840140d324d8a1555144cd9628d897d70e (diff) | |
download | hercules-d56f95e8ae32e01533dc0107469a87414f89d248.tar.gz hercules-d56f95e8ae32e01533dc0107469a87414f89d248.tar.bz2 hercules-d56f95e8ae32e01533dc0107469a87414f89d248.tar.xz hercules-d56f95e8ae32e01533dc0107469a87414f89d248.zip |
Fixed Black Leather Boots and Thorny Shield
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10642 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 4b943b5e5..6dac02add 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -49,7 +49,9 @@ ---- ======================== 05/28 + * Fixed Black Leather Boots and Thorny Shield [Playtester] * Fixed Orc Archer's Bow and Silver Shotel [Playtester] + - info from Doddler's wiki for both 05/26 * Fixed mob name Atros -> Atroce [Playtester] 05/25 diff --git a/db/item_db.txt b/db/item_db.txt index ce0301233..45b2edb59 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -929,7 +929,7 @@ 2121,Memory_Book_,Memory Book,5,,10,1000,,3,,1,0x00810204,7,2,32,,0,1,0,{ bonus bInt,1; bonus bMdef,2; },{},{} 2122,Platinum_Shield,Platinum Shield,5,,10,1200,,5,,0,0x0FFFFFFE,2,2,32,,68,1,1,{ bonus2 bSubSize,1,15; bonus2 bSubSize,2,15; bonus2 bSubRace,RC_Undead,10; bonus bMdef,5; },{},{} 2123,Orleans'_Plate,Orleans' Plate,5,,10,1000,,5,,1,0x0FFFFFFE,2,2,32,,55,1,1,{ bonus bMagicDamageReturn,5; bonus bMDef,2; if (isequipped(2701)) bonus bCastrate,-10; },{},{} -2124,Thorny_Shield,Thorny Shield,5,,10,1000,,5,,1,0x0FFFFFFE,2,2,32,,55,1,1,{ bonus bMDef,2; if (isequipped(2702)) { bonus bAspdRate,10; bonus bShortWeaponDamageReturn,5; } },{},{} +2124,Thorny_Shield,Thorny Shield,5,,10,1000,,5,,1,0x0FFFFFFE,2,2,32,,55,1,1,{ bonus bMDef,2; if (isequipped(2702)) { bonus bAspdRate,20; bonus bShortWeaponDamageReturn,5; } },{},{} 2125,Strong_Shield,Strong Shield,5,,10,2500,,4,,1,0x000654E2,2,2,32,,75,1,1,{ bonus bNoKnockback,0; bonus bNearAtkDef,20;bonus bLongAtkDef,20; bonus bMagicAtkDef,20; },{},{} 2199,Ahura_Mazda,Ahura Mazdah,5,1,,10,,100,,0,0xFFFFFFFF,7,2,32,,1,1,0,{ bonus bAllStats,50; bonus bMdef,99; bonus bShortWeaponDamageReturn,100; bonus2 bSubRace,RC_DemiHuman,95; skill 479,5; },{},{} // Headgears @@ -1128,7 +1128,7 @@ 2422,High_Quality_Sandals,High Quality Sandals,5,24000,,200,,2,,1,0x00818314,7,2,64,,40,1,0,{ bonus bMdef,10; },{},{} 2423,Variant_Shoes,Variant Shoes,5,,10,500,,3,,0,0xFFFFFFFE,2,2,64,,85,1,0,{ bonus bMaxHPRate,20-(getrefine()*2); bonus bMaxSPRate,20-(getrefine()*2); bonus bDef,getrefine(); },{},{} 2424,Tidal_Shoes,Tidal Shoes,5,,10,300,,3,,1,0xFFFFFFFE,2,2,64,,55,1,0,{ bonus2 bSubEle,Ele_Water,5; if (isequipped(2528)) bonus bHPrecovRate,5; },{},{} -2425,Black_Leather_Boots,Black Leather Boots,5,,10,500,,3,,0,0xFFFFFFFE,2,2,64,,55,1,0,{ bonus bAgi,1; if (getrefine() > 9) bonus bAgi,1; },{},{} +2425,Black_Leather_Boots,Black Leather Boots,5,,10,500,,4,,0,0xFFFFFFFE,2,2,64,,55,1,0,{ bonus bAgi,1; if (getrefine() >= 9) bonus bAgi,2; },{},{} 2426,Shadow_Walk,Shadow Walk,5,,10,2000,,0,,0,0xFFFFFFFE,2,2,64,,75,1,0,{ bonus4 bAutoSpellWhenHit,135,3+getskilllv(135),500,0; bonus bMdef,10; },{},{} // Garments //=================================================================== |