(fit, ship, context, projectionRange, **kwargs)
| 5211 | |
| 5212 | @staticmethod |
| 5213 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5214 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('freighterBonusC1'), skill='Caldari Freighter', **kwargs) |
| 5215 | |
| 5216 | |
| 5217 | class Effect1674(BaseEffect): |
nothing calls this directly
no test coverage detected