RuneI
Class SnowBeastBoss

source: c:\runehov\RuneI\Classes\SnowBeastBoss.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Pawn
         |
         +--RuneI.ScriptPawn
            |
            +--RuneI.SnowBeast
               |
               +--RuneI.SnowBeastBoss
Direct Known Subclasses:None

class SnowBeastBoss
extends RuneI.SnowBeast

//============================================================================= // SnowBeastBoss. //=============================================================================

Source Code


00001	//=============================================================================
00002	// SnowBeastBoss.
00003	//=============================================================================
00004	class SnowBeastBoss expands SnowBeast;
00005	
00006	/*	DESCRIPTION:
00007	*/
00008	
00009	defaultproperties
00010	{
00011	     HowlingSound=Sound'CreaturesSnd.SnowBeast.beastyell09'
00012	     BreathSound=Sound'CreaturesSnd.SnowBeast.beastbreath03'
00013	     AcquireSound=Sound'CreaturesSnd.SnowBeast.beastyell10'
00014	     AmbientFightSounds(0)=Sound'CreaturesSnd.SnowBeast.beasthit07'
00015	     AmbientFightSounds(1)=Sound'CreaturesSnd.SnowBeast.beasthit02'
00016	     AmbientFightSoundDelay=4.000000
00017	     bIsBoss=True
00018	     GroundSpeed=411.000000
00019	     WalkingSpeed=160.500000
00020	     HitSound1=Sound'CreaturesSnd.SnowBeast.beasthit02'
00021	     HitSound2=Sound'CreaturesSnd.SnowBeast.beasthit09'
00022	     HitSound3=Sound'CreaturesSnd.SnowBeast.beasthit05'
00023	     Die=Sound'CreaturesSnd.SnowBeast.beastyell12'
00024	     Die2=Sound'CreaturesSnd.SnowBeast.beastyell13'
00025	     Die3=Sound'CreaturesSnd.SnowBeast.beastdeath04'
00026	     FootStepWood(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00027	     FootStepWood(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00028	     FootStepWood(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00029	     FootStepMetal(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00030	     FootStepMetal(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00031	     FootStepMetal(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00032	     FootStepStone(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00033	     FootStepStone(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00034	     FootStepStone(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00035	     FootStepFlesh(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00036	     FootStepFlesh(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00037	     FootStepFlesh(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00038	     FootStepIce(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00039	     FootStepIce(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00040	     FootStepIce(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00041	     FootStepEarth(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00042	     FootStepEarth(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00043	     FootStepEarth(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00044	     FootStepSnow(0)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00045	     FootStepSnow(1)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00046	     FootStepSnow(2)=Sound'CreaturesSnd.SnowBeast.beastfootstep01'
00047	     LandSoundWood=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00048	     LandSoundMetal=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00049	     LandSoundStone=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00050	     LandSoundFlesh=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00051	     LandSoundIce=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00052	     LandSoundSnow=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00053	     LandSoundEarth=Sound'CreaturesSnd.SnowBeast.beastfootstep02'
00054	     DrawScale=1.500000
00055	     CollisionRadius=60.000000
00056	     CollisionHeight=69.500000
00057	}

End Source Code