feat(content): February Mystery Items

This commit is contained in:
Sabe Jones
2019-02-25 16:58:56 -06:00
parent 7e772924f6
commit fe04b56ecc
20 changed files with 36 additions and 9 deletions

View File

@@ -400,6 +400,12 @@ let eyewear = {
mystery: '201701',
value: 0,
},
201902: {
text: t('eyewearMystery201902Text'),
notes: t('eyewearMystery201902Notes'),
mystery: '201902',
value: 0,
},
301404: {
text: t('eyewearMystery301404Text'),
notes: t('eyewearMystery301404Notes'),
@@ -781,6 +787,12 @@ let shield = {
mystery: '201802',
value: 0,
},
201902: {
text: t('shieldMystery201902Text'),
notes: t('shieldMystery201902Notes'),
mystery: '201902',
value: 0,
},
301405: {
text: t('shieldMystery301405Text'),
notes: t('shieldMystery301405Notes'),