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:
@@ -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 = {};
|
||||
|
||||
@@ -444,6 +444,11 @@ const armor = {
|
||||
str: 10,
|
||||
set: 'karateSet',
|
||||
},
|
||||
greenFluffTrimmedCoat: {
|
||||
str: 8,
|
||||
int: 8,
|
||||
set: 'greenTrapper',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -930,6 +935,11 @@ const head = {
|
||||
con: 3,
|
||||
set: 'somethingSpooky',
|
||||
},
|
||||
greenTrapperHat: {
|
||||
con: 6,
|
||||
per: 6,
|
||||
set: 'greenTrapper',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1723,6 +1733,7 @@ const weapon = {
|
||||
const releaseDates = {
|
||||
somethingSpooky: '2023-10-10T08:00-04:00',
|
||||
cookingImplementsTwo: '2023-11-07T08:00-05:00',
|
||||
greenTrapper: '2023-12-05T08:00-05:00',
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
@@ -132,6 +132,7 @@ const eyewear = {
|
||||
202208: { },
|
||||
202303: { },
|
||||
202308: { },
|
||||
202312: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
@@ -214,6 +215,7 @@ const head = {
|
||||
202308: { },
|
||||
202310: { },
|
||||
202311: { },
|
||||
202312: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
|
||||
Reference in New Issue
Block a user