(fit, src, context, projectionRange, **kwargs)
| 42247 | |
| 42248 | @staticmethod |
| 42249 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42250 | fit.fighters.filteredItemBoost( |
| 42251 | lambda mod: mod.item.requiresSkill('Support Fighters'), 'fighterAbilityAfterburnerSpeedBonus', |
| 42252 | src.getModifiedItemAttr('shipBonusCarrierG5'), skill='Gallente Carrier', **kwargs) |
| 42253 | |
| 42254 | |
| 42255 | class Effect12595(BaseEffect): |
nothing calls this directly
no test coverage detected