(fit, module, context, projectionRange, **kwargs)
| 18068 | |
| 18069 | @staticmethod |
| 18070 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18071 | penalties = 'booster' not in context |
| 18072 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 18073 | 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'), |
| 18074 | stackingPenalties=penalties, **kwargs) |
| 18075 | |
| 18076 | |
| 18077 | class Effect5190(BaseEffect): |
nothing calls this directly
no test coverage detected