diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json index f970f42ea8..f1c2408d6e 100644 --- a/website/common/locales/en/content.json +++ b/website/common/locales/en/content.json @@ -302,6 +302,7 @@ "hatchingPotionAutumnLeaf": "Autumn Leaf", "hatchingPotionBlackPearl": "Black Pearl", "hatchingPotionStainedGlass": "Stained Glass", + "hatchingPotionPolkaDot": "Polka Dot", "hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.", "premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.", diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json index b00770dbca..f8dced4024 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -729,7 +729,7 @@ "questAlligatorUnlockText": "Unlocks Alligator Eggs for purchase in the Market", "oddballsText": "Oddballs Quest Bundle", - "oddballsNotes": "Contains 'The Jelly Regent,' 'Escape the Cave Creature,' and 'A Tangled Yarn.' Available until June 30.", + "oddballsNotes": "Contains 'The Jelly Regent,' 'Escape the Cave Creature,' and 'A Tangled Yarn.' Available until April 30.", "birdBuddiesText": "Bird Buddies Quest Bundle", "birdBuddiesNotes": "Contains 'The Fowl Frost,' 'Rooster Rampage,' and 'The Push-and-Pull Peacock.' Available until December 31.", diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 7b30a53796..fd718bffda 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -191,6 +191,14 @@ const premium = { value: 2, text: t('hatchingPotionRainbow'), limited: true, + _addlNotes: t('eventAvailabilityReturning', { + availableDate: t('dateEndMarch'), + previousDate: t('marchYYYY', { year: 2019 }), + }), + event: EVENTS.spring2021, + canBuy () { + return moment().isBefore('2021-04-30T20:00-04:00'); + }, }, Glass: { value: 2, @@ -340,12 +348,13 @@ const premium = { text: t('hatchingPotionBirchBark'), limited: true, event: EVENTS.spring2020, - canBuy () { - return moment().isBefore('2020-05-02'); - }, - _addlNotes: t('premiumPotionAddlNotes', { - date: t('dateEndMarch'), + _addlNotes: t('eventAvailabilityReturning', { + availableDate: t('dateEndMarch'), + previousDate: t('marchYYYY', { year: 2020 }), }), + canBuy () { + return moment().isBefore('2021-04-30T20:00-04:00'); + }, }, Fluorite: { value: 2, @@ -422,6 +431,18 @@ const premium = { return moment().isBetween('2020-12-22T08:00-04:00', '2021-01-31T20:00-04:00'); }, }, + PolkaDot: { + value: 2, + text: t('hatchingPotionPolkaDot'), + limited: true, + event: EVENTS.spring2021, + _addlNotes: t('premiumPotionAddlNotes', { + date: t('dateEndMarch'), + }), + canBuy () { + return moment().isBefore('2021-04-30T20:00-04:00'); + }, + }, }; const wacky = { diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-PolkaDot.png new file mode 100644 index 0000000000..8ab68d36c4 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-PolkaDot.png new file mode 100644 index 0000000000..c977ee2f9d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-PolkaDot.png new file mode 100644 index 0000000000..3f416e0331 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-PolkaDot.png new file mode 100644 index 0000000000..c8b91f94f1 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-PolkaDot.png new file mode 100644 index 0000000000..58e1f4ebd1 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-PolkaDot.png new file mode 100644 index 0000000000..ec205da24d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-PolkaDot.png new file mode 100644 index 0000000000..8116b838f0 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-PolkaDot.png new file mode 100644 index 0000000000..076ea640ae Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-PolkaDot.png new file mode 100644 index 0000000000..4ede7311b6 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-PolkaDot.png new file mode 100644 index 0000000000..d259598f39 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-PolkaDot.png new file mode 100644 index 0000000000..d3d226d887 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-PolkaDot.png new file mode 100644 index 0000000000..0e0d685a58 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-PolkaDot.png new file mode 100644 index 0000000000..ef232d822d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-PolkaDot.png new file mode 100644 index 0000000000..21d522aac5 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-PolkaDot.png new file mode 100644 index 0000000000..690cbd6252 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-PolkaDot.png new file mode 100644 index 0000000000..893f044663 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-PolkaDot.png new file mode 100644 index 0000000000..4c058ce109 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-PolkaDot.png new file mode 100644 index 0000000000..0efb370843 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-PolkaDot.png new file mode 100644 index 0000000000..8dc2bef144 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-PolkaDot.png new file mode 100644 index 0000000000..b698c876ba Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-PolkaDot.png new file mode 100644 index 0000000000..7b67db1cf3 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-PolkaDot.png new file mode 100644 index 0000000000..ade9e8d41d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-PolkaDot.png new file mode 100644 index 0000000000..64d0314acd Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-PolkaDot.png new file mode 100644 index 0000000000..bf8cf15845 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-PolkaDot.png new file mode 100644 index 0000000000..c724919668 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-PolkaDot.png new file mode 100644 index 0000000000..98c0d7e5f3 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-PolkaDot.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-PolkaDot.png new file mode 100644 index 0000000000..a7068a1f0d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-PolkaDot.png new file mode 100644 index 0000000000..dfadada9aa Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-PolkaDot.png new file mode 100644 index 0000000000..39e8db3945 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-PolkaDot.png new file mode 100644 index 0000000000..dee3cd19b8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-PolkaDot.png new file mode 100644 index 0000000000..9ddc8358f8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-PolkaDot.png new file mode 100644 index 0000000000..d0c0bfb6ae Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-PolkaDot.png new file mode 100644 index 0000000000..7eb01d5f15 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-PolkaDot.png new file mode 100644 index 0000000000..af160ead33 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-PolkaDot.png new file mode 100644 index 0000000000..058bc623f5 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-PolkaDot.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-PolkaDot.png new file mode 100644 index 0000000000..5c6f15984d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-PolkaDot.png differ diff --git a/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_PolkaDot.png b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_PolkaDot.png new file mode 100644 index 0000000000..b849674aba Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_PolkaDot.png differ