(fit, module, context, projectionRange, **kwargs)
| 24471 | |
| 24472 | @staticmethod |
| 24473 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24474 | fit.modules.filteredItemMultiply( |
| 24475 | lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 24476 | 'speedFactor', |
| 24477 | 1 / module.getModifiedItemAttr('modeMWDVelocityPostDiv'), |
| 24478 | stackingPenalties=True, |
| 24479 | penaltyGroup='postDiv', |
| 24480 | **kwargs) |
| 24481 | |
| 24482 | |
| 24483 | class Effect6155(BaseEffect): |
nothing calls this directly
no test coverage detected