mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -04:00
wip
This commit is contained in:
parent
6b6e393d3b
commit
5ba93500b4
14 changed files with 548 additions and 561 deletions
|
@ -189,10 +189,7 @@ export const rawUpgrades = [
|
|||
id: "smaller_puck",
|
||||
max: 2,
|
||||
name: t("upgrades.smaller_puck.name"),
|
||||
help: (lvl: number) =>
|
||||
lvl == 1
|
||||
? t("upgrades.smaller_puck.tooltip")
|
||||
: t("upgrades.smaller_puck.help_plural"),
|
||||
help: (lvl: number) => t("upgrades.smaller_puck.tooltip", {percent:50*lvl}),
|
||||
fullHelp: t("upgrades.smaller_puck.verbose_description"),
|
||||
},
|
||||
{
|
||||
|
@ -721,8 +718,7 @@ export const rawUpgrades = [
|
|||
id: "fountain_toss",
|
||||
max: 7,
|
||||
name: t("upgrades.fountain_toss.name"),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.fountain_toss.tooltip", { lvl, max: lvl * 30 }),
|
||||
help: () => t("upgrades.fountain_toss.tooltip"),
|
||||
fullHelp: t("upgrades.fountain_toss.verbose_description"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue