feat(content): BGs and Armoire Jan 2021

This commit is contained in:
Sabe Jones
2021-01-04 15:30:39 -06:00
parent 539ffbf08a
commit f172670aa4
23 changed files with 44 additions and 6 deletions

View File

@@ -415,6 +415,11 @@ const backgrounds = {
holiday_hearth: { },
inside_an_ornament: { },
},
backgrounds012021: {
hot_spring: { },
icicle_bridge: { },
wintry_castle: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -17,7 +17,7 @@ export default prefill({
setPrice: 5, availableFrom: '2020-09-25', availableUntil: '2020-11-02', text: t('hauntedColors'),
},
winteryHairColors: {
setPrice: 5, availableFrom: '2020-01-10', availableUntil: '2020-02-02', text: t('winteryColors'),
setPrice: 5, availableFrom: '2021-01-05', availableUntil: '2021-02-02', text: t('winteryColors'),
},
rainbowSkins: { setPrice: 5, text: t('rainbowSkins') },
animalSkins: { setPrice: 5, text: t('animalSkins') },
@@ -32,6 +32,6 @@ export default prefill({
setPrice: 5, availableFrom: '2020-06-23', availableUntil: '2020-08-02', text: t('splashySkins'),
},
winterySkins: {
setPrice: 5, availableFrom: '2020-01-10', availableUntil: '2020-02-02', text: t('winterySkins'),
setPrice: 5, availableFrom: '2021-01-05', availableUntil: '2021-02-02', text: t('winterySkins'),
},
});

View File

@@ -338,6 +338,10 @@ const armor = {
con: 12,
set: 'dressingGown',
},
blueMoonShozoku: {
con: 8,
set: 'blueMoon',
},
};
const body = {
@@ -676,6 +680,10 @@ const head = {
per: 12,
set: 'dressingGown',
},
blueMoonHelm: {
int: 8,
set: 'blueMoon',
},
};
const shield = {
@@ -865,6 +873,10 @@ const shield = {
con: 12,
set: 'autumnEnchanter',
},
blueMoonSai: {
per: 8,
set: 'blueMoon',
},
};
const headAccessory = {
@@ -1155,6 +1167,10 @@ const weapon = {
int: 12,
set: 'dressingGown',
},
blueMoonSai: {
str: 8,
set: 'blueMoon',
},
};
forEach({