(fit, module, context, projectionRange, **kwargs)
| 2509 | |
| 2510 | @staticmethod |
| 2511 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2512 | fit.ship.boostItemAttr('capacity', module.getModifiedItemAttr('cargoCapacityBonus'), **kwargs) |
| 2513 | |
| 2514 | |
| 2515 | class Effect848(BaseEffect): |
nothing calls this directly
no test coverage detected