(fit, ship, context, projectionRange, **kwargs)
| 18186 | |
| 18187 | @staticmethod |
| 18188 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18189 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 18190 | 'speedFactor', ship.getModifiedItemAttr('rookieWebAmount'), **kwargs) |
| 18191 | |
| 18192 | |
| 18193 | class Effect5212(BaseEffect): |
nothing calls this directly
no test coverage detected