feat(content): Mystery Items July 2019

This commit is contained in:
Sabe Jones
2019-07-25 14:58:07 -05:00
parent b0bb537501
commit 21d27d223c
18 changed files with 48 additions and 14 deletions

View File

@@ -241,6 +241,12 @@ let armor = {
mystery: '201906',
value: 0,
},
201907: {
text: t('armorMystery201907Text'),
notes: t('armorMystery201907Notes'),
mystery: '201907',
value: 0,
},
301404: {
text: t('armorMystery301404Text'),
notes: t('armorMystery301404Notes'),
@@ -430,6 +436,12 @@ let eyewear = {
mystery: '201902',
value: 0,
},
201907: {
text: t('eyewearMystery201907Text'),
notes: t('eyewearMystery201907Notes'),
mystery: '201907',
value: 0,
},
301404: {
text: t('eyewearMystery301404Text'),
notes: t('eyewearMystery301404Notes'),
@@ -709,6 +721,12 @@ let head = {
mystery: '201904',
value: 0,
},
201907: {
text: t('headMystery201907Text'),
notes: t('headMystery201907Notes'),
mystery: '201907',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),

View File

@@ -262,6 +262,10 @@ let mysterySets = {
start: '2019-06-25',
end: '2019-07-03',
},
201907: {
start: '2019-07-25',
end: '2019-08-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',