feat(content): Subscriber Mystery Items 2019-09

This commit is contained in:
Sabe Jones
2019-09-25 09:02:45 -05:00
parent 65e3690e9a
commit ba4d057312
13 changed files with 29 additions and 3 deletions

View File

@@ -253,6 +253,12 @@ let armor = {
mystery: '201908',
value: 0,
},
201909: {
text: t('armorMystery201909Text'),
notes: t('armorMystery201909Notes'),
mystery: '201909',
value: 0,
},
301404: {
text: t('armorMystery301404Text'),
notes: t('armorMystery301404Notes'),
@@ -733,6 +739,12 @@ let head = {
mystery: '201907',
value: 0,
},
201909: {
text: t('headMystery201909Text'),
notes: t('headMystery201909Notes'),
mystery: '201909',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),

View File

@@ -270,6 +270,10 @@ let mysterySets = {
start: '2019-08-27',
end: '2019-09-02',
},
201909: {
start: '2019-09-25',
end: '2019-10-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',