(fit, ship, context, projectionRange, **kwargs)
| 43455 | |
| 43456 | @staticmethod |
| 43457 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43458 | fit.fighters.filteredItemBoost( |
| 43459 | lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity', |
| 43460 | ship.getModifiedItemAttr('shipBonusCarrierC3'), skill='Caldari Carrier', **kwargs) |
| 43461 | |
| 43462 | |
| 43463 | class Effect12881(BaseEffect): |
nothing calls this directly
no test coverage detected