This commit is contained in:
Renan LE CARO 2025-03-20 21:02:51 +01:00
parent 3eca148fb8
commit 760fa5715b
16 changed files with 289 additions and 152 deletions

View file

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