feat(content): May 2019 subscriber set

This commit is contained in:
Sabe Jones
2019-05-28 15:45:04 -05:00
parent 324b16b8cd
commit 251e1d45af
14 changed files with 32 additions and 14 deletions

View File

@@ -358,6 +358,12 @@ let back = {
mystery: '201812',
value: 0,
},
201905: {
text: t('backMystery201905Text'),
notes: t('backMystery201905Notes'),
mystery: '201905',
value: 0,
},
};
let body = {
@@ -772,6 +778,12 @@ let headAccessory = {
mystery: '201812',
value: 0,
},
201905: {
text: t('headAccessoryMystery201905Text'),
notes: t('headAccessoryMystery201905Notes'),
mystery: '201905',
value: 0,
},
301405: {
text: t('headAccessoryMystery301405Text'),
notes: t('headAccessoryMystery301405Notes'),

View File

@@ -185,8 +185,10 @@ let premium = {
value: 2,
text: t('hatchingPotionBronze'),
limited: true,
_season: 'March',
canBuy: hasQuestAchievementFunction('bronze'),
_addlNotes () {
return '';
},
},
};

View File

@@ -254,6 +254,10 @@ let mysterySets = {
start: '2019-04-25',
end: '2019-05-02',
},
201905: {
start: '2019-05-28',
end: '2019-06-02',
},
301404: {
start: '3014-03-24',
end: '3014-04-02',