(fit, ship, context, projectionRange, **kwargs)
| 1647 | |
| 1648 | @staticmethod |
| 1649 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1650 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('shipBonusMI'), |
| 1651 | skill='Minmatar Hauler', **kwargs) |
| 1652 | |
| 1653 | |
| 1654 | class Effect529(BaseEffect): |
nothing calls this directly
no test coverage detected