Power
Client Version 1, Client Version 2
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/enums/power.wowm:1
.
enum Power : u8 {
MANA = 0;
RAGE = 1;
FOCUS = 2;
ENERGY = 3;
HAPPINESS = 4;
HEALTH = 0xFE;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
MANA | 0 (0x00) | mangoszero: The most common one, mobs usually have this or rage |
RAGE | 1 (0x01) | mangoszero: This is what warriors use to cast their spells |
FOCUS | 2 (0x02) | mangoszero: Used by hunters after Cataclysm (4.x) |
ENERGY | 3 (0x03) | mangoszero: Used by rouges to do their spells |
HAPPINESS | 4 (0x04) | mangoszero: Hunter's pet's happiness affect their damage |
HEALTH | 254 (0xFE) | mangoszero: Health, everyone has this (-2 as signed value) This might not actually be sent to the client. |
Used in:
- SMSG_PARTY_MEMBER_STATS
- SMSG_PARTY_MEMBER_STATS
- SMSG_PARTY_MEMBER_STATS_FULL
- SMSG_PARTY_MEMBER_STATS_FULL
- SMSG_SPELLENERGIZELOG
- SpellLog
- SpellLog
Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/enums/power.wowm:20
.
enum Power : u8 {
MANA = 0;
RAGE = 1;
FOCUS = 2;
ENERGY = 3;
HAPPINESS = 4;
RUNE = 5;
RUNIC_POWER = 6;
HEALTH = 0xFE;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
MANA | 0 (0x00) | |
RAGE | 1 (0x01) | |
FOCUS | 2 (0x02) | |
ENERGY | 3 (0x03) | |
HAPPINESS | 4 (0x04) | |
RUNE | 5 (0x05) | |
RUNIC_POWER | 6 (0x06) | |
HEALTH | 254 (0xFE) |
Used in: