(fit, ship, context, projectionRange, **kwargs)
| 5226 | |
| 5227 | @staticmethod |
| 5228 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5229 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('freighterBonusG1'), skill='Gallente Freighter', **kwargs) |
| 5230 | |
| 5231 | |
| 5232 | class Effect1675(BaseEffect): |
nothing calls this directly
no test coverage detected