(fit, module, context, projectionRange, **kwargs)
| 21732 | |
| 21733 | @staticmethod |
| 21734 | def handler(fit, module, context, projectionRange, **kwargs): |
| 21735 | module.boostItemAttr('maxRangeBonus', module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs) |
| 21736 | module.boostItemAttr('falloffBonus', module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs) |
| 21737 | module.boostItemAttr('trackingSpeedBonus', module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs) |
| 21738 | |
| 21739 | |
| 21740 | class Effect5757(BaseEffect): |
nothing calls this directly
no test coverage detected