(self, fit)
| 282 | super().__init__(fittingView, 1392, (3, 0, 0)) |
| 283 | |
| 284 | def _getValue(self, fit): |
| 285 | return fit.ship.getModifiedItemAttr('rechargeRate') / 1000, 's' |
| 286 | |
| 287 | def _getFitTooltip(self): |
| 288 | return 'Time to regenerate capacitor from 0% to 98.7%' |
nothing calls this directly
no test coverage detected