feat(content): December 2023 Content (#15023)

* feat(content): add December subscriber items, backgrounds, and enchanted armoire

* feat(content): correct item slot for armoire, change release dates for testing

* fix(backgrounds): correct start date

* fix(armoire): Add canonical start date

* fix(test): only count released items

---------

Co-authored-by: Sabe Jones <sabrecat@gmail.com>
Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
Natalie
2023-11-28 16:01:27 -05:00
committed by GitHub
parent 4b9a5472bd
commit 8db8a8267b
9 changed files with 124 additions and 6 deletions

View File

@@ -592,6 +592,11 @@ const plannedBackgrounds = {
barrel_cellar: { },
autumn_tree_tunnel: { },
},
backgrounds122023: {
holiday_tree_forest: { },
ice_sculpture_festival: { },
winter_full_moon: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,
@@ -637,6 +642,7 @@ const plannedBackgrounds = {
const releaseDates = {
backgrounds102023: '2023-10-10T08:00-04:00',
backgrounds112023: '2023-11-07T08:00-05:00',
backgrounds122023: '2023-12-05T08:00-05:00',
};
const flat = {};