(self, fit)
| 390 | super().__init__(fittingView, 67, (3, 0, 3)) |
| 391 | |
| 392 | def _getValue(self, fit): |
| 393 | defaultSpoolValue = eos.config.settings['globalDefaultSpoolupPercentage'] |
| 394 | return fit.getRemoteReps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).hull, 'HP/s' |
| 395 | |
| 396 | def _getFitTooltip(self): |
| 397 | return 'Declared hull repair speed' |
nothing calls this directly
no test coverage detected