(fit, ship, context, projectionRange, **kwargs)
| 6481 | |
| 6482 | @staticmethod |
| 6483 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6484 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 6485 | 'signatureRadiusBonus', ship.getModifiedItemAttr('shipBonusMC2'), |
| 6486 | skill='Minmatar Cruiser', **kwargs) |
| 6487 | |
| 6488 | |
| 6489 | class Effect2152(BaseEffect): |
nothing calls this directly
no test coverage detected