This commit is contained in:
Renan LE CARO 2025-04-30 09:44:14 +02:00
parent 4c66cc820c
commit cee5c6bc60
28 changed files with 948 additions and 344 deletions

View file

@ -914,7 +914,10 @@ export const rawUpgrades = [
max: 4,
name: t("upgrades.passive_income.name"),
help: (lvl: number) =>
t("upgrades.passive_income.tooltip", { time: (lvl * 0.1 - 0.05).toFixed(2), lvl }),
t("upgrades.passive_income.tooltip", {
time: (lvl * 0.1 - 0.05).toFixed(2),
lvl,
}),
fullHelp: (lvl: number) =>
t("upgrades.passive_income.verbose_description", {
time: (lvl * 0.1 - 0.05).toFixed(2),