(fit, src, context, projectionRange, **kwargs)
| 29455 | |
| 29456 | @staticmethod |
| 29457 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29458 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'shieldCapacity', |
| 29459 | src.getModifiedItemAttr('shipBonusSupercarrierG2'), skill='Gallente Carrier', **kwargs) |
| 29460 | |
| 29461 | |
| 29462 | class Effect6624(BaseEffect): |
nothing calls this directly
no test coverage detected