(fit, src, context, projectionRange, **kwargs)
| 29325 | |
| 29326 | @staticmethod |
| 29327 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29328 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Burst Projector Operation'), |
| 29329 | 'durationECMJammerBurstProjector', src.getModifiedItemAttr('shipBonusSupercarrierC4'), |
| 29330 | skill='Caldari Carrier', **kwargs) |
| 29331 | |
| 29332 | |
| 29333 | class Effect6617(BaseEffect): |
nothing calls this directly
no test coverage detected