Updated soft reset perk to just keep lvl*10 % of combo

This commit is contained in:
Renan LE CARO 2025-03-16 14:29:14 +01:00
parent a3c66fcdea
commit a1bf54af71
20 changed files with 4543 additions and 4445 deletions

View file

@ -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'),