(fit, module, context, projectionRange, **kwargs)
| 12632 | |
| 12633 | @staticmethod |
| 12634 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12635 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 12636 | 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedMultiplier'), |
| 12637 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12638 | |
| 12639 | |
| 12640 | class Effect4023(BaseEffect): |
nothing calls this directly
no test coverage detected