mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(content): Mystery items 2017/02
This commit is contained in:
parent
374d528647
commit
99f2373214
8 changed files with 17 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$addToSet: {
|
||||
'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 |
|
|
@ -208,6 +208,12 @@ let back = {
|
|||
mystery: '201608',
|
||||
value: 0,
|
||||
},
|
||||
201702: {
|
||||
text: t('backMystery201702Text'),
|
||||
notes: t('backMystery201702Notes'),
|
||||
mystery: '201702',
|
||||
value: 0,
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
|
|
@ -400,6 +406,12 @@ let head = {
|
|||
mystery: '201612',
|
||||
value: 0,
|
||||
},
|
||||
201702: {
|
||||
text: t('headMystery201702Text'),
|
||||
notes: t('headMystery201702Notes'),
|
||||
mystery: '201702',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
|
|
|||
|
|
@ -146,6 +146,10 @@ let mysterySets = {
|
|||
start: '2017-01-24',
|
||||
end: '2017-02-02',
|
||||
},
|
||||
201702: {
|
||||
start: '2017-02-21',
|
||||
end: '2017-03-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
|
|
|||
Loading…
Reference in a new issue