Skip to content

Commit 28c8c3d

Browse files
committed
DB: Update placeholder drop rates for TWW collectibles
1 parent 862d8c3 commit 28c8c3d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

DB/Mounts/TheWarWithin.lua

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local twwMounts = {
2121
statisticId = { 40295, 40296, 40297, 40298 },
2222
groupSize = 5,
2323
equalOdds = true,
24-
chance = 100, -- No data available
24+
chance = 150,
2525
coords = { { i = true, m = CONSTANTS.UIMAPIDS.NERUBAR_PALACE } },
2626
lockBossName = "Queen Ansurek",
2727
},
@@ -33,7 +33,7 @@ local twwMounts = {
3333
itemId = 223315,
3434
spellId = 448941,
3535
npcs = { 207802 },
36-
chance = 100, -- No data available
36+
chance = 20,
3737
coords = { { m = CONSTANTS.UIMAPIDS.HALLOWFALL } },
3838
questId = 81763,
3939
},
@@ -45,7 +45,7 @@ local twwMounts = {
4545
itemId = 223501,
4646
spellId = 449258,
4747
npcs = { 220285 },
48-
chance = 100, -- No data available
48+
chance = 20,
4949
questId = { 81633 },
5050
coords = { { m = CONSTANTS.UIMAPIDS.THE_RINGING_DEEPS } },
5151
},
@@ -61,7 +61,7 @@ local twwMounts = {
6161
statisticId = { 20484 },
6262
groupSize = 5,
6363
equalOdds = true,
64-
chance = 100, -- No data available
64+
chance = 20,
6565
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },
6666
coords = { { m = CONSTANTS.UIMAPIDS.DARKFLAME_CLEFT, i = true } },
6767
},
@@ -84,7 +84,7 @@ local twwMounts = {
8484
itemId = 223318,
8585
spellId = 448979,
8686
items = { 228741 },
87-
chance = 100, -- No data available
87+
chance = 150,
8888
coords = { { m = CONSTANTS.UIMAPIDS.HALLOWFALL } },
8989
},
9090
["Machine Defense Unit 1-11"] = {
@@ -94,7 +94,7 @@ local twwMounts = {
9494
name = L["Machine Defense Unit 1-11"],
9595
itemId = 223269,
9696
spellId = 448188,
97-
chance = 5,
97+
chance = 10,
9898
coords = { { m = CONSTANTS.UIMAPIDS.THE_RINGING_DEEPS } },
9999
},
100100
-- 11.1 mounts
@@ -106,7 +106,7 @@ local twwMounts = {
106106
spellId = 466026,
107107
npcs = { 234621 },
108108
itemId = 229953,
109-
chance = 100,
109+
chance = 50,
110110
coords = {
111111
{ m = CONSTANTS.UIMAPIDS.UNDERMINE, x = 32.2, y = 21.8, n = L["Gallagio Garbage"] },
112112
{ m = CONSTANTS.UIMAPIDS.UNDERMINE, x = 67.8, y = 29.2, n = L["Gallagio Garbage"] },
@@ -159,7 +159,7 @@ local twwMounts = {
159159
itemId = 233064,
160160
spellId = 473188,
161161
items = { 232465 },
162-
chance = 100, -- No data available
162+
chance = 5,
163163
coords = { { m = CONSTANTS.UIMAPIDS.UNDERMINE } },
164164
},
165165
["Personalized Goblin S.C.R.A.Per"] = {
@@ -170,7 +170,7 @@ local twwMounts = {
170170
itemId = 229949,
171171
spellId = 466020,
172172
items = { 233557 },
173-
chance = 20,
173+
chance = 33,
174174
coords = { { m = CONSTANTS.UIMAPIDS.UNDERMINE, x = 25.6, y = 38.2, n = L["Angelo Rustbin"] } },
175175
},
176176
["Bilgewater Bombardier"] = {

DB/Pets/TheWarWithin.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ local twwPets = {
3131
name = L["Writhing Transmutagen"],
3232
itemId = 223487,
3333
spellId = 446059,
34-
chance = 20, -- No data available
34+
chance = 1000,
3535
creatureId = 222359,
3636
},
3737
-- 11.0.7 pets
@@ -78,7 +78,7 @@ local twwPets = {
7878
cat = CONSTANTS.ITEM_CATEGORIES.TWW,
7979
type = CONSTANTS.ITEM_TYPES.PET,
8080
method = CONSTANTS.DETECTION_METHODS.USE,
81-
chance = 50,
81+
chance = 33,
8282
creatureId = 231456,
8383
name = L["Viridian Mechasaur"],
8484
itemId = 232838,

DB/Toys/TheWarWithin.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local twwToysAndItems = {
1717
itemId = 224025,
1818
spellId = 450842, -- Irrelevant
1919
zones = { tostring(CONSTANTS.UIMAPIDS.ISLE_OF_DORN) },
20-
chance = 2000,
20+
chance = 1000,
2121
sourceText = L["Dropped by any mob in Isle of Dorn (except minor mobs). 10 of these can be combined to pierce Alunira's shield, allowing combat and a guaranteed drop of Alunira."],
2222
coords = { { m = CONSTANTS.UIMAPIDS.ISLE_OF_DORN } },
2323
repeatable = true,

0 commit comments

Comments
 (0)