This commit is contained in:
Renan LE CARO 2025-05-03 18:29:54 +02:00
parent 94ffb80f49
commit 258d578ad3
22 changed files with 385 additions and 26 deletions

View file

@ -952,4 +952,15 @@ export const rawUpgrades = [
percent: lvl * 50,
}),
},
{
category: categories.advanced,
requires: "",
threshold: 250000,
gift: false,
id: "steering",
max: 4,
name: t("upgrades.steering.name"),
help: (lvl: number) => t("upgrades.steering.tooltip"),
fullHelp: (lvl: number) => t("upgrades.steering.verbose_description"),
},
] as const;