diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 15:31:16 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 15:31:16 +0000 |
commit | 0aeec655ffcf8b5ec07403d28230f58c6aa60a15 (patch) | |
tree | 919fbb16119fb4983bad299b92126f419692281c /db/skill_cast_db.txt | |
parent | 9f50edd607e15ab31109bce9f914ec86a184154a (diff) | |
download | hercules-0aeec655ffcf8b5ec07403d28230f58c6aa60a15.tar.gz hercules-0aeec655ffcf8b5ec07403d28230f58c6aa60a15.tar.bz2 hercules-0aeec655ffcf8b5ec07403d28230f58c6aa60a15.tar.xz hercules-0aeec655ffcf8b5ec07403d28230f58c6aa60a15.zip |
- Gospel no longer blocks item usage of whoever is in the area of effect.
- Added the long/near attack_def_rate card effects to battle_calc_magic
- Cleaned up a bit the slim pitcher code.
- Elemental fields should vanish on map-change now.
- Land Protector only blocks magical skills.
- Adjusted the duration of blind/bleeding of Meteor Assault
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5426 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index aeeabdf35..8eb825fca 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -639,7 +639,7 @@ //-- PF_SPIDERWEB
405,0,0,30000,8000
//-- ASC_METEORASSAULT (Upkeep2 times are duration of: blind(lv1), stun(lv2) or bleeding (lv3)
-406,500,500,0,5000:5000:10000
+406,500,500,0,10000:5000:120000
//-- ASC_CDP
407,0,5000,0,0
//==========================================
|