mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 13:06:15 -04:00
Build 29071489
This commit is contained in:
parent
16880533dd
commit
9ae649743c
25 changed files with 367 additions and 10873 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue