diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 21:51:36 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-14 21:51:36 +0000 |
commit | a5e49e21bdd7e9699ab6948d14096cd59418d3f1 (patch) | |
tree | f6ada523297058244cd82973fdc56692775b17da | |
parent | 7a1d01e29b9c8be8fed77d12f6c99a717de69f14 (diff) | |
download | hercules-a5e49e21bdd7e9699ab6948d14096cd59418d3f1.tar.gz hercules-a5e49e21bdd7e9699ab6948d14096cd59418d3f1.tar.bz2 hercules-a5e49e21bdd7e9699ab6948d14096cd59418d3f1.tar.xz hercules-a5e49e21bdd7e9699ab6948d14096cd59418d3f1.zip |
* Changed the rest of the Western_Outlaw bonus. (/3 -> /6)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11011 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 45d18df37..25c82d715 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,7 @@ 13107 Western_Outlaw: Need correct HIT and ASPD Rate ======================== 08/14 + * Rev. 11011 Changed the rest of the Western_Outlaw bonus. (/3 -> /6) [L0ne_W0lf] * Rev. 11010 Added bonus for Hunter_Earring, as well as it's DEF bonus. [L0ne_W0lf] * Changed ASPD bonus for Western Outlaw at Playtester's request. * Rev. 11007 Implemented bonuses for several 11.3 equips. [L0ne_W0lf] diff --git a/db/item_db.txt b/db/item_db.txt index f8c97b8e1..25aa779fb 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -3253,7 +3253,7 @@ 13104,The_Garrison,Garrison,4,48000,,500,70,,7,1,0x01000000,7,2,34,2,55,1,17,{ bonus bHit,-10; },{},{} 13105,The_Garrison_,Garrison,4,48000,,500,70,,7,2,0x01000000,7,2,34,2,55,1,17,{ bonus bHit,-10; },{},{} 13106,Gold_Lux,Gold Lux,4,100000,,500,20,,7,0,0x01000000,7,2,34,3,12,1,17,{ bonus bHit,-10; if(getskilllv(500)>0) bonus4 bAutoSpell,500,getskilllv(500),100,0; },{},{} -13107,Western_Outlaw,Western Outlaw,4,,10,580,68,,7,2,0x01000000,7,2,34,3,10,1,17,{ bonus bHit,readparam(bAgi)/3; bonus bAspdRate,readparam(bAgi)/6; },{},{} +13107,Western_Outlaw,Western Outlaw,4,,10,580,68,,7,2,0x01000000,7,2,34,3,10,1,17,{ bonus bHit,readparam(bAgi)/6; bonus bAspdRate,readparam(bAgi)/6; },{},{} 13150,Branch,Branch,4,3000,,500,50,,9,3,0x01000000,7,2,34,1,1,1,18,{},{},{} 13151,The_Cyclone,Cyclone,4,17500,,700,120,,9,1,0x01000000,7,2,34,2,24,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{} 13152,The_Cyclone_,Cyclone,4,17500,,700,120,,9,2,0x01000000,7,2,34,2,24,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{} |