elemental
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("Dew Mogi",0);
aiPlayer.addToDeck("Dew Mogi",0);
aiPlayer.addToDeck("Dew Mogi",0);
aiPlayer.addToDeck("Form of Vigor",0);
aiPlayer.addToDeck("Form of Vigor",0);
aiPlayer.addToDeck("Form of Vigor",0);
aiPlayer.addToDeck("Dirt Bully",0);
aiPlayer.addToDeck("Dirt Bully",0);
aiPlayer.addToDeck("Dirt Bully",0);
aiPlayer.addToDeck("Flame Ent",0);
aiPlayer.addToDeck("Flame Ent",0);
aiPlayer.addToDeck("Flame Ent",0);
aiPlayer.addToDeck("Iron Porcupine",0);
aiPlayer.addToDeck("Iron Porcupine",0);
aiPlayer.addToDeck("Iron Porcupine",0);
aiPlayer.addToDeck("Magma Chamber",0);
aiPlayer.addToDeck("Athal the Horrible",0);
aiPlayer.addToDeck("The Coldstream Guard",0);
aiPlayer.addToDeck("The Coldstream Guard",0);
aiPlayer.addToDeck("The Coldstream Guard",0);
aiPlayer.addToDeck("Spaf's Greatbow",0);
aiPlayer.addToDeck("Spaf's Greatbow",0);
aiPlayer.addToDeck("Spaf's Greatbow",0);
aiPlayer.addToDeck("Grove",0);
aiPlayer.addToDeck("Great Oak",0);
aiPlayer.addToDeck("Ivory Spire",0);
aiPlayer.addToDeck("Ivory Spire",0);
aiPlayer.addToDeck("Ivory Spire",0);
aiPlayer.addToDeck("Entangle",0);
aiPlayer.addToDeck("Entangle",0);
aiPlayer.addToDeck("Entangle",0);
aiPlayer.addToDeck("Tenderfoot Archer",0);
aiPlayer.addToDeck("Tenderfoot Archer",0);
aiPlayer.addToDeck("Tenderfoot Archer",0);
aiPlayer.addToDeck("Thistle Falcon",0);
aiPlayer.addToDeck("Thistle Falcon",0);
aiPlayer.addToDeck("Valedune Arborist",0);
aiPlayer.addToDeck("Valedune Arborist",0);
aiPlayer.addToDeck("Valedune Arborist",0);
aiPlayer.addToDeck("Baron of Dellen",0);
}