feat(content): mystery items 2018-11

This commit is contained in:
Sabe Jones
2018-11-28 14:50:43 -06:00
parent e6807d36b5
commit f19e69948a
15 changed files with 188 additions and 94 deletions

View File

@@ -643,6 +643,12 @@ let head = {
mystery: '201810',
value: 0,
},
201811: {
text: t('headMystery201811Text'),
notes: t('headMystery201811Notes'),
mystery: '201811',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),
@@ -796,6 +802,12 @@ let weapon = {
mystery: '201708',
value: 0,
},
201811: {
text: t('weaponMystery201811Text'),
notes: t('weaponMystery201811Notes'),
mystery: '201811',
value: 0,
},
301404: {
text: t('weaponMystery301404Text'),
notes: t('weaponMystery301404Notes'),

View File

@@ -230,6 +230,10 @@ let mysterySets = {
start: '2018-10-25',
end: '2018-11-02',
},
201811: {
start: '2018-11-28',
end: '2018-12-4',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',