Build 29061838

This commit is contained in:
Renan LE CARO 2025-04-03 21:59:01 +02:00
parent 99db15d776
commit 51d112c942
12 changed files with 123 additions and 52 deletions

View file

@ -643,4 +643,15 @@ export const rawUpgrades = [
t("upgrades.addiction.help", { lvl, delay: (5 / lvl).toFixed(2) }),
fullHelp: t("upgrades.addiction.fullHelp"),
},
{
requires: "",
threshold: 170000,
giftable: false,
id: "fountain_toss",
max: 7,
name: t("upgrades.fountain_toss.name"),
help: (lvl: number) =>
t("upgrades.fountain_toss.help", { lvl, max: lvl * 30 }),
fullHelp: t("upgrades.fountain_toss.fullHelp"),
},
] as const;