Core.Object | +--Engine.Actor | +--Engine.ParticleSystem | +--RuneI.DarkDwarfBlast
00001 //============================================================================= 00002 // DarkDwarfBlast. 00003 //============================================================================= 00004 class DarkDwarfBlast expands ParticleSystem; 00005 00006 defaultproperties 00007 { 00008 bSystemOneShot=True 00009 ParticleCount=1 00010 ParticleTexture(0)=Texture'RuneFX.explosionring1' 00011 ParticleSpriteType=PSPRITE_Flat 00012 ScaleMin=9.000000 00013 ScaleMax=9.000000 00014 ScaleDeltaX=5.000000 00015 ScaleDeltaY=5.000000 00016 LifeSpanMin=2.000000 00017 LifeSpanMax=2.000000 00018 AlphaStart=200 00019 AlphaEnd=10 00020 bAlphaFade=True 00021 bOneShot=True 00022 Style=STY_Translucent 00023 }