Mem Mushroom Cost 4x Update modifier-type.ts

This commit is contained in:
damocleas 2024-10-03 09:16:31 -04:00 committed by GitHub
parent 4a4e931abf
commit f9521bbe2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2231,7 +2231,7 @@ export function getPlayerShopModifierTypeOptionsForWave(waveIndex: integer, base
[
new ModifierTypeOption(modifierTypes.HYPER_POTION(), 0, baseCost * 0.8),
new ModifierTypeOption(modifierTypes.MAX_REVIVE(), 0, baseCost * 2.75),
new ModifierTypeOption(modifierTypes.MEMORY_MUSHROOM(), 0, baseCost * 2)
new ModifierTypeOption(modifierTypes.MEMORY_MUSHROOM(), 0, baseCost * 4)
],
[
new ModifierTypeOption(modifierTypes.MAX_POTION(), 0, baseCost * 1.5),