(fit, ship, context, projectionRange, **kwargs)
| 2347 | |
| 2348 | @staticmethod |
| 2349 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2350 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('shipBonusAI'), skill='Amarr Hauler', **kwargs) |
| 2351 | |
| 2352 | |
| 2353 | class Effect736(BaseEffect): |
nothing calls this directly
no test coverage detected