(fit, module, context, projectionRange, **kwargs)
| 37028 | |
| 37029 | @staticmethod |
| 37030 | def handler(fit, module, context, projectionRange, **kwargs): |
| 37031 | fit.ship.boostItemAttr('droneBandwidth', module.getModifiedItemAttr('droneBandwidthPercentage'), **kwargs) |
| 37032 | |
| 37033 | |
| 37034 | class Effect8128(BaseEffect): |
nothing calls this directly
no test coverage detected