(fit, module, context, projectionRange, **kwargs)
| 23667 | |
| 23668 | @staticmethod |
| 23669 | def handler(fit, module, context, projectionRange, **kwargs): |
| 23670 | fit.modules.filteredItemMultiply( |
| 23671 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 23672 | 'trackingSpeed', |
| 23673 | 1 / module.getModifiedItemAttr('modeTrackingPostDiv'), |
| 23674 | stackingPenalties=True, |
| 23675 | penaltyGroup='postDiv', |
| 23676 | **kwargs) |
| 23677 | |
| 23678 | |
| 23679 | class Effect6040(BaseEffect): |
nothing calls this directly
no test coverage detected