diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 00:27:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 00:27:22 +0000 |
commit | 8ba5f3a15f084a5fe168ccf597884d5e47265e3b (patch) | |
tree | 4474f8b29e83537a8b69349309bbf0557267dc3d /db | |
parent | 442f3ce3b9a8af792d874c0b0b62343fa229c7a4 (diff) | |
download | hercules-8ba5f3a15f084a5fe168ccf597884d5e47265e3b.tar.gz hercules-8ba5f3a15f084a5fe168ccf597884d5e47265e3b.tar.bz2 hercules-8ba5f3a15f084a5fe168ccf597884d5e47265e3b.tar.xz hercules-8ba5f3a15f084a5fe168ccf597884d5e47265e3b.zip |
- Moved Full Buster blind penalty to skill_counter_additional_effect
- Added a dummy blind duration of 10 secs to FullBuster.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8082 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 7db7caf85..1c80f0316 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ =========================
08/02
+ * Added a dummy blind duration of 10 secs to FullBuster. [Skotlex]
* Updated the mob skills so that the marine sphere casts self-destruction
with 3 second cast after it starts walking. [Skotlex]
* Updated Create Arrow to X.4 [Playtester]
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index b4afd4299..5ad74815f 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -872,7 +872,7 @@ //-- GS_DUST
518,1000,1000,0,0,0
//-- GS_FULLBUSTER
-519,1000,1200:1400:1600:1800:2000:2200:2400:2600:2800:3000,0,0,0
+519,1000,1200:1400:1600:1800:2000:2200:2400:2600:2800:3000,0,0,10000
//-- GS_SPREADATTACK
520,0,1000,0,0,0
//-- GS_GROUNDDRIFT
|