(fit, src, context, projectionRange, **kwargs)
| 32787 | |
| 32788 | @staticmethod |
| 32789 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32790 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 32791 | 'overloadRangeBonus', src.getModifiedItemAttr('subsystemBonusMinmatarCore3'), |
| 32792 | skill='Minmatar Core Systems', **kwargs) |
| 32793 | |
| 32794 | |
| 32795 | class Effect6937(BaseEffect): |
nothing calls this directly
no test coverage detected