(fit, module, context, projectionRange, **kwargs)
| 8427 | |
| 8428 | @staticmethod |
| 8429 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8430 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 8431 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 8432 | stackingPenalties=True, **kwargs) |
| 8433 | |
| 8434 | |
| 8435 | class Effect2802(BaseEffect): |
nothing calls this directly
no test coverage detected