2024-04-06 23:29:17 +01:00
|
|
|
export const battleCountSplashMessage = '{COUNT} Battles Won!';
|
|
|
|
|
2024-04-06 23:32:24 +01:00
|
|
|
export const splashMessages = Array(10).fill(battleCountSplashMessage);
|
|
|
|
splashMessages.push(...[
|
2024-03-21 18:53:35 +00:00
|
|
|
'Join the Discord!',
|
|
|
|
'Infinite Levels!',
|
2024-03-29 19:43:36 +00:00
|
|
|
'Everything Stacks!',
|
2024-03-21 18:53:35 +00: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!',
|
2024-03-23 00:48:47 +00:00
|
|
|
'Now with 33% More Salt!',
|
2024-03-21 18:53:35 +00:00
|
|
|
'Infinite Fusion at Home!',
|
|
|
|
'Broken Egg Moves!',
|
|
|
|
'Mubstitute!',
|
2024-03-25 16:33:35 +00:00
|
|
|
'That\'s Crazy!',
|
2024-03-27 01:21:27 +00:00
|
|
|
'Orance Juice!',
|
2024-03-21 18:53:35 +00:00
|
|
|
'Questionable Balancing!',
|
2024-03-27 15:38:50 +00:00
|
|
|
'Cool Shaders!',
|
|
|
|
'AI-Free!',
|
2024-03-21 18:53:35 +00:00
|
|
|
'Sudden Difficulty Spikes!',
|
|
|
|
'Based on an Unfinished Flash Game!',
|
2024-03-25 16:33:35 +00:00
|
|
|
'More Addictive than Intended!',
|
2024-03-27 15:38:50 +00:00
|
|
|
'Mostly Consistent Seeds!',
|
|
|
|
'Achievement Points Don\'t Do Anything!',
|
|
|
|
'You Do Not Start at Level 2000!',
|
2024-04-09 06:43:12 +01:00
|
|
|
'Don\'t Talk About the Manaphy Egg Incident!',
|
2024-03-27 15:38:50 +00:00
|
|
|
'Also Try Pokéngine!',
|
|
|
|
'Also Try Emerald Rogue!',
|
2024-04-09 02:10:53 +01:00
|
|
|
'Also Try Radical Red!',
|
2024-03-25 16:33:35 +00:00
|
|
|
'Eevee Expo!',
|
2024-03-21 18:53:35 +00:00
|
|
|
'YNOproject!'
|
2024-04-06 23:32:24 +01:00
|
|
|
]);
|