Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all BFA raid pets to the regular pets group #726

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions DB/Pets/BattleForAzeroth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,6 @@ local bfaPets = {
lockBossName = "Conclave of the Chosen",
chance = 20,
statisticId = { 13366 },
groupSize = 5,
equalOdds = true,
coords = { { m = 1364, i = true } },
},
["Thundering Scale of Akunda"] = {
Expand All @@ -855,8 +853,6 @@ local bfaPets = {
lockBossName = "Conclave of the Chosen",
chance = 20,
statisticId = { 13364, 13365, 13366 },
groupSize = 5,
equalOdds = true,
coords = { { m = 1364, i = true } },
},
["Enchanted Talon of Pa'ku"] = {
Expand All @@ -872,8 +868,6 @@ local bfaPets = {
lockBossName = "Conclave of the Chosen",
chance = 50,
statisticId = { 13364, 13365, 13366 },
groupSize = 5,
equalOdds = true,
coords = { { m = 1364, i = true } },
},
["Baby Stonehide"] = {
Expand Down Expand Up @@ -1394,8 +1388,6 @@ local bfaPets = {
creatureId = 154833,
npcs = { 99999 },
tooltipNpcs = { 154986, 150653 },
groupSize = 5,
equalOdds = true,
statisticId = { 13591, 13592, 13593, 13594 },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
Expand Down Expand Up @@ -1435,8 +1427,6 @@ local bfaPets = {
creatureId = 154831,
npcs = { 99999 },
tooltipNpcs = { 153142, 152236 },
groupSize = 5,
equalOdds = true,
statisticId = { 13600, 13601, 13602, 13603 },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
Expand Down Expand Up @@ -1476,8 +1466,6 @@ local bfaPets = {
creatureId = 154819,
npcs = { 99999 },
tooltipNpcs = { 155126 },
groupSize = 5,
equalOdds = true,
statisticId = { 13616, 13617, 13618, 13619 },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
Expand Down Expand Up @@ -1823,8 +1811,6 @@ local bfaPets = {
creatureId = 154835,
npcs = { 99999 },
tooltipNpcs = { 150859 },
groupSize = 5,
equalOdds = true,
statisticId = { 13612, 13613, 13614, 13615 },
lockoutDetails = {
mode = CONSTANTS.DEFEAT_DETECTION.MODE_AND,
Expand Down Expand Up @@ -2151,8 +2137,6 @@ local bfaPets = {
[CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true,
},
chance = 10, -- Blind guess (no data)
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.NYALOTHA, i = true } },
},
["Void-Scarred Anubisath"] = {
Expand Down Expand Up @@ -2189,8 +2173,6 @@ local bfaPets = {
[CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true,
},
chance = 8,
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.NYALOTHA, i = true } },
},
["Fractured Obsidian Claw"] = {
Expand Down Expand Up @@ -2227,8 +2209,6 @@ local bfaPets = {
[CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true,
},
chance = 5,
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.NYALOTHA, i = true } },
},
["Aqir Hivespawn"] = {
Expand Down Expand Up @@ -2268,8 +2248,7 @@ local bfaPets = {
[CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true,
},
chance = 10,
groupSize = 5,
equalOdds = true,

coords = { { m = CONSTANTS.UIMAPIDS.NYALOTHA, i = true } },
},
["Ra'kim"] = {
Expand Down Expand Up @@ -2309,8 +2288,6 @@ local bfaPets = {
[CONSTANTS.INSTANCE_DIFFICULTIES.LFR] = true,
},
chance = 10, -- Blind guess (no data)
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.NYALOTHA, i = true } },
},
["Bottle of Gloop"] = {
Expand Down
Loading