(fit, module, context, projectionRange, **kwargs)
| 22458 | |
| 22459 | @staticmethod |
| 22460 | def handler(fit, module, context, projectionRange, **kwargs): |
| 22461 | fit.ship.boostItemAttr('capacity', module.getModifiedItemAttr('drawback'), **kwargs) |
| 22462 | |
| 22463 | |
| 22464 | class Effect5869(BaseEffect): |
nothing calls this directly
no test coverage detected