(fit, module, context, projectionRange, **kwargs)
| 23688 | |
| 23689 | @staticmethod |
| 23690 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23691 | fit.modules.filteredItemMultiply( |
| 23692 | lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 23693 | 'signatureRadiusBonus', |
| 23694 | 1 / module.getModifiedItemAttr('modeMWDSigPenaltyPostDiv'), |
| 23695 | stackingPenalties=True, |
| 23696 | penaltyGroup='postDiv', |
| 23697 | **kwargs) |
| 23698 | |
| 23699 | |
| 23700 | class Effect6041(BaseEffect): |
nothing calls this directly
no test coverage detected