This commit is contained in:
Renan LE CARO 2025-04-06 15:38:30 +02:00
parent 2f51f83514
commit 42abc6bc01
25 changed files with 1514 additions and 1328 deletions

View file

@ -654,4 +654,15 @@ export const rawUpgrades = [
t("upgrades.fountain_toss.help", { lvl, max: lvl * 30 }),
fullHelp: t("upgrades.fountain_toss.fullHelp"),
},
{
requires: "",
threshold: 175000,
giftable: false,
id: "limitless",
max: 1,
name: t("upgrades.limitless.name"),
help: (lvl: number) =>
t("upgrades.limitless.help", { lvl }),
fullHelp: t("upgrades.limitless.fullHelp"),
},
] as const;