(fit, src, context, projectionRange, **kwargs)
| 42229 | |
| 42230 | @staticmethod |
| 42231 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42232 | for sensorType in ('Radar', 'Magnetometric', 'Ladar', 'Gravimetric'): |
| 42233 | fit.fighters.filteredItemBoost( |
| 42234 | lambda mod: mod.item.requiresSkill('Support Fighters'), f'fighterAbilityECMStrength{sensorType}', |
| 42235 | src.getModifiedItemAttr('shipBonusCarrierC5'), skill='Caldari Carrier', **kwargs) |
| 42236 | |
| 42237 | |
| 42238 | class Effect12594(BaseEffect): |
nothing calls this directly
no test coverage detected