feat(content): Mystery items 2017/02

This commit is contained in:
Sabe Jones
2017-02-21 21:20:24 +00:00
parent 374d528647
commit 99f2373214
8 changed files with 17 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ var _id = '';
var update = { var update = {
$addToSet: { $addToSet: {
'purchased.plan.mysteryItems':{ 'purchased.plan.mysteryItems':{
$each:['shield_mystery_201701','eyewear_mystery_201701'] $each:['head_mystery_201702','back_mystery_201702']
} }
} }
}; };

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -208,6 +208,12 @@ let back = {
mystery: '201608', mystery: '201608',
value: 0, value: 0,
}, },
201702: {
text: t('backMystery201702Text'),
notes: t('backMystery201702Notes'),
mystery: '201702',
value: 0,
},
}; };
let eyewear = { let eyewear = {
@@ -400,6 +406,12 @@ let head = {
mystery: '201612', mystery: '201612',
value: 0, value: 0,
}, },
201702: {
text: t('headMystery201702Text'),
notes: t('headMystery201702Notes'),
mystery: '201702',
value: 0,
},
301404: { 301404: {
text: t('headMystery301404Text'), text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'), notes: t('headMystery301404Notes'),

View File

@@ -146,6 +146,10 @@ let mysterySets = {
start: '2017-01-24', start: '2017-01-24',
end: '2017-02-02', end: '2017-02-02',
}, },
201702: {
start: '2017-02-21',
end: '2017-03-02',
},
301404: { 301404: {
start: '3014-03-24', start: '3014-03-24',
end: '3014-04-02', end: '3014-04-02',