Core.Object | +--Engine.Actor | +--Engine.ParticleSystem | +--RuneI.Ripple
00001 //============================================================================= 00002 // Ripple. 00003 //============================================================================= 00004 class Ripple expands ParticleSystem; 00005 00006 defaultproperties 00007 { 00008 bSystemOneShot=True 00009 ParticleCount=1 00010 ParticleTexture(0)=Texture'RuneFX.ripple2' 00011 ParticleSpriteType=PSPRITE_Flat 00012 ScaleMin=0.500000 00013 ScaleMax=1.000000 00014 ScaleDeltaX=2.200000 00015 ScaleDeltaY=2.200000 00016 LifeSpanMin=0.800000 00017 LifeSpanMax=1.000000 00018 AlphaStart=150 00019 bAlphaFade=True 00020 bOneShot=True 00021 bStasis=False 00022 Style=STY_Translucent 00023 AmbientGlow=50 00024 }