feat(content): Subscriber Items Dec 2017

This commit is contained in:
SabreCat
2017-12-21 23:10:54 +00:00
parent 2da2a47f32
commit 4764f115b1
14 changed files with 37 additions and 24 deletions

View File

@@ -181,6 +181,12 @@ let armor = {
mystery: '201711',
value: 0,
},
201712: {
text: t('armorMystery201712Text'),
notes: t('armorMystery201712Notes'),
mystery: '201712',
value: 0,
},
301404: {
text: t('armorMystery301404Text'),
notes: t('armorMystery301404Notes'),
@@ -523,6 +529,12 @@ let head = {
mystery: '201710',
value: 0,
},
201712: {
text: t('headMystery201712Text'),
notes: t('headMystery201712Notes'),
mystery: '201712',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),

View File

@@ -186,6 +186,10 @@ let mysterySets = {
start: '2017-11-17',
end: '2017-12-02',
},
201712: {
start: '2017-12-21',
end: '2018-01-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',