feat(gala): Add 2023 Summer Splash Gala Items (#14712)

* feat(content): add June subscriber items

* feat(gala): add images

* feat(gala): add code

* feat(gala): text strings

* feat(gala): testing and final updates

* feat(gala): fixed a couple of typos

* fix(event): proofread strings and dates
Also replace empty descriptions for Rogue and Healer

* fix(event): NO EGG

---------

Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
Natalie L
2023-06-19 17:36:05 -04:00
committed by GitHub
parent 2c12d5ee29
commit c7ed693e18
11 changed files with 506 additions and 229 deletions

View File

@@ -5,7 +5,7 @@ import { EVENTS } from './constants';
// path: 'premiumHatchingPotions.Rainbow',
const featuredItems = {
market () {
if (moment().isBetween(EVENTS.potions202305.start, EVENTS.potions202305.end)) {
if (moment().isBetween(EVENTS.summer2023.start, EVENTS.summer2023.end)) {
return [
{
type: 'armoire',
@@ -13,15 +13,15 @@ const featuredItems = {
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Fairy',
path: 'premiumHatchingPotions.Sunset',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Floral',
path: 'premiumHatchingPotions.Glass',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.SandSculpture',
},
];
}
@@ -93,7 +93,7 @@ const featuredItems = {
},
];
},
seasonal: 'spring2022Healer',
seasonal: 'summer2022MantaRayMageSet',
timeTravelers: [
// TODO
],