(fit, ship, context, projectionRange, **kwargs)
| 5868 | |
| 5869 | @staticmethod |
| 5870 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5871 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 5872 | 'maxRange', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 5873 | skill='Recon Ships', **kwargs) |
| 5874 | |
| 5875 | |
| 5876 | class Effect1959(BaseEffect): |
nothing calls this directly
no test coverage detected