(fit, ship, context, projectionRange, **kwargs)
| 43487 | |
| 43488 | @staticmethod |
| 43489 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43490 | fit.fighters.filteredItemBoost( |
| 43491 | lambda drone: drone.item.requiresSkill('Support Fighters'), 'shieldCapacity', |
| 43492 | ship.getModifiedItemAttr('shipBonusCarrierG6'), skill='Gallente Carrier', **kwargs) |
| 43493 | |
| 43494 | |
| 43495 | class Effect12883(BaseEffect): |
nothing calls this directly
no test coverage detected