mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Added the two Meekstone decks as realistic mode quest decks. Named them Pebbles Flintstone.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -192,6 +192,8 @@ res/quest/decks/Ned[!!-~]Flanders[!!-~]2.dck -text
|
||||
res/quest/decks/Ned[!!-~]Flanders[!!-~]3.dck -text
|
||||
res/quest/decks/Neo[!!-~]3.dck -text
|
||||
res/quest/decks/Newton[!!-~]3.dck -text
|
||||
res/quest/decks/Pebbles[!!-~]Flintstone[!!-~]2.dck -text
|
||||
res/quest/decks/Pebbles[!!-~]Flintstone[!!-~]3.dck -text
|
||||
res/quest/decks/Picard[!!-~]3.dck -text
|
||||
res/quest/decks/Pinky[!!-~]and[!!-~]the[!!-~]Brain[!!-~]3.dck -text
|
||||
res/quest/decks/Professor[!!-~]X[!!-~]3.dck -text
|
||||
|
||||
38
res/quest/decks/Pebbles Flintstone 2.dck
Normal file
38
res/quest/decks/Pebbles Flintstone 2.dck
Normal file
@@ -0,0 +1,38 @@
|
||||
Pebbles Flintstone 2
|
||||
[general]
|
||||
constructed
|
||||
[main]
|
||||
1 Armored Griffin
|
||||
1 Tempest Drake
|
||||
1 Radiant, Archangel
|
||||
1 Riptide Crab
|
||||
4 Coastal Tower
|
||||
1 Skyshroud Falcon
|
||||
4 Blinding Light
|
||||
1 Shu General
|
||||
5 Island
|
||||
1 Herald of Serra
|
||||
1 Zephyr Falcon
|
||||
1 Nightguard Patrol
|
||||
1 Skyhunter Prowler
|
||||
1 Theft of Dreams
|
||||
4 Tundra
|
||||
1 Alaborn Grenadier
|
||||
1 Serra Angel
|
||||
1 Shepherd of the Lost
|
||||
1 Courier Hawk
|
||||
4 Marble Titan
|
||||
1 Diving Griffin
|
||||
7 Plains
|
||||
3 Guan Yu's 1,000-Li March
|
||||
1 Bay Falcon
|
||||
1 Yotian Soldier
|
||||
4 Meekstone
|
||||
1 Razor Golem
|
||||
1 Standing Troops
|
||||
1 Angel of Light
|
||||
1 Border Patrol
|
||||
1 Borrowing 100,000 Arrows
|
||||
1 Serra Avenger
|
||||
1 Griffin Sentinel
|
||||
[sideboard]
|
||||
38
res/quest/decks/Pebbles Flintstone 3.dck
Normal file
38
res/quest/decks/Pebbles Flintstone 3.dck
Normal file
@@ -0,0 +1,38 @@
|
||||
Pebbles Flintstone 3
|
||||
[general]
|
||||
constructed
|
||||
[main]
|
||||
1 Tempest Drake
|
||||
1 Armored Griffin
|
||||
1 Radiant, Archangel
|
||||
4 Sejiri Refuge
|
||||
1 Riptide Crab
|
||||
4 Coastal Tower
|
||||
4 Blinding Light
|
||||
1 Shu General
|
||||
1 Absorb
|
||||
3 Island
|
||||
1 Herald of Serra
|
||||
1 Skyhunter Prowler
|
||||
1 Mox Pearl
|
||||
4 Tundra
|
||||
1 Shepherd of the Lost
|
||||
1 Serra Angel
|
||||
1 Courier Hawk
|
||||
4 Marble Titan
|
||||
1 Diving Griffin
|
||||
1 Jhovall Queen
|
||||
2 Crusade
|
||||
1 Kismet
|
||||
1 Frozen AEther
|
||||
1 Kazandu Blademaster
|
||||
1 Mox Sapphire
|
||||
4 Plains
|
||||
3 Guan Yu's 1,000-Li March
|
||||
4 Meekstone
|
||||
1 Standing Troops
|
||||
1 Border Patrol
|
||||
3 Serra Avenger
|
||||
1 Griffin Sentinel
|
||||
1 Zhang Fei, Fierce Warrior
|
||||
[sideboard]
|
||||
@@ -52,7 +52,8 @@ Morpheus 3
|
||||
Napoleon 3
|
||||
Ned Flanders 3
|
||||
Neo 3
|
||||
Newton 3
|
||||
Newton 3
|
||||
Pebbles Flintstone 3
|
||||
Picard 3
|
||||
Pinky and the Brain 3
|
||||
Professor X 3
|
||||
|
||||
@@ -22,7 +22,8 @@ King Edward 2
|
||||
King Kong 2
|
||||
Kojak 2
|
||||
Magnum 2
|
||||
Ned Flanders 2
|
||||
Ned Flanders 2
|
||||
Pebbles Flintstone 2
|
||||
Rocky 2
|
||||
Scotty 2
|
||||
Seabiscuit 2
|
||||
|
||||
@@ -543,6 +543,10 @@ public class Gui_Quest extends JFrame implements NewConstants{
|
||||
sb.append("\r\n");
|
||||
sb.append("Newton 3 hard Relentless Rats, Ratcatcher, Aluren and Harmonize");
|
||||
sb.append("\r\n");
|
||||
sb.append("Pebbles Flintstone 2 medium Sloth' Meekstone deck, Meekstone, Marble Titan and creatures with vigilance");
|
||||
sb.append("\r\n");
|
||||
sb.append("Pebbles Flintstone 3 hard Sloth' Meekstone deck, Meekstone, Marble Titan and creatures with vigilance");
|
||||
sb.append("\r\n");
|
||||
sb.append("Picard 3 hard UWG Elf deck similar to Morpheus but also has flying elves");
|
||||
sb.append("\r\n");
|
||||
sb.append("Pinky and the Brain 3 hard Royal Assassin, WoG + Damnation, Liliana Vess, Beacon of Unrest");
|
||||
|
||||
Reference in New Issue
Block a user