home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / SlimeVolume.uc < prev    next >
Text File  |  2003-12-11  |  356b  |  16 lines

  1. class SlimeVolume extends PhysicsVolume
  2.     notplaceable;
  3.  
  4. defaultproperties
  5. {
  6.     bObsolete=true
  7.     DamagePerSec=40
  8.     DamageType=class'Corroded'
  9.     bPainCausing=True
  10.     bWaterVolume=True
  11.     bDestructive=True
  12.     ViewFog=(X=0.1875,Y=0.28125,Z=0.09375)
  13.     ViewFlash=(X=-0.1172,Y=-0.1172,Z=-0.1172)
  14.     FluidFriction=+00003.000000
  15.     LocationName="in slime"
  16. }