From 3c1f1e2885a74b71ef91a691c4eec1a83db0909c Mon Sep 17 00:00:00 2001 From: RDW Date: Tue, 29 Oct 2024 06:19:39 +0100 Subject: [PATCH] DB: Updated the difficulty of all Shadowlands collectibles From the 11.0.5 patch notes: > Battle for Azeroth and Shadowlands raid encounters have had mechanics adjusted so that they are possible to complete while solo or in a party. I take that to mean, it won't be long before they're all solo-able (if they aren't already). --- DB/Mounts/Shadowlands.lua | 12 ------------ DB/Pets/Shadowlands.lua | 10 ---------- 2 files changed, 22 deletions(-) diff --git a/DB/Mounts/Shadowlands.lua b/DB/Mounts/Shadowlands.lua index 65f855c5..7bdbdbfb 100644 --- a/DB/Mounts/Shadowlands.lua +++ b/DB/Mounts/Shadowlands.lua @@ -168,8 +168,6 @@ local shadowlandsMounts = { npcs = { 162741 }, chance = 33, questId = { 58872 }, - groupSize = 5, - equalOdds = true, coords = { { m = CONSTANTS.UIMAPIDS.MALDRAXXUS, x = 31.4, y = 35.6, n = L["Gieger"] } }, requiresCovenant = true, requiredCovenantID = CONSTANTS.COVENANT_IDS.NECROLORD, @@ -296,8 +294,6 @@ local shadowlandsMounts = { chance = 20, tooltipNpcs = { 170834, 170835, 170833, 170832, 170836 }, questId = { 60933 }, - groupSize = 5, - equalOdds = true, coords = { { m = CONSTANTS.UIMAPIDS.BASTION, x = 53.50, y = 88.37, n = L["Cache of the Ascended"] } }, }, -- 9.1 Mounts @@ -413,8 +409,6 @@ local shadowlandsMounts = { itemId = 186638, npcs = { 180863 }, chance = 50, - groupSize = 5, - equalOdds = true, statisticId = { 15168 }, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true }, lockoutDetails = { @@ -436,8 +430,6 @@ local shadowlandsMounts = { npcs = { 99999 }, tooltipNpcs = { 178738 }, chance = 100, - groupSize = 10, - equalOdds = true, statisticId = { 15145, 15144, 15147, 15146 }, lockoutDetails = { mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND, @@ -608,8 +600,6 @@ local shadowlandsMounts = { instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true }, chance = 100, wasGuaranteed = true, - groupSize = 10, - equalOdds = true, statisticId = { 15176 }, coords = { { m = CONSTANTS.UIMAPIDS.SANCTUM_OF_DOMINATION, i = true } }, lockoutDetails = { @@ -634,8 +624,6 @@ local shadowlandsMounts = { instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true }, chance = 100, wasGuaranteed = true, - groupSize = 10, - equalOdds = true, statisticId = { 15467 }, coords = { { m = CONSTANTS.UIMAPIDS.SEPULCHER_OF_THE_FIRST_ONES, i = true } }, lockoutDetails = { diff --git a/DB/Pets/Shadowlands.lua b/DB/Pets/Shadowlands.lua index 1c005502..64fdcd37 100644 --- a/DB/Pets/Shadowlands.lua +++ b/DB/Pets/Shadowlands.lua @@ -564,8 +564,6 @@ local shadowlandsPets = { tooltipNpcs = { 168938, 167406 }, chance = 33, statisticId = { 14455, 14458 }, -- Normal and LFR are the only two confirmed sources. - groupSize = 10, - equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.NORMAL_RAID] = true, [CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true, @@ -607,8 +605,6 @@ local shadowlandsPets = { tooltipNpcs = { 180018 }, chance = 100, -- Blind guess statisticId = { 15143 }, -- Mythic is only confirmed source. - groupSize = 25, - equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true }, lockoutDetails = { mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND, @@ -631,8 +627,6 @@ local shadowlandsPets = { tooltipNpcs = { 180018 }, chance = 100, -- Blind guess statisticId = { 15140, 15143, 15142, 15141 }, -- All difficulties. - groupSize = 10, - equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true, [CONSTANTS.INSTANCE_DIFFICULTIES.HEROIC_RAID] = true, @@ -672,8 +666,6 @@ local shadowlandsPets = { tooltipNpcs = { 175727 }, chance = 100, -- Blind guess statisticId = { 15155, 15153, 15154, 15152 }, -- All difficulties. - groupSize = 10, - equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true, [CONSTANTS.INSTANCE_DIFFICULTIES.HEROIC_RAID] = true, @@ -713,8 +705,6 @@ local shadowlandsPets = { tooltipNpcs = { 15990 }, chance = 100, -- Blind guess statisticId = { 15169, 15171, 15172, 15170 }, -- All difficulties. - groupSize = 10, - equalOdds = true, instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true, [CONSTANTS.INSTANCE_DIFFICULTIES.HEROIC_RAID] = true,