(fit, src, context, projectionRange, **kwargs)
| 38662 | |
| 38663 | @staticmethod |
| 38664 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38665 | fit.modules.filteredItemBoost( |
| 38666 | lambda mod: mod.item.group.name == 'Target Painter', 'signatureRadiusBonus', |
| 38667 | src.getModifiedItemAttr('shipBonusDreadnoughtC1'), skill='Caldari Dreadnought', **kwargs) |
| 38668 | |
| 38669 | |
| 38670 | class Effect11387(BaseEffect): |
nothing calls this directly
no test coverage detected