Module:Minimap/minimap icons lookup: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Supernovah
(update for 3.11)
>Supernovah
(forgot HarvestSeedCache)
Line 1: Line 1:
local data = {
local data = {
MyPlayer = 1,  
MyPlayer = 1,
PartyMember = 2,  
PartyMember = 2,
OtherPlayer = 3,  
OtherPlayer = 3,
NPC = 4,  
NPC = 4,
Portal = 5,  
Portal = 5,
QuestObject = 6,  
QuestObject = 6,
QuestItem = 7,  
QuestItem = 7,
Shrine = 8,  
Shrine = 8,
StoryGlyph = 9,  
StoryGlyph = 9,
Waypoint = 10,  
Waypoint = 10,
RedFlag = 11,  
RedFlag = 11,
BlueFlag = 12,  
BlueFlag = 12,
GreenFlag = 13,  
GreenFlag = 13,
Abyss = 14,  
Abyss = 14,
AbyssCrack = 15,  
AbyssCrack = 15,
MissionTarget = 16,  
MissionTarget = 16,
MissionAlly = 17,  
MissionAlly = 17,
PartyLeader = 18,  
PartyLeader = 18,
Entrance = 19,  
Entrance = 19,
Labyrinth = 20,  
Labyrinth = 20,
StoneCircle = 21,  
StoneCircle = 21,
LabyrinthLever = 22,  
LabyrinthLever = 22,
LabyrinthDoor = 23,  
LabyrinthDoor = 23,
VaalSideArea = 24,  
VaalSideArea = 24,
LabyrinthEnchant = 25,  
LabyrinthEnchant = 25,
LabyrinthGoldKey = 26,  
LabyrinthGoldKey = 26,
LabyrinthSilverKey = 27,  
LabyrinthSilverKey = 27,
Essence = 28,  
Essence = 28,
EntrancePortal = 29,  
EntrancePortal = 29,
Breach = 30,  
Breach = 30,
ConsoleMapArrowL = 31,  
ConsoleMapArrowL = 31,
ConsoleMapArrowR = 32,  
ConsoleMapArrowR = 32,
PCMapArrow = 33,  
PCMapArrow = 33,
BestiaryBloodAlter = 34,  
BestiaryBloodAlter = 34,
BestiaryRareMonster = 35,  
BestiaryRareMonster = 35,
BestiaryLegendaryBeast = 36,  
BestiaryLegendaryBeast = 36,
BestiaryDeadMonster = 37,  
BestiaryDeadMonster = 37,
IncursionArchitectUpgrade = 38,  
IncursionArchitectUpgrade = 38,
IncursionArchitectReplace = 39,  
IncursionArchitectReplace = 39,
IncursionDoorLocked = 40,  
IncursionDoorLocked = 40,
IncursionDoorOpen = 41,  
IncursionDoorOpen = 41,
IncursionCraftingBench = 42,  
IncursionCraftingBench = 42,
IncursionCraftingBenchSacrifice = 43,  
IncursionCraftingBenchSacrifice = 43,
IncursionCraftingBenchGem = 44,  
IncursionCraftingBenchGem = 44,
DelveMapViewer = 45,  
DelveMapViewer = 45,
DelveMineralVein = 46,  
DelveMineralVein = 46,
LootFilterLargeBlueCircle = 47,  
LootFilterLargeBlueCircle = 47,
LootFilterMediumBlueCircle = 48,  
LootFilterMediumBlueCircle = 48,
LootFilterSmallBlueCircle = 49,  
LootFilterSmallBlueCircle = 49,
LootFilterLargeGreenCircle = 50,  
LootFilterLargeGreenCircle = 50,
LootFilterMediumGreenCircle = 51,  
LootFilterMediumGreenCircle = 51,
LootFilterSmallGreenCircle = 52,  
LootFilterSmallGreenCircle = 52,
LootFilterLargeBrownCircle = 53,  
LootFilterLargeBrownCircle = 53,
LootFilterMediumBrownCircle = 54,  
LootFilterMediumBrownCircle = 54,
LootFilterSmallBrownCircle = 55,  
LootFilterSmallBrownCircle = 55,
LootFilterLargeRedCircle = 56,  
LootFilterLargeRedCircle = 56,
LootFilterMediumRedCircle = 57,  
LootFilterMediumRedCircle = 57,
LootFilterSmallRedCircle = 58,  
LootFilterSmallRedCircle = 58,
LootFilterLargeWhiteCircle = 59,  
LootFilterLargeWhiteCircle = 59,
LootFilterMediumWhiteCircle = 60,  
LootFilterMediumWhiteCircle = 60,
LootFilterSmallWhiteCircle = 61,  
LootFilterSmallWhiteCircle = 61,
LootFilterLargeYellowCircle = 62,  
LootFilterLargeYellowCircle = 62,
LootFilterMediumYellowCircle = 63,  
LootFilterMediumYellowCircle = 63,
LootFilterSmallYellowCircle = 64,  
LootFilterSmallYellowCircle = 64,
LootFilterLargeBlueDiamond = 65,  
LootFilterLargeBlueDiamond = 65,
LootFilterMediumBlueDiamond = 66,  
LootFilterMediumBlueDiamond = 66,
LootFilterSmallBlueDiamond = 67,  
LootFilterSmallBlueDiamond = 67,
LootFilterLargeGreenDiamond = 68,  
LootFilterLargeGreenDiamond = 68,
LootFilterMediumGreenDiamond = 69,  
LootFilterMediumGreenDiamond = 69,
LootFilterSmallGreenDiamond = 70,  
LootFilterSmallGreenDiamond = 70,
LootFilterLargeBrownDiamond = 71,  
LootFilterLargeBrownDiamond = 71,
LootFilterMediumBrownDiamond = 72,  
LootFilterMediumBrownDiamond = 72,
LootFilterSmallBrownDiamond = 73,  
LootFilterSmallBrownDiamond = 73,
LootFilterLargeRedDiamond = 74,  
LootFilterLargeRedDiamond = 74,
LootFilterMediumRedDiamond = 75,  
LootFilterMediumRedDiamond = 75,
LootFilterSmallRedDiamond = 76,  
LootFilterSmallRedDiamond = 76,
LootFilterLargeWhiteDiamond = 77,  
LootFilterLargeWhiteDiamond = 77,
LootFilterMediumWhiteDiamond = 78,  
LootFilterMediumWhiteDiamond = 78,
LootFilterSmallWhiteDiamond = 79,  
LootFilterSmallWhiteDiamond = 79,
LootFilterLargeYellowDiamond = 80,  
LootFilterLargeYellowDiamond = 80,
LootFilterMediumYellowDiamond = 81,  
LootFilterMediumYellowDiamond = 81,
LootFilterSmallYellowDiamond = 82,  
LootFilterSmallYellowDiamond = 82,
LootFilterLargeBlueHexagon = 83,  
LootFilterLargeBlueHexagon = 83,
LootFilterMediumBlueHexagon = 84,  
LootFilterMediumBlueHexagon = 84,
LootFilterSmallBlueHexagon = 85,  
LootFilterSmallBlueHexagon = 85,
LootFilterLargeGreenHexagon = 86,  
LootFilterLargeGreenHexagon = 86,
LootFilterMediumGreenHexagon = 87,  
LootFilterMediumGreenHexagon = 87,
LootFilterSmallGreenHexagon = 88,  
LootFilterSmallGreenHexagon = 88,
LootFilterLargeBrownHexagon = 89,  
LootFilterLargeBrownHexagon = 89,
LootFilterMediumBrownHexagon = 90,  
LootFilterMediumBrownHexagon = 90,
LootFilterSmallBrownHexagon = 91,  
LootFilterSmallBrownHexagon = 91,
LootFilterLargeRedHexagon = 92,  
LootFilterLargeRedHexagon = 92,
LootFilterMediumRedHexagon = 93,  
LootFilterMediumRedHexagon = 93,
LootFilterSmallRedHexagon = 94,  
LootFilterSmallRedHexagon = 94,
LootFilterLargeWhiteHexagon = 95,  
LootFilterLargeWhiteHexagon = 95,
LootFilterMediumWhiteHexagon = 96,  
LootFilterMediumWhiteHexagon = 96,
LootFilterSmallWhiteHexagon = 97,  
LootFilterSmallWhiteHexagon = 97,
LootFilterLargeYellowHexagon = 98,  
LootFilterLargeYellowHexagon = 98,
LootFilterMediumYellowHexagon = 99,  
LootFilterMediumYellowHexagon = 99,
LootFilterSmallYellowHexagon = 100,  
LootFilterSmallYellowHexagon = 100,
LootFilterLargeBlueSquare = 101,  
LootFilterLargeBlueSquare = 101,
LootFilterMediumBlueSquare = 102,  
LootFilterMediumBlueSquare = 102,
LootFilterSmallBlueSquare = 103,  
LootFilterSmallBlueSquare = 103,
LootFilterLargeGreenSquare = 104,  
LootFilterLargeGreenSquare = 104,
LootFilterMediumGreenSquare = 105,  
LootFilterMediumGreenSquare = 105,
LootFilterSmallGreenSquare = 106,  
LootFilterSmallGreenSquare = 106,
LootFilterLargeBrownSquare = 107,  
LootFilterLargeBrownSquare = 107,
LootFilterMediumBrownSquare = 108,  
LootFilterMediumBrownSquare = 108,
LootFilterSmallBrownSquare = 109,  
LootFilterSmallBrownSquare = 109,
LootFilterLargeRedSquare = 110,  
LootFilterLargeRedSquare = 110,
LootFilterMediumRedSquare = 111,  
LootFilterMediumRedSquare = 111,
LootFilterSmallRedSquare = 112,  
LootFilterSmallRedSquare = 112,
LootFilterLargeWhiteSquare = 113,  
LootFilterLargeWhiteSquare = 113,
LootFilterMediumWhiteSquare = 114,  
LootFilterMediumWhiteSquare = 114,
LootFilterSmallWhiteSquare = 115,  
LootFilterSmallWhiteSquare = 115,
LootFilterLargeYellowSquare = 116,  
LootFilterLargeYellowSquare = 116,
LootFilterMediumYellowSquare = 117,  
LootFilterMediumYellowSquare = 117,
LootFilterSmallYellowSquare = 118,  
LootFilterSmallYellowSquare = 118,
LootFilterLargeBlueStar = 119,  
LootFilterLargeBlueStar = 119,
LootFilterMediumBlueStar = 120,  
LootFilterMediumBlueStar = 120,
LootFilterSmallBlueStar = 121,  
LootFilterSmallBlueStar = 121,
LootFilterLargeGreenStar = 122,  
LootFilterLargeGreenStar = 122,
LootFilterMediumGreenStar = 123,  
LootFilterMediumGreenStar = 123,
LootFilterSmallGreenStar = 124,  
LootFilterSmallGreenStar = 124,
LootFilterLargeBrownStar = 125,  
LootFilterLargeBrownStar = 125,
LootFilterMediumBrownStar = 126,  
LootFilterMediumBrownStar = 126,
LootFilterSmallBrownStar = 127,  
LootFilterSmallBrownStar = 127,
LootFilterLargeRedStar = 128,  
LootFilterLargeRedStar = 128,
LootFilterMediumRedStar = 129,  
LootFilterMediumRedStar = 129,
LootFilterSmallRedStar = 130,  
LootFilterSmallRedStar = 130,
LootFilterLargeWhiteStar = 131,  
LootFilterLargeWhiteStar = 131,
LootFilterMediumWhiteStar = 132,  
LootFilterMediumWhiteStar = 132,
LootFilterSmallWhiteStar = 133,  
LootFilterSmallWhiteStar = 133,
LootFilterLargeYellowStar = 134,  
LootFilterLargeYellowStar = 134,
LootFilterMediumYellowStar = 135,  
LootFilterMediumYellowStar = 135,
LootFilterSmallYellowStar = 136,  
LootFilterSmallYellowStar = 136,
LootFilterLargeBlueTriangle = 137,  
LootFilterLargeBlueTriangle = 137,
LootFilterMediumBlueTriangle = 138,  
LootFilterMediumBlueTriangle = 138,
LootFilterSmallBlueTriangle = 139,  
LootFilterSmallBlueTriangle = 139,
LootFilterLargeGreenTriangle = 140,  
LootFilterLargeGreenTriangle = 140,
LootFilterMediumGreenTriangle = 141,  
LootFilterMediumGreenTriangle = 141,
LootFilterSmallGreenTriangle = 142,  
LootFilterSmallGreenTriangle = 142,
LootFilterLargeBrownTriangle = 143,  
LootFilterLargeBrownTriangle = 143,
LootFilterMediumBrownTriangle = 144,  
LootFilterMediumBrownTriangle = 144,
LootFilterSmallBrownTriangle = 145,  
LootFilterSmallBrownTriangle = 145,
LootFilterLargeRedTriangle = 146,  
LootFilterLargeRedTriangle = 146,
LootFilterMediumRedTriangle = 147,  
LootFilterMediumRedTriangle = 147,
LootFilterSmallRedTriangle = 148,  
LootFilterSmallRedTriangle = 148,
LootFilterLargeWhiteTriangle = 149,  
LootFilterLargeWhiteTriangle = 149,
LootFilterMediumWhiteTriangle = 150,  
LootFilterMediumWhiteTriangle = 150,
LootFilterSmallWhiteTriangle = 151,  
LootFilterSmallWhiteTriangle = 151,
LootFilterLargeYellowTriangle = 152,  
LootFilterLargeYellowTriangle = 152,
LootFilterMediumYellowTriangle = 153,  
LootFilterMediumYellowTriangle = 153,
LootFilterSmallYellowTriangle = 154,  
LootFilterSmallYellowTriangle = 154,
DelveRobot = 155,  
DelveRobot = 155,
DynamiteWall = 156,  
DynamiteWall = 156,
DelveWaypoint = 157,  
DelveWaypoint = 157,
YellowWaypoint = 158,  
YellowWaypoint = 158,
HideoutSymbol = 159,  
HideoutSymbol = 159,
BetrayalSymbolCatarina = 160,  
BetrayalSymbolCatarina = 160,
BetrayalSymbolDjinn = 161,  
BetrayalSymbolDjinn = 161,
CraftingUnlockObject = 162,  
CraftingUnlockObject = 162,
CraftingBench = 163,  
CraftingBench = 163,
MapDevice = 164,  
MapDevice = 164,
SynthesisBridgeEnd = 165,  
SynthesisBridgeEnd = 165,
SynthesisFragmentEntrance = 166,  
SynthesisFragmentEntrance = 166,
SynthesisCraftingDevice = 167,  
SynthesisCraftingDevice = 167,
SynthesisMemoryMap = 168,  
SynthesisMemoryMap = 168,
StashPlayer = 169,  
StashPlayer = 169,
StashGuild = 170,  
StashGuild = 170,
BetrayalSymbolCart = 171,  
BetrayalSymbolCart = 171,
LegionInitiator = 172,  
LegionInitiator = 172,
LegionGeneric = 173,  
LegionGeneric = 173,
RewardAbyss = 174,  
RewardAbyss = 174,
RewardArmour = 175,  
RewardArmour = 175,
RewardBestiary = 176,  
RewardBestiary = 176,
RewardBreach = 177,  
RewardBreach = 177,
RewardCurrency = 178,  
RewardCurrency = 178,
RewardDivinationCards = 179,  
RewardDivinationCards = 179,
RewardEssences = 180,  
RewardEssences = 180,
RewardFossils = 181,  
RewardFossils = 181,
RewardFragments = 182,  
RewardFragments = 182,
RewardGems = 183,  
RewardGems = 183,
RewardGenericItems = 184,  
RewardGenericItems = 184,
RewardHarbinger = 185,  
RewardHarbinger = 185,
RewardLabyrinth = 186,  
RewardLabyrinth = 186,
RewardMaps = 187,  
RewardMaps = 187,
RewardPerandus = 188,  
RewardPerandus = 188,
RewardProphecy = 189,  
RewardProphecy = 189,
RewardScarabs = 190,  
RewardScarabs = 190,
RewardTalisman = 191,  
RewardTalisman = 191,
RewardJewellery = 192,  
RewardJewellery = 192,
RewardUniques = 193,  
RewardUniques = 193,
RewardWeapons = 194,  
RewardWeapons = 194,
RewardWeaponEnchants = 195,  
RewardWeaponEnchants = 195,
BlightCore = 196,  
BlightCore = 196,
BlightMonster = 197,  
BlightMonster = 197,
BlightSpawner = 198,  
BlightSpawner = 198,
RewardBlight = 199,  
RewardBlight = 199,
BlightPath = 200,  
BlightPath = 200,
BlightPathInactive = 201,  
BlightPathInactive = 201,
BlightBoss = 202,  
BlightBoss = 202,
BlightPortalFire = 203,  
BlightPortalFire = 203,
BlightPortalCold = 204,  
BlightPortalCold = 204,
BlightPortalLightning = 205,  
BlightPortalLightning = 205,
BlightPortalMinion = 206,  
BlightPortalMinion = 206,
BlightPortalPhysical = 207,  
BlightPortalPhysical = 207,
MetamorphosisMonster = 208,  
MetamorphosisMonster = 208,
MetamorphosisBoss = 209,  
MetamorphosisBoss = 209,
MetamorphosisFormedBoss = 210,  
MetamorphosisFormedBoss = 210,
WatchstoneAltar = 211,  
WatchstoneAltar = 211,
AfflictionInitiator = 212,  
AfflictionInitiator = 212,
LootFilterLargeCyanCircle = 213,  
LootFilterLargeCyanCircle = 213,
LootFilterMediumCyanCircle = 214,  
LootFilterMediumCyanCircle = 214,
LootFilterSmallCyanCircle = 215,  
LootFilterSmallCyanCircle = 215,
LootFilterLargeGreyCircle = 216,  
LootFilterLargeGreyCircle = 216,
LootFilterMediumGreyCircle = 217,  
LootFilterMediumGreyCircle = 217,
LootFilterSmallGreyCircle = 218,  
LootFilterSmallGreyCircle = 218,
LootFilterLargeOrangeCircle = 219,  
LootFilterLargeOrangeCircle = 219,
LootFilterMediumOrangeCircle = 220,  
LootFilterMediumOrangeCircle = 220,
LootFilterSmallOrangeCircle = 221,  
LootFilterSmallOrangeCircle = 221,
LootFilterLargePinkCircle = 222,  
LootFilterLargePinkCircle = 222,
LootFilterMediumPinkCircle = 223,  
LootFilterMediumPinkCircle = 223,
LootFilterSmallPinkCircle = 224,  
LootFilterSmallPinkCircle = 224,
LootFilterLargePurpleCircle = 225,  
LootFilterLargePurpleCircle = 225,
LootFilterMediumPurpleCircle = 226,  
LootFilterMediumPurpleCircle = 226,
LootFilterSmallPurpleCircle = 227,  
LootFilterSmallPurpleCircle = 227,
LootFilterLargeCyanDiamond = 228,  
LootFilterLargeCyanDiamond = 228,
LootFilterMediumCyanDiamond = 229,  
LootFilterMediumCyanDiamond = 229,
LootFilterSmallCyanDiamond = 230,  
LootFilterSmallCyanDiamond = 230,
LootFilterLargeGreyDiamond = 231,  
LootFilterLargeGreyDiamond = 231,
LootFilterMediumGreyDiamond = 232,  
LootFilterMediumGreyDiamond = 232,
LootFilterSmallGreyDiamond = 233,  
LootFilterSmallGreyDiamond = 233,
LootFilterLargeOrangeDiamond = 234,  
LootFilterLargeOrangeDiamond = 234,
LootFilterMediumOrangeDiamond = 235,  
LootFilterMediumOrangeDiamond = 235,
LootFilterSmallOrangeDiamond = 236,  
LootFilterSmallOrangeDiamond = 236,
LootFilterLargePinkDiamond = 237,  
LootFilterLargePinkDiamond = 237,
LootFilterMediumPinkDiamond = 238,  
LootFilterMediumPinkDiamond = 238,
LootFilterSmallPinkDiamond = 239,  
LootFilterSmallPinkDiamond = 239,
LootFilterLargePurpleDiamond = 240,  
LootFilterLargePurpleDiamond = 240,
LootFilterMediumPurpleDiamond = 241,  
LootFilterMediumPurpleDiamond = 241,
LootFilterSmallPurpleDiamond = 242,  
LootFilterSmallPurpleDiamond = 242,
LootFilterLargeCyanHexagon = 243,  
LootFilterLargeCyanHexagon = 243,
LootFilterMediumCyanHexagon = 244,  
LootFilterMediumCyanHexagon = 244,
LootFilterSmallCyanHexagon = 245,  
LootFilterSmallCyanHexagon = 245,
LootFilterLargeGreyHexagon = 246,  
LootFilterLargeGreyHexagon = 246,
LootFilterMediumGreyHexagon = 247,  
LootFilterMediumGreyHexagon = 247,
LootFilterSmallGreyHexagon = 248,  
LootFilterSmallGreyHexagon = 248,
LootFilterLargeOrangeHexagon = 249,  
LootFilterLargeOrangeHexagon = 249,
LootFilterMediumOrangeHexagon = 250,  
LootFilterMediumOrangeHexagon = 250,
LootFilterSmallOrangeHexagon = 251,  
LootFilterSmallOrangeHexagon = 251,
LootFilterLargePinkHexagon = 252,  
LootFilterLargePinkHexagon = 252,
LootFilterMediumPinkHexagon = 253,  
LootFilterMediumPinkHexagon = 253,
LootFilterSmallPinkHexagon = 254,  
LootFilterSmallPinkHexagon = 254,
LootFilterLargePurpleHexagon = 255,  
LootFilterLargePurpleHexagon = 255,
LootFilterMediumPurpleHexagon = 256,  
LootFilterMediumPurpleHexagon = 256,
LootFilterSmallPurpleHexagon = 257,  
LootFilterSmallPurpleHexagon = 257,
LootFilterLargeCyanSquare = 258,  
LootFilterLargeCyanSquare = 258,
LootFilterMediumCyanSquare = 259,  
LootFilterMediumCyanSquare = 259,
LootFilterSmallCyanSquare = 260,  
LootFilterSmallCyanSquare = 260,
LootFilterLargeGreySquare = 261,  
LootFilterLargeGreySquare = 261,
LootFilterMediumGreySquare = 262,  
LootFilterMediumGreySquare = 262,
LootFilterSmallGreySquare = 263,  
LootFilterSmallGreySquare = 263,
LootFilterLargeOrangeSquare = 264,  
LootFilterLargeOrangeSquare = 264,
LootFilterMediumOrangeSquare = 265,  
LootFilterMediumOrangeSquare = 265,
LootFilterSmallOrangeSquare = 266,  
LootFilterSmallOrangeSquare = 266,
LootFilterLargePinkSquare = 267,  
LootFilterLargePinkSquare = 267,
LootFilterMediumPinkSquare = 268,  
LootFilterMediumPinkSquare = 268,
LootFilterSmallPinkSquare = 269,  
LootFilterSmallPinkSquare = 269,
LootFilterLargePurpleSquare = 270,  
LootFilterLargePurpleSquare = 270,
LootFilterMediumPurpleSquare = 271,  
LootFilterMediumPurpleSquare = 271,
LootFilterSmallPurpleSquare = 272,  
LootFilterSmallPurpleSquare = 272,
LootFilterLargeCyanStar = 273,  
LootFilterLargeCyanStar = 273,
LootFilterMediumCyanStar = 274,  
LootFilterMediumCyanStar = 274,
LootFilterSmallCyanStar = 275,  
LootFilterSmallCyanStar = 275,
LootFilterLargeGreyStar = 276,  
LootFilterLargeGreyStar = 276,
LootFilterMediumGreyStar = 277,  
LootFilterMediumGreyStar = 277,
LootFilterSmallGreyStar = 278,  
LootFilterSmallGreyStar = 278,
LootFilterLargeOrangeStar = 279,  
LootFilterLargeOrangeStar = 279,
LootFilterMediumOrangeStar = 280,  
LootFilterMediumOrangeStar = 280,
LootFilterSmallOrangeStar = 281,  
LootFilterSmallOrangeStar = 281,
LootFilterLargePinkStar = 282,  
LootFilterLargePinkStar = 282,
LootFilterMediumPinkStar = 283,  
LootFilterMediumPinkStar = 283,
LootFilterSmallPinkStar = 284,  
LootFilterSmallPinkStar = 284,
LootFilterLargePurpleStar = 285,  
LootFilterLargePurpleStar = 285,
LootFilterMediumPurpleStar = 286,  
LootFilterMediumPurpleStar = 286,
LootFilterSmallPurpleStar = 287,  
LootFilterSmallPurpleStar = 287,
LootFilterLargeCyanTriangle = 288,  
LootFilterLargeCyanTriangle = 288,
LootFilterMediumCyanTriangle = 289,  
LootFilterMediumCyanTriangle = 289,
LootFilterSmallCyanTriangle = 290,  
LootFilterSmallCyanTriangle = 290,
LootFilterLargeGreyTriangle = 291,  
LootFilterLargeGreyTriangle = 291,
LootFilterMediumGreyTriangle = 292,  
LootFilterMediumGreyTriangle = 292,
LootFilterSmallGreyTriangle = 293,  
LootFilterSmallGreyTriangle = 293,
LootFilterLargeOrangeTriangle = 294,  
LootFilterLargeOrangeTriangle = 294,
LootFilterMediumOrangeTriangle = 295,  
LootFilterMediumOrangeTriangle = 295,
LootFilterSmallOrangeTriangle = 296,  
LootFilterSmallOrangeTriangle = 296,
LootFilterLargePinkTriangle = 297,  
LootFilterLargePinkTriangle = 297,
LootFilterMediumPinkTriangle = 298,  
LootFilterMediumPinkTriangle = 298,
LootFilterSmallPinkTriangle = 299,  
LootFilterSmallPinkTriangle = 299,
LootFilterLargePurpleTriangle = 300,  
LootFilterLargePurpleTriangle = 300,
LootFilterMediumPurpleTriangle = 301,  
LootFilterMediumPurpleTriangle = 301,
LootFilterSmallPurpleTriangle = 302,  
LootFilterSmallPurpleTriangle = 302,
LootFilterLargeBlueCross = 303,  
LootFilterLargeBlueCross = 303,
LootFilterMediumBlueCross = 304,  
LootFilterMediumBlueCross = 304,
LootFilterSmallBlueCross = 305,  
LootFilterSmallBlueCross = 305,
LootFilterLargeGreenCross = 306,  
LootFilterLargeGreenCross = 306,
LootFilterMediumGreenCross = 307,  
LootFilterMediumGreenCross = 307,
LootFilterSmallGreenCross = 308,  
LootFilterSmallGreenCross = 308,
LootFilterLargeBrownCross = 309,  
LootFilterLargeBrownCross = 309,
LootFilterMediumBrownCross = 310,  
LootFilterMediumBrownCross = 310,
LootFilterSmallBrownCross = 311,  
LootFilterSmallBrownCross = 311,
LootFilterLargeRedCross = 312,  
LootFilterLargeRedCross = 312,
LootFilterMediumRedCross = 313,  
LootFilterMediumRedCross = 313,
LootFilterSmallRedCross = 314,  
LootFilterSmallRedCross = 314,
LootFilterLargeWhiteCross = 315,  
LootFilterLargeWhiteCross = 315,
LootFilterMediumWhiteCross = 316,  
LootFilterMediumWhiteCross = 316,
LootFilterSmallWhiteCross = 317,  
LootFilterSmallWhiteCross = 317,
LootFilterLargeYellowCross = 318,  
LootFilterLargeYellowCross = 318,
LootFilterMediumYellowCross = 319,  
LootFilterMediumYellowCross = 319,
LootFilterSmallYellowCross = 320,  
LootFilterSmallYellowCross = 320,
LootFilterLargeCyanCross = 321,  
LootFilterLargeCyanCross = 321,
LootFilterMediumCyanCross = 322,  
LootFilterMediumCyanCross = 322,
LootFilterSmallCyanCross = 323,  
LootFilterSmallCyanCross = 323,
LootFilterLargeGreyCross = 324,  
LootFilterLargeGreyCross = 324,
LootFilterMediumGreyCross = 325,  
LootFilterMediumGreyCross = 325,
LootFilterSmallGreyCross = 326,  
LootFilterSmallGreyCross = 326,
LootFilterLargeOrangeCross = 327,  
LootFilterLargeOrangeCross = 327,
LootFilterMediumOrangeCross = 328,  
LootFilterMediumOrangeCross = 328,
LootFilterSmallOrangeCross = 329,  
LootFilterSmallOrangeCross = 329,
LootFilterLargePinkCross = 330,  
LootFilterLargePinkCross = 330,
LootFilterMediumPinkCross = 331,  
LootFilterMediumPinkCross = 331,
LootFilterSmallPinkCross = 332,  
LootFilterSmallPinkCross = 332,
LootFilterLargePurpleCross = 333,  
LootFilterLargePurpleCross = 333,
LootFilterMediumPurpleCross = 334,  
LootFilterMediumPurpleCross = 334,
LootFilterSmallPurpleCross = 335,  
LootFilterSmallPurpleCross = 335,
LootFilterLargeBlueMoon = 336,  
LootFilterLargeBlueMoon = 336,
LootFilterMediumBlueMoon = 337,  
LootFilterMediumBlueMoon = 337,
LootFilterSmallBlueMoon = 338,  
LootFilterSmallBlueMoon = 338,
LootFilterLargeGreenMoon = 339,  
LootFilterLargeGreenMoon = 339,
LootFilterMediumGreenMoon = 340,  
LootFilterMediumGreenMoon = 340,
LootFilterSmallGreenMoon = 341,  
LootFilterSmallGreenMoon = 341,
LootFilterLargeBrownMoon = 342,  
LootFilterLargeBrownMoon = 342,
LootFilterMediumBrownMoon = 343,  
LootFilterMediumBrownMoon = 343,
LootFilterSmallBrownMoon = 344,  
LootFilterSmallBrownMoon = 344,
LootFilterLargeRedMoon = 345,  
LootFilterLargeRedMoon = 345,
LootFilterMediumRedMoon = 346,  
LootFilterMediumRedMoon = 346,
LootFilterSmallRedMoon = 347,  
LootFilterSmallRedMoon = 347,
LootFilterLargeWhiteMoon = 348,  
LootFilterLargeWhiteMoon = 348,
LootFilterMediumWhiteMoon = 349,  
LootFilterMediumWhiteMoon = 349,
LootFilterSmallWhiteMoon = 350,  
LootFilterSmallWhiteMoon = 350,
LootFilterLargeYellowMoon = 351,  
LootFilterLargeYellowMoon = 351,
LootFilterMediumYellowMoon = 352,  
LootFilterMediumYellowMoon = 352,
LootFilterSmallYellowMoon = 353,  
LootFilterSmallYellowMoon = 353,
LootFilterLargeCyanMoon = 354,  
LootFilterLargeCyanMoon = 354,
LootFilterMediumCyanMoon = 355,  
LootFilterMediumCyanMoon = 355,
LootFilterSmallCyanMoon = 356,  
LootFilterSmallCyanMoon = 356,
LootFilterLargeGreyMoon = 357,  
LootFilterLargeGreyMoon = 357,
LootFilterMediumGreyMoon = 358,  
LootFilterMediumGreyMoon = 358,
LootFilterSmallGreyMoon = 359,  
LootFilterSmallGreyMoon = 359,
LootFilterLargeOrangeMoon = 360,  
LootFilterLargeOrangeMoon = 360,
LootFilterMediumOrangeMoon = 361,  
LootFilterMediumOrangeMoon = 361,
LootFilterSmallOrangeMoon = 362,  
LootFilterSmallOrangeMoon = 362,
LootFilterLargePinkMoon = 363,  
LootFilterLargePinkMoon = 363,
LootFilterMediumPinkMoon = 364,  
LootFilterMediumPinkMoon = 364,
LootFilterSmallPinkMoon = 365,  
LootFilterSmallPinkMoon = 365,
LootFilterLargePurpleMoon = 366,  
LootFilterLargePurpleMoon = 366,
LootFilterMediumPurpleMoon = 367,  
LootFilterMediumPurpleMoon = 367,
LootFilterSmallPurpleMoon = 368,  
LootFilterSmallPurpleMoon = 368,
LootFilterLargeBlueRaindrop = 369,  
LootFilterLargeBlueRaindrop = 369,
LootFilterMediumBlueRaindrop = 370,  
LootFilterMediumBlueRaindrop = 370,
LootFilterSmallBlueRaindrop = 371,  
LootFilterSmallBlueRaindrop = 371,
LootFilterLargeGreenRaindrop = 372,  
LootFilterLargeGreenRaindrop = 372,
LootFilterMediumGreenRaindrop = 373,  
LootFilterMediumGreenRaindrop = 373,
LootFilterSmallGreenRaindrop = 374,  
LootFilterSmallGreenRaindrop = 374,
LootFilterLargeBrownRaindrop = 375,  
LootFilterLargeBrownRaindrop = 375,
LootFilterMediumBrownRaindrop = 376,  
LootFilterMediumBrownRaindrop = 376,
LootFilterSmallBrownRaindrop = 377,  
LootFilterSmallBrownRaindrop = 377,
LootFilterLargeRedRaindrop = 378,  
LootFilterLargeRedRaindrop = 378,
LootFilterMediumRedRaindrop = 379,  
LootFilterMediumRedRaindrop = 379,
LootFilterSmallRedRaindrop = 380,  
LootFilterSmallRedRaindrop = 380,
LootFilterLargeWhiteRaindrop = 381,  
LootFilterLargeWhiteRaindrop = 381,
LootFilterMediumWhiteRaindrop = 382,  
LootFilterMediumWhiteRaindrop = 382,
LootFilterSmallWhiteRaindrop = 383,  
LootFilterSmallWhiteRaindrop = 383,
LootFilterLargeYellowRaindrop = 384,  
LootFilterLargeYellowRaindrop = 384,
LootFilterMediumYellowRaindrop = 385,  
LootFilterMediumYellowRaindrop = 385,
LootFilterSmallYellowRaindrop = 386,  
LootFilterSmallYellowRaindrop = 386,
LootFilterLargeCyanRaindrop = 387,  
LootFilterLargeCyanRaindrop = 387,
LootFilterMediumCyanRaindrop = 388,  
LootFilterMediumCyanRaindrop = 388,
LootFilterSmallCyanRaindrop = 389,  
LootFilterSmallCyanRaindrop = 389,
LootFilterLargeGreyRaindrop = 390,  
LootFilterLargeGreyRaindrop = 390,
LootFilterMediumGreyRaindrop = 391,  
LootFilterMediumGreyRaindrop = 391,
LootFilterSmallGreyRaindrop = 392,  
LootFilterSmallGreyRaindrop = 392,
LootFilterLargeOrangeRaindrop = 393,  
LootFilterLargeOrangeRaindrop = 393,
LootFilterMediumOrangeRaindrop = 394,  
LootFilterMediumOrangeRaindrop = 394,
LootFilterSmallOrangeRaindrop = 395,  
LootFilterSmallOrangeRaindrop = 395,
LootFilterLargePinkRaindrop = 396,  
LootFilterLargePinkRaindrop = 396,
LootFilterMediumPinkRaindrop = 397,  
LootFilterMediumPinkRaindrop = 397,
LootFilterSmallPinkRaindrop = 398,  
LootFilterSmallPinkRaindrop = 398,
LootFilterLargePurpleRaindrop = 399,  
LootFilterLargePurpleRaindrop = 399,
LootFilterMediumPurpleRaindrop = 400,  
LootFilterMediumPurpleRaindrop = 400,
LootFilterSmallPurpleRaindrop = 401,  
LootFilterSmallPurpleRaindrop = 401,
LootFilterLargeBlueKite = 402,  
LootFilterLargeBlueKite = 402,
LootFilterMediumBlueKite = 403,  
LootFilterMediumBlueKite = 403,
LootFilterSmallBlueKite = 404,  
LootFilterSmallBlueKite = 404,
LootFilterLargeGreenKite = 405,  
LootFilterLargeGreenKite = 405,
LootFilterMediumGreenKite = 406,  
LootFilterMediumGreenKite = 406,
LootFilterSmallGreenKite = 407,  
LootFilterSmallGreenKite = 407,
LootFilterLargeBrownKite = 408,  
LootFilterLargeBrownKite = 408,
LootFilterMediumBrownKite = 409,  
LootFilterMediumBrownKite = 409,
LootFilterSmallBrownKite = 410,  
LootFilterSmallBrownKite = 410,
LootFilterLargeRedKite = 411,  
LootFilterLargeRedKite = 411,
LootFilterMediumRedKite = 412,  
LootFilterMediumRedKite = 412,
LootFilterSmallRedKite = 413,  
LootFilterSmallRedKite = 413,
LootFilterLargeWhiteKite = 414,  
LootFilterLargeWhiteKite = 414,
LootFilterMediumWhiteKite = 415,  
LootFilterMediumWhiteKite = 415,
LootFilterSmallWhiteKite = 416,  
LootFilterSmallWhiteKite = 416,
LootFilterLargeYellowKite = 417,  
LootFilterLargeYellowKite = 417,
LootFilterMediumYellowKite = 418,  
LootFilterMediumYellowKite = 418,
LootFilterSmallYellowKite = 419,  
LootFilterSmallYellowKite = 419,
LootFilterLargeCyanKite = 420,  
LootFilterLargeCyanKite = 420,
LootFilterMediumCyanKite = 421,  
LootFilterMediumCyanKite = 421,
LootFilterSmallCyanKite = 422,  
LootFilterSmallCyanKite = 422,
LootFilterLargeGreyKite = 423,  
LootFilterLargeGreyKite = 423,
LootFilterMediumGreyKite = 424,  
LootFilterMediumGreyKite = 424,
LootFilterSmallGreyKite = 425,  
LootFilterSmallGreyKite = 425,
LootFilterLargeOrangeKite = 426,  
LootFilterLargeOrangeKite = 426,
LootFilterMediumOrangeKite = 427,  
LootFilterMediumOrangeKite = 427,
LootFilterSmallOrangeKite = 428,  
LootFilterSmallOrangeKite = 428,
LootFilterLargePinkKite = 429,  
LootFilterLargePinkKite = 429,
LootFilterMediumPinkKite = 430,  
LootFilterMediumPinkKite = 430,
LootFilterSmallPinkKite = 431,  
LootFilterSmallPinkKite = 431,
LootFilterLargePurpleKite = 432,  
LootFilterLargePurpleKite = 432,
LootFilterMediumPurpleKite = 433,  
LootFilterMediumPurpleKite = 433,
LootFilterSmallPurpleKite = 434,  
LootFilterSmallPurpleKite = 434,
LootFilterLargeBluePentagon = 435,  
LootFilterLargeBluePentagon = 435,
LootFilterMediumBluePentagon = 436,  
LootFilterMediumBluePentagon = 436,
LootFilterSmallBluePentagon = 437,  
LootFilterSmallBluePentagon = 437,
LootFilterLargeGreenPentagon = 438,  
LootFilterLargeGreenPentagon = 438,
LootFilterMediumGreenPentagon = 439,  
LootFilterMediumGreenPentagon = 439,
LootFilterSmallGreenPentagon = 440,  
LootFilterSmallGreenPentagon = 440,
LootFilterLargeBrownPentagon = 441,  
LootFilterLargeBrownPentagon = 441,
LootFilterMediumBrownPentagon = 442,  
LootFilterMediumBrownPentagon = 442,
LootFilterSmallBrownPentagon = 443,  
LootFilterSmallBrownPentagon = 443,
LootFilterLargeRedPentagon = 444,  
LootFilterLargeRedPentagon = 444,
LootFilterMediumRedPentagon = 445,  
LootFilterMediumRedPentagon = 445,
LootFilterSmallRedPentagon = 446,  
LootFilterSmallRedPentagon = 446,
LootFilterLargeWhitePentagon = 447,  
LootFilterLargeWhitePentagon = 447,
LootFilterMediumWhitePentagon = 448,  
LootFilterMediumWhitePentagon = 448,
LootFilterSmallWhitePentagon = 449,  
LootFilterSmallWhitePentagon = 449,
LootFilterLargeYellowPentagon = 450,  
LootFilterLargeYellowPentagon = 450,
LootFilterMediumYellowPentagon = 451,  
LootFilterMediumYellowPentagon = 451,
LootFilterSmallYellowPentagon = 452,  
LootFilterSmallYellowPentagon = 452,
LootFilterLargeCyanPentagon = 453,  
LootFilterLargeCyanPentagon = 453,
LootFilterMediumCyanPentagon = 454,  
LootFilterMediumCyanPentagon = 454,
LootFilterSmallCyanPentagon = 455,  
LootFilterSmallCyanPentagon = 455,
LootFilterLargeGreyPentagon = 456,  
LootFilterLargeGreyPentagon = 456,
LootFilterMediumGreyPentagon = 457,  
LootFilterMediumGreyPentagon = 457,
LootFilterSmallGreyPentagon = 458,  
LootFilterSmallGreyPentagon = 458,
LootFilterLargeOrangePentagon = 459,  
LootFilterLargeOrangePentagon = 459,
LootFilterMediumOrangePentagon = 460,  
LootFilterMediumOrangePentagon = 460,
LootFilterSmallOrangePentagon = 461,  
LootFilterSmallOrangePentagon = 461,
LootFilterLargePinkPentagon = 462,  
LootFilterLargePinkPentagon = 462,
LootFilterMediumPinkPentagon = 463,  
LootFilterMediumPinkPentagon = 463,
LootFilterSmallPinkPentagon = 464,  
LootFilterSmallPinkPentagon = 464,
LootFilterLargePurplePentagon = 465,  
LootFilterLargePurplePentagon = 465,
LootFilterMediumPurplePentagon = 466,  
LootFilterMediumPurplePentagon = 466,
LootFilterSmallPurplePentagon = 467,  
LootFilterSmallPurplePentagon = 467,
LootFilterLargeBlueUpsideDownHouse = 468,  
LootFilterLargeBlueUpsideDownHouse = 468,
LootFilterMediumBlueUpsideDownHouse = 469,  
LootFilterMediumBlueUpsideDownHouse = 469,
LootFilterSmallBlueUpsideDownHouse = 470,  
LootFilterSmallBlueUpsideDownHouse = 470,
LootFilterLargeGreenUpsideDownHouse = 471,  
LootFilterLargeGreenUpsideDownHouse = 471,
LootFilterMediumGreenUpsideDownHouse = 472,  
LootFilterMediumGreenUpsideDownHouse = 472,
LootFilterSmallGreenUpsideDownHouse = 473,  
LootFilterSmallGreenUpsideDownHouse = 473,
LootFilterLargeBrownUpsideDownHouse = 474,  
LootFilterLargeBrownUpsideDownHouse = 474,
LootFilterMediumBrownUpsideDownHouse = 475,  
LootFilterMediumBrownUpsideDownHouse = 475,
LootFilterSmallBrownUpsideDownHouse = 476,  
LootFilterSmallBrownUpsideDownHouse = 476,
LootFilterLargeRedUpsideDownHouse = 477,  
LootFilterLargeRedUpsideDownHouse = 477,
LootFilterMediumRedUpsideDownHouse = 478,  
LootFilterMediumRedUpsideDownHouse = 478,
LootFilterSmallRedUpsideDownHouse = 479,  
LootFilterSmallRedUpsideDownHouse = 479,
LootFilterLargeWhiteUpsideDownHouse = 480,  
LootFilterLargeWhiteUpsideDownHouse = 480,
LootFilterMediumWhiteUpsideDownHouse = 481,  
LootFilterMediumWhiteUpsideDownHouse = 481,
LootFilterSmallWhiteUpsideDownHouse = 482,  
LootFilterSmallWhiteUpsideDownHouse = 482,
LootFilterLargeYellowUpsideDownHouse = 483,  
LootFilterLargeYellowUpsideDownHouse = 483,
LootFilterMediumYellowUpsideDownHouse = 484,  
LootFilterMediumYellowUpsideDownHouse = 484,
LootFilterSmallYellowUpsideDownHouse = 485,  
LootFilterSmallYellowUpsideDownHouse = 485,
LootFilterLargeCyanUpsideDownHouse = 486,  
LootFilterLargeCyanUpsideDownHouse = 486,
LootFilterMediumCyanUpsideDownHouse = 487,  
LootFilterMediumCyanUpsideDownHouse = 487,
LootFilterSmallCyanUpsideDownHouse = 488,  
LootFilterSmallCyanUpsideDownHouse = 488,
LootFilterLargeGreyUpsideDownHouse = 489,  
LootFilterLargeGreyUpsideDownHouse = 489,
LootFilterMediumGreyUpsideDownHouse = 490,  
LootFilterMediumGreyUpsideDownHouse = 490,
LootFilterSmallGreyUpsideDownHouse = 491,  
LootFilterSmallGreyUpsideDownHouse = 491,
LootFilterLargeOrangeUpsideDownHouse = 492,  
LootFilterLargeOrangeUpsideDownHouse = 492,
LootFilterMediumOrangeUpsideDownHouse = 493,  
LootFilterMediumOrangeUpsideDownHouse = 493,
LootFilterSmallOrangeUpsideDownHouse = 494,  
LootFilterSmallOrangeUpsideDownHouse = 494,
LootFilterLargePinkUpsideDownHouse = 495,  
LootFilterLargePinkUpsideDownHouse = 495,
LootFilterMediumPinkUpsideDownHouse = 496,  
LootFilterMediumPinkUpsideDownHouse = 496,
LootFilterSmallPinkUpsideDownHouse = 497,  
LootFilterSmallPinkUpsideDownHouse = 497,
LootFilterLargePurpleUpsideDownHouse = 498,  
LootFilterLargePurpleUpsideDownHouse = 498,
LootFilterMediumPurpleUpsideDownHouse = 499,  
LootFilterMediumPurpleUpsideDownHouse = 499,
LootFilterSmallPurpleUpsideDownHouse = 500,  
LootFilterSmallPurpleUpsideDownHouse = 500,
DeliriumBoss1 = 501,  
DeliriumBoss1 = 501,
DeliriumBossFinal = 502,  
DeliriumBossFinal = 502,
HarvestOshabiBoss = 503,
HarvestSeedCache = 503,
HarvestCollectorNeutral = 504,
HarvestOshabiBoss = 504,
HarvestCollectorPurple = 505,
HarvestCollectorNeutral = 505,
HarvestCollectorBlue = 506,
HarvestCollectorPurple = 506,
HarvestCollectorYellow = 507,
HarvestCollectorBlue = 507,
HarvestCondenserNeutral = 508,
HarvestCollectorYellow = 508,
HarvestCondenserPurple = 509,
HarvestCondenserNeutral = 509,
HarvestCondenserBlue = 510,
HarvestCondenserPurple = 510,
HarvestCondenserYellow = 511,
HarvestCondenserBlue = 511,
HarvestStanchionNeutral = 512,
HarvestCondenserYellow = 512,
HarvestStanchionPurple = 513,
HarvestStanchionNeutral = 513,
HarvestStanchionBlue = 514,
HarvestStanchionPurple = 514,
HarvestStanchionYellow = 515,
HarvestStanchionBlue = 515,
HarvestDisperserNeutral = 516,
HarvestStanchionYellow = 516,
HarvestDisperserPurple = 517,
HarvestDisperserNeutral = 517,
HarvestDisperserBlue = 518,
HarvestDisperserPurple = 518,
HarvestDisperserYellow = 519,
HarvestDisperserBlue = 519,
HarvestHorticraftingStation = 520,
HarvestDisperserYellow = 520,
HarvestPlantBoosterBlue = 521,
HarvestHorticraftingStation = 521,
HarvestPlantBoosterRed = 522,
HarvestPlantBoosterBlue = 522,
HarvestPlantBoosterGreen = 523,
HarvestPlantBoosterRed = 523,
HarvestPlantBoosterWhite = 524,
HarvestPlantBoosterGreen = 524,
HarvestPlantBoosterWhite = 525,
}
}


return data
return data

Revision as of 09:41, 21 July 2020

Module documentation[create] [purge]
local data = {
	MyPlayer = 1,
	PartyMember = 2,
	OtherPlayer = 3,
	NPC = 4,
	Portal = 5,
	QuestObject = 6,
	QuestItem = 7,
	Shrine = 8,
	StoryGlyph = 9,
	Waypoint = 10,
	RedFlag = 11,
	BlueFlag = 12,
	GreenFlag = 13,
	Abyss = 14,
	AbyssCrack = 15,
	MissionTarget = 16,
	MissionAlly = 17,
	PartyLeader = 18,
	Entrance = 19,
	Labyrinth = 20,
	StoneCircle = 21,
	LabyrinthLever = 22,
	LabyrinthDoor = 23,
	VaalSideArea = 24,
	LabyrinthEnchant = 25,
	LabyrinthGoldKey = 26,
	LabyrinthSilverKey = 27,
	Essence = 28,
	EntrancePortal = 29,
	Breach = 30,
	ConsoleMapArrowL = 31,
	ConsoleMapArrowR = 32,
	PCMapArrow = 33,
	BestiaryBloodAlter = 34,
	BestiaryRareMonster = 35,
	BestiaryLegendaryBeast = 36,
	BestiaryDeadMonster = 37,
	IncursionArchitectUpgrade = 38,
	IncursionArchitectReplace = 39,
	IncursionDoorLocked = 40,
	IncursionDoorOpen = 41,
	IncursionCraftingBench = 42,
	IncursionCraftingBenchSacrifice = 43,
	IncursionCraftingBenchGem = 44,
	DelveMapViewer = 45,
	DelveMineralVein = 46,
	LootFilterLargeBlueCircle = 47,
	LootFilterMediumBlueCircle = 48,
	LootFilterSmallBlueCircle = 49,
	LootFilterLargeGreenCircle = 50,
	LootFilterMediumGreenCircle = 51,
	LootFilterSmallGreenCircle = 52,
	LootFilterLargeBrownCircle = 53,
	LootFilterMediumBrownCircle = 54,
	LootFilterSmallBrownCircle = 55,
	LootFilterLargeRedCircle = 56,
	LootFilterMediumRedCircle = 57,
	LootFilterSmallRedCircle = 58,
	LootFilterLargeWhiteCircle = 59,
	LootFilterMediumWhiteCircle = 60,
	LootFilterSmallWhiteCircle = 61,
	LootFilterLargeYellowCircle = 62,
	LootFilterMediumYellowCircle = 63,
	LootFilterSmallYellowCircle = 64,
	LootFilterLargeBlueDiamond = 65,
	LootFilterMediumBlueDiamond = 66,
	LootFilterSmallBlueDiamond = 67,
	LootFilterLargeGreenDiamond = 68,
	LootFilterMediumGreenDiamond = 69,
	LootFilterSmallGreenDiamond = 70,
	LootFilterLargeBrownDiamond = 71,
	LootFilterMediumBrownDiamond = 72,
	LootFilterSmallBrownDiamond = 73,
	LootFilterLargeRedDiamond = 74,
	LootFilterMediumRedDiamond = 75,
	LootFilterSmallRedDiamond = 76,
	LootFilterLargeWhiteDiamond = 77,
	LootFilterMediumWhiteDiamond = 78,
	LootFilterSmallWhiteDiamond = 79,
	LootFilterLargeYellowDiamond = 80,
	LootFilterMediumYellowDiamond = 81,
	LootFilterSmallYellowDiamond = 82,
	LootFilterLargeBlueHexagon = 83,
	LootFilterMediumBlueHexagon = 84,
	LootFilterSmallBlueHexagon = 85,
	LootFilterLargeGreenHexagon = 86,
	LootFilterMediumGreenHexagon = 87,
	LootFilterSmallGreenHexagon = 88,
	LootFilterLargeBrownHexagon = 89,
	LootFilterMediumBrownHexagon = 90,
	LootFilterSmallBrownHexagon = 91,
	LootFilterLargeRedHexagon = 92,
	LootFilterMediumRedHexagon = 93,
	LootFilterSmallRedHexagon = 94,
	LootFilterLargeWhiteHexagon = 95,
	LootFilterMediumWhiteHexagon = 96,
	LootFilterSmallWhiteHexagon = 97,
	LootFilterLargeYellowHexagon = 98,
	LootFilterMediumYellowHexagon = 99,
	LootFilterSmallYellowHexagon = 100,
	LootFilterLargeBlueSquare = 101,
	LootFilterMediumBlueSquare = 102,
	LootFilterSmallBlueSquare = 103,
	LootFilterLargeGreenSquare = 104,
	LootFilterMediumGreenSquare = 105,
	LootFilterSmallGreenSquare = 106,
	LootFilterLargeBrownSquare = 107,
	LootFilterMediumBrownSquare = 108,
	LootFilterSmallBrownSquare = 109,
	LootFilterLargeRedSquare = 110,
	LootFilterMediumRedSquare = 111,
	LootFilterSmallRedSquare = 112,
	LootFilterLargeWhiteSquare = 113,
	LootFilterMediumWhiteSquare = 114,
	LootFilterSmallWhiteSquare = 115,
	LootFilterLargeYellowSquare = 116,
	LootFilterMediumYellowSquare = 117,
	LootFilterSmallYellowSquare = 118,
	LootFilterLargeBlueStar = 119,
	LootFilterMediumBlueStar = 120,
	LootFilterSmallBlueStar = 121,
	LootFilterLargeGreenStar = 122,
	LootFilterMediumGreenStar = 123,
	LootFilterSmallGreenStar = 124,
	LootFilterLargeBrownStar = 125,
	LootFilterMediumBrownStar = 126,
	LootFilterSmallBrownStar = 127,
	LootFilterLargeRedStar = 128,
	LootFilterMediumRedStar = 129,
	LootFilterSmallRedStar = 130,
	LootFilterLargeWhiteStar = 131,
	LootFilterMediumWhiteStar = 132,
	LootFilterSmallWhiteStar = 133,
	LootFilterLargeYellowStar = 134,
	LootFilterMediumYellowStar = 135,
	LootFilterSmallYellowStar = 136,
	LootFilterLargeBlueTriangle = 137,
	LootFilterMediumBlueTriangle = 138,
	LootFilterSmallBlueTriangle = 139,
	LootFilterLargeGreenTriangle = 140,
	LootFilterMediumGreenTriangle = 141,
	LootFilterSmallGreenTriangle = 142,
	LootFilterLargeBrownTriangle = 143,
	LootFilterMediumBrownTriangle = 144,
	LootFilterSmallBrownTriangle = 145,
	LootFilterLargeRedTriangle = 146,
	LootFilterMediumRedTriangle = 147,
	LootFilterSmallRedTriangle = 148,
	LootFilterLargeWhiteTriangle = 149,
	LootFilterMediumWhiteTriangle = 150,
	LootFilterSmallWhiteTriangle = 151,
	LootFilterLargeYellowTriangle = 152,
	LootFilterMediumYellowTriangle = 153,
	LootFilterSmallYellowTriangle = 154,
	DelveRobot = 155,
	DynamiteWall = 156,
	DelveWaypoint = 157,
	YellowWaypoint = 158,
	HideoutSymbol = 159,
	BetrayalSymbolCatarina = 160,
	BetrayalSymbolDjinn = 161,
	CraftingUnlockObject = 162,
	CraftingBench = 163,
	MapDevice = 164,
	SynthesisBridgeEnd = 165,
	SynthesisFragmentEntrance = 166,
	SynthesisCraftingDevice = 167,
	SynthesisMemoryMap = 168,
	StashPlayer = 169,
	StashGuild = 170,
	BetrayalSymbolCart = 171,
	LegionInitiator = 172,
	LegionGeneric = 173,
	RewardAbyss = 174,
	RewardArmour = 175,
	RewardBestiary = 176,
	RewardBreach = 177,
	RewardCurrency = 178,
	RewardDivinationCards = 179,
	RewardEssences = 180,
	RewardFossils = 181,
	RewardFragments = 182,
	RewardGems = 183,
	RewardGenericItems = 184,
	RewardHarbinger = 185,
	RewardLabyrinth = 186,
	RewardMaps = 187,
	RewardPerandus = 188,
	RewardProphecy = 189,
	RewardScarabs = 190,
	RewardTalisman = 191,
	RewardJewellery = 192,
	RewardUniques = 193,
	RewardWeapons = 194,
	RewardWeaponEnchants = 195,
	BlightCore = 196,
	BlightMonster = 197,
	BlightSpawner = 198,
	RewardBlight = 199,
	BlightPath = 200,
	BlightPathInactive = 201,
	BlightBoss = 202,
	BlightPortalFire = 203,
	BlightPortalCold = 204,
	BlightPortalLightning = 205,
	BlightPortalMinion = 206,
	BlightPortalPhysical = 207,
	MetamorphosisMonster = 208,
	MetamorphosisBoss = 209,
	MetamorphosisFormedBoss = 210,
	WatchstoneAltar = 211,
	AfflictionInitiator = 212,
	LootFilterLargeCyanCircle = 213,
	LootFilterMediumCyanCircle = 214,
	LootFilterSmallCyanCircle = 215,
	LootFilterLargeGreyCircle = 216,
	LootFilterMediumGreyCircle = 217,
	LootFilterSmallGreyCircle = 218,
	LootFilterLargeOrangeCircle = 219,
	LootFilterMediumOrangeCircle = 220,
	LootFilterSmallOrangeCircle = 221,
	LootFilterLargePinkCircle = 222,
	LootFilterMediumPinkCircle = 223,
	LootFilterSmallPinkCircle = 224,
	LootFilterLargePurpleCircle = 225,
	LootFilterMediumPurpleCircle = 226,
	LootFilterSmallPurpleCircle = 227,
	LootFilterLargeCyanDiamond = 228,
	LootFilterMediumCyanDiamond = 229,
	LootFilterSmallCyanDiamond = 230,
	LootFilterLargeGreyDiamond = 231,
	LootFilterMediumGreyDiamond = 232,
	LootFilterSmallGreyDiamond = 233,
	LootFilterLargeOrangeDiamond = 234,
	LootFilterMediumOrangeDiamond = 235,
	LootFilterSmallOrangeDiamond = 236,
	LootFilterLargePinkDiamond = 237,
	LootFilterMediumPinkDiamond = 238,
	LootFilterSmallPinkDiamond = 239,
	LootFilterLargePurpleDiamond = 240,
	LootFilterMediumPurpleDiamond = 241,
	LootFilterSmallPurpleDiamond = 242,
	LootFilterLargeCyanHexagon = 243,
	LootFilterMediumCyanHexagon = 244,
	LootFilterSmallCyanHexagon = 245,
	LootFilterLargeGreyHexagon = 246,
	LootFilterMediumGreyHexagon = 247,
	LootFilterSmallGreyHexagon = 248,
	LootFilterLargeOrangeHexagon = 249,
	LootFilterMediumOrangeHexagon = 250,
	LootFilterSmallOrangeHexagon = 251,
	LootFilterLargePinkHexagon = 252,
	LootFilterMediumPinkHexagon = 253,
	LootFilterSmallPinkHexagon = 254,
	LootFilterLargePurpleHexagon = 255,
	LootFilterMediumPurpleHexagon = 256,
	LootFilterSmallPurpleHexagon = 257,
	LootFilterLargeCyanSquare = 258,
	LootFilterMediumCyanSquare = 259,
	LootFilterSmallCyanSquare = 260,
	LootFilterLargeGreySquare = 261,
	LootFilterMediumGreySquare = 262,
	LootFilterSmallGreySquare = 263,
	LootFilterLargeOrangeSquare = 264,
	LootFilterMediumOrangeSquare = 265,
	LootFilterSmallOrangeSquare = 266,
	LootFilterLargePinkSquare = 267,
	LootFilterMediumPinkSquare = 268,
	LootFilterSmallPinkSquare = 269,
	LootFilterLargePurpleSquare = 270,
	LootFilterMediumPurpleSquare = 271,
	LootFilterSmallPurpleSquare = 272,
	LootFilterLargeCyanStar = 273,
	LootFilterMediumCyanStar = 274,
	LootFilterSmallCyanStar = 275,
	LootFilterLargeGreyStar = 276,
	LootFilterMediumGreyStar = 277,
	LootFilterSmallGreyStar = 278,
	LootFilterLargeOrangeStar = 279,
	LootFilterMediumOrangeStar = 280,
	LootFilterSmallOrangeStar = 281,
	LootFilterLargePinkStar = 282,
	LootFilterMediumPinkStar = 283,
	LootFilterSmallPinkStar = 284,
	LootFilterLargePurpleStar = 285,
	LootFilterMediumPurpleStar = 286,
	LootFilterSmallPurpleStar = 287,
	LootFilterLargeCyanTriangle = 288,
	LootFilterMediumCyanTriangle = 289,
	LootFilterSmallCyanTriangle = 290,
	LootFilterLargeGreyTriangle = 291,
	LootFilterMediumGreyTriangle = 292,
	LootFilterSmallGreyTriangle = 293,
	LootFilterLargeOrangeTriangle = 294,
	LootFilterMediumOrangeTriangle = 295,
	LootFilterSmallOrangeTriangle = 296,
	LootFilterLargePinkTriangle = 297,
	LootFilterMediumPinkTriangle = 298,
	LootFilterSmallPinkTriangle = 299,
	LootFilterLargePurpleTriangle = 300,
	LootFilterMediumPurpleTriangle = 301,
	LootFilterSmallPurpleTriangle = 302,
	LootFilterLargeBlueCross = 303,
	LootFilterMediumBlueCross = 304,
	LootFilterSmallBlueCross = 305,
	LootFilterLargeGreenCross = 306,
	LootFilterMediumGreenCross = 307,
	LootFilterSmallGreenCross = 308,
	LootFilterLargeBrownCross = 309,
	LootFilterMediumBrownCross = 310,
	LootFilterSmallBrownCross = 311,
	LootFilterLargeRedCross = 312,
	LootFilterMediumRedCross = 313,
	LootFilterSmallRedCross = 314,
	LootFilterLargeWhiteCross = 315,
	LootFilterMediumWhiteCross = 316,
	LootFilterSmallWhiteCross = 317,
	LootFilterLargeYellowCross = 318,
	LootFilterMediumYellowCross = 319,
	LootFilterSmallYellowCross = 320,
	LootFilterLargeCyanCross = 321,
	LootFilterMediumCyanCross = 322,
	LootFilterSmallCyanCross = 323,
	LootFilterLargeGreyCross = 324,
	LootFilterMediumGreyCross = 325,
	LootFilterSmallGreyCross = 326,
	LootFilterLargeOrangeCross = 327,
	LootFilterMediumOrangeCross = 328,
	LootFilterSmallOrangeCross = 329,
	LootFilterLargePinkCross = 330,
	LootFilterMediumPinkCross = 331,
	LootFilterSmallPinkCross = 332,
	LootFilterLargePurpleCross = 333,
	LootFilterMediumPurpleCross = 334,
	LootFilterSmallPurpleCross = 335,
	LootFilterLargeBlueMoon = 336,
	LootFilterMediumBlueMoon = 337,
	LootFilterSmallBlueMoon = 338,
	LootFilterLargeGreenMoon = 339,
	LootFilterMediumGreenMoon = 340,
	LootFilterSmallGreenMoon = 341,
	LootFilterLargeBrownMoon = 342,
	LootFilterMediumBrownMoon = 343,
	LootFilterSmallBrownMoon = 344,
	LootFilterLargeRedMoon = 345,
	LootFilterMediumRedMoon = 346,
	LootFilterSmallRedMoon = 347,
	LootFilterLargeWhiteMoon = 348,
	LootFilterMediumWhiteMoon = 349,
	LootFilterSmallWhiteMoon = 350,
	LootFilterLargeYellowMoon = 351,
	LootFilterMediumYellowMoon = 352,
	LootFilterSmallYellowMoon = 353,
	LootFilterLargeCyanMoon = 354,
	LootFilterMediumCyanMoon = 355,
	LootFilterSmallCyanMoon = 356,
	LootFilterLargeGreyMoon = 357,
	LootFilterMediumGreyMoon = 358,
	LootFilterSmallGreyMoon = 359,
	LootFilterLargeOrangeMoon = 360,
	LootFilterMediumOrangeMoon = 361,
	LootFilterSmallOrangeMoon = 362,
	LootFilterLargePinkMoon = 363,
	LootFilterMediumPinkMoon = 364,
	LootFilterSmallPinkMoon = 365,
	LootFilterLargePurpleMoon = 366,
	LootFilterMediumPurpleMoon = 367,
	LootFilterSmallPurpleMoon = 368,
	LootFilterLargeBlueRaindrop = 369,
	LootFilterMediumBlueRaindrop = 370,
	LootFilterSmallBlueRaindrop = 371,
	LootFilterLargeGreenRaindrop = 372,
	LootFilterMediumGreenRaindrop = 373,
	LootFilterSmallGreenRaindrop = 374,
	LootFilterLargeBrownRaindrop = 375,
	LootFilterMediumBrownRaindrop = 376,
	LootFilterSmallBrownRaindrop = 377,
	LootFilterLargeRedRaindrop = 378,
	LootFilterMediumRedRaindrop = 379,
	LootFilterSmallRedRaindrop = 380,
	LootFilterLargeWhiteRaindrop = 381,
	LootFilterMediumWhiteRaindrop = 382,
	LootFilterSmallWhiteRaindrop = 383,
	LootFilterLargeYellowRaindrop = 384,
	LootFilterMediumYellowRaindrop = 385,
	LootFilterSmallYellowRaindrop = 386,
	LootFilterLargeCyanRaindrop = 387,
	LootFilterMediumCyanRaindrop = 388,
	LootFilterSmallCyanRaindrop = 389,
	LootFilterLargeGreyRaindrop = 390,
	LootFilterMediumGreyRaindrop = 391,
	LootFilterSmallGreyRaindrop = 392,
	LootFilterLargeOrangeRaindrop = 393,
	LootFilterMediumOrangeRaindrop = 394,
	LootFilterSmallOrangeRaindrop = 395,
	LootFilterLargePinkRaindrop = 396,
	LootFilterMediumPinkRaindrop = 397,
	LootFilterSmallPinkRaindrop = 398,
	LootFilterLargePurpleRaindrop = 399,
	LootFilterMediumPurpleRaindrop = 400,
	LootFilterSmallPurpleRaindrop = 401,
	LootFilterLargeBlueKite = 402,
	LootFilterMediumBlueKite = 403,
	LootFilterSmallBlueKite = 404,
	LootFilterLargeGreenKite = 405,
	LootFilterMediumGreenKite = 406,
	LootFilterSmallGreenKite = 407,
	LootFilterLargeBrownKite = 408,
	LootFilterMediumBrownKite = 409,
	LootFilterSmallBrownKite = 410,
	LootFilterLargeRedKite = 411,
	LootFilterMediumRedKite = 412,
	LootFilterSmallRedKite = 413,
	LootFilterLargeWhiteKite = 414,
	LootFilterMediumWhiteKite = 415,
	LootFilterSmallWhiteKite = 416,
	LootFilterLargeYellowKite = 417,
	LootFilterMediumYellowKite = 418,
	LootFilterSmallYellowKite = 419,
	LootFilterLargeCyanKite = 420,
	LootFilterMediumCyanKite = 421,
	LootFilterSmallCyanKite = 422,
	LootFilterLargeGreyKite = 423,
	LootFilterMediumGreyKite = 424,
	LootFilterSmallGreyKite = 425,
	LootFilterLargeOrangeKite = 426,
	LootFilterMediumOrangeKite = 427,
	LootFilterSmallOrangeKite = 428,
	LootFilterLargePinkKite = 429,
	LootFilterMediumPinkKite = 430,
	LootFilterSmallPinkKite = 431,
	LootFilterLargePurpleKite = 432,
	LootFilterMediumPurpleKite = 433,
	LootFilterSmallPurpleKite = 434,
	LootFilterLargeBluePentagon = 435,
	LootFilterMediumBluePentagon = 436,
	LootFilterSmallBluePentagon = 437,
	LootFilterLargeGreenPentagon = 438,
	LootFilterMediumGreenPentagon = 439,
	LootFilterSmallGreenPentagon = 440,
	LootFilterLargeBrownPentagon = 441,
	LootFilterMediumBrownPentagon = 442,
	LootFilterSmallBrownPentagon = 443,
	LootFilterLargeRedPentagon = 444,
	LootFilterMediumRedPentagon = 445,
	LootFilterSmallRedPentagon = 446,
	LootFilterLargeWhitePentagon = 447,
	LootFilterMediumWhitePentagon = 448,
	LootFilterSmallWhitePentagon = 449,
	LootFilterLargeYellowPentagon = 450,
	LootFilterMediumYellowPentagon = 451,
	LootFilterSmallYellowPentagon = 452,
	LootFilterLargeCyanPentagon = 453,
	LootFilterMediumCyanPentagon = 454,
	LootFilterSmallCyanPentagon = 455,
	LootFilterLargeGreyPentagon = 456,
	LootFilterMediumGreyPentagon = 457,
	LootFilterSmallGreyPentagon = 458,
	LootFilterLargeOrangePentagon = 459,
	LootFilterMediumOrangePentagon = 460,
	LootFilterSmallOrangePentagon = 461,
	LootFilterLargePinkPentagon = 462,
	LootFilterMediumPinkPentagon = 463,
	LootFilterSmallPinkPentagon = 464,
	LootFilterLargePurplePentagon = 465,
	LootFilterMediumPurplePentagon = 466,
	LootFilterSmallPurplePentagon = 467,
	LootFilterLargeBlueUpsideDownHouse = 468,
	LootFilterMediumBlueUpsideDownHouse = 469,
	LootFilterSmallBlueUpsideDownHouse = 470,
	LootFilterLargeGreenUpsideDownHouse = 471,
	LootFilterMediumGreenUpsideDownHouse = 472,
	LootFilterSmallGreenUpsideDownHouse = 473,
	LootFilterLargeBrownUpsideDownHouse = 474,
	LootFilterMediumBrownUpsideDownHouse = 475,
	LootFilterSmallBrownUpsideDownHouse = 476,
	LootFilterLargeRedUpsideDownHouse = 477,
	LootFilterMediumRedUpsideDownHouse = 478,
	LootFilterSmallRedUpsideDownHouse = 479,
	LootFilterLargeWhiteUpsideDownHouse = 480,
	LootFilterMediumWhiteUpsideDownHouse = 481,
	LootFilterSmallWhiteUpsideDownHouse = 482,
	LootFilterLargeYellowUpsideDownHouse = 483,
	LootFilterMediumYellowUpsideDownHouse = 484,
	LootFilterSmallYellowUpsideDownHouse = 485,
	LootFilterLargeCyanUpsideDownHouse = 486,
	LootFilterMediumCyanUpsideDownHouse = 487,
	LootFilterSmallCyanUpsideDownHouse = 488,
	LootFilterLargeGreyUpsideDownHouse = 489,
	LootFilterMediumGreyUpsideDownHouse = 490,
	LootFilterSmallGreyUpsideDownHouse = 491,
	LootFilterLargeOrangeUpsideDownHouse = 492,
	LootFilterMediumOrangeUpsideDownHouse = 493,
	LootFilterSmallOrangeUpsideDownHouse = 494,
	LootFilterLargePinkUpsideDownHouse = 495,
	LootFilterMediumPinkUpsideDownHouse = 496,
	LootFilterSmallPinkUpsideDownHouse = 497,
	LootFilterLargePurpleUpsideDownHouse = 498,
	LootFilterMediumPurpleUpsideDownHouse = 499,
	LootFilterSmallPurpleUpsideDownHouse = 500,
	DeliriumBoss1 = 501,
	DeliriumBossFinal = 502,
	HarvestSeedCache = 503,
	HarvestOshabiBoss = 504,
	HarvestCollectorNeutral = 505,
	HarvestCollectorPurple = 506,
	HarvestCollectorBlue = 507,
	HarvestCollectorYellow = 508,
	HarvestCondenserNeutral = 509,
	HarvestCondenserPurple = 510,
	HarvestCondenserBlue = 511,
	HarvestCondenserYellow = 512,
	HarvestStanchionNeutral = 513,
	HarvestStanchionPurple = 514,
	HarvestStanchionBlue = 515,
	HarvestStanchionYellow = 516,
	HarvestDisperserNeutral = 517,
	HarvestDisperserPurple = 518,
	HarvestDisperserBlue = 519,
	HarvestDisperserYellow = 520,
	HarvestHorticraftingStation = 521,
	HarvestPlantBoosterBlue = 522,
	HarvestPlantBoosterRed = 523,
	HarvestPlantBoosterGreen = 524,
	HarvestPlantBoosterWhite = 525,
}

return data