diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-01 20:10:42 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-01 20:10:42 +0000 |
commit | 920f9cbf29abbbd63101cf28f9217738e0b70a3e (patch) | |
tree | c9112f3edb32ca1cfbd35a1697d263eb3b0b406b /db | |
parent | 9ec22938331f3d0e57d680a2f7592492fbd46969 (diff) | |
download | hercules-920f9cbf29abbbd63101cf28f9217738e0b70a3e.tar.gz hercules-920f9cbf29abbbd63101cf28f9217738e0b70a3e.tar.bz2 hercules-920f9cbf29abbbd63101cf28f9217738e0b70a3e.tar.xz hercules-920f9cbf29abbbd63101cf28f9217738e0b70a3e.zip |
added 6 sec delay after PRESSURE
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1375 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 9557cb1db..cfc9485c1 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,8 @@ Einboroch items == 5% Skill databases == celest working on them i believe. 04/01 + * Added 6 sec Delay after Pressure [Lupus] + http://www.ragnainfo.net/forums/viewtopic.php?t=28669&postdays=0&postorder=asc&start=15 * New cards updates and additions [DracoRPG] - added Mage and Swordman sets effects - added Whisper Boss Card (not found the ID -> commented out) diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 63d4c3ef7..1bfae0b53 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -231,7 +231,7 @@ 365,300,300,0,0 //HW_MAGICCRASHER 366,700,0,30000,0 //HW_MAGICPOWER#魔法力増幅# -367,2000:2500:3000:3500:4000,2000:3000:4000:5000:6000,0,2000:3000:4000:5000:6000 //PA_PRESSURE +367,2000:2500:3000:3500:4000,2000:3000:4000:5000:6000,6000,2000:3000:4000:5000:6000 //PA_PRESSURE 369,0,0,60000,20000 //PA_GOSPEL#ゴスペル# 370,0,300,0,0 //CH_PALMSTRIKE 371,0,0,0,2000:4000:6000:8000:10000 //CH_TIGERFIST#伏虎拳# |