///////////////////////////////
// PYRAMID_1
///////////////////////////////
ACTOR PYRAMID_1 2000
{
  Radius 180
  Height 180
  Health 1000000
  Mass 1000000
  Reactiontime 8
  PRECISESPAWNANGLE
  +NORENDERINTERPOLATE
  States
  {
    Spawn:
    {
      PYR1 A -1
      Stop
    }
  }
}


///////////////////////////////
// PYRAMID_2
///////////////////////////////
ACTOR PYRAMID_2 2001
{
  Radius 360
  Height 360
  Health 1000000
  Mass 1000000
  Reactiontime 8
  PRECISESPAWNANGLE
  +NORENDERINTERPOLATE
  Scale 2
  States
  {
    Spawn:
    {
      PYR1 A -1
      Stop
    }
  }
}