mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Updated the quest deck Optimus Prime 3.
This commit is contained in:
@@ -1,24 +1,26 @@
|
||||
[duel]
|
||||
[metadata]
|
||||
Name=Optimus Prime 3
|
||||
Title=Optimus Prime
|
||||
Difficulty=hard
|
||||
Description=Mono U deck with Modular creatures and proliferate spells
|
||||
Icon=Optimus Prime.jpg
|
||||
Deck Type=constructed
|
||||
[main]
|
||||
4 Counterspell|7ED
|
||||
4 Arcbound Worker|DST
|
||||
4 Misty Rainforest|ZEN
|
||||
1 Mox Opal|SOM
|
||||
4 Tezzeret's Gambit|NPH
|
||||
4 Steel Overseer|M11
|
||||
1 Mox Sapphire|2ED
|
||||
4 Arcbound Slith|DST
|
||||
18 Island|MBS
|
||||
4 Steady Progress|SOM
|
||||
2 Arcbound Crusher|DST
|
||||
4 Arcbound Stinger|DST
|
||||
2 Contagion Engine|SOM
|
||||
4 Vapor Snag|NPH
|
||||
[sideboard]
|
||||
[duel]
|
||||
[metadata]
|
||||
Name=Optimus Prime 3
|
||||
Title=Optimus Prime
|
||||
Difficulty=hard
|
||||
Description=Mono U deck with Modular creatures and proliferate spells
|
||||
Icon=Optimus Prime.jpg
|
||||
Deck Type=constructed
|
||||
[main]
|
||||
4 Counterspell|7ED
|
||||
4 Arcbound Worker|DST
|
||||
4 Seat of the Synod
|
||||
1 Mox Opal|SOM
|
||||
4 Tezzeret's Gambit|NPH
|
||||
4 Steel Overseer|M11
|
||||
1 Mox Sapphire|2ED
|
||||
4 Arcbound Slith|DST
|
||||
18 Island|MBS
|
||||
4 Steady Progress|SOM
|
||||
2 Arcbound Crusher|DST
|
||||
4 Arcbound Stinger|DST
|
||||
2 Contagion Engine|SOM
|
||||
2 Contagion Clasp
|
||||
1 Inexorable Tide
|
||||
1 Viral Drake
|
||||
[sideboard]
|
||||
|
||||
@@ -43,7 +43,7 @@ public class CountersProliferateAi extends SpellAbilityAi {
|
||||
}
|
||||
});
|
||||
|
||||
if ((cperms.size() == 0) && (hperms.size() == 0) && (ai.getOpponent().getPoisonCounters() == 0)) {
|
||||
if (cperms.isEmpty() && hperms.isEmpty() && ai.getOpponent().getPoisonCounters() == 0) {
|
||||
return false;
|
||||
}
|
||||
return chance;
|
||||
|
||||
Reference in New Issue
Block a user