You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The capitalisation on https://github.com/FAForever/spooky-db/blob/master/app/js/UnitDecorator.js#L161 is incorrect, leading to the Solace's damage to be listed as only 2000, i.e half the correct value, since the loop that checks for splitting projectiles misses this so doesn't account for the projectile splitting in two. The dps is also half the correct value.
The correct form is: '/projectiles/AANTorpedoCluster01/AANTorpedoCluster01_proj.bp'
The capitalisation on https://github.com/FAForever/spooky-db/blob/master/app/js/UnitDecorator.js#L161 is incorrect, leading to the Solace's damage to be listed as only 2000, i.e half the correct value, since the loop that checks for splitting projectiles misses this so doesn't account for the projectile splitting in two. The dps is also half the correct value.
The correct form is:
'/projectiles/AANTorpedoCluster01/AANTorpedoCluster01_proj.bp'
To demonstrate,
link to faf github with new spelling:
https://github.com/FAForever/fa/blob/develop/projectiles/AANTorpedoCluster01/AANTorpedoCluster01_proj.bp
link with current spelling: (404 error)
https://github.com/FAForever/fa/blob/develop/projectiles/aantorpedocluster01/aantorpedocluster01_proj.bp
It's also easy to verify when compared to the previous lines where the first letters of words, and the 3-letter code at the start are capitalised.
The text was updated successfully, but these errors were encountered: