(fit, src, context, projectionRange, **kwargs)
| 35244 | |
| 35245 | @staticmethod |
| 35246 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35247 | fit.modules.filteredItemBoost( |
| 35248 | lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 35249 | 'maxRange', src.getModifiedItemAttr('warpScrambleRangeBonus'), **kwargs) |
| 35250 | |
| 35251 | |
| 35252 | class Effect7184(BaseEffect): |
nothing calls this directly
no test coverage detected