Update splash-messages.ts

This commit is contained in:
damocleas 2025-03-01 17:54:53 -05:00 committed by GitHub
parent 5fd9ba9d69
commit 780b3402e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,21 +190,46 @@ const commonSplashMessages = [
const seasonalSplashMessages: Season[] = [
{
name: "Halloween",
start: "09-15",
start: "10-15",
end: "10-31",
messages: [ "halloween.pumpkabooAbout", "halloween.mayContainSpiders", "halloween.spookyScarySkeledirge", "halloween.gourgeistUsedTrickOrTreat", "halloween.letsSnuggleForever" ],
messages: [
"halloween.pumpkabooAbout",
"halloween.mayContainSpiders",
"halloween.spookyScarySkeledirge",
"halloween.gourgeistUsedTrickOrTreat",
"halloween.letsSnuggleForever",
"halloween.boo"
],
},
{
name: "XMAS",
name: "Winter Holiday",
start: "12-01",
end: "12-26",
messages: [ "xmas.happyHolidays", "xmas.unaffilicatedWithDelibirdServices", "xmas.delibirdSeason", "xmas.diamondsFromTheSky", "xmas.holidayStylePikachuNotIncluded" ],
end: "12-31",
messages: [
"winterHoliday.happyHolidays",
"winterHoliday.unaffilicatedWithDelibirdServices",
"winterHoliday.delibirdSeason",
"winterHoliday.diamondsFromTheSky",
"winterHoliday.holidayStylePikachuNotIncluded",
"winterHoliday.haveAnIceDay",
"winterHoliday.spinTheClaydol",
"winterHoliday.beGoodForGoodnessSake",
"winterHoliday.moomooMilkAndLavaCookies",
"winterHoliday.iNeedAYacheBerry",
"winterHoliday.getJolly",
"winterHoliday.deckTheHalls",
"winterHoliday.saveScummingGetsYouOnTheNaughtyList",
"winterHoliday.stockingsFullOfRolycoly"
],
},
{
name: "New Year's",
start: "01-01",
end: "01-31",
messages: [ "newYears.happyNewYear" ],
end: "01-15",
messages: [
"newYears.happyNewYear",
"newYears.andAHappyNewYear"
],
},
];