(fit, ship, context, projectionRange, **kwargs)
| 14457 | |
| 14458 | @staticmethod |
| 14459 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14460 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 14461 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusReconShip1'), |
| 14462 | skill='Recon Ships', **kwargs) |
| 14463 | |
| 14464 | |
| 14465 | class Effect4385(BaseEffect): |
nothing calls this directly
no test coverage detected