(fit, ship, context, projectionRange, **kwargs)
| 5196 | |
| 5197 | @staticmethod |
| 5198 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5199 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('freighterBonusA1'), skill='Amarr Freighter', **kwargs) |
| 5200 | |
| 5201 | |
| 5202 | class Effect1673(BaseEffect): |
nothing calls this directly
no test coverage detected