(self, fit)
| 247 | super().__init__(fittingView, 1392, (3, 0, 0)) |
| 248 | |
| 249 | def _getValue(self, fit): |
| 250 | return fit.ship.getModifiedItemAttr('shieldRechargeRate') / 1000, 's' |
| 251 | |
| 252 | def _getFitTooltip(self): |
| 253 | return 'Time to regenerate shield from 0% to 98.7%' |
nothing calls this directly
no test coverage detected