diff --git a/.gitattributes b/.gitattributes index 255fc91ff64..70147fdca5b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/quest/decks/Pebbles Flintstone 2.dck b/res/quest/decks/Pebbles Flintstone 2.dck new file mode 100644 index 00000000000..a20a6e36d8e --- /dev/null +++ b/res/quest/decks/Pebbles Flintstone 2.dck @@ -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] diff --git a/res/quest/decks/Pebbles Flintstone 3.dck b/res/quest/decks/Pebbles Flintstone 3.dck new file mode 100644 index 00000000000..e2721b5cfcb --- /dev/null +++ b/res/quest/decks/Pebbles Flintstone 3.dck @@ -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] diff --git a/res/quest/hard.txt b/res/quest/hard.txt index 7c8ac139a05..10a75453760 100644 --- a/res/quest/hard.txt +++ b/res/quest/hard.txt @@ -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 diff --git a/res/quest/medium.txt b/res/quest/medium.txt index 4eb6182faf2..da2b358a3fd 100644 --- a/res/quest/medium.txt +++ b/res/quest/medium.txt @@ -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 diff --git a/src/forge/Gui_Quest.java b/src/forge/Gui_Quest.java index 17002ae9c51..0a1c1197716 100644 --- a/src/forge/Gui_Quest.java +++ b/src/forge/Gui_Quest.java @@ -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");