SFCharacter.SFCrawlerAssassin

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: SFCrawlerAssassin
// Description: Crawler variant with keener senses, faster movement, and 
//				more health.
//
// Author: Chris Rogers
//=============================================================================
class SFCrawlerAssassin expands SFCrawler;

defaultproperties
{
     fMeleeDamage=15.000000
     bCanSee=True
     TimeBetweenAttacks=0.350000
     SightRadius=600.000000
     PeripheralVision=0.000000
     Health=115
     Skill=0.750000
     MultiSkins(1)=Texture'SFCharacter.NewSkins.crawla1'
     MultiSkins(2)=Texture'SFCharacter.NewSkins.crawla1'
}

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