potential limiting

This commit is contained in:
Arjun S
2025-08-04 05:30:58 +00:00
parent b9f836d28b
commit 765975961b
4 changed files with 22 additions and 22 deletions

View File

@@ -47,9 +47,9 @@ export function Background({ background }: BackgroundProps) {
};
case 'god-tier':
return {
background: 'url("/special/bathtub.png") no-repeat center center fixed',
backgroundSize: 'contain',
animation: 'none'
background: 'linear-gradient(135deg, #000000 0%, #ffffff 100%)',
backgroundSize: '200% 200%',
animation: 'god-tier 10s ease infinite'
};
default:

View File

@@ -56,41 +56,41 @@ export const UPGRADES: Upgrade[] = [
mascotTiers: [
{
level: 0,
imageSrc: 'assets/bozo.png',
multiplier: 1.02,
imageSrc: '/assets/bozo.png',
multiplier: 1.002,
rarity: 1.0,
},
{
level: 1,
imageSrc: 'assets/shoominion.png',
multiplier: 1.03,
imageSrc: '/assets/shoominion.png',
multiplier: 1.003,
rarity: 0.8,
},
{
level: 5,
imageSrc: 'assets/codebug.gif',
multiplier: 1.05,
imageSrc: '/assets/codebug.gif',
multiplier: 1.005,
rarity: 0.6,
},
{
level: 10,
imageSrc: 'assets/lalan.gif',
multiplier: 1.07,
imageSrc: '/assets/lalan.gif',
multiplier: 1.007,
rarity: 0.4,
},
{
level: 15,
imageSrc: 'assets/neuro-neurosama.gif',
multiplier: 1.10,
imageSrc: '/assets/neuro-neurosama.gif',
multiplier: 1.010,
rarity: 0.2,
},
{
level: 20,
imageSrc: 'assets/evil-neurosama.gif',
multiplier: 1.15,
imageSrc: '/assets/evil-neurosama.gif',
multiplier: 1.015,
rarity: 0.1,
},
],
]
},
{
id: 'news',