- Updated some tier 3 deck list and descriptions.

This commit is contained in:
jendave
2011-08-06 22:14:55 +00:00
parent 9f5b4df258
commit aa8087fd59
4 changed files with 50 additions and 46 deletions

View File

@@ -1,20 +1,23 @@
James T Kirk 3 James T Kirk 3
[general] [general]
constructed constructed
[main] [main]
3 Megrim 3 Megrim
17 Swamp 4 Liliana's Caress
1 Keening Banshee 4 Animate Dead
2 Hymn to Tourach 23 Swamp
1 Lim-Dul's High Guard 4 Hymn to Tourach
2 Distress 4 Stupor
1 Wit's End 4 Wrench Mind
1 Hypnotic Specter 1 Deception
2 Duress 1 Mind Rot
2 Animate Dead 1 Unhinge
1 Liliana Vess 1 Waking Nightmare
2 Coercion 1 Nekrataal
2 Ostracize 1 Bone Shredder
1 Dusk Imp 2 Liliana Vess
2 Thoughtseize 2 Hypnotic Specter
[sideboard] 1 Keening Banshee
2 Doom Blade
1 Go for the Throat
[sideboard]

View File

@@ -1,23 +1,25 @@
King Arthur 3 King Arthur 3
[general] [general]
constructed constructed
[main] [main]
3 Disenchant 10 Plains
1 Mox Emerald 4 Savannah
4 Kazandu Blademaster 4 Sunpetal Grove
12 Plains 4 Windswept Heath
2 Kitesail 1 Mox Emerald
4 Knight of Meadowgrain 1 Mox Pearl
4 Sunpetal Grove 4 Wilt-Leaf Cavaliers
4 Longbow Archer 4 Wilt-Leaf Liege
3 Swords to Plowshares 4 Knight of Meadowgrain
1 Kinsbaile Cavalier 4 Steward of Valeron
1 Mox Pearl 1 Juniper Order Ranger
4 Steward of Valeron 1 Knight of the Reliquary
3 Baneslayer Angel 1 Sir Shandlar of Eberyn
2 Vulshok Morningstar 2 Kinsbaile Cavalier
1 Sir Shandlar of Eberyn 4 Knight Exemplar
4 Savannah 1 Benalish Cavalry
4 White Knight 1 Kitesail
3 Honor of the Pure 3 Honor of the Pure
[sideboard] 3 Disenchant
3 Swords to Plowshares
[sideboard]

View File

@@ -190,7 +190,7 @@ public class ComputerUtil_Attack2 {
private boolean doAssault() private boolean doAssault()
{ {
//Beastmaster Ascension //Beastmaster Ascension
if(AllZoneUtil.isCardInPlay("Beastmaster Ascension", AllZone.ComputerPlayer) && attackers.size() > 3) { if(AllZoneUtil.isCardInPlay("Beastmaster Ascension", AllZone.ComputerPlayer) && attackers.size() > 1) {
CardList beastions = AllZoneUtil.getCardsInZone(Constant.Zone.Battlefield, AllZone.ComputerPlayer). CardList beastions = AllZoneUtil.getCardsInZone(Constant.Zone.Battlefield, AllZone.ComputerPlayer).
getName("Beastmaster Ascension"); getName("Beastmaster Ascension");
int minCreatures = 7; int minCreatures = 7;
@@ -198,7 +198,6 @@ public class ComputerUtil_Attack2 {
int counters = beastion.getCounters(Counters.QUEST); int counters = beastion.getCounters(Counters.QUEST);
minCreatures = Math.min(minCreatures, 7 - counters); minCreatures = Math.min(minCreatures, 7 - counters);
} }
minCreatures = Math.max(minCreatures, 2);
if (attackers.size() >= minCreatures) if (attackers.size() >= minCreatures)
return true; return true;
} }

View File

@@ -218,7 +218,7 @@ public class QuestBattle extends QuestSelectablePanel {
addToDeckList("Magnum 1", "easy", "UG deck with Sturdy Hatchling and Shorecrasher Mimic"); addToDeckList("Magnum 1", "easy", "UG deck with Sturdy Hatchling and Shorecrasher Mimic");
addToDeckList("Magnum 2", "medium", "UG deck with Sturdy Hatchling and Shorecrasher Mimic"); addToDeckList("Magnum 2", "medium", "UG deck with Sturdy Hatchling and Shorecrasher Mimic");
addToDeckList("Magnum 3", "hard", "UG deck with Sturdy Hatchling and Shorecrasher Mimic"); addToDeckList("Magnum 3", "hard", "UG deck with Sturdy Hatchling and Shorecrasher Mimic");
addToDeckList("Marge Simpson 3 ", "hard", "RG deck with tokens which are devoured by R and RG creatures with devour"); addToDeckList("Marge Simpson 3", "hard", "RG deck with tokens which are devoured by R and RG creatures with devour");
// addToDeckList("Michael 3", "hard", "W Angels deck"); // addToDeckList("Michael 3", "hard", "W Angels deck");
addToDeckList("Morpheus 3", "hard", "G Elf deck with Overrun, Gaea's Anthem, Imperious Perfect and other pumps"); addToDeckList("Morpheus 3", "hard", "G Elf deck with Overrun, Gaea's Anthem, Imperious Perfect and other pumps");
addToDeckList("Mr Slate 2", "medium", "WUG Merfolk deck with Lord of Atlantis, Stonybrook Banneret and Stonybrook Schoolmaster"); addToDeckList("Mr Slate 2", "medium", "WUG Merfolk deck with Lord of Atlantis, Stonybrook Banneret and Stonybrook Schoolmaster");