pokerogue/src/data/splash-messages.ts

35 lines
895 B
TypeScript
Raw Normal View History

2024-04-06 15:29:17 -07:00
export const battleCountSplashMessage = '{COUNT} Battles Won!';
2024-03-21 11:53:35 -07:00
export const splashMessages = [
2024-04-06 15:29:17 -07:00
battleCountSplashMessage,
2024-03-21 11:53:35 -07:00
'Join the Discord!',
'Infinite Levels!',
2024-03-29 12:43:36 -07:00
'Everything Stacks!',
2024-03-21 11:53:35 -07:00
'Optional Save Scumming!',
'35 Biomes!',
'Open Source!',
'Play with 5x Speed!',
'Live Bug Testing!',
'Heavy RoR2 Influence!',
'Pokémon Risk and Pokémon Rain!',
'Now with 33% More Salt!',
2024-03-21 11:53:35 -07:00
'Infinite Fusion at Home!',
'Broken Egg Moves!',
'Mubstitute!',
2024-03-25 09:33:35 -07:00
'That\'s Crazy!',
'Orance Juice!',
2024-03-21 11:53:35 -07:00
'Questionable Balancing!',
'Cool Shaders!',
'AI-Free!',
'Help Wanted!',
2024-03-21 11:53:35 -07:00
'Sudden Difficulty Spikes!',
'Based on an Unfinished Flash Game!',
2024-03-25 09:33:35 -07:00
'More Addictive than Intended!',
'Mostly Consistent Seeds!',
'Achievement Points Don\'t Do Anything!',
'You Do Not Start at Level 2000!',
'Also Try Pokéngine!',
'Also Try Emerald Rogue!',
2024-03-25 09:33:35 -07:00
'Eevee Expo!',
2024-03-21 11:53:35 -07:00
'YNOproject!'
];