(fit, beacon, context, projectionRange, **kwargs)
| 35944 | |
| 35945 | @staticmethod |
| 35946 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35947 | fit.modules.filteredItemIncrease( |
| 35948 | lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 35949 | 'warpScrambleStrength', beacon.getModifiedItemAttr('warpScrambleStrengthBonus'), **kwargs) |
| 35950 | |
| 35951 | |
| 35952 | class Effect8033(BaseEffect): |
nothing calls this directly
no test coverage detected