(fit, src, context, projectionRange, **kwargs)
| 26168 | |
| 26169 | @staticmethod |
| 26170 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26171 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange', |
| 26172 | src.getModifiedItemAttr('roleBonus'), **kwargs) |
| 26173 | |
| 26174 | |
| 26175 | class Effect6368(BaseEffect): |
nothing calls this directly
no test coverage detected