mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Shunt now only keeps 25% / 50%/ 75%
This commit is contained in:
parent
d2266de792
commit
e8621614ee
6 changed files with 19 additions and 15 deletions
|
@ -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"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue