(fit, ship, context, projectionRange, **kwargs)
| 23567 | |
| 23568 | @staticmethod |
| 23569 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23570 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 23571 | 'maxRange', ship.getModifiedItemAttr('eliteBonusReconShip1'), skill='Recon Ships', **kwargs) |
| 23572 | |
| 23573 | |
| 23574 | class Effect6027(BaseEffect): |
nothing calls this directly
no test coverage detected