add lenny feature

This commit is contained in:
lubiana 2025-07-13 11:53:57 +02:00
parent b9ec9b946c
commit 8053481244
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -15,9 +15,9 @@ export type Tier = {
};
const TIERS: Tier[] = [
{ name: 'Start', unlockPrice: 0, buyPrice: 1, gubblePointChance: 0.9 },
{ name: 'Start', unlockPrice: 0, buyPrice: 1, gubblePointChance: 0.0 },
{ name: 'Bronze', unlockPrice: 3, buyPrice: 2, gubblePointChance: 0.0 },
{ name: 'Silver', unlockPrice: 7, buyPrice: 5, gubblePointChance: 0.0 },
{ name: 'Silver', unlockPrice: 7, buyPrice: 5, gubblePointChance: 0.1 },
{ name: 'Gold', unlockPrice: 15, buyPrice: 10, gubblePointChance: 0.1 },
{ name: 'Platinum', unlockPrice: 30, buyPrice: 20, gubblePointChance: 0.1 },
{ name: 'Diamond', unlockPrice: 75, buyPrice: 50, gubblePointChance: 0.2 },