// If the fancy Rapier plume causes low fps for you, please delete RAPIER.cfg and rename this file from RAPIER_OLD.txt to RAPIER_OLD.cfg
//A similar option is available for Stock as well in Squad folder

@PART[RAPIER]:NEEDS[ReStock]:AFTER[ReStock]
{
  !EFFECTS {}
}
@PART[RAPIER]:NEEDS[zRealPlume,SmokeScreen,ReStock] // CR-7 R.A.P.I.E.R. Engine
{
    PLUME
    {
        name = Turbojet
        transformName = thrustTransform
        localRotation = 0,0,0
        localPosition = 0,0,-0.4
        fixedScale = 0.7
        energy = 0.8
        speed = 1
        emissionMult = 1.0
    }
    PLUME
    {
        name = Hypergolic-Lower
        transformName = thrustTransform
        localRotation = 0,0,0
        plumePosition = 0,0,0
        flarePosition = 0,0,0.3
        plumeScale = 0.4
        flareScale = 0.4
        energy = 1
        speed = 1
        emissionMult = 1.0
    }
    @MODULE[ModuleEngines*],0
    {
        %powerEffectName = Turbojet
        %spoolEffectName = Turbojet-Spool
    }
    @MODULE[ModuleEngines*],1
    {
        %powerEffectName = Hypergolic-Lower
    }
}
