(fit, ship, context, projectionRange, **kwargs)
| 7327 | |
| 7328 | @staticmethod |
| 7329 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7330 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 7331 | 'maxVelocity', ship.getModifiedItemAttr('eliteBonusGunship1'), |
| 7332 | skill='Assault Frigates', **kwargs) |
| 7333 | |
| 7334 | |
| 7335 | class Effect2589(BaseEffect): |
nothing calls this directly
no test coverage detected