(fit, module, context, projectionRange, **kwargs)
| 18050 | |
| 18051 | @staticmethod |
| 18052 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18053 | penalize = 'booster' not in context |
| 18054 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 18055 | 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'), |
| 18056 | stackingPenalties=penalize, **kwargs) |
| 18057 | |
| 18058 | |
| 18059 | class Effect5189(BaseEffect): |
nothing calls this directly
no test coverage detected