SFCharacter.SFBabyMiteProjectile

00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
//=============================================================================
// Spatial Fear
// Class: SFBabyMiteProjectile
// Descripton: Projectile class, emitted by the babymite in  ranged attack mode.
//				Should mimic an  acid spit.
//
// Author: Markus Nuebel
//=============================================================================
class SFBabyMiteProjectile extends SFMiteProjectile;

#exec OBJ LOAD FILE=SPF-Content.uax  PACKAGE=SPF-Content GROUP=Creatures

defaultproperties
{
     speed=350.000000
     MaxSpeed=350.000000
     Damage=3.000000
     SpawnSound=Sound'SPF-Content.Creatures.BabyMiteSpit'
     ImpactSound=Sound'SPF-Content.Creatures.BabyMiteSpitImpact'
     DrawScale=0.600000
     AmbientGlow=155
}

class file time: 12/7/2003 3:58:26 PM - creation time: 12/7/2003 4:03:44 PM
Created with UnCodeX