(self, fit)
| 230 | super().__init__(fittingView, 1384) |
| 231 | |
| 232 | def _getValue(self, fit): |
| 233 | return fit.ship.getModifiedItemAttr('shieldCapacity'), 'HP' |
| 234 | |
| 235 | def _getFitTooltip(self): |
| 236 | return 'Maximum shield amount' |
nothing calls this directly
no test coverage detected