(fit, implant, context, projectionRange, **kwargs)
| 38537 | |
| 38538 | @staticmethod |
| 38539 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 38540 | fit.ship.boostItemAttr( |
| 38541 | 'signatureRadius', implant.getModifiedItemAttr('shipBonusMBC3'), |
| 38542 | skill='Minmatar Battlecruiser', **kwargs) |
| 38543 | |
| 38544 | |
| 38545 | class Effect11359(BaseEffect): |
nothing calls this directly
no test coverage detected