diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-26 02:33:53 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-26 02:33:53 +0000 |
commit | 019d9618d50d3190a7b6fa3b8e9401add22beb8e (patch) | |
tree | 03fa7bdabe31e7164ae482406a239b94cb0a5c1a /db/skill_db.txt | |
parent | 6f41f8b501ba5fcad54e08ed175b0ab61f4dbd54 (diff) | |
download | hercules-019d9618d50d3190a7b6fa3b8e9401add22beb8e.tar.gz hercules-019d9618d50d3190a7b6fa3b8e9401add22beb8e.tar.bz2 hercules-019d9618d50d3190a7b6fa3b8e9401add22beb8e.tar.xz hercules-019d9618d50d3190a7b6fa3b8e9401add22beb8e.zip |
* The status SC_INVINCIBLE now reduces all damage to 1.
- Official behavior, and allows players to cancel NPC_ALLHEAL casts.
- If battle_config.invincible_nodamage is true, reflected damage is still 0.
* Minor updates and supporting data for Sealed Shrine.
- Zone 5 is now designated for sealed shrine restricted skills.
- Added new quest_db entries for Sealed Shine cooldown.
- Updated mob_db entries for Orc's Memory Instance. (improper stats)
- Updated Land Mine to have a splash effect. (Provided by Daegaladh)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14101 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 648550827..cc334e7f5 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -157,7 +157,7 @@ 113,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0, BS_OVERTHRUST,Power-Thrust 114,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, BS_MAXIMIZE,Maximize Power 115,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10, HT_SKIDTRAP,Skid Trap -116,3,6,2,2,0x40,0,5,1,no,0,0x80,0,misc,0, HT_LANDMINE,Land Mine +116,3,6,2,2,0x42,0,5,1,no,0,0x80,0,misc,0, HT_LANDMINE,Land Mine 117,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,0, HT_ANKLESNARE,Ankle Snare 118,3,6,2,0,0x2,1,5,1,no,0,0x80,0,misc,0, HT_SHOCKWAVE,Shockwave Trap 119,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0, HT_SANDMAN,Sandman |