Some new cards patch

Some new cards:
Mystical Tutor
Rebuild
Spell Pierce
Stifle (seems to work correctly, can counter your own abilities if needed; didn't code Phyrexian Dreadnought, but it's a fun combo with this card 2 mana
for 12/12, why not) AI most likely wont know how to use this
Wasteland and Strip Mine (no AI code for this but probably something like if have 1-2 lands in play and 1-2 in hand kill a 1 of dual)
You can apply the patch to SVN r323 (can apply via Eclipse Team>Apply Patch..).
edit: if you downloaded the v1 it contained a bug for wasteland / strip either download v2 or change filters
60 Total Cards
19 Creatures
-------------
4x Cold-Eyed Selkie
3x Meddling Mage
4x Noble Hierarch
4x Qasali Pridemage
4x Tarmogoyf
23 Spells
----------
1x Ancestral Recall
1x Black Lotus
1x Brainstorm
3x Daze
4x Force of Will
1x Mox Emerald
1x Mox Pearl
1x Mox Sapphire
1x Mystical Tutor
2x Rebuild
3x Spell Pierce
3x Stifle
1x Time Walk
18 Land
--------
1x Flooded Strand
1x Forest
1x Island
4x Misty Rainforest
1x Strip Mine
3x Tropical Island
3x Tundra
4x Wasteland
Mystical Tutor
Rebuild
Spell Pierce
Stifle (seems to work correctly, can counter your own abilities if needed; didn't code Phyrexian Dreadnought, but it's a fun combo with this card 2 mana


Wasteland and Strip Mine (no AI code for this but probably something like if have 1-2 lands in play and 1-2 in hand kill a 1 of dual)
You can apply the patch to SVN r323 (can apply via Eclipse Team>Apply Patch..).
edit: if you downloaded the v1 it contained a bug for wasteland / strip either download v2 or change filters
- Code: Select all
public boolean addCard(Card c)
{
if(card.getName().equals("Wasteland"))
return c.getType().contains("Land") && !c.getType().contains("Basic");
else
return c.getType().contains("Land");
}
60 Total Cards
19 Creatures
-------------
4x Cold-Eyed Selkie
3x Meddling Mage
4x Noble Hierarch
4x Qasali Pridemage
4x Tarmogoyf
23 Spells
----------
1x Ancestral Recall
1x Black Lotus
1x Brainstorm
3x Daze
4x Force of Will
1x Mox Emerald
1x Mox Pearl
1x Mox Sapphire
1x Mystical Tutor
2x Rebuild
3x Spell Pierce
3x Stifle
1x Time Walk
18 Land
--------
1x Flooded Strand
1x Forest
1x Island
4x Misty Rainforest
1x Strip Mine
3x Tropical Island
3x Tundra
4x Wasteland