selicia / splat2-calc

Gear planning tool for Splatoon 2.
MIT License
14 stars 5 forks source link

Burst Bombs #1

Closed LAGRIENZO closed 5 years ago

LAGRIENZO commented 5 years ago

I'm pretty sure the stat calculations for Burst Bomb aren't updated from the nerf. The calculator claims that three bombs can be thrown with less than 3.2 ISS or 2.6 ISS, which is simply false.

selicia commented 5 years ago

Thank you for pointing this out! I believe I found the cause. In stats.js the calculations for ISS were referencing loadout.weapon.inkSaver instead of loadout.weapon.sub.inkSaver. Should be an easy fix!

Leanny commented 5 years ago

The bug is actually that the implementation of the new ISS System is not done yet. Burst bomb is just the only one with a new type that is not yet implemented

selicia commented 5 years ago

Commit 293e8d0578743d78da833f031a48b6fd8c4403cd fixed this issue.