feat(content): Watery Potions

also fixes some sprite issues
This commit is contained in:
Sabe Jones
2019-06-20 15:13:19 -05:00
parent 76773d27c6
commit fcfc44fd13
60 changed files with 43 additions and 30 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = '_NONE_';
const CURRENT_SEASON = 'July';
function hasQuestAchievementFunction (key) {
return (user) => {
@@ -143,7 +143,11 @@ let premium = {
value: 2,
text: t('hatchingPotionGlass'),
limited: true,
_season: '_PENDING_',
_season: 'July',
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndJuly'),
previousDate: t('june2018'),
}),
},
Glow: {
value: 2,
@@ -190,6 +194,12 @@ let premium = {
return '';
},
},
Watery: {
value: 2,
text: t('hatchingPotionWatery'),
limited: true,
_season: 'July',
},
};
const wacky = {

View File

@@ -9,15 +9,15 @@ const featuredItems = {
},
{
type: 'eggs',
path: 'eggs.Fox',
path: 'eggs.BearCub',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.CottonCandyBlue',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Glass',
},
{
type: 'card',
path: 'cardTypes.congrats',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Watery',
},
],
quests: [