(fit, ship, context, projectionRange, **kwargs)
| 14899 | |
| 14900 | @staticmethod |
| 14901 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14902 | fit.ship.boostItemAttr('maxVelocity', ship.getModifiedItemAttr('shipBonusATC1'), **kwargs) |
| 14903 | |
| 14904 | |
| 14905 | class Effect4474(BaseEffect): |
nothing calls this directly
no test coverage detected