2enum CombatParticipant__PipAquiredByEnum {
3 CombatParticipant__AQUIRED_PIP_UNKNOWN = 0,
4 CombatParticipant__AQUIRED_PIP_NORMAL = 1,
5 CombatParticipant__AQUIRED_PIP_POWER = 2,
6 CombatParticipant__AQUIRED_NORMAL_TO_POWER_PIP_CONVERSION = 4,
7 CombatParticipant__IMPEDE_PIPS = 5,