(fit, src, context, projectionRange, **kwargs)
| 33769 | |
| 33770 | @staticmethod |
| 33771 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33772 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'maxRange', |
| 33773 | src.getModifiedItemAttr('stasisWebRangeBonus'), stackingPenalties=False, **kwargs) |
| 33774 | |
| 33775 | |
| 33776 | class Effect7021(BaseEffect): |
nothing calls this directly
no test coverage detected