mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added the Frankenstein 1 deck.
- Replaced the Gold dungeon special quest.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user