(fit, module, context, projectionRange, **kwargs)
| 23515 | |
| 23516 | @staticmethod |
| 23517 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23518 | fit.ship.multiplyItemAttr( |
| 23519 | 'maxVelocity', |
| 23520 | 1 / module.getModifiedItemAttr('modeVelocityPostDiv'), |
| 23521 | stackingPenalties=True, |
| 23522 | penaltyGroup='postDiv', |
| 23523 | **kwargs) |
| 23524 | |
| 23525 | |
| 23526 | class Effect6020(BaseEffect): |
nothing calls this directly
no test coverage detected