feat(content): subscriber items

Also fix(sprites): resize and recanvas gift boxes
This commit is contained in:
SabreCat
2017-10-24 20:21:30 +00:00
parent 54f57445da
commit dc3ee25e65
26 changed files with 40 additions and 8 deletions

View File

@@ -169,6 +169,12 @@ let armor = {
mystery: '201707',
value: 0,
},
201710: {
text: t('armorMystery201710Text'),
notes: t('armorMystery201710Notes'),
mystery: '201710',
value: 0,
},
301404: {
text: t('armorMystery301404Text'),
notes: t('armorMystery301404Notes'),
@@ -499,6 +505,12 @@ let head = {
mystery: '201707',
value: 0,
},
201710: {
text: t('headMystery201710Text'),
notes: t('headMystery201710Notes'),
mystery: '201710',
value: 0,
},
301404: {
text: t('headMystery301404Text'),
notes: t('headMystery301404Notes'),

View File

@@ -178,6 +178,10 @@ let mysterySets = {
start: '2017-09-19',
end: '2017-10-07',
},
201710: {
start: '2017-10-24',
end: '2017-11-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',