diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-06 21:10:45 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-06 21:10:45 +0000 |
commit | 18b9549a0a8cfb0614c655d11f87f2acc7c8cc52 (patch) | |
tree | 937db1ac7ede04a8b43ce6324508ac75d3d6029c /db/skill_unit_db.txt | |
parent | 1c0bab41587fced03042d70a91945f5917f3a29e (diff) | |
download | hercules-18b9549a0a8cfb0614c655d11f87f2acc7c8cc52.tar.gz hercules-18b9549a0a8cfb0614c655d11f87f2acc7c8cc52.tar.bz2 hercules-18b9549a0a8cfb0614c655d11f87f2acc7c8cc52.tar.xz hercules-18b9549a0a8cfb0614c655d11f87f2acc7c8cc52.zip |
- Corrected Ground Drift. Splash range of 3x3, stackable and placeable underneath others, cast time is 2 secs. It's considered ranged, and it's damage increase is defense ignoring, always neutral damage.
- Added Bull's Eye 0.5 sec cast time
- Corrected Bull's Eye implementation, it should deal normal damage against non brute/demi-human targets.
- GS_DUST is now considered a short-range attack
- Implemented Desperado's hit rate based on distance to caster as it's believed to behave.
- Suiton's Speed/Agi penalty will affect everyone when used in versus maps.
- GS_TRACKING's range is no longer affected by Snake Eye.
- Cleaned up some skill_trap_splash
- GS_FLING's defense reduction is now 5*lv%
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9158 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_unit_db.txt')
-rw-r--r-- | db/skill_unit_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index 087412117..58090fdeb 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -89,7 +89,7 @@ 484,0xb8, , 2, 0,1000,enemy, 0x808 //HW_GRAVITATION
488,0xb9, , 3, 0, -1,all, 0x200 //CG_HERMODE
516,0xba, , 0, 3, 100,enemy, 0x000 //GS_DESPERADO
-521,0xbe, , 0, 1,1000,enemy, 0x006 //GS_GROUNDDRIFT
+521,0xbe, , 0, 1,1000,enemy, 0x000 //GS_GROUNDDRIFT
527,0xbc, , -1, 0,2000,enemy, 0x000 //NJ_TATAMIGAESHI
535,0xbd, , -1, 0, 200,enemy, 0x008 //NJ_KAENSIN
538,0xbb,,1:1:1:2:2:2:3:3:3:4,0,-1,all,0x000 //NJ_SUITON
|