Skip to content

Commit

Permalink
Anniversary: First Celebration Crate added
Browse files Browse the repository at this point in the history
  • Loading branch information
Exodius committed Oct 29, 2024
1 parent cd5ed28 commit b1bfbd1
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 44 deletions.
41 changes: 40 additions & 1 deletion .contrib/Parser/DATAS/10 - Secrets/Guest Relations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ GUEST_RELATIONS = createHeader({
},
});

CELEBRATION_CRATES = createHeader({
readable = "Celebration Crates",
constant = "CELEBRATION_CRATES",
icon = [[~_.asset("Holiday_SecretsAz")]],
-- eventID = EVENTS.TODO,
text = {
en = "Celebration Crates",
},
});

root(ROOTS.Secrets, n(GUEST_RELATIONS, bubbleDownSelf({ ["timeline"] = { ADDED_11_0_5 } }, {
["description"] = "***Using Debug Mode is recommended.***\n",
["groups"] = {
Expand Down Expand Up @@ -118,11 +128,40 @@ root(ROOTS.Secrets, n(GUEST_RELATIONS, bubbleDownSelf({ ["timeline"] = { ADDED_1
},
}),
}),
n(CELEBRATION_CRATES, {
header(HEADERS.Item, 232263, {
o(455780, { -- Damp Ransom Note
["description"] = "Upper left corner of the bulletin board.",
["coord"] = { 63.0, 50.2, TANARIS },
["g"] = {
i(228694, { -- Damp Ransom Note
["description"] = "Go to Zuldazar in Zandalar. At 54.3, 54.5 you will find Nikto. Buy Clam Digger and head upwards to 54.2, 54.2. Interract with Gerald and give him the drink.",
}),

},
}),
o(455768, { -- Soggy Celebration Crate
-- ["provider"] = { "n", XXX }, -- Gerald?
["coord"] = { 54.2, 54.2, ZULDAZAR },
["g"] = {
i(226200), -- Soggy Celebration Crate
n(143029, { -- Nikto <Master Talekeep>
["coord"] = { 54.3, 54.5, ZULDAZAR },
["groups"] = { i(225996), }, -- Clam Digger
}),
},
["questID"] = 83790,
}),
q(83794, { -- Soggy Celebration Crate
["provider"] = { "i", 226200 }, -- Soggy Celebration Crate
}),
}),
}),
},
})));

root(ROOTS.HiddenQuestTriggers, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] = { ADDED_11_0_5 } }, {
n(GUEST_RELATIONS, {

q(84617), -- Accepting Harder Puzzles from Alyx. This, also, unlocks notes on the bulletin board next to Alyx
}),
})));
3 changes: 2 additions & 1 deletion .contrib/Parser/lib/Functions/Dynamic Header IDs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ HeaderAssignments = {
["Cataclysmic Gladiator"] = -1000862,
["Cataloging"] = -1000941,
["Cathedral"] = -1000182,
["Celebration Crates"] = -1001048,
["Cgi.Children's Week"] = -1000200,
["Challenge Mode"] = -1000046,
["Chest"] = -1000062,
Expand Down Expand Up @@ -532,4 +533,4 @@ HeaderAssignments = {
["Zone Rewards"] = -1000045,
["Zskera Vaults"] = -1000937,
};
NextHeaderID = -1001046;
NextHeaderID = -1001049;
Loading

0 comments on commit b1bfbd1

Please sign in to comment.