Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

JBToolbox2.JBIceSpirit


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
// ============================================================================
// JBIceSpirit
// Copyright (c) 2006 by Wormbo <wormbo@onlinehome.de>
// $Id: JBIceSpirit.uc,v 1.1 2006-11-29 19:14:28 jrubzjeknf Exp $
//
// An icy spirit.
// ============================================================================


class JBIceSpirit extends JBSpirit;


// ============================================================================
// Imports
// ============================================================================

#exec obj load file=..\Textures\EmitterTextures.utx
#exec audio import file=Sounds\IceSpiritAmbient.wav group=IceSpirit
#exec audio import file=Sounds\IceSpiritSpawn.wav   group=IceSpirit


// ============================================================================
// ExecutePlayer
//
// Freezes the Victim.
// ============================================================================

function ExecutePlayer(Pawn Victim)
{
  Spawn(class'JBFreezer', Victim);
}


// ============================================================================
// Default properties.
// ============================================================================

defaultproperties
{
  SpawnSound=Sound'JBToolbox2.IceSpirit.IceSpiritSpawn'

  Begin Object class=SpriteEmitter Name=CloudTrail
    UseColorScale=True
    SpinParticles=True
    UseSizeScale=True
    UseRegularSizeScale=False
    UniformSize=True
    UseRandomSubdivision=True
    TriggerDisabled=False
    AddVelocityFromOwner=True
    ColorScale(1)=(RelativeTime=0.100000,color=(B=204,G=153,R=153,A=255))
    ColorScale(2)=(RelativeTime=0.500000,color=(B=51,G=51,R=51,A=51))
    ColorScale(3)=(RelativeTime=1.000000)
    MaxParticles=150
    StartLocationShape=PTLS_Sphere
    SphereRadiusRange=(Max=15.000000)
    StartSpinRange=(X=(Max=1.000000))
    SizeScale(1)=(RelativeTime=0.100000,RelativeSize=0.700000)
    SizeScale(2)=(RelativeTime=1.000000,RelativeSize=1.000000)
    StartSizeRange=(X=(Min=15.000000,Max=20.000000),Y=(Min=15.000000,Max=20.000000),Z=(Min=15.000000,Max=20.000000))
    Texture=Texture'EmitterTextures.MultiFrame.waterfall03'
    TextureUSubdivisions=2
    TextureVSubdivisions=2
    SecondsBeforeInactive=0.000000
    LifetimeRange=(Min=1.000000,Max=1.000000)
    StartVelocityRadialRange=(Min=-30.000000,Max=-20.000000)
    VelocityLossRange=(X=(Min=4.000000,Max=4.000000),Y=(Min=4.000000,Max=4.000000),Z=(Min=4.000000,Max=4.000000))
    GetVelocityDirectionFrom=PTVD_AddRadial
  End Object
  Emitters(1)=SpriteEmitter'JBToolbox2.JBIceSpirit.CloudTrail'

  Begin Object class=SpriteEmitter Name=ColdBurstCloud
    UseColorScale=True
    RespawnDeadParticles=False
    SpinParticles=True
    UseSizeScale=True
    UseRegularSizeScale=False
    UniformSize=True
    AutomaticInitialSpawning=False
    UseRandomSubdivision=True
    TriggerDisabled=False
    Acceleration=(Z=-5.000000)
    ColorScale(1)=(RelativeTime=0.100000,color=(B=204,G=153,R=153,A=255))
    ColorScale(2)=(RelativeTime=0.500000,color=(B=51,G=51,R=51,A=51))
    ColorScale(3)=(RelativeTime=1.000000)
    Opacity=0.300000
    MaxParticles=200
    StartLocationShape=PTLS_Sphere
    SphereRadiusRange=(Max=10.000000)
    StartSpinRange=(X=(Max=1.000000))
    SizeScale(1)=(RelativeTime=0.250000,RelativeSize=1.000000)
    SizeScale(2)=(RelativeTime=1.000000,RelativeSize=2.000000)
    StartSizeRange=(X=(Min=15.000000,Max=20.000000),Y=(Min=15.000000,Max=20.000000),Z=(Min=15.000000,Max=20.000000))
    Texture=Texture'EmitterTextures.MultiFrame.waterfall03'
    TextureUSubdivisions=2
    TextureVSubdivisions=2
    SecondsBeforeInactive=0.000000
    LifetimeRange=(Min=1.000000,Max=2.000000)
    SpawnOnTriggerRange=(Min=100.000000,Max=100.000000)
    SpawnOnTriggerPPS=3000.000000
    StartVelocityRadialRange=(Min=-80.000000,Max=-60.000000)
    VelocityLossRange=(X=(Min=2.000000,Max=2.000000),Y=(Min=2.000000,Max=2.000000),Z=(Min=2.000000,Max=2.000000))
    GetVelocityDirectionFrom=PTVD_AddRadial
  End Object
  Emitters(2)=SpriteEmitter'JBToolbox2.JBIceSpirit.ColdBurstCloud'

  AmbientSound=Sound'JBToolbox2.IceSpirit.IceSpiritAmbient'
  SoundVolume=255
  SoundRadius=500.000000
  TransientSoundVolume=2.000000
  TransientSoundRadius=500.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mi 29.11.2006 21:14:28.000 - Creation time: Do 14.8.2014 09:58:42.463 - Created with UnCodeX