(fit, src, context, projectionRange, **kwargs)
| 32265 | |
| 32266 | @staticmethod |
| 32267 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32268 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange', |
| 32269 | src.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs) |
| 32270 | |
| 32271 | |
| 32272 | class Effect6880(BaseEffect): |
nothing calls this directly
no test coverage detected