mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 18:09:10 +00:00
Update splash-messages.ts
This commit is contained in:
parent
5fd9ba9d69
commit
780b3402e1
@ -190,21 +190,46 @@ const commonSplashMessages = [
|
|||||||
const seasonalSplashMessages: Season[] = [
|
const seasonalSplashMessages: Season[] = [
|
||||||
{
|
{
|
||||||
name: "Halloween",
|
name: "Halloween",
|
||||||
start: "09-15",
|
start: "10-15",
|
||||||
end: "10-31",
|
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",
|
start: "12-01",
|
||||||
end: "12-26",
|
end: "12-31",
|
||||||
messages: [ "xmas.happyHolidays", "xmas.unaffilicatedWithDelibirdServices", "xmas.delibirdSeason", "xmas.diamondsFromTheSky", "xmas.holidayStylePikachuNotIncluded" ],
|
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",
|
name: "New Year's",
|
||||||
start: "01-01",
|
start: "01-01",
|
||||||
end: "01-31",
|
end: "01-15",
|
||||||
messages: [ "newYears.happyNewYear" ],
|
messages: [
|
||||||
|
"newYears.happyNewYear",
|
||||||
|
"newYears.andAHappyNewYear"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user