mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
allow eggs to have a release date
This commit is contained in:
15
website/common/script/content/constants/release_dates.js
Normal file
15
website/common/script/content/constants/release_dates.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export const ARMOIRE_RELEASE_DATES = {
|
||||
somethingSpooky: { year: 2023, month: 10 },
|
||||
cookingImplementsTwo: { year: 2023, month: 11 },
|
||||
greenTrapper: { year: 2023, month: 12 },
|
||||
schoolUniform: { year: 2024, month: 1 },
|
||||
whiteLoungeWear: { year: 2024, month: 2 },
|
||||
hatterSet: { year: 2024, month: 3 },
|
||||
optimistSet: { year: 2024, month: 4 },
|
||||
pottersSet: { year: 2024, month: 5 },
|
||||
beachsideSet: { year: 2024, month: 6 },
|
||||
};
|
||||
|
||||
export const EGGS_RELEASE_DATES = {
|
||||
Giraffe: { year: 2024, month: 6, day: 1 },
|
||||
};
|
||||
Reference in New Issue
Block a user