- Added note to incarnations that they will slow down your computer when an Incarnation is placed in a graveyard.

- Added Incarnations for removal from GenerateConstructedDeck.java and GenerateConstructedMultiColorDeck.java.
This commit is contained in:
jendave
2011-08-06 03:17:55 +00:00
parent ff4b8de358
commit 6b250e062e
4 changed files with 20 additions and 5 deletions

View File

@@ -6753,7 +6753,7 @@ When this card is put into a graveyard from anywhere, reveal this card and shuff
Brawn Brawn
3 G 3 G
Creature Incarnation Creature Incarnation
As long as Brawn is in your graveyard and you control a Forest, creatures you control have trample. As long as Brawn is in your graveyard and you control a Forest, creatures you control have trample. (NOTE: Your computer will slow down when an Incarnation is placed in a graveyard.)
3/3 3/3
Trample Trample
@@ -15064,21 +15064,21 @@ All creatures you control get +0/+1.
Valor Valor
3 W 3 W
Creature Incarnation Creature Incarnation
As long as Valor is in your graveyard and you control a Plains, creatures you control have First Strike. As long as Valor is in your graveyard and you control a Plains, creatures you control have First Strike. (NOTE: Your computer will slow down when an Incarnation is placed in a graveyard.)
2/2 2/2
First Strike First Strike
Anger Anger
3 R 3 R
Creature Incarnation Creature Incarnation
As long as Anger is in your graveyard and you control a Mountain, creatures you control have Haste. As long as Anger is in your graveyard and you control a Mountain, creatures you control have Haste. (NOTE: Your computer will slow down when an Incarnation is placed in a graveyard.)
2/2 2/2
Haste Haste
Wonder Wonder
3 U 3 U
Creature Incarnation Creature Incarnation
As long as Wonder is in your graveyard and you control an Island, creatures you control have Flying. As long as Wonder is in your graveyard and you control an Island, creatures you control have Flying. (NOTE: Your computer will slow down when an Incarnation is placed in a graveyard.)
2/2 2/2
Flying Flying

View File

@@ -1,6 +1,6 @@
program/mail=mtgerror@yahoo.com program/mail=mtgerror@yahoo.com
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26 program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
program/version=Forge -- official beta: 10/01/17, SVN revision: 314 program/version=Forge -- official beta: 10/01/17, SVN revision: 315
tokens--file=AllTokens.txt tokens--file=AllTokens.txt

View File

@@ -149,6 +149,13 @@ public class GenerateConstructedDeck
remove.add("Blinding Light"); remove.add("Blinding Light");
remove.add("Hymn to Tourach"); remove.add("Hymn to Tourach");
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
//not fully implemented: //not fully implemented:
remove.add("Aether Membrane"); remove.add("Aether Membrane");

View File

@@ -372,6 +372,13 @@ public class GenerateConstructedMultiColorDeck
remove.add("Blinding Light"); remove.add("Blinding Light");
remove.add("Hymn to Tourach"); remove.add("Hymn to Tourach");
//cards that slow the computer down
remove.add("Anger");
remove.add("Brawn");
remove.add("Valor");
remove.add("Wonder");
//not fully implemented: //not fully implemented:
remove.add("Aether Membrane"); remove.add("Aether Membrane");
@@ -407,6 +414,7 @@ public class GenerateConstructedMultiColorDeck
//cards the AI cannot play (effectively): //cards the AI cannot play (effectively):
remove.add("Necropotence"); remove.add("Necropotence");
remove.add("Yawgmoth's Bargain");
remove.add("Sensei's Divining Top"); remove.add("Sensei's Divining Top");
remove.add("Standstill"); remove.add("Standstill");
//remove.add("Counterspell"); //remove.add("Counterspell");