| enum | EffectCategoryExtended : uint {
EffectCategoryExtended.Undef = 0x00000000
,
EffectCategoryExtended.OnVorpal = 0x00000001
,
EffectCategoryExtended.OnITakeDamage = 0x00000002
,
EffectCategoryExtended.OnIGetHit = 0x00000003
,
EffectCategoryExtended.OnResurrect = 0x00000004
,
EffectCategoryExtended.OnHitAfterDamage = 0x00000005
,
EffectCategoryExtended.OnApplicationAfterFiltration = 0x00000006
,
EffectCategoryExtended.OnSneakAttack = 0x00000007
,
EffectCategoryExtended.OnIGetSneakAttacked = 0x00000008
,
EffectCategoryExtended.OnDeclinePastHalfHP = 0x00000009
,
EffectCategoryExtended.OnHitMelee = 0x0000000A
,
EffectCategoryExtended.OnDamageMelee = 0x0000000B
,
EffectCategoryExtended.OnVorpalMelee = 0x0000000C
,
EffectCategoryExtended.OnCriticalHitMelee = 0x0000000D
,
EffectCategoryExtended.OnHitMissile = 0x0000000E
,
EffectCategoryExtended.OnDamageMissile = 0x0000000F
,
EffectCategoryExtended.OnVorpalMissile = 0x00000010
,
EffectCategoryExtended.OnCriticalHitMissile = 0x00000011
,
EffectCategoryExtended.OnHitUnarmed = 0x00000012
,
EffectCategoryExtended.OnDamageUnarmed = 0x00000013
,
EffectCategoryExtended.OnVorpalUnarmed = 0x00000014
,
EffectCategoryExtended.OnCriticalHitUnarmed = 0x00000015
,
EffectCategoryExtended.OnDeathSelf = 0x00000016
,
EffectCategoryExtended.OnKill = 0x00000017
,
EffectCategoryExtended.OnVorpalSneakAttack = 0x00000018
,
EffectCategoryExtended.OnSpellcast = 0x00000019
,
EffectCategoryExtended.OnInduction = 0x0000001A
,
EffectCategoryExtended.OnInductionInterrupted = 0x0000001B
,
EffectCategoryExtended.OnITakeSpellDamage = 0x0000001C
,
EffectCategoryExtended.SaveAutoFailureImmunity = 0x0000001D
,
EffectCategoryExtended.AblativeDamageReduction = 0x0000001E
,
EffectCategoryExtended.AblativeDamageResistance = 0x0000001F
,
EffectCategoryExtended.OnPublicSpace = 0x00000020
,
EffectCategoryExtended.OnSoloDungeonSpace = 0x00000021
,
EffectCategoryExtended.OnNormalDungeonSpace = 0x00000022
,
EffectCategoryExtended.OnHardDungeonSpace = 0x00000023
,
EffectCategoryExtended.OnEliteDungeonSpace = 0x00000024
,
EffectCategoryExtended.IsInterestedInDeclinePastHalfHP = 0x00000025
,
EffectCategoryExtended.OnOnSneakAttackUnarmed = 0x00000026
,
EffectCategoryExtended.OnHitAfterDamageUnarmed = 0x00000027
,
EffectCategoryExtended.OnKilledCompareLevel = 0x00000029
,
EffectCategoryExtended.OnMiss = 0x0000002A
,
EffectCategoryExtended.OnMissUnarmed = 0x0000002B
,
EffectCategoryExtended.OnMissMelee = 0x0000002C
,
EffectCategoryExtended.OnMissMissile = 0x0000002D
,
EffectCategoryExtended.OnIGetMissed = 0x0000002E
,
EffectCategoryExtended.OnAttack = 0x0000002F
,
EffectCategoryExtended.OnIGetAttacked = 0x00000030
,
EffectCategoryExtended.OnQuestHeroicComplete = 0x00000031
,
EffectCategoryExtended.OnQuestEpicComplete = 0x00000032
,
EffectCategoryExtended.OnQuestEpicEliteComplete = 0x00000033
,
EffectCategoryExtended.OnQuestEpicHardComplete = 0x00000034
,
EffectCategoryExtended.OnQuestEpicNormalComplete = 0x00000035
,
EffectCategoryExtended.OnQuestHeroicEliteComplete = 0x00000036
,
EffectCategoryExtended.OnQuestHeroicHardComplete = 0x00000037
,
EffectCategoryExtended.OnQuestHeroicNormalComplete = 0x00000038
,
EffectCategoryExtended.OnAvoidHitMelee = 0x00000039
,
EffectCategoryExtended.OnAvoidHitMissile = 0x0000003A
,
EffectCategoryExtended.OnAvoidHitUnarmed = 0x0000003B
,
EffectCategoryExtended.OnIAvoidHitMelee = 0x0000003C
,
EffectCategoryExtended.OnIAvoidHitMissile = 0x0000003D
,
EffectCategoryExtended.OnIAvoidHitUnarmed = 0x0000003E
,
EffectCategoryExtended.OnITakeRangedDamage = 0x0000003F
} |