(fit, beacon, context, projectionRange, **kwargs)
| 22960 | |
| 22961 | @staticmethod |
| 22962 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22963 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Stasis Web', |
| 22964 | 'speedFactor', beacon.getModifiedItemAttr('stasisWebStrengthMultiplier'), |
| 22965 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22966 | |
| 22967 | |
| 22968 | class Effect5923(BaseEffect): |
nothing calls this directly
no test coverage detected