From 007e6d5ba2df6e6b09f832609731bb8e1bf7413f Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 25 Apr 2009 07:25:50 +0000 Subject: 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 --- src/map/status.h | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index bae20055f..2893bbe5d 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -310,6 +310,8 @@ typedef enum sc_type { SC_HPDRAIN, SC_SKILLATKBONUS, SC_ITEMSCRIPT, + SC_S_LIFEPOTION, + SC_L_LIFEPOTION, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -485,15 +487,16 @@ enum si_type { SI_CRITICALWOUND = 286, SI_DEF_RATE = 290, SI_MDEF_RATE = 291, - SI_INCCRI = 292, - SI_INCHEALRATE = 293, - SI_HPREGEN = 294, - // 295 Sword ? - // 296 4 chars up ? + + SI_INCHEALRATE = 292, + SI_S_LIFEPOTION = 293, + SI_L_LIFEPOTION = 294, + SI_INCCRI = 295, + SI_PLUSAVOIDVALUE = 296, SI_SPCOST_RATE = 298, - // 300 Stars ? - SI_COMMONSC_RESIST = 301, - SI_ARMOR_RESIST = 302, + SI_ATKER_BLOOD = 300, + SI_TARGET_BLOOD = 301, + SI_ARMOR_PROPERTY = 302, }; // JOINTBEAT stackable ailments -- cgit v1.2.3-70-g09d2