Build 29071489

This commit is contained in:
Renan LE CARO 2025-04-10 14:49:28 +02:00
parent 16880533dd
commit 9ae649743c
25 changed files with 367 additions and 10873 deletions

View file

@ -680,4 +680,24 @@ export const rawUpgrades = [
help: (lvl: number) => t("upgrades.minefield.tooltip", { lvl }),
fullHelp: t("upgrades.minefield.verbose_description"),
},
{
requires: "",
threshold: 185000,
giftable: false,
id: "trickledown",
max: 1,
name: t("upgrades.trickledown.name"),
help: (lvl: number) => t("upgrades.trickledown.tooltip", { lvl }),
fullHelp: t("upgrades.trickledown.verbose_description"),
},
{
requires: "",
threshold: 190000,
giftable: false,
id: "transparency",
max: 3,
name: t("upgrades.transparency.name"),
help: (lvl: number) => t("upgrades.transparency.tooltip", { lvl }),
fullHelp: t("upgrades.transparency.verbose_description"),
},
] as const;