| enum | IngredientMutationType : uint {
IngredientMutationType.Undef = 0x00000000
,
IngredientMutationType.RedAugmentSlot = 0x00000001
,
IngredientMutationType.ArmorGearsetColor = 0x00000002
,
IngredientMutationType.Cost = 0x00000003
,
IngredientMutationType.Prefix = 0x00000004
,
IngredientMutationType.Suffix = 0x00000005
,
IngredientMutationType.RedAugment = 0x00000006
,
IngredientMutationType.SpellCharge = 0x00000007
,
IngredientMutationType.GreenAugmentSlot = 0x00000008
,
IngredientMutationType.PirateEventPhase1 = 0x00000009
,
IngredientMutationType.Jumpsuit = 0x0000000A
,
IngredientMutationType.PirateEventPhase2 = 0x0000000B
,
IngredientMutationType.Gearset = 0x0000000C
,
IngredientMutationType.Enhancement = 0x0000000D
,
IngredientMutationType.EpicAugmentCrystal = 0x0000000E
,
IngredientMutationType.Festival = 0x0000000F
,
IngredientMutationType.Misc = 0x00000010
,
IngredientMutationType.EldritchRitual = 0x00000011
,
IngredientMutationType.TemporaryEnchantment = 0x00000012
,
IngredientMutationType.ArmorColor = 0x00000013
,
IngredientMutationType.GreenAugment = 0x00000014
,
IngredientMutationType.ColorlessAugmentSlot = 0x00000015
,
IngredientMutationType.PirateEventAdventuring = 0x00000016
,
IngredientMutationType.Material = 0x00000017
,
IngredientMutationType.BlueAugment = 0x00000018
,
IngredientMutationType.DocentGearsetColor = 0x00000019
,
IngredientMutationType.BlueAugmentSlot = 0x0000001A
,
IngredientMutationType.Mod8Tier1 = 0x0000001B
,
IngredientMutationType.Mod8Tier2 = 0x0000001C
,
IngredientMutationType.DocentColor = 0x0000001D
,
IngredientMutationType.Mod8Tier3 = 0x0000001E
,
IngredientMutationType.Restriction = 0x0000001F
,
IngredientMutationType.ColorlessAugment = 0x00000020
,
IngredientMutationType.PirateEventSkill = 0x00000021
,
IngredientMutationType.Robe = 0x00000022
,
IngredientMutationType.Wear = 0x00000023
,
IngredientMutationType.YellowAugment = 0x00000024
,
IngredientMutationType.YellowAugmentSlot = 0x00000025
,
IngredientMutationType.OrangeAugmentSlot = 0x00000026
,
IngredientMutationType.PurpleAugment = 0x00000027
,
IngredientMutationType.OrangeAugment = 0x00000028
,
IngredientMutationType.PurpleAugmentSlot = 0x00000029
,
IngredientMutationType.Suffix_New = 0x0000002A
,
IngredientMutationType.Extra_New = 0x0000002B
,
IngredientMutationType.Prefix_New = 0x0000002C
,
IngredientMutationType.Extra2_New = 0x0000002D
,
IngredientMutationType.Crafting = 0x0000002E
,
IngredientMutationType.Reaper = 0x0000002F
,
IngredientMutationType.Mythic = 0x00000030
,
IngredientMutationType.CloakColor2 = 0x00000031
,
IngredientMutationType.CloakKey = 0x00000032
,
IngredientMutationType.CloakColor = 0x00000033
,
IngredientMutationType.OrbBonus = 0x00000034
,
IngredientMutationType.SunAugmentSlot = 0x00000035
,
IngredientMutationType.SunAugment = 0x00000036
,
IngredientMutationType.MoonAugment = 0x00000037
,
IngredientMutationType.MoonAugmentSlot = 0x00000038
,
IngredientMutationType.LamordiaExtraAugment = 0x00000039
,
IngredientMutationType.LamordiaExtra2Augment = 0x0000003A
} |