Skip to content

Commit

Permalink
objects etc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Jan 23, 2025
1 parent 1b06720 commit 8e724ad
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
22 changes: 21 additions & 1 deletion .contrib/Parser/DATAS/02 - Outdoor Zones/12 Nazjatar/Quests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,26 @@ root(ROOTS.Zones, m(NAZJATAR, bubbleDownSelf({ ["timeline"] = { ADDED_8_2_0 } },
["sourceQuest"] = 56156, -- A Tempered Blade
["description"] = "Requires |cFFFFD700Farseer Ori|r as your friend.",
["g"] = {
i(168158), -- Enchanted Pearl (QI!)
o(325759, { -- Mana-Infused Clam
["coords"] = {
{ 28.8, 47.7, NAZJATAR },
{ 29.0, 44.8, NAZJATAR },
{ 29.9, 47.4, NAZJATAR },
{ 30.3, 42.4, NAZJATAR },
{ 30.3, 45.2, NAZJATAR },
{ 31.6, 42.7, NAZJATAR },
{ 31.9, 44.3, NAZJATAR },
{ 32.3, 45.4, NAZJATAR },
{ 32.3, 46.7, NAZJATAR },
{ 33.0, 47.1, NAZJATAR },
{ 33.0, 47.9, NAZJATAR },
{ 34.4, 44.4, NAZJATAR },
{ 37.0, 45.7, NAZJATAR },
},
["g"] = {
i(168158), -- Enchanted Pearl (QI!)
},
}),
},
}),
q(55845, { -- Plans of Attack
Expand Down Expand Up @@ -2548,6 +2567,7 @@ root(ROOTS.Zones, m(NAZJATAR, bubbleDownSelf({ ["timeline"] = { ADDED_8_2_0 } },
}),
q(55714, { -- Void Cache (A)
["sourceQuests"] = { 56156 }, -- A Tempered Blade (maybe add 57041 for selecting Farseer Ori for the day?)
["provider"] = { "o", 326026 }, -- Void Cache
["description"] = "Requires |cFFFFD700Farseer Ori|r as your friend.",
["isDaily"] = true,
["coord"] = { 56.3, 15.0, NAZJATAR },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ root(ROOTS.Zones, m(NAZJATAR, bubbleDownSelf({ ["timeline"] = { ADDED_8_2_0 } },
i(171254), -- Fathom Ray Meat (QI!)
},
}),
q(56391), -- Frenzied Knifefang
petbattle(q(56391)), -- Frenzied Knifefang
q(55895), -- Frozen Winds of Zhiela
petbattle(q(56392)), -- Giant Opaline Conch
q(56041), -- Give 'Em Shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ root(ROOTS.Zones, m(SHADOWLANDS, bubbleDown({ ["timeline"] = { ADDED_9_0_2_LAUNC
{ "o", 354286 }, -- Mercia's Legacy: Chapter Four
{ "o", 354287 }, -- Mercia's Legacy: Chapter Five
{ "o", 354288 }, -- Mercia's Legacy: Chapter Six
{ "o", 354467 }, -- Mercia's Legacy: Chapter Seven
{ "i", 180569 }, -- Mercia's Legacy: Chapter Seven
},
["g"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeli
["provider"] = { "n", 206533 }, -- Chef Dinaire
["coord"] = { 64.5, 31.1, HALLOWFALL },
["g"] = {
i(218127), -- Ever-Blossoming Fungi (QI!)
o(434861, { -- Ever-Blossoming Fungi
["maps"] = { MYCOMANCER_CAVERN },
["g"] = { i(218127) }, -- Ever-Blossoming Fungi (QI!)
}),
},
}),
q(79346, { -- Chew On That
Expand Down
1 change: 0 additions & 1 deletion .contrib/Parser/DATAS/17 - NYI/Sourceless.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ root(ROOTS.Sourceless, bubbleDownFiltered({
i(158518), -- Harbormaster's Lantern
i(159079), -- Captivating Glowfly Lantern
i(161290), -- Grimestone Greatmace
i(161291), -- Grimestone Spellmace
i(161292), -- Grimestone Spellmaul
i(158579), -- Scalawag's Warglaive
i(153400), -- Scalawag's Bolt-Thrower
Expand Down

0 comments on commit 8e724ad

Please sign in to comment.