Dark Legion

   void configGame()
{
  
   setNumPlayers(2);
   addAIPlayer("Renegade Elf","Crypt Doctor",0);
}

void beforeStart()
{
   

 
   Player aiPlayer=getAIPlayer(0);


   int ds=aiPlayer.deckSize();
   for(int n=0; n<ds; n++)
   {
      
     aiPlayer.removeDeckCard(0);
   }








 


  
   aiPlayer.addToDeck("Graveyard",0);
aiPlayer.addToDeck("Bone Fortress",0);
 aiPlayer.addToDeck("Bone Fortress",0);
 aiPlayer.addToDeck("Bloodling",0);
 aiPlayer.addToDeck("Bloodling",0);
 aiPlayer.addToDeck("Bloodling",0);
 aiPlayer.addToDeck("Hell Cat",0);
 aiPlayer.addToDeck("Putrid Zombie",0);
 aiPlayer.addToDeck("Putrid Zombie",0);
 aiPlayer.addToDeck("Putrid Zombie",0);
 aiPlayer.addToDeck("Duchess of Dunmar",0);
 aiPlayer.addToDeck("Duchess of Dunmar",0);
 aiPlayer.addToDeck("Duchess of Dunmar",0);
 aiPlayer.addToDeck("Medium of the 3rd Circle",0);
 aiPlayer.addToDeck("Barbed Necrath",0);
 aiPlayer.addToDeck("Barbed Necrath",0);
 aiPlayer.addToDeck("Barbed Necrath",0);
 aiPlayer.addToDeck("Vampiric Manticore",0);
 aiPlayer.addToDeck("Vampiric Manticore",0);
 aiPlayer.addToDeck("Vampiric Manticore",0);
 aiPlayer.addToDeck("Lysis",0);
 aiPlayer.addToDeck("Belfry of the Restless",0);
 aiPlayer.addToDeck("Belfry of the Restless",0);
 aiPlayer.addToDeck("Belfry of the Restless",0);
 aiPlayer.addToDeck("Foul Termite Swarm",0);
 aiPlayer.addToDeck("Traitorous Foundation",0);
 aiPlayer.addToDeck("Traitorous Foundation",0);
 aiPlayer.addToDeck("Traitorous Foundation",0);

 aiPlayer.addToDeck("Eye of Varexes",0);
 aiPlayer.addToDeck("Eye of Varexes",0);
 aiPlayer.addToDeck("Eye of Varexes",0);
 aiPlayer.addToDeck("Foul Obelisk",0);
 aiPlayer.addToDeck("Foul Obelisk",0);
 aiPlayer.addToDeck("Foul Obelisk",0);
 aiPlayer.addToDeck("Iron Porcupine",0);
 aiPlayer.addToDeck("Iron Porcupine",0);
 aiPlayer.addToDeck("Iron Porcupine",0);
 aiPlayer.addToDeck("Blind Assassin",0);
 aiPlayer.addToDeck("Blind Assassin",0);
 aiPlayer.addToDeck("Blind Assassin",0);























}