(fit, ship, context, projectionRange, **kwargs)
| 43576 | |
| 43577 | @staticmethod |
| 43578 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43579 | fit.fighters.filteredItemBoost( |
| 43580 | lambda drone: drone.item.requiresSkill('Support Fighters'), 'maxVelocity', |
| 43581 | ship.getModifiedItemAttr('shipBonusCarrierM8'), skill='Minmatar Carrier', **kwargs) |
| 43582 | |
| 43583 | |
| 43584 | class Effect12891(BaseEffect): |
nothing calls this directly
no test coverage detected