From 63f19e97bb149f705ee059473f79a68c96f05589 Mon Sep 17 00:00:00 2001 From: Playtester Date: Sun, 13 Aug 2006 09:36:16 +0000 Subject: Destroyer now has a 1% chance on breaking armor rather than Hit-10 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8260 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 8ad9e9663..e7c444783 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ ========================= 08/12 + * Destroyer now has a 1% chance on breaking armor rather than Hit-10 [Playtester] * Fixed Fling requiring unknown amunition [Playtester] * Changed the aftercast delay of Envenom to 100ms [Playtester] - this will cause that you can cast Envenom as fast as aMotion diff --git a/db/item_db.txt b/db/item_db.txt index 913cd65e4..074268d5d 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2662,8 +2662,8 @@ 13157,Drifter,Drifter,4,80000,,2300,50,,9,1,0x01000000,7,2,34,2,55,1,20,{},{},{} 13158,Butcher,Butcher,4,130000,,2500,75,,9,0,0x01000000,7,2,34,3,68,1,20,{ bonus2 bCriticalAddRace,RC_Brute,5; },{},{} 13159,Butcher_,Butcher,4,130000,,2500,75,,9,1,0x01000000,7,2,34,3,68,1,20,{ bonus2 bCriticalAddRace,RC_Brute,5; },{},{} -13160,Destroyer,Destroyer,4,110000,,1200,220,,9,0,0x01000000,7,2,34,2,52,1,21,{ bonus bHit,-10; },{},{} -13161,Destroyer_,Destroyer,4,110000,,1200,220,,9,1,0x01000000,7,2,34,2,52,1,21,{ bonus bHit,-10; },{},{} +13160,Destroyer,Destroyer,4,110000,,1200,220,,9,0,0x01000000,7,2,34,2,52,1,21,{ bonus bBreakArmorRate,100; },{},{} +13161,Destroyer_,Destroyer,4,110000,,1200,220,,9,1,0x01000000,7,2,34,2,52,1,21,{ bonus bBreakArmorRate,100; },{},{} 13162,Inferno,Inferno,4,230000,,1250,280,,9,1,0x01000000,7,2,34,2,65,1,21,{},{},{} // Bullets 13200,Bullet,Bullet,10,1,,2,10,,,,0x01000000,7,2,32768,,1,,3,{},{},{} -- cgit v1.2.3-70-g09d2