mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Updated soft reset perk to just keep lvl*10 % of combo
This commit is contained in:
parent
a3c66fcdea
commit
a1bf54af71
20 changed files with 4543 additions and 4445 deletions
|
@ -255,9 +255,9 @@ export const rawUpgrades = [
|
|||
threshold: 18000,
|
||||
giftable: false,
|
||||
id: "soft_reset",
|
||||
max: 2,
|
||||
max: 9,
|
||||
name: t('upgrades.soft_reset.name'),
|
||||
help: (lvl: number) => t('upgrades.soft_reset.help'),
|
||||
help: (lvl: number) => t('upgrades.soft_reset.help',{percent:10*lvl}),
|
||||
fullHelp: t('upgrades.soft_reset.fullHelp'),
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue