(fit, src, context, projectionRange, **kwargs)
| 32248 | |
| 32249 | @staticmethod |
| 32250 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32251 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', 'maxRange', |
| 32252 | src.getModifiedItemAttr('eliteBonusBlackOps4'), skill='Black Ops', **kwargs) |
| 32253 | |
| 32254 | |
| 32255 | class Effect6879(BaseEffect): |
nothing calls this directly
no test coverage detected