(fit, module, context, projectionRange, **kwargs)
| 463 | |
| 464 | @staticmethod |
| 465 | def handler(fit, module, context, projectionRange, **kwargs): |
| 466 | fit.ship.multiplyItemAttr('capacity', module.getModifiedItemAttr('cargoCapacityMultiplier'), **kwargs) |
| 467 | |
| 468 | |
| 469 | class Effect60(BaseEffect): |
nothing calls this directly
no test coverage detected