EveHQ-Team / EveHQ

Third party toolbox for Eve Online
GNU General Public License v3.0
24 stars 13 forks source link

[Fitter] Some SC subsystems set signature radius but not add #45

Closed tonkomnom closed 7 years ago

tonkomnom commented 7 years ago

Original bug report

Instead of adding +5m or +10m sig radius to the current value the above mentioned subsystems set the current value to either +5m or +10m. https://i.imgur.com/ccJPf0j.png

Steps to reproduce

  1. Create a new fit for a Legion and add Covert Reconfiguration subsystem to it.

Bug

Signature radius of the ship became 5.

Expected

Signature radius of the ship became 175.

Developer notes

A wrong calculation type was specified for Signature Radius on all subsystems (were 4 - absolute, should be 1 - addition): 552,3,32,552,3,6,0,0,4,15,Signature Radius Should be: 552,3,32,552,3,6,0,0,1,15,Signature Radius

Fixed in

2.31.4