This commit is contained in:
Renan LE CARO 2025-03-22 16:04:25 +01:00
parent 5725d90470
commit cb4b1ea49e
16 changed files with 330 additions and 213 deletions

View file

@ -564,4 +564,15 @@ export const rawUpgrades = [
help: (lvl: number) => t("upgrades.reach.help", { lvl }),
fullHelp: t("upgrades.reach.fullHelp"),
},
{
requires: "",
rejects: "",
threshold: 140000,
giftable: false,
id: "passive_income",
max: 1,
name: t("upgrades.passive_income.name"),
help: (lvl: number) => t("upgrades.passive_income.help"),
fullHelp: t("upgrades.passive_income.fullHelp"),
},
] as const;