(fit, ship, context, projectionRange, **kwargs)
| 43519 | |
| 43520 | @staticmethod |
| 43521 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43522 | fit.fighters.filteredItemBoost( |
| 43523 | lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity', |
| 43524 | ship.getModifiedItemAttr('shipBonusCarrierM6'), skill='Minmatar Carrier', **kwargs) |
| 43525 | |
| 43526 | |
| 43527 | class Effect12885(BaseEffect): |
nothing calls this directly
no test coverage detected