Skip to content

Commit

Permalink
Add new Lunar Festival mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Eremeir committed Jan 28, 2025
1 parent dbb20dc commit 62e824b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .contrib/Parser/DATAS/00 - DB/MountDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,7 @@ i(0, 303767); -- Honeyback Hivemother
i(233241, 471696); -- Hooktalon
i(235515, 473472); -- Jani's Trashpile
i(234716, 1214920); -- Nightfall Skyreaver
i(232901, 472253); -- Lunar Launcher
i(226042, 457656); -- Plunderlord's Midnight Crocolisk
i(233240, 437162); -- Polly Roger
i(233489, 474086); -- Prismatic Snapdragon
Expand All @@ -1949,7 +1950,6 @@ i(232624, 471538); -- Timely Buzzbee
i(234721, 1214940); -- Ur'zul Fleshripper
--- UNSORTED ---
i(232926, 472479); -- Love Witch's Sweeper
i(232901, 472253); -- Lunar Launcher
i(233023, 472487); -- Silvermoon Sweeper
i(233019, 472489); -- Sky Witch's Sweeper
i(233020, 472488); -- Twilight Witch's Sweeper
Expand Down
2 changes: 2 additions & 0 deletions .contrib/Parser/DATAS/10 - Secrets/Guest Relations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,11 @@ root(ROOTS.Secrets, n(GUEST_RELATIONS, bubbleDownSelf({ ["timeline"] = { ADDED_1
}),
i(226237, { -- Green Hills of Stranglethorn - Page 25 (QI!)
["description"] = "Drops from Sand Devils In the Timeless Tunnel.",
["crs"] = { 227795 }, -- Sand Devil
}),
i(226238, { -- Green Hills of Stranglethorn - Page 27 (QI!)
["description"] = "Drops from Sand Devils In the Timeless Tunnel.",
["crs"] = { 227795 }, -- Sand Devil
}),
o(456038, { -- Wet Paper
["description"] = "Behind the Story Time Stage, next to the Hearthstone Table.",
Expand Down
1 change: 0 additions & 1 deletion .contrib/Parser/DATAS/17 - NYI/Unsorted.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,6 @@ root(ROOTS.Unsorted, {
}),
filter(MOUNTS, {
i(232926), -- Love Witch's Sweeper (MOUNT!) [Love in the Air]
i(232901), -- Lunar Launcher (MOUNT!) [Love in the Air]
i(233023), -- Silvermoon Sweeper (MOUNT!)
i(233019), -- Sky Witch's Sweeper (MOUNT!) [Love in the Air]
i(233020), -- Twilight Witch's Sweeper (MOUNT!) [Love in the Air]
Expand Down
12 changes: 12 additions & 0 deletions .contrib/Parser/DATAS/21 - Holidays/Lunar Festival.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,10 @@ root(ROOTS.Holidays, applyevent(EVENTS.LUNAR_FESTIVAL, n(LUNAR_FESTIVAL_HEADER,
["timeline"] = { ADDED_8_1_0 },
["cost"] = { { "i", 21100, 30 } }, -- 30x Coin of Ancestry
}),
i(232901, { -- Lunar Launcher (MOUNT!)
["timeline"] = { ADDED_11_0_7 },
["cost"] = { { "i", 21100, 75 } }, -- 75x Coin of Ancestry
}),
i(211868, { -- Winding Slitherdrake: Lunar Festival Armor (MM!)
["timeline"] = { ADDED_10_2_5 },
["cost"] = 500000000, -- 50k
Expand Down Expand Up @@ -1591,6 +1595,10 @@ root(ROOTS.Holidays, applyevent(EVENTS.LUNAR_FESTIVAL, n(LUNAR_FESTIVAL_HEADER,
i(21576), -- Red Rocket Cluster
i(21721), -- Moonglow
i(21747), -- Festival Firecracker
i(232901, { -- Lunar Launcher (MOUNT!)
["timeline"] = { ADDED_11_0_7 },
["cost"] = { { "i", 21100, 75 } }, -- 75x Coin of Ancestry
}),
i(211868, { -- Winding Slitherdrake: Lunar Festival Armor (MM!)
["timeline"] = { ADDED_10_2_5 },
["cost"] = 500000000, -- 50k
Expand Down Expand Up @@ -1659,6 +1667,10 @@ root(ROOTS.Holidays, applyevent(EVENTS.LUNAR_FESTIVAL, n(LUNAR_FESTIVAL_HEADER,
i(21640, { -- Lunar Festival Fireworks Pack
["cost"] = { { "i", 21100, 5 } }, -- 5x Coin of Ancestry
}),
i(232901, { -- Lunar Launcher (MOUNT!)
["timeline"] = { ADDED_11_0_7 },
["cost"] = { { "i", 21100, 75 } }, -- 75x Coin of Ancestry
}),
i(116172, { -- Perky Blaster
["timeline"] = { ADDED_6_0_2 },
["cost"] = { { "i", 21100, 1 } }, -- 1x Coin of Ancestry
Expand Down
50 changes: 25 additions & 25 deletions db/Retail/Categories.lua

Large diffs are not rendered by default.

0 comments on commit 62e824b

Please sign in to comment.