(fit, src, context, projectionRange, **kwargs)
| 31984 | |
| 31985 | @staticmethod |
| 31986 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31987 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 31988 | 'maxRange', src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs) |
| 31989 | |
| 31990 | |
| 31991 | class Effect6857(BaseEffect): |
nothing calls this directly
no test coverage detected