This commit is contained in:
2025-08-04 02:17:50 +05:30
parent 3dc5aeee4e
commit df3bd8adbe
13 changed files with 42 additions and 42 deletions

View File

@@ -10,22 +10,13 @@ export const MILESTONES: Milestone[] = [
image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif',
reward: '🌈 Rainbow Background Unlocked!'
},
{
threshold: 5000,
id: 'five-thousand',
name: 'Getting Warmed Up',
description: 'The rat spins faster...',
background: 'matrix',
image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif',
reward: '💊 Matrix Mode Activated!'
},
{
threshold: 10000,
id: 'ten-thousand',
name: 'Cyber Rat',
description: 'Welcome to the future',
background: 'cyberpunk',
image: 'https://media1.tenor.com/m/YsWlbVbRWFQAAAAd/rat-spinning.gif',
image: 'https://cdn.discordapp.com/emojis/1297946545626288312.webp',
reward: '🦾 Cyberpunk Aesthetic Engaged!'
},
{
@@ -34,17 +25,26 @@ export const MILESTONES: Milestone[] = [
name: 'Space Cadet',
description: 'To infinity and beyond!',
background: 'space',
image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif',
image: 'https://media.discordapp.net/stickers/1377379131649429554.gif?size=160&quality=lossless',
reward: '🚀 Space Background Unlocked!'
},
{
threshold: 100000,
id: 'legendary',
name: 'Glitch in the Matrix',
description: 'Reality is breaking down',
name: 'musume mode',
description: 'Reality is breaking down, the girls are turning into horses!',
background: 'musume',
image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif',
reward: '🐴 Musume Background Unlocked!'
},
{
threshold: 200000,
id: 'two-hundred-thousand',
name: 'Major Milestone',
description: 'You are progressing rapidly!',
background: 'glitch',
image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif',
reward: '⚡ Glitch Effect Activated!'
reward: '✨ New Background Unlocked!'
},
{
threshold: 500000,
@@ -52,7 +52,7 @@ export const MILESTONES: Milestone[] = [
name: 'Ultimate Bozo',
description: 'You have achieved peak bozo status',
background: 'ultimate',
image: 'https://media1.tenor.com/m/YsWlbVbRWFQAAAAd/rat-spinning.gif',
image: 'https://media.discordapp.net/stickers/1397981135266648064.webp?size=160&quality=lossless',
reward: '👑 Ultimate Power Unlocked!'
},
{
@@ -61,7 +61,7 @@ export const MILESTONES: Milestone[] = [
name: 'God Tier Bozo',
description: 'You are the ultimate bozo',
background: 'god-tier',
image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif',
image: 'https://media.discordapp.net/stickers/1294812453112123453.webp?quality=lossless',
reward: '🌟 God Mode Activated!'
}
];
];