diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 17:21:43 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-14 17:21:43 +0000 |
commit | 7c19578989045b6d5ed1a319bf8e6377f409d76c (patch) | |
tree | a2f64f3693e176f0465d1b8801430b028e0e10e7 /db/item_db.txt | |
parent | 9d556fb84543034b88c646ffdf3817a9ec5d46fc (diff) | |
download | hercules-7c19578989045b6d5ed1a319bf8e6377f409d76c.tar.gz hercules-7c19578989045b6d5ed1a319bf8e6377f409d76c.tar.bz2 hercules-7c19578989045b6d5ed1a319bf8e6377f409d76c.tar.xz hercules-7c19578989045b6d5ed1a319bf8e6377f409d76c.zip |
Fixed attack power of Dusk
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8277 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 074268d5d..836debc1f 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2655,7 +2655,7 @@ 13150,Branch,Branch,4,3000,,500,50,,9,3,0x01000000,7,2,34,1,1,1,18,{},{},{}
13151,Cyclone,Cyclone,4,17500,,700,120,,9,1,0x01000000,7,2,34,2,24,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{}
13152,Cyclone_,Cyclone,4,17500,,700,120,,9,2,0x01000000,7,2,34,2,24,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{}
-13153,Dusk,Dusk,4,23500,,750,160,,9,1,0x01000000,7,2,34,2,56,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{}
+13153,Dusk,Dusk,4,23500,,750,150,,9,1,0x01000000,7,2,34,2,56,1,18,{ bonus bHit,10; bonus bCritical,10; },{},{}
13154,Rolling_Stone,Rolling Stone,4,12000,,900,135,,9,1,0x01000000,7,2,34,1,14,1,19,{ bonus bSplashRange,1; },{},{}
13155,Black_Rose,Black Rose,4,32000,,900,180,,9,1,0x01000000,7,2,34,2,35,1,19,{ bonus bSplashRange,1; },{},{}
13156,Gate_Keeper,Gate Keeper,4,56000,,1000,210,,9,0,0x01000000,7,2,34,2,55,1,19,{ bonus bSplashRange,1; },{},{}
|