(fit, ship, context, projectionRange, **kwargs)
| 26100 | |
| 26101 | @staticmethod |
| 26102 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 26103 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Navigation'), |
| 26104 | 'warpScrambleStrength', ship.getModifiedItemAttr('roleBonus'), **kwargs) |
| 26105 | |
| 26106 | |
| 26107 | class Effect6359(BaseEffect): |
nothing calls this directly
no test coverage detected