(fit, ship, context, projectionRange, **kwargs)
| 17777 | |
| 17778 | @staticmethod |
| 17779 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17780 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 17781 | 'signatureRadiusBonus', ship.getModifiedItemAttr('shipBonusMC'), |
| 17782 | skill='Minmatar Cruiser', **kwargs) |
| 17783 | |
| 17784 | |
| 17785 | class Effect5131(BaseEffect): |
nothing calls this directly
no test coverage detected