mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-30 02:52:30 +00:00
* Fixes formula with spatial instability and energetic chromosome (#75767) ## About The Pull Request Doubles the growth rate of the warpchance rather than halves when an energetic chromosome is present For numbers It now grows by roughly 0.5 per update (every 2 seconds) rather than 0.0625 with an energetic chromosome The base growth rate (unchanged) is 0.25 (every 2 seconds) or 0.0625 per second ## Why It's Good For The Game Energetic chromosome`s identity is that it speeds up the cooldown between abilities or in this case the chance that your spatial instability will go off so Im convinced this is an oversight / bug with writing the equation of the warpchance gain. ## Changelog 🆑 fix: Spatial instability now gets properly energized by energetic chromosomes /🆑 --------- Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@ users.noreply.github.com> * Fixes formula with spatial instability and energetic chromosome --------- Co-authored-by: moocowswag <62126254+moocowswag@users.noreply.github.com> Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@ users.noreply.github.com>