Skip to content

Commit

Permalink
Merge pull request #790 from WowRarity/shadowlands-difficulty-adjustm…
Browse files Browse the repository at this point in the history
…ents

Update the difficulty of all Shadowlands collectibles
  • Loading branch information
rdw-software authored Oct 29, 2024
2 parents 01676a6 + 3c1f1e2 commit e601fd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 = {
Expand All @@ -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,
Expand Down Expand Up @@ -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 = {
Expand All @@ -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 = {
Expand Down
10 changes: 0 additions & 10 deletions DB/Pets/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e601fd2

Please sign in to comment.