Переглянути джерело

Nerf powerup frequency upgrades

Before, each one multiplied the time between spawns by 0.5
Now, they multiply the time by 0.75, then 0.78, then 0.81,
and so forth
tags/v0.0.6
Fen Dweller 6 роки тому
джерело
коміт
c2313a5dd0
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E80B35A6F11C3656
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js Переглянути файл

@@ -513,7 +513,7 @@ function createPowerupFreqUpgrades() {
{
"type": "powerup-freq",
"id": prefix + counter,
"amount": 0.5
"amount": 0.75 + 0.03 * (counter - 1)
}
],
"prereqs": {


Завантаження…
Відмінити
Зберегти