(fit, ship, context, projectionRange, **kwargs)
| 4626 | |
| 4627 | @staticmethod |
| 4628 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4629 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 4630 | 'signatureRadiusBonus', ship.getModifiedItemAttr('shipBonusMF2'), |
| 4631 | skill='Minmatar Frigate', **kwargs) |
| 4632 | |
| 4633 | |
| 4634 | class Effect1577(BaseEffect): |
nothing calls this directly
no test coverage detected