- Added an easy version of the Elrond deck.

This commit is contained in:
jendave
2011-08-06 22:11:13 +00:00
parent 8caea38f2e
commit 349e8823aa
3 changed files with 43 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -7965,6 +7965,7 @@ res/quest/decks/Doc[!!-~]Holiday[!!-~]3.dck -text
res/quest/decks/Doran[!!-~]3.dck -text res/quest/decks/Doran[!!-~]3.dck -text
res/quest/decks/Dr[!!-~]No[!!-~]3.dck -text res/quest/decks/Dr[!!-~]No[!!-~]3.dck -text
res/quest/decks/Electro[!!-~]3.dck -text res/quest/decks/Electro[!!-~]3.dck -text
res/quest/decks/Elrond[!!-~]1.dck -text
res/quest/decks/Elrond[!!-~]2.dck -text res/quest/decks/Elrond[!!-~]2.dck -text
res/quest/decks/Elrond[!!-~]3.dck -text res/quest/decks/Elrond[!!-~]3.dck -text
res/quest/decks/Endora[!!-~]2.dck -text res/quest/decks/Endora[!!-~]2.dck -text

View File

@@ -0,0 +1,40 @@
Elrond 1
[general]
constructed
[main]
2 Plains
2 Forest
4 Elfhame Palace
4 Graypelt Refuge
4 Arctic Flats
3 Razorverge Thicket
4 Sunpetal Grove
3 Aura Gnarlid
4 Rabid Wombat
2 Kor Spiritdancer
2 Gatherer of Graces
1 Gate Hound
2 Skyrider Trainee
1 Drove of Elves
2 Totem-Guide Hartebeest
1 Taoist Hermit
1 Silhana Ledgewalker
1 Slippery Bogle
1 Sacred Wolf
1 Zuo Ci, the Mocking Sage
1 Ancestral Mask
1 Fencer's Magemark
1 Beastmaster's Magemark
1 Guardian's Magemark
1 Brilliant Halo
1 Divine Transformation
1 Dryad's Favor
1 Gift of the Woods
1 Holy Strength
1 Lance
1 Lifelink
1 Predatory Hunger
1 Primal Frenzy
1 Ritual of Steel
1 Seeker
[sideboard]

View File

@@ -108,8 +108,9 @@ public class QuestBattle extends QuestSelectablePanel {
addToDeckList("Dr No 3", "hard", "The Rack, Balance, Propaganda, discard spells"); addToDeckList("Dr No 3", "hard", "The Rack, Balance, Propaganda, discard spells");
addToDeckList("Electro 3", "hard", "Stormfront deck, Arashi, the Sky Asunder + Ball Lightning"); addToDeckList("Electro 3", "hard", "Stormfront deck, Arashi, the Sky Asunder + Ball Lightning");
addToDeckList("Elrond 1", "easy", "GW Aura deck");
addToDeckList("Elrond 2", "medium", "RGW Aura deck"); addToDeckList("Elrond 2", "medium", "RGW Aura deck");
addToDeckList("Elrond 3", "medium", "RGW Aura deck"); addToDeckList("Elrond 3", "hard", "RGW Aura deck");
// addToDeckList("En Sabah Nur 2", "medium", "RUB Singleton"); // addToDeckList("En Sabah Nur 2", "medium", "RUB Singleton");
// addToDeckList("En Sabah Nur 3", "hard", "UBR Standard Constructed"); // addToDeckList("En Sabah Nur 3", "hard", "UBR Standard Constructed");
addToDeckList("Endora 2", "medium", "Enchantress deck, enchantments + cards with enchantment effects"); addToDeckList("Endora 2", "medium", "Enchantress deck, enchantments + cards with enchantment effects");