(fit, ship, context, projectionRange, **kwargs)
| 42077 | |
| 42078 | @staticmethod |
| 42079 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42080 | fit.modules.filteredItemIncrease( |
| 42081 | lambda mod: mod.item.requiresSkill('Navigation'), 'warpScrambleStrength', |
| 42082 | ship.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs) |
| 42083 | |
| 42084 | |
| 42085 | class Effect12573(BaseEffect): |
nothing calls this directly
no test coverage detected