diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-25 07:25:50 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-04-25 07:25:50 +0000 |
commit | 007e6d5ba2df6e6b09f832609731bb8e1bf7413f (patch) | |
tree | 0908f5267d1ea323b498104b084cc2f44fcd85ec /db/const.txt | |
parent | 60d3144136e0324a910d4b47f0cf8e3c934b70e4 (diff) | |
download | hercules-007e6d5ba2df6e6b09f832609731bb8e1bf7413f.tar.gz hercules-007e6d5ba2df6e6b09f832609731bb8e1bf7413f.tar.bz2 hercules-007e6d5ba2df6e6b09f832609731bb8e1bf7413f.tar.xz hercules-007e6d5ba2df6e6b09f832609731bb8e1bf7413f.zip |
Correction to some status icons based on official information
- Added SI_S_LIFEPOTION and SI_L_LIFEPOTION and their corresponding new status changes to deal with the fact that Small_Life_Potion and Med_Life_Potion each use a different status icon.
- Left the duplicate SC_HPREGEN status in fof backwards compatibility, but removed its icon.
- Corrected the status icon id for SC_INCCRI from 292 to 295.
- Corrected the status icon id for SC_INCHEALRATE from 293 to 292.
- Added status icons for SC_INCFLEE2, SC_SPCOST_RATE and SC_COMMONSC_RESIST.
- Removed icon from SC_ARMOR_RESIST since officially it is a bonus, not a status, and thus doesn't (and can't) have an icon.
- Renamed the status icon name of SC_ELEMENTALCHANGE from SI_ARMOR_RESIST to SI_ARMOR_PROPERTY.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index cccd33ce5..bc54919bf 100644 --- a/db/const.txt +++ b/db/const.txt @@ -811,6 +811,8 @@ SC_DEFRATIOATK 286 SC_HPDRAIN 287 SC_SKILLATKBONUS 288 SC_ITEMSCRIPT 289 +SC_S_LIFEPOTION 290 +SC_L_LIFEPOTION 291 e_gasp 0 e_what 1 |