(fit, ship, context, projectionRange, **kwargs)
| 5241 | |
| 5242 | @staticmethod |
| 5243 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5244 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('freighterBonusM1'), skill='Minmatar Freighter', **kwargs) |
| 5245 | |
| 5246 | |
| 5247 | class Effect1720(BaseEffect): |
nothing calls this directly
no test coverage detected