Rematch5Settings = { ["UseMinimapButton"] = false, ["ExpandedTargets"] = { }, ["CustomScale"] = false, ["CompactPetList"] = false, ["BreedSource"] = "BattlePetBreedID", ["LastOpenLayout"] = "3-options", ["CurrentLayout"] = "3-options", ["ColorPetNames"] = true, ["ToolbarDismiss"] = false, ["HideMenuHelp"] = false, ["ExpandedOptionsHeaders"] = { }, ["DefaultPreferences"] = { }, ["AutoWinRecord"] = false, ["ReverseToolbar"] = false, ["PetCardCompactCollected"] = false, ["ShowAbilityNumbers"] = false, ["GroupOrder"] = { "group:favorites", -- [1] "group:none", -- [2] }, ["PetMarkerNames"] = { }, ["ResetExceptSearch"] = false, ["DontSortByRelevance"] = false, ["HidePreferenceBadges"] = false, ["ResetSortWithFilters"] = false, ["ShowSpeciesID"] = false, ["DontConfirmCaging"] = false, ["UseDefaultJournal"] = false, ["AllowHiddenPets"] = false, ["ShowAfterBattle"] = false, ["PetCardInBattle"] = false, ["PetCardNoMouseoverFlip"] = false, ["HideTruncatedTooltips"] = false, ["PetCardHidePossibleBreeds"] = false, ["FavoriteFilters"] = { }, ["QueueSkipDead"] = false, ["PetCardForLinks"] = false, ["HideRarityBorders"] = false, ["Anchor"] = "BOTTOMRIGHT", ["LoadHealthiest"] = false, ["WasShownOnLogout"] = false, ["LevelingQueue"] = { { ["preferred"] = true, ["petTag"] = "QH4013T", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CCF4", }, -- [1] { ["preferred"] = true, ["petTag"] = "Q1401R2", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CD5A", }, -- [2] { ["preferred"] = true, ["petTag"] = "Q14021B", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-000009181A5F", }, -- [3] { ["preferred"] = true, ["petTag"] = "Q1401K8", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CD33", }, -- [4] { ["preferred"] = true, ["petTag"] = "Q1401SB", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CD41", }, -- [5] { ["preferred"] = true, ["petTag"] = "Q1401UD", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-000007DD8DB2", }, -- [6] { ["preferred"] = true, ["petTag"] = "Q1401BK", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CCFF", }, -- [7] { ["preferred"] = true, ["petTag"] = "Q240FR", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CCF7", }, -- [8] { ["preferred"] = true, ["petTag"] = "Q1401MO", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-000009955E5B", }, -- [9] { ["preferred"] = true, ["petTag"] = "Q1401KO", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CC9A", }, -- [10] { ["preferred"] = true, ["petTag"] = "QH40JQ", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000987DEC0", }, -- [11] { ["preferred"] = true, ["petTag"] = "Q14071", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-000009143D61", }, -- [12] { ["preferred"] = true, ["petTag"] = "Q14072", ["added"] = 20231108181800, ["petID"] = "BattlePet-0-00000756CD05", }, -- [13] }, ["CompactQueueList"] = false, ["ShowAbilityID"] = false, ["KeepNotesOnScreen"] = false, ["QueueAutoLearn"] = false, ["PanelTabAnchor"] = "BOTTOMRIGHT", ["PetNotes"] = { }, ["PetCardAlwaysShowHPXPText"] = false, ["CollapseOnEsc"] = false, ["Filters"] = { ["Other"] = { }, ["Stats"] = { }, ["Strong"] = { }, ["Marker"] = { }, ["Sources"] = { }, ["Sort"] = { }, ["Level"] = { }, ["Tough"] = { }, ["Types"] = { }, ["Expansion"] = { }, ["Rarity"] = { }, ["RawSearchText"] = "\"Rusziona\"", ["Similar"] = { }, ["Search"] = { ["Pattern"] = "^[rR][uU][sS][zZ][iI][oO][nN][aA]$", ["Length"] = 10, }, ["Breed"] = { }, ["Script"] = { }, ["Collected"] = { }, ["Favorite"] = { }, ["Moveset"] = { }, }, ["ExportIncludeNotes"] = false, ["NotesFont"] = "GameFontHighlight", ["AlwaysTeamTabs"] = false, ["CustomScaleValue"] = 100, ["BarChartCategory"] = 1, ["QueueActiveSort"] = false, ["KeepCompanion"] = false, ["ExportIncludePreferences"] = false, ["HideMarkerBadges"] = false, ["AlwaysUsePetSatchel"] = false, ["LargerBreedText"] = false, ["InteractOnSoftInteract"] = 0, ["MaximizedLayout"] = "3-teams", ["HidePetToast"] = true, ["PetCardShowExpansionStat"] = false, ["SafariHatShine"] = false, ["TooltipBehavior"] = "Normal", ["BackupCount"] = 58, ["HideToolbarTooltips"] = false, ["DisplayUniqueTotal"] = false, ["BreedFormat"] = 1, ["PetCardCanPin"] = false, ["HideOptionTooltips"] = false, ["MousewheelSpeed"] = "Normal", ["InteractOnMouseover"] = 0, ["HideTeamBadges"] = false, ["HideNotesButtonInBattle"] = false, ["BoringLoreFont"] = false, ["HideBreedsLoadouts"] = false, ["LastOpenJournal"] = true, ["QueueSortOrder"] = 1, ["ShowNewGroupTab"] = true, ["PetCardFlipKey"] = "Alt", ["MinimapButtonPosition"] = -162, ["RandomPetRules"] = 2, ["HideLevelingBadges"] = false, ["PetCardAlwaysShowHPBar"] = false, ["ScriptFilters"] = { { "Unnamed Pets", -- [1] "-- Collected pets that still have their original name.\n\nreturn owned and not customName", -- [2] }, -- [1] { "Partially Leveled", -- [1] "-- Pets that have earned some xp in battle.\n\nreturn xp and xp>0", -- [2] }, -- [2] { "Unique Abilities", -- [1] "-- Pets with abilities not shared by other pets.\n\nif not count then\n -- create count of each ability per species\n count = {}\n for speciesID in AllSpeciesIDs() do\n for abilityID in AllAbilities(speciesID) do\n if not count[abilityID] then\n count[abilityID] = 0\n end\n count[abilityID] = count[abilityID] + 1\n end\n end\nend\n\nfor _,abilityID in ipairs(abilityList) do\n if count[abilityID]==1 then\n return true\n end\nend", -- [2] }, -- [3] { "Pets Without Rares", -- [1] "-- Collected battle pets that have no rare version.\n\nif not rares then\n rares = {}\n for petID in AllPetIDs() do\n if select(5,C_PetJournal.GetPetStats(petID))==4 then\n rares[C_PetJournal.GetPetInfoByPetID(petID)]=true\n end\n end\nend\n\nif canBattle and owned and not rares[speciesID] then\n return true\nend", -- [2] }, -- [4] { "Hybrid Counters", -- [1] "-- Pets with three or more attack types different than their pet type.\n\nlocal count = 0\nfor _,abilityID in ipairs(abilityList) do\n local abilityType,noHints = select(7, C_PetBattles.GetAbilityInfoByID(abilityID) )\n if not noHints and abilityType~=petType then\n count = count + 1\n end\nend\n\nreturn count>=3\n", -- [2] }, -- [5] }, ["SpecialSlots"] = { }, ["CardBehavior"] = "Normal", ["QueueRandomWhenEmpty"] = false, ["HideBreedsLists"] = false, ["JournalLayout"] = "3-options", ["LockPosition"] = false, ["InteractOnTarget"] = 0, ["CombineGroupKey"] = "None", ["ExpandedGroups"] = { }, ["CompactTargetList"] = false, ["TypeBarTab"] = 1, ["ResetFilters"] = false, ["HideTooltips"] = false, ["ShowNewGroupTabFix"] = true, ["NeverTeamTabs"] = false, ["SortByNickname"] = false, ["AbilityBackground"] = "Icon", ["HideNonBattlePets"] = false, ["CompactTeamList"] = false, ["HideLevelBubbles"] = false, ["LockWindow"] = false, ["PreferencesPaused"] = false, ["LockNotesPosition"] = false, ["PetMarkers"] = { }, ["HideNotesBadges"] = false, ["ShowLoadedTeamPreferences"] = false, ["NoBackupReminder"] = false, ["StickyNewPets"] = false, ["UseTypeBar"] = true, ["PetCardBackground"] = "Expansion", ["ConvertedTeams"] = { "team:1", -- [1] [85519] = "team:2", [141215] = "team:3", [68462] = "team:11", [154918] = "team:5", [154926] = "team:6", [142114] = "team:7", [66730] = "team:8", [66734] = "team:9", [66675] = "team:10", [154919] = "team:56", [141002] = "team:12", [140461] = "team:13", [66733] = "team:14", [154912] = "team:18", [68463] = "team:16", [154920] = "team:17", [66824] = "team:4", [154910] = "team:15", [141588] = "team:20", [141529] = "team:21", [62822] = "team:22", [141077] = "team:27", [173372] = "team:24", [154921] = "team:25", [154929] = "team:51", [85517] = "team:23", [154914] = "team:33", [154924] = "team:28", [141479] = "team:29", [141046] = "team:52", [68464] = "team:31", [154922] = "team:32", [154913] = "team:48", [79179] = "team:36", [141292] = "team:35", [66635] = "team:45", [154927] = "team:37", [141945] = "team:38", [154915] = "team:39", [154923] = "team:40", [67370] = "team:41", ["Capture"] = "team:58", [141969] = "team:42", [66815] = "team:43", [66819] = "team:44", [154911] = "team:34", [68465] = "team:46", [139489] = "team:47", [142054] = "team:30", [66739] = "team:26", [142096] = "team:50", [141879] = "team:49", [66636] = "team:19", [162469] = "team:53", [154917] = "team:54", [154925] = "team:55", ["Levelling"] = "team:57", }, } Rematch5SavedTeams = { ["team:13"] = { ["pets"] = { "BattlePet-0-00000756CC81", -- [1] 0, -- [2] "BattlePet-0-000009330B9C", -- [3] }, ["name"] = "Dilbert McClint", ["tags"] = { "11101FS", -- [1] "ZL", -- [2] "2210198", -- [3] }, ["teamID"] = "team:13", ["targets"] = { 140461, -- [1] }, ["groupID"] = "group:none", }, ["team:6"] = { ["pets"] = { "BattlePet-0-00000756CD45", -- [1] "BattlePet-0-00000976CC75", -- [2] "BattlePet-0-00000756CC81", -- [3] }, ["name"] = "CK-9 Micro-Oppression Unit (2)", ["tags"] = { "11201TB", -- [1] "1220QC", -- [2] "11101FS", -- [3] }, ["teamID"] = "team:6", ["targets"] = { 154926, -- [1] }, ["groupID"] = "group:none", }, ["team:7"] = { ["pets"] = { "BattlePet-0-000009330B9C", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Talia Sparkbrow", ["tags"] = { "2210198", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:7", ["targets"] = { 142114, -- [1] }, ["groupID"] = "group:none", }, ["team:46"] = { ["pets"] = { "BattlePet-0-000009A4E110", -- [1] "BattlePet-0-00000976DD12", -- [2] 0, -- [3] }, ["name"] = "Thundering Pandaren Spirit", ["tags"] = { "1110HO", -- [1] "1120AJ", -- [2] "ZL", -- [3] }, ["teamID"] = "team:46", ["targets"] = { 68465, -- [1] }, ["groupID"] = "group:none", }, ["team:4"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] "BattlePet-0-00000976CC75", -- [2] "BattlePet-0-00000756CD46", -- [3] }, ["name"] = "Obalis", ["tags"] = { "11101BB", -- [1] "1220QC", -- [2] "1120140", -- [3] }, ["teamID"] = "team:4", ["targets"] = { 66824, -- [1] }, ["groupID"] = "group:none", }, ["team:29"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] 0, -- [2] "BattlePet-0-0000091905AE", -- [3] }, ["name"] = "Burly", ["tags"] = { "11101BB", -- [1] "ZL", -- [2] "222014U", -- [3] }, ["teamID"] = "team:29", ["targets"] = { 141479, -- [1] }, ["groupID"] = "group:none", }, ["team:40"] = { ["pets"] = { "BattlePet-0-00000756CC81", -- [1] "BattlePet-0-00000AEA73B1", -- [2] "BattlePet-0-00000976CC75", -- [3] }, ["name"] = "Sputtertube", ["tags"] = { "11101FS", -- [1] "2120211", -- [2] "2220QC", -- [3] }, ["teamID"] = "team:40", ["targets"] = { 154923, -- [1] }, ["groupID"] = "group:none", }, ["team:39"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000756CD36", -- [3] }, ["name"] = "Elderspawn of Nalaada", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "12101TN", -- [3] }, ["teamID"] = "team:39", ["targets"] = { 154915, -- [1] }, ["groupID"] = "group:none", }, ["team:16"] = { ["pets"] = { "BattlePet-0-00000756CCD3", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Burning Pandaren Spirit", ["tags"] = { "1110143", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:16", ["targets"] = { 68463, -- [1] }, ["groupID"] = "group:none", }, ["team:5"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] "BattlePet-0-00000976DD12", -- [2] "BattlePet-0-00000AE8CDFC", -- [3] }, ["name"] = "Kelpstone", ["tags"] = { "11201BB", -- [1] "1220AJ", -- [2] "222014S", -- [3] }, ["teamID"] = "team:5", ["targets"] = { 154918, -- [1] }, ["groupID"] = "group:none", }, ["team:31"] = { ["pets"] = { "BattlePet-0-00000756CD46", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Whispering Pandaren Spirit", ["tags"] = { "2220140", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:31", ["targets"] = { 68464, -- [1] }, ["groupID"] = "group:none", }, ["team:20"] = { ["pets"] = { "BattlePet-0-00000979727A", -- [1] "ignored", -- [2] "ignored", -- [3] }, ["name"] = "Bloodtusk", ["tags"] = { "22206L", -- [1] "ZI", -- [2] "ZI", -- [3] }, ["teamID"] = "team:20", ["targets"] = { 141588, -- [1] }, ["groupID"] = "group:none", }, ["team:58"] = { ["pets"] = { "BattlePet-0-00000756CCD3", -- [1] "BattlePet-0-00000AB0065B", -- [2] "BattlePet-0-00000976CC75", -- [3] }, ["name"] = "Capture", ["tags"] = { "1110143", -- [1] "11101L9", -- [2] "2220QC", -- [3] }, ["teamID"] = "team:58", ["groupID"] = "group:none", }, ["team:1"] = { ["pets"] = { "BattlePet-0-00000756CD45", -- [1] "BattlePet-0-00000976CC75", -- [2] "BattlePet-0-00000756CC81", -- [3] }, ["notes"] = "Strategy added by Quenyaiden\nTested multiple times, even when crit strat has 100% win rate for me.\n\nTurn 1: Blistering Cold\nTurn 2: Chop\nTurn 3: Switch to Mechanical Pandaren Dragonling and use Decoy\nTurn 4: Switch to Ikky and use Black Claw\nTurn 5: Flock\nTurn 6: If Ikky dies then bring back Mechanical Pandaren Dragonling and cast Thunderbolt (never got this far, always dead by now)\n", ["name"] = "CK-9 Micro-Oppression Unit", ["tags"] = { "11001TB", -- [1] "0220QC", -- [2] "01101FS", -- [3] }, ["teamID"] = "team:1", ["targets"] = { 1, -- [1] }, ["groupID"] = "group:none", }, ["team:22"] = { ["pets"] = { "BattlePet-0-00000756CCD3", -- [1] "BattlePet-0-00000976CC75", -- [2] "BattlePet-0-000009A4E110", -- [3] }, ["name"] = "Cousin Slowhands", ["tags"] = { "1120143", -- [1] "1120QC", -- [2] "1110HO", -- [3] }, ["teamID"] = "team:22", ["targets"] = { 62822, -- [1] }, ["groupID"] = "group:none", }, ["team:44"] = { ["pets"] = { "BattlePet-0-00000756CCD3", -- [1] "BattlePet-0-00000976CC75", -- [2] "BattlePet-0-00000756CC97", -- [3] }, ["name"] = "Brok", ["tags"] = { "1110143", -- [1] "1120QC", -- [2] "22201C8", -- [3] }, ["teamID"] = "team:44", ["targets"] = { 66819, -- [1] }, ["groupID"] = "group:none", }, ["team:12"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] 0, -- [2] "BattlePet-0-00000976CC75", -- [3] }, ["name"] = "Ellie Vern", ["tags"] = { "11101BB", -- [1] "ZL", -- [2] "1210QC", -- [3] }, ["teamID"] = "team:12", ["targets"] = { 141002, -- [1] }, ["groupID"] = "group:none", }, ["team:45"] = { ["pets"] = { 0, -- [1] "BattlePet-0-00000988592E", -- [2] "ignored", -- [3] }, ["name"] = "Beegle Blastfuse", ["tags"] = { "ZL", -- [1] "2210HD", -- [2] "ZI", -- [3] }, ["teamID"] = "team:45", ["targets"] = { 66635, -- [1] }, ["groupID"] = "group:none", }, ["team:17"] = { ["pets"] = { "BattlePet-0-00000756CD45", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AE8CDFC", -- [3] }, ["name"] = "Frenzied Knifefang", ["tags"] = { "11201TB", -- [1] "11101FS", -- [2] "222014S", -- [3] }, ["teamID"] = "team:17", ["targets"] = { 154920, -- [1] }, ["groupID"] = "group:none", }, ["team:57"] = { ["pets"] = { "BattlePet-0-00000756CCCF", -- [1] 0, -- [2] "BattlePet-0-000009330B9C", -- [3] }, ["name"] = "Levelling", ["tags"] = { "211013U", -- [1] "ZL", -- [2] "1210198", -- [3] }, ["teamID"] = "team:57", ["groupID"] = "group:none", }, ["team:25"] = { ["pets"] = { "BattlePet-0-00000AE8CDFC", -- [1] "BattlePet-0-00000983D0E5", -- [2] "BattlePet-0-00000AEA73B1", -- [3] }, ["name"] = "Giant Opaline Conch", ["tags"] = { "222014S", -- [1] "122016M", -- [2] "1120211", -- [3] }, ["teamID"] = "team:25", ["targets"] = { 154921, -- [1] }, ["groupID"] = "group:none", }, ["team:27"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] "BattlePet-0-00000756CC62", -- [2] "BattlePet-0-00000756CD46", -- [3] }, ["name"] = "Kwint", ["tags"] = { "12101BB", -- [1] "121082", -- [2] "1120140", -- [3] }, ["teamID"] = "team:27", ["targets"] = { 141077, -- [1] }, ["groupID"] = "group:none", }, ["team:21"] = { ["pets"] = { "BattlePet-0-00000756CC81", -- [1] "ignored", -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Lozu", ["tags"] = { "11101FS", -- [1] "ZI", -- [2] "122014D", -- [3] }, ["teamID"] = "team:21", ["targets"] = { 141529, -- [1] }, ["groupID"] = "group:none", }, ["team:47"] = { ["pets"] = { "BattlePet-0-00000756CC97", -- [1] 0, -- [2] "BattlePet-0-00000756CC81", -- [3] }, ["name"] = "Captain Hermes", ["tags"] = { "21101C8", -- [1] "ZL", -- [2] "21101FS", -- [3] }, ["teamID"] = "team:47", ["targets"] = { 139489, -- [1] }, ["groupID"] = "group:none", }, ["team:8"] = { ["pets"] = { "BattlePet-0-00000983D28D", -- [1] 0, -- [2] "BattlePet-0-0000099923C1", -- [3] }, ["name"] = "Hyuna of the Shrines", ["tags"] = { "122014D", -- [1] "ZL", -- [2] "11101BB", -- [3] }, ["teamID"] = "team:8", ["targets"] = { 66730, -- [1] }, ["groupID"] = "group:none", }, ["team:26"] = { ["pets"] = { "BattlePet-0-00000756CD3F", -- [1] "BattlePet-0-00000756CCD3", -- [2] "BattlePet-0-00000756CD46", -- [3] }, ["name"] = "Wastewalker Shu", ["tags"] = { "2120KA", -- [1] "1110143", -- [2] "2120140", -- [3] }, ["teamID"] = "team:26", ["targets"] = { 66739, -- [1] }, ["groupID"] = "group:none", }, ["team:14"] = { ["pets"] = { "BattlePet-0-000009330B9C", -- [1] 0, -- [2] "BattlePet-0-00000756CCD3", -- [3] }, ["name"] = "Mo'ruk", ["tags"] = { "2210198", -- [1] "ZL", -- [2] "1110143", -- [3] }, ["teamID"] = "team:14", ["targets"] = { 66733, -- [1] }, ["groupID"] = "group:none", }, ["team:51"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000756CD36", -- [3] }, ["name"] = "Unit 17", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "12101TN", -- [3] }, ["teamID"] = "team:51", ["targets"] = { 154929, -- [1] }, ["groupID"] = "group:none", }, ["team:50"] = { ["pets"] = { "BattlePet-0-00000976DD12", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Karaga", ["tags"] = { "1120AJ", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:50", ["targets"] = { 142096, -- [1] }, ["groupID"] = "group:none", }, ["team:36"] = { ["pets"] = { "BattlePet-0-00000979727A", -- [1] 0, -- [2] "BattlePet-0-00000756CD45", -- [3] }, ["name"] = "Squirt", ["tags"] = { "22206L", -- [1] "ZL", -- [2] "22201TB", -- [3] }, ["teamID"] = "team:36", ["targets"] = { 79179, -- [1] }, ["groupID"] = "group:none", }, ["team:18"] = { ["pets"] = { "BattlePet-0-00000756CC81", -- [1] "BattlePet-0-00000983D28D", -- [2] "random:0", -- [3] }, ["notes"] = "Strategy added by Lazey\nThis Manta Ray has two Beast attacks and an empowered Flyby X which will increase the damage your pet takes by 25% for 5 rounds (classic Flyby does for 3 rounds).\n\nI am using a Black Claw + Swarm ability pet in the first slot to buff attacks of my Dragonkin. The script includes Flock and Swarm because when these 8.2 pet battles go live, the Aquatic pet Chitterspine Skitterling will be available as a wild catch in Nazjatar and it has Black Claw and Swarm. Please do not use Hunting Party pets.\n\nThe Skitterling will take more damage from Flyby X so there's a chance it will die 1 round earlier than Flying pets and you can benefit of 2 rounds Shattered Defenses and Black Claw.\n\nCreated and tested on 8.2 PTR\n\nTurn 1: Black Claw\nTurn 2+: Flock / Swarm until your pet dies. (When it does without applying Shattered Defenses, please Forfeit, Revive pets & Restart.)\n\nBring in your Nexus Whelpling\nTurn 1: Arcane Storm\nTurn 2-3: Mana Surge\nWhen your Dragon dies without killing Silence, bring in your third pet\nAny standard attack will finish the fight\n", ["name"] = "Silence", ["tags"] = { "01101FS", -- [1] "022014D", -- [2] "ZR0", -- [3] }, ["teamID"] = "team:18", ["targets"] = { 154912, -- [1] }, ["groupID"] = "group:none", }, ["team:28"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AEA73B1", -- [3] }, ["name"] = "Goldenbot XD", ["tags"] = { "121016M", -- [1] "11101FS", -- [2] "2120211", -- [3] }, ["teamID"] = "team:28", ["targets"] = { 154924, -- [1] }, ["groupID"] = "group:none", }, ["team:30"] = { ["pets"] = { "BattlePet-0-0000099923C1", -- [1] "BattlePet-0-00000756CC81", -- [2] 0, -- [3] }, ["name"] = "Kusa", ["tags"] = { "11101BB", -- [1] "11101FS", -- [2] "ZL", -- [3] }, ["teamID"] = "team:30", ["targets"] = { 142054, -- [1] }, ["groupID"] = "group:none", }, ["team:24"] = { ["pets"] = { "BattlePet-0-00000983D28D", -- [1] "BattlePet-0-0000099923C1", -- [2] "BattlePet-0-00000756CD46", -- [3] }, ["name"] = "Glitterdust", ["tags"] = { "122014D", -- [1] "11101BB", -- [2] "2210140", -- [3] }, ["teamID"] = "team:24", ["targets"] = { 173372, -- [1] }, ["groupID"] = "group:none", }, ["team:37"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000756CD36", -- [3] }, ["name"] = "Unit 35", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "12101TN", -- [3] }, ["teamID"] = "team:37", ["targets"] = { 154927, -- [1] }, ["groupID"] = "group:none", }, ["team:9"] = { ["pets"] = { "BattlePet-0-00000756CCD3", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Farmer Nishi", ["tags"] = { "1110143", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:9", ["targets"] = { 66734, -- [1] }, ["groupID"] = "group:none", }, ["team:38"] = { ["pets"] = { 0, -- [1] "BattlePet-0-00000756CD46", -- [2] "BattlePet-0-00000756CCD3", -- [3] }, ["name"] = "Sizzik", ["tags"] = { "ZL", -- [1] "2210140", -- [2] "1110143", -- [3] }, ["teamID"] = "team:38", ["targets"] = { 141945, -- [1] }, ["groupID"] = "group:none", }, ["team:19"] = { ["pets"] = { 0, -- [1] "BattlePet-0-00000918FB6E", -- [2] "BattlePet-0-00000976CC73", -- [3] }, ["name"] = "Nearly Headless Jacob", ["tags"] = { "ZL", -- [1] "1220MK", -- [2] "12101BR", -- [3] }, ["teamID"] = "team:19", ["targets"] = { 66636, -- [1] }, ["groupID"] = "group:none", }, ["team:11"] = { ["pets"] = { "BattlePet-0-00000756CC97", -- [1] 0, -- [2] "BattlePet-0-00000983D28D", -- [3] }, ["name"] = "Flowing Pandaren Spirit", ["tags"] = { "21201C8", -- [1] "ZL", -- [2] "122014D", -- [3] }, ["teamID"] = "team:11", ["targets"] = { 68462, -- [1] }, ["groupID"] = "group:none", }, ["team:32"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AE8CDFC", -- [3] }, ["name"] = "Gnomefeaster", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "222014S", -- [3] }, ["teamID"] = "team:32", ["targets"] = { 154922, -- [1] }, ["groupID"] = "group:none", }, ["team:35"] = { ["pets"] = { "BattlePet-0-00000756CC97", -- [1] 0, -- [2] "BattlePet-0-00000756CC81", -- [3] }, ["name"] = "Delia Hanako", ["tags"] = { "21201C8", -- [1] "ZL", -- [2] "11101FS", -- [3] }, ["teamID"] = "team:35", ["targets"] = { 141292, -- [1] }, ["groupID"] = "group:none", }, ["team:49"] = { ["pets"] = { "BattlePet-0-00000756CD46", -- [1] 0, -- [2] "BattlePet-0-0000099923C1", -- [3] }, ["name"] = "Keeyo", ["tags"] = { "1120140", -- [1] "ZL", -- [2] "11101BB", -- [3] }, ["teamID"] = "team:49", ["targets"] = { 141879, -- [1] }, ["groupID"] = "group:none", }, ["team:42"] = { ["pets"] = { 0, -- [1] 0, -- [2] "BattlePet-0-00000756CC81", -- [3] }, ["notes"] = "Strategy added by Telboy\nThis can fail, but will work more often than not\n\nTurn 1: Pass or Attack with Level Pet\nTurn 2: Swap to your next Level Pet\nTurn 3: Swap to your Ikky\nTurn 4: Black Claw\nTurn 5: Flock\nTurn 6: Savage Talon, If Spineleaf is not dead\n", ["name"] = "What Do You Mean, Mind Controlling Plants?", ["tags"] = { "ZL", -- [1] "ZL", -- [2] "11101FS", -- [3] }, ["teamID"] = "team:42", ["targets"] = { 141969, -- [1] }, ["groupID"] = "group:none", }, ["team:41"] = { ["pets"] = { "BattlePet-0-00000756CCCF", -- [1] 0, -- [2] "BattlePet-0-000009330B9C", -- [3] }, ["name"] = "Jeremy Feasel", ["tags"] = { "211013U", -- [1] "ZL", -- [2] "1210198", -- [3] }, ["teamID"] = "team:41", ["targets"] = { 67370, -- [1] }, ["groupID"] = "group:none", }, ["team:34"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000756CCD3", -- [3] }, ["name"] = "Chomp", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "1110143", -- [3] }, ["teamID"] = "team:34", ["targets"] = { 154911, -- [1] }, ["groupID"] = "group:none", }, ["team:33"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AEA73B1", -- [3] }, ["name"] = "Pearlhusk Crawler", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "1120211", -- [3] }, ["teamID"] = "team:33", ["targets"] = { 154914, -- [1] }, ["groupID"] = "group:none", }, ["team:3"] = { ["pets"] = { "BattlePet-0-00000976CC75", -- [1] 0, -- [2] "BattlePet-0-00000756CD36", -- [3] }, ["notes"] = "Strategy added by Akyro\nTurn 1: Decoy\nTurn 2: Swap to your Level Pet\nTurn 3: Swap to your Direbeak Hatchling\nTurn 4: Ironskin on Cooldown\nTurn 5: Falcosaur Swarm! until Chitara has the Broken Shell debuff\nTurn 6: Predatory Strike\n", ["name"] = "Unbreakable", ["tags"] = { "1220QC", -- [1] "ZL", -- [2] "12101TN", -- [3] }, ["teamID"] = "team:3", ["targets"] = { 141215, -- [1] }, ["groupID"] = "group:none", }, ["team:55"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AEA73B1", -- [3] }, ["name"] = "Creakclank", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "2120211", -- [3] }, ["teamID"] = "team:55", ["targets"] = { 154925, -- [1] }, ["groupID"] = "group:none", }, ["team:10"] = { ["pets"] = { "BattlePet-0-000009330B9C", -- [1] "BattlePet-0-00000756CD3F", -- [2] "BattlePet-0-000009A4E110", -- [3] }, ["name"] = "Major Payne", ["tags"] = { "2210198", -- [1] "2120KA", -- [2] "1110HO", -- [3] }, ["teamID"] = "team:10", ["targets"] = { 66675, -- [1] }, ["groupID"] = "group:none", }, ["team:43"] = { ["pets"] = { "BattlePet-0-000009A4E110", -- [1] "BattlePet-0-00000756CCD3", -- [2] "BattlePet-0-00000918FB6E", -- [3] }, ["name"] = "Bordin Steadyfist", ["tags"] = { "1110HO", -- [1] "1110143", -- [2] "1210MK", -- [3] }, ["teamID"] = "team:43", ["targets"] = { 66815, -- [1] }, ["groupID"] = "group:none", }, ["team:2"] = { ["pets"] = { "BattlePet-0-00000979727A", -- [1] 0, -- [2] "BattlePet-0-0000099923C1", -- [3] }, ["name"] = "Christoph VonFeasel", ["tags"] = { "22206L", -- [1] "ZL", -- [2] "12101BB", -- [3] }, ["teamID"] = "team:2", ["targets"] = { 85519, -- [1] }, ["groupID"] = "group:none", }, ["team:23"] = { ["pets"] = { "BattlePet-0-00000979727A", -- [1] "BattlePet-0-00000756CCD3", -- [2] "BattlePet-0-00000756CC97", -- [3] }, ["name"] = "Challenge Post", ["tags"] = { "22106L", -- [1] "1110143", -- [2] "22101C8", -- [3] }, ["teamID"] = "team:23", ["targets"] = { 85517, -- [1] }, ["groupID"] = "group:none", }, ["team:48"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000AE8CDFC", -- [2] "BattlePet-0-00000756CCD3", -- [3] }, ["name"] = "Shadowspike Lurker", ["tags"] = { "122016M", -- [1] "222014S", -- [2] "1110143", -- [3] }, ["teamID"] = "team:48", ["targets"] = { 154913, -- [1] }, ["groupID"] = "group:none", }, ["team:52"] = { ["pets"] = { "BattlePet-0-00000756CC97", -- [1] 0, -- [2] "BattlePet-0-00000976CC75", -- [3] }, ["name"] = "Leana Darkwind", ["tags"] = { "22201C8", -- [1] "ZL", -- [2] "1220QC", -- [3] }, ["teamID"] = "team:52", ["preferences"] = { ["minHP"] = 847, }, ["groupID"] = "group:none", ["targets"] = { 141046, -- [1] }, }, ["team:53"] = { ["pets"] = { "BattlePet-0-000009768105", -- [1] "BattlePet-0-00000AEA73B1", -- [2] "BattlePet-0-00000AEA731C", -- [3] }, ["name"] = "Tormentius", ["tags"] = { "121014F", -- [1] "1120211", -- [2] "11102JL", -- [3] }, ["teamID"] = "team:53", ["targets"] = { 162469, -- [1] }, ["groupID"] = "group:none", }, ["team:15"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AEA73B1", -- [3] }, ["name"] = "Prince Wiggletail", ["tags"] = { "221016M", -- [1] "21101FS", -- [2] "2120211", -- [3] }, ["teamID"] = "team:15", ["targets"] = { 154910, -- [1] }, ["groupID"] = "group:none", }, ["team:54"] = { ["pets"] = { "BattlePet-0-00000983D0E5", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AE8CDFC", -- [3] }, ["name"] = "Mindshackle", ["tags"] = { "122016M", -- [1] "11101FS", -- [2] "222014S", -- [3] }, ["teamID"] = "team:54", ["targets"] = { 154917, -- [1] }, ["groupID"] = "group:none", }, ["team:56"] = { ["pets"] = { "BattlePet-0-000009330B9C", -- [1] "BattlePet-0-00000756CC81", -- [2] "BattlePet-0-00000AEA6D5C", -- [3] }, ["name"] = "Voltgorger", ["tags"] = { "2110198", -- [1] "11101FS", -- [2] "11102CT", -- [3] }, ["teamID"] = "team:56", ["targets"] = { 154919, -- [1] }, ["groupID"] = "group:none", }, } Rematch5SavedGroups = { ["group:favorites"] = { ["showTab"] = true, ["sortMode"] = 1, ["name"] = "Favorite Teams", ["teams"] = { }, ["meta"] = true, ["groupID"] = "group:favorites", ["icon"] = "Interface\\Icons\\ACHIEVEMENT_GUILDPERK_MRPOPULARITY_RANK2", ["isExpanded"] = true, }, ["group:none"] = { ["showTab"] = true, ["sortMode"] = 1, ["name"] = "Ungrouped Teams", ["teams"] = { "team:45", -- [1] "team:20", -- [2] "team:43", -- [3] "team:44", -- [4] "team:29", -- [5] "team:16", -- [6] "team:47", -- [7] "team:58", -- [8] "team:23", -- [9] "team:34", -- [10] "team:2", -- [11] "team:1", -- [12] "team:6", -- [13] "team:22", -- [14] "team:55", -- [15] "team:35", -- [16] "team:13", -- [17] "team:39", -- [18] "team:12", -- [19] "team:9", -- [20] "team:11", -- [21] "team:17", -- [22] "team:25", -- [23] "team:24", -- [24] "team:32", -- [25] "team:28", -- [26] "team:8", -- [27] "team:41", -- [28] "team:50", -- [29] "team:49", -- [30] "team:5", -- [31] "team:30", -- [32] "team:27", -- [33] "team:52", -- [34] "team:57", -- [35] "team:21", -- [36] "team:10", -- [37] "team:54", -- [38] "team:14", -- [39] "team:19", -- [40] "team:4", -- [41] "team:33", -- [42] "team:15", -- [43] "team:48", -- [44] "team:18", -- [45] "team:38", -- [46] "team:40", -- [47] "team:36", -- [48] "team:7", -- [49] "team:46", -- [50] "team:53", -- [51] "team:3", -- [52] "team:51", -- [53] "team:37", -- [54] "team:56", -- [55] "team:26", -- [56] "team:42", -- [57] "team:31", -- [58] }, ["meta"] = true, ["groupID"] = "group:none", ["icon"] = "Interface\\Icons\\PetJournalPortrait", ["isExpanded"] = true, }, } Rematch5SavedTargets = { { "team:1", -- [1] }, -- [1] [85519] = { "team:2", -- [1] }, [141215] = { "team:3", -- [1] }, [66824] = { "team:4", -- [1] }, [154918] = { "team:5", -- [1] }, [154926] = { "team:6", -- [1] }, [142114] = { "team:7", -- [1] }, [66730] = { "team:8", -- [1] }, [154919] = { "team:56", -- [1] }, [154927] = { "team:37", -- [1] }, [140461] = { "team:13", -- [1] }, [66635] = { "team:45", -- [1] }, [154925] = { "team:55", -- [1] }, [154912] = { "team:18", -- [1] }, [154920] = { "team:17", -- [1] }, [66733] = { "team:14", -- [1] }, [141879] = { "team:49", -- [1] }, [141588] = { "team:20", -- [1] }, [154910] = { "team:15", -- [1] }, [62822] = { "team:22", -- [1] }, [68463] = { "team:16", -- [1] }, [154913] = { "team:48", -- [1] }, [154921] = { "team:25", -- [1] }, [154929] = { "team:51", -- [1] }, [85517] = { "team:23", -- [1] }, [141529] = { "team:21", -- [1] }, [154911] = { "team:34", -- [1] }, [141479] = { "team:29", -- [1] }, [142054] = { "team:30", -- [1] }, [68464] = { "team:31", -- [1] }, [154922] = { "team:32", -- [1] }, [141046] = { "team:52", -- [1] }, [139489] = { "team:47", -- [1] }, [154914] = { "team:33", -- [1] }, [68462] = { "team:11", -- [1] }, [141292] = { "team:35", -- [1] }, [141945] = { "team:38", -- [1] }, [154915] = { "team:39", -- [1] }, [154923] = { "team:40", -- [1] }, [67370] = { "team:41", -- [1] }, [173372] = { "team:24", -- [1] }, [141969] = { "team:42", -- [1] }, [66815] = { "team:43", -- [1] }, [66819] = { "team:44", -- [1] }, [66734] = { "team:9", -- [1] }, [68465] = { "team:46", -- [1] }, [79179] = { "team:36", -- [1] }, [154924] = { "team:28", -- [1] }, [141077] = { "team:27", -- [1] }, [142096] = { "team:50", -- [1] }, [66739] = { "team:26", -- [1] }, [66675] = { "team:10", -- [1] }, [162469] = { "team:53", -- [1] }, [154917] = { "team:54", -- [1] }, [141002] = { "team:12", -- [1] }, [66636] = { "team:19", -- [1] }, } Rematch4Saved = { { { "BattlePet-0-00000756CD45", -- [1] 943, -- [2] 786, -- [3] 0, -- [4] 1963, -- [5] }, -- [1] { "BattlePet-0-00000976CC75", -- [1] 0, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [2] { "BattlePet-0-00000756CC81", -- [1] 0, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [3] ["teamName"] = "CK-9 Micro-Oppression Unit", ["notes"] = "Strategy added by Quenyaiden\nTested multiple times, even when crit strat has 100% win rate for me.\n\nTurn 1: Blistering Cold\nTurn 2: Chop\nTurn 3: Switch to Mechanical Pandaren Dragonling and use Decoy\nTurn 4: Switch to Ikky and use Black Claw\nTurn 5: Flock\nTurn 6: If Ikky dies then bring back Mechanical Pandaren Dragonling and cast Thunderbolt (never got this far, always dead by now)\n", }, -- [1] [85519] = { { "BattlePet-0-00000979727A", -- [1] 455, -- [2] 457, -- [3] 459, -- [4] 213, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 640, -- [3] 208, -- [4] 1387, -- [5] }, -- [3] ["teamName"] = "Christoph VonFeasel", }, [141215] = { { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CD36", -- [1] 1773, -- [2] 1758, -- [3] 518, -- [4] 1975, -- [5] }, -- [3] ["teamName"] = "Unbreakable", ["notes"] = "Strategy added by Akyro\nTurn 1: Decoy\nTurn 2: Swap to your Level Pet\nTurn 3: Swap to your Direbeak Hatchling\nTurn 4: Ironskin on Cooldown\nTurn 5: Falcosaur Swarm! until Chitara has the Broken Shell debuff\nTurn 6: Predatory Strike\n", }, [66824] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [1] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [2] { "BattlePet-0-00000756CD46", -- [1] 110, -- [2] 362, -- [3] 593, -- [4] 1152, -- [5] }, -- [3] ["teamName"] = "Obalis", }, [154918] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 282, -- [4] 1387, -- [5] }, -- [1] { "BattlePet-0-00000976DD12", -- [1] 777, -- [2] 282, -- [3] 334, -- [4] 339, -- [5] }, -- [2] { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [3] ["teamName"] = "Kelpstone", }, [154926] = { { "BattlePet-0-00000756CD45", -- [1] 943, -- [2] 786, -- [3] 1762, -- [4] 1963, -- [5] }, -- [1] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [2] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [3] ["teamName"] = "CK-9 Micro-Oppression Unit", }, [142114] = { { "BattlePet-0-000009330B9C", -- [1] 1002, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Talia Sparkbrow", }, [66730] = { { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [3] ["teamName"] = "Hyuna of the Shrines", }, [66734] = { { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Farmer Nishi", }, [66675] = { { "BattlePet-0-000009330B9C", -- [1] 1002, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [1] { "BattlePet-0-00000756CD3F", -- [1] 419, -- [2] 745, -- [3] 828, -- [4] 650, -- [5] }, -- [2] { "BattlePet-0-000009A4E110", -- [1] 445, -- [2] 369, -- [3] 564, -- [4] 568, -- [5] }, -- [3] ["teamName"] = "Major Payne", }, [154919] = { { "BattlePet-0-000009330B9C", -- [1] 1002, -- [2] 989, -- [3] 985, -- [4] 1320, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AEA6D5C", -- [1] 1570, -- [2] 934, -- [3] 513, -- [4] 2461, -- [5] }, -- [3] ["teamName"] = "Voltgorger", }, [154925] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AEA73B1", -- [1] 1890, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [3] ["teamName"] = "Creakclank", }, [140461] = { { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-000009330B9C", -- [1] 1002, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [3] ["teamName"] = "Dilbert McClint", }, [154917] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [3] ["teamName"] = "Mindshackle", }, [154910] = { { "BattlePet-0-00000983D0E5", -- [1] 422, -- [2] 218, -- [3] 652, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 184, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AEA73B1", -- [1] 1890, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [3] ["teamName"] = "Prince Wiggletail", }, [68463] = { { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Burning Pandaren Spirit", }, [154920] = { { "BattlePet-0-00000756CD45", -- [1] 943, -- [2] 786, -- [3] 1762, -- [4] 1963, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [3] ["teamName"] = "Frenzied Knifefang", }, [141879] = { { "BattlePet-0-00000756CD46", -- [1] 110, -- [2] 362, -- [3] 593, -- [4] 1152, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [3] ["teamName"] = "Keeyo", }, [173372] = { { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [1] { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [2] { "BattlePet-0-00000756CD46", -- [1] 299, -- [2] 611, -- [3] 802, -- [4] 1152, -- [5] }, -- [3] ["teamName"] = "Glitterdust", }, [141588] = { { "BattlePet-0-00000979727A", -- [1] 455, -- [2] 457, -- [3] 459, -- [4] 213, -- [5] }, -- [1] { "ignored", -- [1] }, -- [2] { "ignored", -- [1] }, -- [3] ["teamName"] = "Bloodtusk", }, [142096] = { { "BattlePet-0-00000976DD12", -- [1] 777, -- [2] 647, -- [3] 334, -- [4] 339, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Karaga", }, [62822] = { { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 814, -- [4] 1155, -- [5] }, -- [1] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 647, -- [3] 334, -- [4] 844, -- [5] }, -- [2] { "BattlePet-0-000009A4E110", -- [1] 445, -- [2] 369, -- [3] 564, -- [4] 568, -- [5] }, -- [3] ["teamName"] = "Cousin Slowhands", }, [154929] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000756CD36", -- [1] 1773, -- [2] 1758, -- [3] 518, -- [4] 1975, -- [5] }, -- [3] ["teamName"] = "Unit 17", }, [154913] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [2] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [3] ["teamName"] = "Shadowspike Lurker", }, [154921] = { { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [1] { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [2] { "BattlePet-0-00000AEA73B1", -- [1] 122, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [3] ["teamName"] = "Giant Opaline Conch", }, [66739] = { { "BattlePet-0-00000756CD3F", -- [1] 419, -- [2] 745, -- [3] 828, -- [4] 650, -- [5] }, -- [1] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [2] { "BattlePet-0-00000756CD46", -- [1] 299, -- [2] 362, -- [3] 593, -- [4] 1152, -- [5] }, -- [3] ["teamName"] = "Wastewalker Shu", }, [85517] = { { "BattlePet-0-00000979727A", -- [1] 455, -- [2] 457, -- [3] 456, -- [4] 213, -- [5] }, -- [1] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [2] { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 574, -- [3] 521, -- [4] 1416, -- [5] }, -- [3] ["teamName"] = "Challenge Post", }, [141046] = { { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 574, -- [3] 802, -- [4] 1416, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [3] ["minHP"] = 847, ["teamName"] = "Leana Darkwind", }, [139489] = { { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 312, -- [3] 521, -- [4] 1416, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CC81", -- [1] 184, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [3] ["teamName"] = "Captain Hermes", }, [141479] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-0000091905AE", -- [1] 228, -- [2] 232, -- [3] 934, -- [4] 1182, -- [5] }, -- [3] ["teamName"] = "Burly", }, [142054] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { 0, -- [1] }, -- [3] ["teamName"] = "Kusa", }, [68464] = { { "BattlePet-0-00000756CD46", -- [1] 299, -- [2] 611, -- [3] 593, -- [4] 1152, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Whispering Pandaren Spirit", }, [154922] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AE8CDFC", -- [1] 921, -- [2] 919, -- [3] 917, -- [4] 1180, -- [5] }, -- [3] ["teamName"] = "Gnomefeaster", }, [154914] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AEA73B1", -- [1] 122, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [3] ["teamName"] = "Pearlhusk Crawler", }, [66635] = { { 0, -- [1] }, -- [1] { "BattlePet-0-00000988592E", -- [1] 421, -- [2] 277, -- [3] 595, -- [4] 557, -- [5] }, -- [2] { "ignored", -- [1] }, -- [3] ["teamName"] = "Beegle Blastfuse", }, [66819] = { { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [1] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 647, -- [3] 334, -- [4] 844, -- [5] }, -- [2] { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 574, -- [3] 802, -- [4] 1416, -- [5] }, -- [3] ["teamName"] = "Brok", }, [79179] = { { "BattlePet-0-00000979727A", -- [1] 455, -- [2] 457, -- [3] 459, -- [4] 213, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CD45", -- [1] 649, -- [2] 1761, -- [3] 1762, -- [4] 1963, -- [5] }, -- [3] ["teamName"] = "Squirt", }, [154927] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000756CD36", -- [1] 1773, -- [2] 1758, -- [3] 518, -- [4] 1975, -- [5] }, -- [3] ["teamName"] = "Unit 35", }, [154923] = { { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [1] { "BattlePet-0-00000AEA73B1", -- [1] 1890, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [2] { "BattlePet-0-00000976CC75", -- [1] 515, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [3] ["teamName"] = "Sputtertube", }, [154915] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000756CD36", -- [1] 1773, -- [2] 1758, -- [3] 518, -- [4] 1975, -- [5] }, -- [3] ["teamName"] = "Elderspawn of Nalaada", }, [141945] = { { 0, -- [1] }, -- [1] { "BattlePet-0-00000756CD46", -- [1] 299, -- [2] 611, -- [3] 802, -- [4] 1152, -- [5] }, -- [2] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [3] ["teamName"] = "Sizzik", }, [67370] = { { "BattlePet-0-00000756CCCF", -- [1] 113, -- [2] 263, -- [3] 569, -- [4] 1150, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-000009330B9C", -- [1] 983, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [3] ["teamName"] = "Jeremy Feasel", }, ["Capture"] = { { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [1] { "BattlePet-0-00000AB0065B", -- [1] 1108, -- [2] 362, -- [3] 1357, -- [4] 1705, -- [5] }, -- [2] { "BattlePet-0-00000976CC75", -- [1] 515, -- [2] 779, -- [3] 334, -- [4] 844, -- [5] }, -- [3] }, [141969] = { { 0, -- [1] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [3] ["teamName"] = "What Do You Mean, Mind Controlling Plants?", ["notes"] = "Strategy added by Telboy\nThis can fail, but will work more often than not\n\nTurn 1: Pass or Attack with Level Pet\nTurn 2: Swap to your next Level Pet\nTurn 3: Swap to your Ikky\nTurn 4: Black Claw\nTurn 5: Flock\nTurn 6: Savage Talon, If Spineleaf is not dead\n", }, [66815] = { { "BattlePet-0-000009A4E110", -- [1] 445, -- [2] 369, -- [3] 564, -- [4] 568, -- [5] }, -- [1] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [2] { "BattlePet-0-00000918FB6E", -- [1] 110, -- [2] 362, -- [3] 364, -- [4] 724, -- [5] }, -- [3] ["teamName"] = "Bordin Steadyfist", }, [141292] = { { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 312, -- [3] 802, -- [4] 1416, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [3] ["teamName"] = "Delia Hanako", }, [154911] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 321, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [3] ["teamName"] = "Chomp", }, [68465] = { { "BattlePet-0-000009A4E110", -- [1] 445, -- [2] 369, -- [3] 564, -- [4] 568, -- [5] }, -- [1] { "BattlePet-0-00000976DD12", -- [1] 777, -- [2] 647, -- [3] 334, -- [4] 339, -- [5] }, -- [2] { 0, -- [1] }, -- [3] ["teamName"] = "Thundering Pandaren Spirit", }, [154924] = { { "BattlePet-0-00000983D0E5", -- [1] 210, -- [2] 218, -- [3] 652, -- [4] 1238, -- [5] }, -- [1] { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [2] { "BattlePet-0-00000AEA73B1", -- [1] 1890, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [3] ["teamName"] = "Goldenbot XD", }, ["Levelling"] = { { "BattlePet-0-00000756CCCF", -- [1] 113, -- [2] 263, -- [3] 569, -- [4] 1150, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-000009330B9C", -- [1] 983, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [3] }, [141077] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 640, -- [3] 208, -- [4] 1387, -- [5] }, -- [1] { "BattlePet-0-00000756CC62", -- [1] 777, -- [2] 634, -- [3] 636, -- [4] 258, -- [5] }, -- [2] { "BattlePet-0-00000756CD46", -- [1] 110, -- [2] 362, -- [3] 593, -- [4] 1152, -- [5] }, -- [3] ["teamName"] = "Kwint", }, [141529] = { { "BattlePet-0-00000756CC81", -- [1] 1370, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [1] { "ignored", -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Lozu", }, [66636] = { { 0, -- [1] }, -- [1] { "BattlePet-0-00000918FB6E", -- [1] 110, -- [2] 362, -- [3] 366, -- [4] 724, -- [5] }, -- [2] { "BattlePet-0-00000976CC73", -- [1] 504, -- [2] 916, -- [3] 334, -- [4] 1403, -- [5] }, -- [3] ["teamName"] = "Nearly Headless Jacob", }, [154912] = { { "BattlePet-0-00000756CC81", -- [1] 0, -- [2] 919, -- [3] 581, -- [4] 1532, -- [5] }, -- [1] { "BattlePet-0-00000983D28D", -- [1] 0, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [2] { "random:0", -- [1] }, -- [3] ["teamName"] = "Silence", ["notes"] = "Strategy added by Lazey\nThis Manta Ray has two Beast attacks and an empowered Flyby X which will increase the damage your pet takes by 25% for 5 rounds (classic Flyby does for 3 rounds).\n\nI am using a Black Claw + Swarm ability pet in the first slot to buff attacks of my Dragonkin. The script includes Flock and Swarm because when these 8.2 pet battles go live, the Aquatic pet Chitterspine Skitterling will be available as a wild catch in Nazjatar and it has Black Claw and Swarm. Please do not use Hunting Party pets.\n\nThe Skitterling will take more damage from Flyby X so there's a chance it will die 1 round earlier than Flying pets and you can benefit of 2 rounds Shattered Defenses and Black Claw.\n\nCreated and tested on 8.2 PTR\n\nTurn 1: Black Claw\nTurn 2+: Flock / Swarm until your pet dies. (When it does without applying Shattered Defenses, please Forfeit, Revive pets & Restart.)\n\nBring in your Nexus Whelpling\nTurn 1: Arcane Storm\nTurn 2-3: Mana Surge\nWhen your Dragon dies without killing Silence, bring in your third pet\nAny standard attack will finish the fight\n", }, [162469] = { { "BattlePet-0-000009768105", -- [1] 115, -- [2] 597, -- [3] 612, -- [4] 1167, -- [5] }, -- [1] { "BattlePet-0-00000AEA73B1", -- [1] 122, -- [2] 764, -- [3] 1960, -- [4] 2081, -- [5] }, -- [2] { "BattlePet-0-00000AEA731C", -- [1] 115, -- [2] 792, -- [3] 1960, -- [4] 2677, -- [5] }, -- [3] ["teamName"] = "Tormentius", }, [66733] = { { "BattlePet-0-000009330B9C", -- [1] 1002, -- [2] 392, -- [3] 985, -- [4] 1320, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000756CCD3", -- [1] 406, -- [2] 453, -- [3] 490, -- [4] 1155, -- [5] }, -- [3] ["teamName"] = "Mo'ruk", }, [141002] = { { "BattlePet-0-0000099923C1", -- [1] 459, -- [2] 566, -- [3] 208, -- [4] 1387, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000976CC75", -- [1] 115, -- [2] 779, -- [3] 282, -- [4] 844, -- [5] }, -- [3] ["teamName"] = "Ellie Vern", }, [68462] = { { "BattlePet-0-00000756CC97", -- [1] 504, -- [2] 312, -- [3] 802, -- [4] 1416, -- [5] }, -- [1] { 0, -- [1] }, -- [2] { "BattlePet-0-00000983D28D", -- [1] 122, -- [2] 489, -- [3] 589, -- [4] 1165, -- [5] }, -- [3] ["teamName"] = "Flowing Pandaren Spirit", }, } Rematch4Settings = { ["NotesFont"] = "GameFontHighlight", ["JournalUsed"] = true, ["DialogYPos"] = 574.9998779296875, ["HidePetToast"] = true, ["QueueSanctuary"] = { ["BattlePet-0-00000756CD05"] = "QQQ472", ["BattlePet-0-00000756CCFF"] = "QQQ81BK", ["BattlePet-0-000009181A5F"] = "QQQ821B", ["BattlePet-0-00000987DEC0"] = "QQQ9JQ", ["BattlePet-0-00000756CD5A"] = "QQQ51R2", ["BattlePet-0-00000756CD33"] = "QQQ61K8", ["BattlePet-0-00000756CCF4"] = "QQQ813T", ["BattlePet-0-000009143D61"] = "QQQ371", ["BattlePet-0-000007DD8DB2"] = "QQQ41UD", ["BattlePet-0-00000756CC9A"] = "QQQ61KO", ["BattlePet-0-00000756CCF7"] = "QQQ9FR", ["BattlePet-0-00000756CD41"] = "QQQ81SB", ["BattlePet-0-000009955E5B"] = "QQQ81MO", }, ["Sort"] = { ["Order"] = 1, ["FavoritesFirst"] = true, }, ["AllowHiddenPetsDefaulted"] = true, ["BackupCount"] = 50, ["PreferredMode"] = 1, ["ActivePanel"] = 1, ["Sanctuary"] = { ["BattlePet-0-000009330B9C"] = { 7, -- [1] true, -- [2] 1320, -- [3] 25, -- [4] 1400, -- [5] 260, -- [6] 325, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CCCF"] = { 2, -- [1] true, -- [2] 1150, -- [3] 25, -- [4] 1546, -- [5] 260, -- [6] 289, -- [7] 4, -- [8] }, ["BattlePet-0-00000976CC73"] = { 1, -- [1] true, -- [2] 1403, -- [3] 25, -- [4] 1546, -- [5] 289, -- [6] 260, -- [7] 4, -- [8] }, ["BattlePet-0-00000AEA731C"] = { 1, -- [1] true, -- [2] 2677, -- [3] 25, -- [4] 1392, -- [5] 318, -- [6] 258, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD5A"] = { 1, -- [1] true, -- [2] 1890, -- [3] 1, -- [4] 152, -- [5] 10, -- [6] 13, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD41"] = { 1, -- [1] true, -- [2] 1931, -- [3] 1, -- [4] 149, -- [5] 12, -- [6] 12, -- [7] 4, -- [8] }, ["BattlePet-0-00000983D0E5"] = { 12, -- [1] true, -- [2] 1238, -- [3] 25, -- [4] 1413, -- [5] 213, -- [6] 175, -- [7] 1, -- [8] }, ["BattlePet-0-0000091905AE"] = { 1, -- [1] true, -- [2] 1182, -- [3] 23, -- [4] 1342, -- [5] 221, -- [6] 235, -- [7] 3, -- [8] }, ["BattlePet-0-000009955E5B"] = { 1, -- [1] true, -- [2] 1752, -- [3] 1, -- [4] 149, -- [5] 13, -- [6] 11, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CC81"] = { 22, -- [1] true, -- [2] 1532, -- [3] 25, -- [4] 1319, -- [5] 322, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-00000979727A"] = { 4, -- [1] true, -- [2] 213, -- [3] 25, -- [4] 1400, -- [5] 260, -- [6] 325, -- [7] 4, -- [8] }, ["BattlePet-0-00000918FB6E"] = { 2, -- [1] true, -- [2] 724, -- [3] 25, -- [4] 1400, -- [5] 260, -- [6] 325, -- [7] 4, -- [8] }, ["BattlePet-0-00000AEA6D5C"] = { 1, -- [1] true, -- [2] 2461, -- [3] 25, -- [4] 1485, -- [5] 265, -- [6] 293, -- [7] 4, -- [8] }, ["random:0"] = { 1, -- [1] }, ["BattlePet-0-00000976CC75"] = { 10, -- [1] true, -- [2] 844, -- [3] 25, -- [4] 1400, -- [5] 276, -- [6] 309, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD05"] = { 1, -- [1] true, -- [2] 226, -- [3] 1, -- [4] 152, -- [5] 13, -- [6] 10, -- [7] 4, -- [8] }, ["BattlePet-0-00000976DD12"] = { 3, -- [1] true, -- [2] 339, -- [3] 25, -- [4] 1546, -- [5] 273, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD36"] = { 4, -- [1] true, -- [2] 1975, -- [3] 25, -- [4] 1546, -- [5] 289, -- [6] 260, -- [7] 4, -- [8] }, ["ignored"] = { 4, -- [1] }, ["BattlePet-0-00000756CC62"] = { 1, -- [1] true, -- [2] 258, -- [3] 25, -- [4] 1806, -- [5] 292, -- [6] 211, -- [7] 4, -- [8] }, ["BattlePet-0-000009143D61"] = { 1, -- [1] true, -- [2] 225, -- [3] 1, -- [4] 155, -- [5] 11, -- [6] 11, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CC9A"] = { 1, -- [1] true, -- [2] 1688, -- [3] 1, -- [4] 167, -- [5] 11, -- [6] 10, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD3F"] = { 2, -- [1] true, -- [2] 650, -- [3] 25, -- [4] 1481, -- [5] 289, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-000009768105"] = { 1, -- [1] true, -- [2] 1167, -- [3] 25, -- [4] 1400, -- [5] 341, -- [6] 244, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD33"] = { 1, -- [1] true, -- [2] 1672, -- [3] 1, -- [4] 168, -- [5] 11, -- [6] 9, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD45"] = { 4, -- [1] true, -- [2] 1963, -- [3] 25, -- [4] 1481, -- [5] 276, -- [6] 276, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CCF7"] = { 1, -- [1] true, -- [2] 507, -- [3] 2, -- [4] 209, -- [5] 22, -- [6] 23, -- [7] 4, -- [8] }, ["BattlePet-0-00000988592E"] = { 1, -- [1] true, -- [2] 557, -- [3] 25, -- [4] 1384, -- [5] 289, -- [6] 289, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CCFF"] = { 1, -- [1] true, -- [2] 1396, -- [3] 1, -- [4] 155, -- [5] 12, -- [6] 11, -- [7] 4, -- [8] }, ["BattlePet-0-00000987DEC0"] = { 1, -- [1] true, -- [2] 634, -- [3] 17, -- [4] 973, -- [5] 188, -- [6] 208, -- [7] 4, -- [8] }, ["BattlePet-0-00000AB0065B"] = { 1, -- [1] true, -- [2] 1705, -- [3] 25, -- [4] 1627, -- [5] 289, -- [6] 244, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CC97"] = { 6, -- [1] true, -- [2] 1416, -- [3] 25, -- [4] 1546, -- [5] 289, -- [6] 260, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CCF4"] = { 1, -- [1] true, -- [2] 1149, -- [3] 17, -- [4] 984, -- [5] 197, -- [6] 197, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CCD3"] = { 12, -- [1] true, -- [2] 1155, -- [3] 25, -- [4] 1725, -- [5] 276, -- [6] 244, -- [7] 4, -- [8] }, ["BattlePet-0-00000983D28D"] = { 10, -- [1] true, -- [2] 1165, -- [3] 25, -- [4] 1400, -- [5] 305, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-00000AE8CDFC"] = { 6, -- [1] true, -- [2] 1180, -- [3] 25, -- [4] 1237, -- [5] 305, -- [6] 305, -- [7] 4, -- [8] }, ["BattlePet-0-00000AEA73B1"] = { 7, -- [1] true, -- [2] 2081, -- [3] 25, -- [4] 1465, -- [5] 289, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-000007DD8DB2"] = { 1, -- [1] true, -- [2] 1997, -- [3] 1, -- [4] 150, -- [5] 13, -- [6] 11, -- [7] 4, -- [8] }, ["BattlePet-0-00000756CD46"] = { 7, -- [1] true, -- [2] 1152, -- [3] 25, -- [4] 1644, -- [5] 276, -- [6] 260, -- [7] 4, -- [8] }, ["BattlePet-0-000009181A5F"] = { 1, -- [1] true, -- [2] 2091, -- [3] 1, -- [4] 155, -- [5] 12, -- [6] 11, -- [7] 4, -- [8] }, ["BattlePet-0-0000099923C1"] = { 10, -- [1] true, -- [2] 1387, -- [3] 25, -- [4] 1400, -- [5] 305, -- [6] 273, -- [7] 4, -- [8] }, ["BattlePet-0-000009A4E110"] = { 4, -- [1] true, -- [2] 568, -- [3] 25, -- [4] 1790, -- [5] 276, -- [6] 224, -- [7] 4, -- [8] }, }, ["NotifiedExperimental"] = true, ["YPos"] = 297.999969482422, ["SelectedTab"] = 1, ["ScriptFilters"] = { { "Unnamed Pets", -- [1] "-- Collected pets that still have their original name.\n\nreturn owned and not customName", -- [2] }, -- [1] { "Partially Leveled", -- [1] "-- Pets that have earned some xp in battle.\n\nreturn xp and xp>0", -- [2] }, -- [2] { "Unique Abilities", -- [1] "-- Pets with abilities not shared by other pets.\n\nif not count then\n -- create count of each ability per species\n count = {}\n for speciesID in AllSpeciesIDs() do\n for abilityID in AllAbilities(speciesID) do\n if not count[abilityID] then\n count[abilityID] = 0\n end\n count[abilityID] = count[abilityID] + 1\n end\n end\nend\n\nfor _,abilityID in ipairs(abilityList) do\n if count[abilityID]==1 then\n return true\n end\nend", -- [2] }, -- [3] { "Pets Without Rares", -- [1] "-- Collected battle pets that have no rare version.\n\nif not rares then\n rares = {}\n for petID in AllPetIDs() do\n if select(5,C_PetJournal.GetPetStats(petID))==4 then\n rares[C_PetJournal.GetPetInfoByPetID(petID)]=true\n end\n end\nend\n\nif canBattle and owned and not rares[speciesID] then\n return true\nend", -- [2] }, -- [4] { "Hybrid Counters", -- [1] "-- Pets with three or more attack types different than their pet type.\n\nlocal count = 0\nfor _,abilityID in ipairs(abilityList) do\n local abilityType,noHints = select(7, C_PetBattles.GetAbilityInfoByID(abilityID) )\n if not noHints and abilityType~=petType then\n count = count + 1\n end\nend\n\nreturn count>=3\n", -- [2] }, -- [5] }, ["QueueSortOrder"] = 1, ["ConflictOverwrite"] = true, ["CollectionChartType"] = 1, ["LevelingQueue"] = { "BattlePet-0-00000756CCF4", -- [1] "BattlePet-0-00000756CD5A", -- [2] "BattlePet-0-000009181A5F", -- [3] "BattlePet-0-00000756CD33", -- [4] "BattlePet-0-00000756CD41", -- [5] "BattlePet-0-000007DD8DB2", -- [6] "BattlePet-0-00000756CCFF", -- [7] "BattlePet-0-00000756CCF7", -- [8] "BattlePet-0-000009955E5B", -- [9] "BattlePet-0-00000756CC9A", -- [10] "BattlePet-0-00000987DEC0", -- [11] "BattlePet-0-000009143D61", -- [12] "BattlePet-0-00000756CD05", -- [13] }, ["DialogXPos"] = 1073.333374023438, ["TeamGroups"] = { { "General", -- [1] "Interface\\Icons\\PetJournalPortrait", -- [2] }, -- [1] }, ["Filters"] = { ["Other"] = { }, ["Expansion"] = { }, ["Strong"] = { }, ["Types"] = { }, ["Favorite"] = { }, ["Collected"] = { }, ["Script"] = { }, ["Sources"] = { }, ["Breed"] = { }, ["Rarity"] = { }, ["Similar"] = { }, ["Level"] = { }, ["Tough"] = { }, ["Moveset"] = { }, }, ["ExpandedOptHeaders"] = { }, ["CollapsedOptHeaders"] = { }, ["ExpandedTargetHeaders"] = { }, ["FavoriteFilters"] = { }, ["ElvUIToastDefaulted"] = true, ["JournalPanel"] = 1, ["loadedTeam"] = 85519, ["CornerPos"] = "BOTTOMLEFT", ["XPos"] = 781.666687011719, ["SpecialSlots"] = { [2] = 0, }, ["UseTypeBar"] = true, ["CustomScaleValue"] = 100, ["PetNotes"] = { }, } RematchSaved = nil RematchSettings = nil