(fit, module, context, projectionRange, **kwargs)
| 11286 | |
| 11287 | @staticmethod |
| 11288 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11289 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 11290 | 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'), |
| 11291 | stackingPenalties=True, **kwargs) |
| 11292 | |
| 11293 | |
| 11294 | class Effect3657(BaseEffect): |
nothing calls this directly
no test coverage detected