Update splash-messages.ts

This commit is contained in:
damocleas 2025-03-05 22:21:12 -05:00 committed by GitHub
parent e6cb464d09
commit 03d7296044
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,11 @@ interface Season {
//#region Constants //#region Constants
/** The weight multiplier for the battles-won splash message */ /** The weight multiplier for the battles-won splash message */
const BATTLES_WON_WEIGHT_MULTIPLIER = 10; const BATTLES_WON_WEIGHT_MULTIPLIER = 15;
/** The weight multiplier for the Pokémon names splash message */ /** The weight multiplier for the Pokémon names splash message */
const POKEMON_NAMES_WEIGHT_MULTIPLIER = 5; const POKEMON_NAMES_WEIGHT_MULTIPLIER = 10;
/** The weight multiplier for the seasonal splash messages */ /** The weight multiplier for the seasonal splash messages */
const SEASONAL_WEIGHT_MULTIPLIER = 10; const SEASONAL_WEIGHT_MULTIPLIER = 15;
//#region Common Messages //#region Common Messages
@ -204,7 +204,8 @@ const commonSplashMessages = [
"weHopeToSeeYouAgain", "weHopeToSeeYouAgain",
"aHealthyTeamCanMeanGreaterRewards", "aHealthyTeamCanMeanGreaterRewards",
"aWildPokemonAppeared", "aWildPokemonAppeared",
"isThisThingOn" "isThisThingOn",
"needsMoreTesting"
]; ];
//#region Seasonal Messages //#region Seasonal Messages
@ -224,6 +225,7 @@ const seasonalSplashMessages: Season[] = [
start: "02-07", start: "02-07",
end: "02-21", end: "02-21",
messages: [ messages: [
"valentines.happyValentines",
"valentines.fullOfLove", "valentines.fullOfLove",
"valentines.applinForYou", "valentines.applinForYou",
"valentines.thePowerOfLoveIsThreeThirtyBST", "valentines.thePowerOfLoveIsThreeThirtyBST",
@ -236,6 +238,8 @@ const seasonalSplashMessages: Season[] = [
start: "04-01", start: "04-01",
end: "04-02", end: "04-02",
messages: [ messages: [
"aprilFools.battlesOne",
"aprilFools.aprilFools",
"aprilFools.gotcha", "aprilFools.gotcha",
"aprilFools.alsoTryPokerogueTwo", "aprilFools.alsoTryPokerogueTwo",
"aprilFools.nowWithSameScumCountermeasures", "aprilFools.nowWithSameScumCountermeasures",
@ -262,12 +266,13 @@ const seasonalSplashMessages: Season[] = [
start: "10-15", start: "10-15",
end: "10-31", end: "10-31",
messages: [ messages: [
"halloween.happyHalloween",
"halloween.boo"
"halloween.pumpkabooAbout", "halloween.pumpkabooAbout",
"halloween.mayContainSpiders", "halloween.mayContainSpiders",
"halloween.spookyScarySkeledirge", "halloween.spookyScarySkeledirge",
"halloween.gourgeistUsedTrickOrTreat", "halloween.gourgeistUsedTrickOrTreat",
"halloween.letsSnuggleForever", "halloween.letsSnuggleForever"
"halloween.boo"
], ],
}, },
{ {