(fit, ship, context, projectionRange, **kwargs)
| 2785 | |
| 2786 | @staticmethod |
| 2787 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2788 | fit.extraAttributes.increase('maxActiveDrones', ship.getModifiedItemAttr('shipBonusGC2'), |
| 2789 | skill='Gallente Cruiser', **kwargs) |
| 2790 | |
| 2791 | |
| 2792 | class Effect919(BaseEffect): |
nothing calls this directly
no test coverage detected