diff --git a/party/index.ts b/party/index.ts index 47f2da4..537df2f 100644 --- a/party/index.ts +++ b/party/index.ts @@ -200,10 +200,10 @@ const MILESTONES = [ { threshold: 50000, id: 'epic-milestone', background: 'space', image: 'https://media.discordapp.net/stickers/1377379131649429554.gif?size=160&quality=lossless' }, { threshold: 100000, id: 'legendary', background: 'musume', image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif' }, { threshold: 200000, id: 'two-hundred-thousand', background: 'glitch', image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif' }, - { threshold: 500000, id: 'ultimate', background: 'ultimate', image: 'https://media.discordapp.net/stickers/1397981135266648064.webp?size=160&quality=lossless' }, + { threshold: 696969, id: 'ultimate', background: 'ultimate', image: 'https://media.discordapp.net/stickers/1397981135266648064.webp?size=160&quality=lossless' }, { threshold: 1000000, id: 'god-tier', background: 'god-tier', image: 'https://media.discordapp.net/stickers/1294812453112123453.webp?quality=lossless' }, - { threshold: 2000000, id: 'mega-bozo', background: 'mega-bozo', image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif' }, - { threshold: 5000000, id: 'galactic-bozo', background: 'galactic-bozo', image: 'https://cdn.discordapp.com/emojis/1297946545626288312.webp' }, + { threshold: 5000000, id: 'mega-bozo', background: 'mega-bozo', image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif' }, + { threshold: 8008008, id: 'galactic-bozo', background: 'galactic-bozo', image: 'https://cdn.discordapp.com/emojis/1297946545626288312.webp' }, { threshold: 10000000, id: 'cosmic-bozo', background: 'cosmic-bozo', image: 'https://media.discordapp.net/stickers/1377379131649429554.gif?size=160&quality=lossless' } ]; diff --git a/src/config/milestones.ts b/src/config/milestones.ts index 505c3c6..ddef3cd 100644 --- a/src/config/milestones.ts +++ b/src/config/milestones.ts @@ -47,7 +47,7 @@ export const MILESTONES: Milestone[] = [ reward: '✨ New Background Unlocked!' }, { - threshold: 500000, + threshold: 696969, id: 'ultimate', name: 'Ultimate Bozo', description: 'You have achieved peak bozo status', @@ -65,7 +65,7 @@ export const MILESTONES: Milestone[] = [ reward: '🌟 God Mode Activated!' }, { - threshold: 2000000, + threshold: 5000000, id: 'mega-bozo', name: 'Mega Bozo', description: 'You are a true clicking machine!', @@ -74,7 +74,7 @@ export const MILESTONES: Milestone[] = [ reward: '💥 Mega Bozo Background Unlocked!' }, { - threshold: 5000000, + threshold: 80088008, id: 'galactic-bozo', name: 'Galactic Bozo', description: 'Your clicks echo across the galaxy!',