api: add new head icons
This commit is contained in:
@@ -56,5 +56,37 @@ public enum HeadIcon
|
|||||||
/**
|
/**
|
||||||
* Protect from range and mage. (ie. used by Kalphite Queen)
|
* Protect from range and mage. (ie. used by Kalphite Queen)
|
||||||
*/
|
*/
|
||||||
RANGE_MAGE
|
RANGE_MAGE,
|
||||||
|
/**
|
||||||
|
* Protect from range and melee
|
||||||
|
*/
|
||||||
|
RANGE_MELEE,
|
||||||
|
/**
|
||||||
|
* Protect from mage and melee
|
||||||
|
*/
|
||||||
|
MAGE_MELEE,
|
||||||
|
/**
|
||||||
|
* Protect from range, mage, and melee
|
||||||
|
*/
|
||||||
|
RANGE_MAGE_MELEE,
|
||||||
|
/**
|
||||||
|
* Wrath curse
|
||||||
|
*/
|
||||||
|
WRATH,
|
||||||
|
/**
|
||||||
|
* Soult split curse
|
||||||
|
*/
|
||||||
|
SOUL_SPLIT,
|
||||||
|
/**
|
||||||
|
* Deflect melee curse
|
||||||
|
*/
|
||||||
|
DEFLECT_MELEE,
|
||||||
|
/**
|
||||||
|
* Deflect range curse
|
||||||
|
*/
|
||||||
|
DEFLECT_RANGE,
|
||||||
|
/**
|
||||||
|
* Deflect magic curse
|
||||||
|
*/
|
||||||
|
DEFLECT_MAGE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user