feat(content): mystery items Feb 2018

This commit is contained in:
SabreCat
2018-02-22 22:56:33 +00:00
parent 9487811d31
commit 8b8cee40a7
18 changed files with 149 additions and 70 deletions

View File

@@ -187,6 +187,12 @@ let armor = {
mystery: '201712',
value: 0,
},
201802: {
text: t('armorMystery201802Text'),
notes: t('armorMystery201802Notes'),
mystery: '201802',
value: 0,
},
301404: {
text: t('armorMystery301404Text'),
notes: t('armorMystery301404Notes'),
@@ -541,6 +547,12 @@ let head = {
mystery: '201712',
value: 0,
},
201802: {
text: t('headMystery201802Text'),
notes: t('headMystery201802Notes'),
mystery: '201802',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),
@@ -637,6 +649,12 @@ let shield = {
mystery: '201709',
value: 0,
},
201802: {
text: t('shieldMystery201802Text'),
notes: t('shieldMystery201802Notes'),
mystery: '201802',
value: 0,
},
301405: {
text: t('shieldMystery301405Text'),
notes: t('shieldMystery301405Notes'),

View File

@@ -194,6 +194,10 @@ let mysterySets = {
start: '2018-01-23',
end: '2018-02-02',
},
201802: {
start: '2018-02-22',
end: '2018-03-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',