diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 18:11:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 18:11:03 +0000 |
commit | 336487aede0f591c64f93b7376dd48cacce6c024 (patch) | |
tree | 77a6d50120c44123fae008b850a889fe77dd3bed /db/skill_cast_db.txt | |
parent | 62cf686313c8c25a3c78e67b82917fd56fa6e2a6 (diff) | |
download | hercules-336487aede0f591c64f93b7376dd48cacce6c024.tar.gz hercules-336487aede0f591c64f93b7376dd48cacce6c024.tar.bz2 hercules-336487aede0f591c64f93b7376dd48cacce6c024.tar.xz hercules-336487aede0f591c64f93b7376dd48cacce6c024.zip |
- Corrected Stun Duration for Meteor assault
- Made all Soul Link Spirit skills not be castable on self.
- Changed rate of NPC status effect skills to 50+10*lv% base chance (guessed)
- Changed max level of NPC status effects to 5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6519 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 eade6637a..b64b13e6f 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -649,7 +649,7 @@ //-- PF_SPIDERWEB
405,0,0,0,30000,8000
//-- ASC_METEORASSAULT (Upkeep2 times are duration of: blind(lv1), stun(lv2) or bleeding (lv3)
-406,500,500,0,0,10000:5000:120000
+406,500,500,0,0,10000:3000:120000
//-- ASC_CDP
407,0,500,0,0,0
//==========================================
|