added more milestones

This commit is contained in:
Arjun S
2025-08-04 06:43:32 +00:00
parent a2db7cadce
commit 23dbb9415c
3 changed files with 114 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export const MILESTONES: Milestone[] = [
reward: '💥 Mega Bozo Background Unlocked!'
},
{
threshold: 80088008,
threshold: 8008008,
id: 'galactic-bozo',
name: 'Galactic Bozo',
description: 'Your clicks echo across the galaxy!',
@@ -90,5 +90,68 @@ export const MILESTONES: Milestone[] = [
background: 'cosmic-bozo',
image: 'https://media.discordapp.net/stickers/1377379131649429554.gif?size=160&quality=lossless',
reward: '🌠 Cosmic Background Unlocked!'
},
{
threshold: 100000000,
id: 'interdimensional-bozo',
name: 'Interdimensional Bozo',
description: 'You are breaking the barriers of reality!',
background: 'interdimensional',
image: 'https://media.discordapp.net/stickers/1397981135266648064.webp?size=160&quality=lossless',
reward: '🌀 Interdimensional Background Unlocked!'
},
{
threshold: 500000000,
id: 'multiversal-bozo',
name: 'Multiversal Bozo',
description: 'Your bozo energy resonates across multiverses!',
background: 'multiversal',
image: 'https://media.discordapp.net/stickers/1294812453112123453.webp?quality=lossless',
reward: '🌌 Multiversal Background Unlocked!'
},
{
threshold: 1000000000,
id: 'billionaire-bozo',
name: 'Billionaire Bozo',
description: 'You have achieved a billion clicks!',
background: 'billionaire',
image: 'https://media1.tenor.com/m/x8v1oNUOmg4AAAAd/spinning-rat-rat.gif',
reward: '💰 Billionaire Background Unlocked!'
},
{
threshold: 10000000000,
id: 'ten-billion-bozo',
name: 'Ten Billion Bozo',
description: 'The clicks are overflowing!',
background: 'ten-billion',
image: 'https://cdn.discordapp.com/emojis/1297946545626288312.webp',
reward: '📈 Ten Billion Background Unlocked!'
},
{
threshold: 100000000000,
id: 'hundred-billion-bozo',
name: 'Hundred Billion Bozo',
description: 'You are a legend in the world of bozos!',
background: 'hundred-billion',
image: 'https://media.discordapp.net/stickers/1377379131649429554.gif?size=160&quality=lossless',
reward: '🏆 Hundred Billion Background Unlocked!'
},
{
threshold: 500000000000,
id: 'half-trillion-bozo',
name: 'Half Trillion Bozo',
description: 'Almost there, you can taste the trillions!',
background: 'half-trillion',
image: 'https://media1.tenor.com/m/pV74fmh_NLgAAAAd/louie-rat-spinning-rat.gif',
reward: '🚀 Half Trillion Background Unlocked!'
},
{
threshold: 1000000000000,
id: 'trillionaire-bozo',
name: 'Trillionaire Bozo',
description: 'You are the ultimate bozo, a true trillionaire!',
background: 'trillionaire',
image: 'https://media.discordapp.net/stickers/1397981135266648064.webp?size=160&quality=lossless',
reward: '👑 Trillionaire Background Unlocked!'
}
];