mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
feat(content): Mystery items 2017/02
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user