CParticleSystem StoneTeleporterFx { "fParticleScaleMin" "0.125" "fParticleScaleMax" "0.25" //"vSpread" "1 1 1" // Spread vector (for directed movement) "iTraceFlags" "9" // Trace flags (defines clipping behavior), 0 is the slowest option. "iMaxParticles" "64" "iEmitRate" "48" // Emission rate, particles per second. "0" will make the system try to calculate it automatically (not always reliable). "fParticleSpeedMin" "320" // Linear speed range "fParticleSpeedMax" "512" "fParticleWeight" "0.0" // Weight for physics, gravity "fParticleCollisionSize" "1.0" // Size (radius) of particle's collision volume //"fParticleLife" "1.0" // Right now only used for automatic calculation of emission rate "iStartType" 4 // PSSTARTTYPE_ENTITYBBOX, "iMovementType" 0 // PSMOVTYPE_DIRECTED = 0, "vDirection" "0 0 1" "fScale" "1.0" "fScaleDelta" "0.0" "fFrameRate" "20" "Color4b" "255 255 255 255" "fBounceFactor" "0" "fFriction" "0" "fWeight" "0" "iRenderMode" "5" "iDoubleSided" "0" "iFxLevel" "2" "iFlags" "4106" // 2+8+4096 "iFollowFlags" "32"// RENDERSYSTEM_FFLAG_NOANGLES "iFollowAttachment" "0" "szTexture" "sprites/wflare1.spr" }