(fit, module, context, projectionRange, **kwargs)
| 612 | |
| 613 | @staticmethod |
| 614 | def handler(fit, module, context, projectionRange, **kwargs): |
| 615 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 616 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 617 | stackingPenalties=True, **kwargs) |
| 618 | |
| 619 | |
| 620 | class Effect96(BaseEffect): |
nothing calls this directly
no test coverage detected