(fit, ship, context, projectionRange, **kwargs)
| 17134 | |
| 17135 | @staticmethod |
| 17136 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17137 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 17138 | 'signatureRadiusBonus', ship.getModifiedItemAttr('rookieTargetPainterStrengthBonus'), **kwargs) |
| 17139 | |
| 17140 | |
| 17141 | class Effect5020(BaseEffect): |
nothing calls this directly
no test coverage detected