mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 23:32:19 +02:00
Update splash-messages.ts
This commit is contained in:
parent
79da85db7d
commit
25327834ec
@ -207,7 +207,13 @@ const commonSplashMessages = [
|
|||||||
"isThisThingOn",
|
"isThisThingOn",
|
||||||
"needsMoreTesting",
|
"needsMoreTesting",
|
||||||
"whoChecksStatChanges",
|
"whoChecksStatChanges",
|
||||||
"whenTwoTrainerseyesMeet
|
"whenTwoTrainerseyesMeet",
|
||||||
|
"notOfficiallyOnSteam",
|
||||||
|
"fiftyFifty",
|
||||||
|
"metaNotIncluded",
|
||||||
|
"bornToBeAWinner",
|
||||||
|
"onARollout",
|
||||||
|
"itsAlwaysNightDeepInTheAbyss"
|
||||||
];
|
];
|
||||||
|
|
||||||
//#region Seasonal Messages
|
//#region Seasonal Messages
|
||||||
@ -242,6 +248,8 @@ const seasonalSplashMessages: Season[] = [
|
|||||||
messages: [
|
messages: [
|
||||||
"aprilFools.battlesOne",
|
"aprilFools.battlesOne",
|
||||||
"aprilFools.aprilFools",
|
"aprilFools.aprilFools",
|
||||||
|
"aprilFools.removedPokemon",
|
||||||
|
"aprilFools.helloKyleAmber",
|
||||||
"aprilFools.gotcha",
|
"aprilFools.gotcha",
|
||||||
"aprilFools.alsoTryPokerogueTwo",
|
"aprilFools.alsoTryPokerogueTwo",
|
||||||
"aprilFools.nowWithSameScumCountermeasures",
|
"aprilFools.nowWithSameScumCountermeasures",
|
||||||
@ -252,20 +260,26 @@ const seasonalSplashMessages: Season[] = [
|
|||||||
"aprilFools.newLightType",
|
"aprilFools.newLightType",
|
||||||
"aprilFools.removedMegas",
|
"aprilFools.removedMegas",
|
||||||
"aprilFools.nerfedYourFavorites",
|
"aprilFools.nerfedYourFavorites",
|
||||||
"aprilFools.removedPokemon",
|
|
||||||
"aprilFools.grrr",
|
"aprilFools.grrr",
|
||||||
"aprilFools.enabledEternatusPassiveGoodLuck",
|
"aprilFools.enabledEternatusPassiveGoodLuck",
|
||||||
"aprilFools.theDarkestDaySoundsLikeAFutureProblem",
|
"aprilFools.theDarkestDaySoundsLikeAFutureProblem",
|
||||||
"aprilFools.tmShopWhen",
|
"aprilFools.tmShopWhen",
|
||||||
"aprilFools.whoIsFinn",
|
"aprilFools.whoIsFinn",
|
||||||
"aprilFools.helloKyleAmber",
|
|
||||||
"aprilFools.watchOutForShadowPokemon",
|
"aprilFools.watchOutForShadowPokemon",
|
||||||
"aprilFools.nowWithDarkTypeLuxray",
|
"aprilFools.nowWithDarkTypeLuxray",
|
||||||
"aprilFools.onlyOnPokerogueNetAGAIN",
|
"aprilFools.onlyOnPokerogueNetAGAIN",
|
||||||
"aprilFools.noFreeVouchers",
|
"aprilFools.noFreeVouchers",
|
||||||
"aprilFools.altffourAchievementPoints",
|
"aprilFools.altffourAchievementPoints",
|
||||||
"aprilFools.rokePogue",
|
"aprilFools.rokePogue",
|
||||||
"aprilFools.readMe"
|
"aprilFools.readMe",
|
||||||
|
"aprilFools.winningNotIncluded",
|
||||||
|
"aprilFools.timeForYourSoloUnownRun",
|
||||||
|
"aprilFools.nowARealTimeStrategyGame",
|
||||||
|
"aprilFools.nowWithQuickTimeEncounters",
|
||||||
|
"aprilFools.timeYourInputsForHigherCatchrate",
|
||||||
|
"aprilFools.certifiedButtonSimulator",
|
||||||
|
"aprilFools.folksTodayIsInsane",
|
||||||
|
"aprilFools.iHopeYouGetSuckerPunched"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user