(fit, module, context, projectionRange, **kwargs)
| 18086 | |
| 18087 | @staticmethod |
| 18088 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18089 | penalize = 'booster' not in context |
| 18090 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 18091 | 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'), |
| 18092 | stackingPenalties=penalize, **kwargs) |
| 18093 | |
| 18094 | |
| 18095 | class Effect5201(BaseEffect): |
nothing calls this directly
no test coverage detected