(fit, ship, context, projectionRange, **kwargs)
| 14474 | |
| 14475 | @staticmethod |
| 14476 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14477 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 14478 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusReconShip1'), |
| 14479 | skill='Recon Ships', **kwargs) |
| 14480 | |
| 14481 | |
| 14482 | class Effect4393(BaseEffect): |
nothing calls this directly
no test coverage detected