(fit, src, context, projectionRange, **kwargs)
| 30882 | |
| 30883 | @staticmethod |
| 30884 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30885 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', 'speedFactor', |
| 30886 | src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs) |
| 30887 | |
| 30888 | |
| 30889 | class Effect6711(BaseEffect): |
nothing calls this directly
no test coverage detected