Core.Object | +--Engine.Actor | +--Engine.Effects | +--Botpack.PlasmaEffect
00001 //============================================================================= 00002 // PlasmaEffect. 00003 //============================================================================= 00004 class PlasmaEffect extends Effects; 00005 00006 defaultproperties 00007 { 00008 EffectSound1=Sound'UnrealShare.General.DispEX1' 00009 RemoteRole=ROLE_None 00010 LifeSpan=0.500000 00011 DrawType=DT_SpriteAnimOnce 00012 Style=STY_Translucent 00013 Texture=Texture'Botpack.PlasmaExplo.pblst_a00' 00014 DrawScale=0.650000 00015 AmbientGlow=187 00016 bUnlit=True 00017 SoundRadius=10 00018 SoundVolume=218 00019 LightType=LT_Steady 00020 LightEffect=LE_NonIncidence 00021 LightBrightness=255 00022 LightHue=83 00023 LightRadius=4 00024 }