Shunt now only keeps 25% / 50%/ 75%

This commit is contained in:
Renan LE CARO 2025-03-20 08:13:17 +01:00
parent d2266de792
commit e8621614ee
6 changed files with 19 additions and 15 deletions

View file

@ -406,9 +406,9 @@ export const rawUpgrades = [
threshold: 80000,
giftable: false,
id: "shunt",
max: 1,
max: 3,
name: t("upgrades.shunt.name"),
help: (lvl: number) => t("upgrades.shunt.help"),
help: (lvl: number) => t("upgrades.shunt.help",{percent:lvl*25}),
fullHelp: t("upgrades.shunt.fullHelp"),
},
{