(fit, ship, context, projectionRange, **kwargs)
| 10432 | |
| 10433 | @staticmethod |
| 10434 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10435 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 10436 | 'signatureRadiusBonus', ship.getModifiedItemAttr('eliteBonusViolators1'), |
| 10437 | skill='Marauders', **kwargs) |
| 10438 | |
| 10439 | |
| 10440 | class Effect3447(BaseEffect): |
nothing calls this directly
no test coverage detected