(fit, ship, context, projectionRange, **kwargs)
| 43343 | |
| 43344 | @staticmethod |
| 43345 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43346 | fit.fighters.filteredItemBoost( |
| 43347 | lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity', |
| 43348 | ship.getModifiedItemAttr('shipBonusCarrierA3'), skill='Amarr Carrier', **kwargs) |
| 43349 | |
| 43350 | |
| 43351 | class Effect12873(BaseEffect): |
nothing calls this directly
no test coverage detected