mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Updated some tier 3 deck list and descriptions.
This commit is contained in:
@@ -190,7 +190,7 @@ public class ComputerUtil_Attack2 {
|
||||
private boolean doAssault()
|
||||
{
|
||||
//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).
|
||||
getName("Beastmaster Ascension");
|
||||
int minCreatures = 7;
|
||||
@@ -198,7 +198,6 @@ public class ComputerUtil_Attack2 {
|
||||
int counters = beastion.getCounters(Counters.QUEST);
|
||||
minCreatures = Math.min(minCreatures, 7 - counters);
|
||||
}
|
||||
minCreatures = Math.max(minCreatures, 2);
|
||||
if (attackers.size() >= minCreatures)
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -218,7 +218,7 @@ public class QuestBattle extends QuestSelectablePanel {
|
||||
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 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("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");
|
||||
|
||||
Reference in New Issue
Block a user