- Added the Frankenstein 1 deck.

- Replaced the Gold dungeon special quest.
This commit is contained in:
Sloth
2011-08-27 15:12:49 +00:00
parent df81eee0b2
commit 9c0943e6d0
6 changed files with 75 additions and 42 deletions

View File

@@ -152,15 +152,8 @@ public class QuestUtil {
qa.setCardRewardList(pack.generateCards(cards, 3, Constant.Rarity.Rare, Constant.Color.Colorless));
} else if (id == 7) //Gold Dungeon
{
CardList humanList = new CardList();
Card c = AllZone.getCardFactory().getCard("Trailblazer's Boots", AllZone.getHumanPlayer());
c.setCurSetCode(c.getMostRecentSet());
c.setImageFilename(CardUtil.buildFilename(c));
humanList.add(c);
qa.setHuman(humanList);
qa.addCompy("Darksteel Ingot");
qa.setCardRewardList(pack.generateCards(cards, 3, Constant.Rarity.Rare, "Multicolor"));
} else if (id == 8) {
CardList humanList = new CardList();

View File

@@ -157,6 +157,7 @@ public class QuestBattle extends QuestSelectablePanel {
addToDeckList("Fin Fang Foom 1", "easy", "Mono G Poison deck");
addToDeckList("Fin Fang Foom 2", "medium", "Mono G Infect deck");
addToDeckList("Fin Fang Foom 3", "hard", "GB Infect deck");
addToDeckList("Frankenstein 1", "easy", "WG Golem deck with several Splicers");
addToDeckList("Frankenstein 2", "medium", "WU Golem deck with several Splicers");
addToDeckList("Frankenstein 3", "hard", "WUG Golem deck with several Splicers");
addToDeckList("Fred Flintstone 3", "hard", "WUG deck with Phytohydra and Lorescale Coatl");