(fit, module, context, projectionRange, **kwargs)
| 11832 | |
| 11833 | @staticmethod |
| 11834 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11835 | fit.ship.increaseItemAttr('droneBandwidth', module.getModifiedItemAttr('droneBandwidth'), **kwargs) |
| 11836 | |
| 11837 | |
| 11838 | class Effect3799(BaseEffect): |
nothing calls this directly
no test coverage detected