//Initial for DM Bots
Actor JPX30DoomPlayerBot: Actor{
   Health 100
   Radius 16
   Height 56
   Mass 100
   Painchance 255
   Speed 1
   Species "DoomPlayer"
   
   MONSTER
   -SOLID
   +SHOOTABLE
   +DROPOFF
   //+PICKUP
   //+NOTDMATCH
   -PICKUP
   +FRIENDLY
   +SLIDESONWALLS
   +CANPASS
   +CANPUSHWALLS
   +FLOORCLIP
   +WINDTHRUST
   //+TELESTOMP
   //+NOBLOCKMONST
   +THRUSPECIES

   +ACTIVATEMCROSS
   +LOOKALLAROUND
   //+DONTHARMSPECIES
   //+NOTELEFRAG
   +QUICKTORETALIATE
   +NOSKIN

    Obituary "$OB_MPDEFAULT"
}

Actor JPX_Phobos: JPX30DoomPlayerBot 25006 {
   Translation "112:127=0:0"
   Health 999999
   Speed 1
   
   -SHOOTABLE

   States {
      Spawn:
         PHOB AAAABBBBCCCCDDDD 1
         Loop
   }
}

Actor BotJack: JPX_Phobos 25000{
   translation "112:127=208:223", "112:127=96:111"
   States{
      Spawn:
         PLA9 AAAABBBBCCCCDDDD 1 
         Loop
   }
}

Actor BotBKPeligro: JPX_Phobos 25005{
   Translation "112:127=224:231"
   States{
      Spawn:
         NPLA AAAABBBBCCCCDDDD 1
         Loop
   }
}

Actor JPX_Synas: JPX_Phobos 25007{
   Translation "112:127=42:47"

   States{
      Spawn:
         SYNA AAAABBBBCCCCDDDD 1
         Loop
   }
}

Actor JPX_Strife: JPX_Phobos 25008{
   Translation "112:127=11:12"
   States{
      Spawn:
         GSOL AAAABBBBCCCCDDDD 1
         Loop
   }
}

Actor JPX_Illucia : JPX_Phobos 25009{
   Translation "112:127=80:95"
  
   States{
      Spawn:
         ILLP AAAABBBBCCCCDDDD 1
         Loop
   }
}


//Ending explosion rocket
Actor JPX30Explosion: Rocket { 
    +FULLVOLDEATH

    States{
        Spawn:
            TNT1 A 0
            Goto Death
    }
}
