(fit, ship, context, projectionRange, **kwargs)
| 2331 | |
| 2332 | @staticmethod |
| 2333 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2334 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('shipBonusCI'), skill='Caldari Hauler', **kwargs) |
| 2335 | |
| 2336 | |
| 2337 | class Effect732(BaseEffect): |
nothing calls this directly
no test coverage detected