(fit, src, context, projectionRange, **kwargs)
| 42212 | |
| 42213 | @staticmethod |
| 42214 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42215 | fit.fighters.filteredItemBoost( |
| 42216 | lambda mod: mod.item.requiresSkill('Support Fighters'), 'fighterAbilityEnergyNeutralizerAmount', |
| 42217 | src.getModifiedItemAttr('shipBonusCarrierA5'), skill='Amarr Carrier', **kwargs) |
| 42218 | |
| 42219 | |
| 42220 | class Effect12593(BaseEffect): |
nothing calls this directly
no test coverage detected