Skip to content

Commit

Permalink
Noblegarden again!
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Apr 1, 2024
1 parent 09bec2a commit 62769ad
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
local ObjectDB = ObjectDB; for objectID,objectData in pairs({
[424098] = {
readable = "Golden Egg Heirloom",
model = 5456991,
text = {
en = "Golden Egg Heirloom",
es = "[Golden Egg Heirloom]",
de = "[Golden Egg Heirloom]",
fr = "[Golden Egg Heirloom]",
it = "[Golden Egg Heirloom]",
pt = "[Golden Egg Heirloom]",
ru = "[Golden Egg Heirloom]",
ko = "[Golden Egg Heirloom]",
cn = "[Golden Egg Heirloom]",
},
},
})
do ObjectDB[objectID] = objectData; end
20 changes: 13 additions & 7 deletions .contrib/Parser/DATAS/21 - Holidays/Noblegarden.lua
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,10 @@ root(ROOTS.Holidays, applyevent(EVENTS.NOBLEGARDEN, n(NOBLEGARDEN_HEADER, {
["races"] = ALLIANCE_ONLY,
["_drop"] = { "g" }, -- Drop Brightly Colored Egg
["groups"] = {
i(210558), -- Horn of Honking (QI!)
objective(1, { -- 0/10 Ducks Scared
["provider"] = { "i", 210558 }, -- Horn of Honking (QI!)
["crs"] = 217725, -- Furious Duck
}),
},
}),
q(79575, { -- What the Duck? (H)
Expand All @@ -655,17 +658,20 @@ root(ROOTS.Holidays, applyevent(EVENTS.NOBLEGARDEN, n(NOBLEGARDEN_HEADER, {
["races"] = HORDE_ONLY,
["_drop"] = { "g" }, -- Drop Brightly Colored Egg
["groups"] = {
i(216487), -- Horn of Honking (QI!)
objective(1, { -- 0/10 Ducks Scared
["provider"] = { "i", 216487 }, -- Horn of Honking (QI!)
["crs"] = 217725, -- Furious Duck
}),
},
}),
q(79323, { -- A Fowl Concoctio (A)
q(79323, { -- A Fowl Concoction (A)
["qg"] = 211646, -- Zinnia Brooks
["sourceQuest"] = 79322, -- What the Duck? (A)
["coord"] = { 42.0, 65.0, ELWYNN_FOREST },
["races"] = ALLIANCE_ONLY,
["_drop"] = { "g" }, -- Drop Brightly Colored Egg
}),
q(79576, { -- A Fowl Concoctio (H)
q(79576, { -- A Fowl Concoction (H)
["qg"] = 217125, -- Sylnaria Fareflame
["sourceQuest"] = 79575, -- What the Duck? (H)
["coord"] = { 52.6, 41.2, DUROTAR },
Expand All @@ -674,7 +680,7 @@ root(ROOTS.Holidays, applyevent(EVENTS.NOBLEGARDEN, n(NOBLEGARDEN_HEADER, {
}),
q(79330, { -- Duck Tales (A)
["qg"] = 216129, -- Emmery Fiske
["sourceQuest"] = 79323, -- A Fowl Concoctio (A)
["sourceQuest"] = 79323, -- A Fowl Concoction (A)
["coord"] = { 42.0, 64.9, ELWYNN_FOREST },
["races"] = ALLIANCE_ONLY,
["_drop"] = { "g" }, -- Drop Brightly Colored Egg
Expand All @@ -684,7 +690,7 @@ root(ROOTS.Holidays, applyevent(EVENTS.NOBLEGARDEN, n(NOBLEGARDEN_HEADER, {
}),
q(79577, { -- Duck Tales (H)
["qg"] = 217147, -- Tethris Dewgazer
["sourceQuest"] = 79576, -- A Fowl Concoctio (H)
["sourceQuest"] = 79576, -- A Fowl Concoction (H)
["coord"] = { 52.6, 41.1, DUROTAR },
["races"] = HORDE_ONLY,
["_drop"] = { "g" }, -- Drop Brightly Colored Egg
Expand Down Expand Up @@ -751,7 +757,7 @@ root(ROOTS.Holidays, applyevent(EVENTS.NOBLEGARDEN, n(NOBLEGARDEN_HEADER, {
["questID"] = 80089,
}),
i(216488), -- Duck Potion (QI!)
o(420195, { -- Golden Egg Heirloom
o(424098, { -- Golden Egg Heirloom
i(212643), -- Golden Egg Heirloom (QI!)
}),
},
Expand Down
Loading

0 comments on commit 62769ad

Please sign in to comment.