From a5e49e21bdd7e9699ab6948d14096cd59418d3f1 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 14 Aug 2007 21:51:36 +0000 Subject: * 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 --- db/Changelog.txt | 1 + db/item_db.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'db') 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; },{},{} -- cgit v1.2.3-70-g09d2