March 2025 Content Build (#15392)

* build: March 2025 css, backgrounds, subscriber gear, armoire

* build: March 2025 quests, seasonal gear, various fixes

* fix: fix string

* fix: fixes to string errors

* fix: string fixes
This commit is contained in:
Natalie
2025-02-18 16:48:08 -05:00
committed by GitHub
parent 2ad17d408e
commit 93780d7056
20 changed files with 664 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export const ARMOIRE_RELEASE_DATES = {
festiveHelperSet: { year: 2024, month: 12 },
snowyTrapperSet: { year: 2025, month: 1 },
fancyFloralSet: { year: 2025, month: 2 },
springPetalSet: { year: 2025, month: 3 },
};
export const EGGS_RELEASE_DATES = {
@@ -25,9 +26,11 @@ export const EGGS_RELEASE_DATES = {
Raccoon: { year: 2024, month: 9, day: 14 },
Dog: { year: 2024, month: 10, day: 14 },
Cat: { year: 2025, month: 2, day: 14 },
Otter: { year: 2025, month: 3, day: 14 },
};
export const HATCHING_POTIONS_RELEASE_DATES = {
Koi: { year: 2024, month: 6, day: 1 },
Gingerbread: { year: 2024, month: 12, day: 21 },
Jade: { year: 2025, month: 3, day: 21 },
};