diff --git a/forge-gui-mobile/src/forge/adventure/scene/TileMapScene.java b/forge-gui-mobile/src/forge/adventure/scene/TileMapScene.java
index 12a53a1814e..2a1cc8d3d9f 100644
--- a/forge-gui-mobile/src/forge/adventure/scene/TileMapScene.java
+++ b/forge-gui-mobile/src/forge/adventure/scene/TileMapScene.java
@@ -106,7 +106,7 @@ public class TileMapScene extends HudScene {
AdventureQuestController.instance().mostRecentPOI = point;
rootPoint = point;
oldMap = point.getData().map;
- map = new TemplateTmxMapLoader().load(Config.instance().getFilePath(point.getData().map));
+ map = new TemplateTmxMapLoader().load(Config.instance().getCommonFilePath(point.getData().map));
((MapStage) stage).setPointOfInterest(WorldSave.getCurrentSave().getPointOfInterestChanges(point.getID() + oldMap));
stage.getPlayerSprite().setPosition(0, 0);
WorldSave.getCurrentSave().getWorld().setSeed(point.getSeedOffset());
diff --git a/forge-gui-mobile/src/forge/adventure/util/CardUtil.java b/forge-gui-mobile/src/forge/adventure/util/CardUtil.java
index 7ddc505d033..512afa5820f 100644
--- a/forge-gui-mobile/src/forge/adventure/util/CardUtil.java
+++ b/forge-gui-mobile/src/forge/adventure/util/CardUtil.java
@@ -640,7 +640,7 @@ public class CardUtil {
public static Deck getDeck(String path, boolean forAI, boolean isFantasyMode, String colors, boolean isTheme, boolean useGeneticAI, CardEdition starterEdition, boolean discourageDuplicates)
{
if(path.endsWith(".dck"))
- return DeckSerializer.fromFile(new File(Config.instance().getFilePath(path)));
+ return DeckSerializer.fromFile(new File(Config.instance().getCommonFilePath(path)));
if(forAI && (isFantasyMode||useGeneticAI)) {
Deck deck = DeckgenUtil.getRandomOrPreconOrThemeDeck(colors, forAI, isTheme, useGeneticAI);
diff --git a/forge-gui/res/adventure/Amonkhet/maps/main.tiled-project b/forge-gui/res/adventure/Amonkhet/maps/main.tiled-project
deleted file mode 100644
index 28056787000..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/main.tiled-project
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "automappingRulesFile": "",
- "commands": [
- ],
- "compatibilityVersion": 1100,
- "extensionsPath": "extensions",
- "folders": [
- "."
- ],
- "propertyTypes": [
- ]
-}
diff --git a/forge-gui/res/adventure/Amonkhet/maps/obj/arena.tx b/forge-gui/res/adventure/Amonkhet/maps/obj/arena.tx
deleted file mode 100644
index e9d80899d06..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/obj/arena.tx
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Amonkhet/maps/obj/enemy.tx b/forge-gui/res/adventure/Amonkhet/maps/obj/enemy.tx
deleted file mode 100644
index 10d827e9b7b..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/obj/enemy.tx
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Amonkhet/maps/obj/entry_right.tx b/forge-gui/res/adventure/Amonkhet/maps/obj/entry_right.tx
deleted file mode 100644
index b6804c4f74d..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/obj/entry_right.tx
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.atlas b/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.atlas
deleted file mode 100644
index a4448801267..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.atlas
+++ /dev/null
@@ -1,594 +0,0 @@
-
-buildings.png
-size: 448,800
-format: RGBA8888
-filter: Nearest,Nearest
-repeat: none
-IslandTown
- xy: 144, 0
- size: 48, 48
-MountainTown
- xy: 48, 0
- size: 48, 48
-SwampTown
- xy: 0, 0
- size: 48, 48
-ForestTown
- xy: 352, 496
- size: 32, 32
-PlainsTown
- xy: 96, 0
- size: 48, 48
-PirateShop
- xy: 384, 704
- size: 16, 16
-WasteTown
- xy: 272, 128
- size: 48, 48
-IslandCapital
- xy: 128, 592
- size: 64, 64
-MountainCapital
- xy: 128, 720
- size: 64, 64
-SwampCapital
- xy: 128, 464
- size: 64, 64
-ForestCapital
- xy: 64, 656
- size: 64, 64
-PlainsCapital
- xy: 0, 464
- size: 64, 64
-Spawn
- xy: 304, 288
- size: 16, 16
-Gate
- xy: 384, 128
- size: 64, 48
-InstantShop
- xy: 304, 704
- size: 16, 16
-CreatureShop
- xy: 320, 704
- size: 16, 16
-GreenShop
- xy: 336, 704
- size: 16, 16
-RedShop
- xy: 352, 704
- size: 16, 16
-WhiteShop
- xy: 368, 704
- size: 16, 16
-LandShop
- xy: 304, 720
- size: 16, 16
-ColorlessShop
- xy: 320, 720
- size: 16, 16
-BlackShop
- xy: 336, 720
- size: 16, 16
-BlueShop
- xy: 352, 720
- size: 16, 16
-MultiColorShop
- xy: 368, 720
- size: 16, 16
-SelesnyaShop
- xy: 304, 736
- size: 16, 16
-AzoriusShop
- xy: 320, 736
- size: 16, 16
-DimirShop
- xy: 336, 736
- size: 16, 16
-RakdosShop
- xy: 352, 736
- size: 16, 16
-GruulShop
- xy: 368, 736
- size: 16, 16
-SimicShop
- xy: 304, 752
- size: 16, 16
-OrzhovShop
- xy: 320, 752
- size: 16, 16
-IzzetShop
- xy: 336, 752
- size: 16, 16
-GolgariShop
- xy: 352, 752
- size: 16, 16
-BorosShop
- xy: 368, 752
- size: 16, 16
-GoblinShop
- xy: 304, 768
- size: 16, 16
-ZombieShop
- xy: 320, 768
- size: 16, 16
-HumanShop
- xy: 336, 768
- size: 16, 16
-ElfShop
- xy: 352, 768
- size: 16, 16
-MerfolkShop
- xy: 368, 768
- size: 16, 16
-EquipmentShop
- xy: 304, 784
- size: 16, 16
-ItemShop
- xy: 288, 912
- size: 16, 16
-CapitalShop
- xy: 304, 816
- size: 16, 16
-ArtifactShop
- xy: 320, 784
- size: 16, 16
-AngelShop
- xy: 336, 784
- size: 16, 16
-GolemShop
- xy: 352, 784
- size: 16, 16
-SliverShop
- xy: 368, 784
- size: 16, 16
-RWBShop
- xy: 304, 800
- size: 16, 16
-RWUShop
- xy: 320, 800
- size: 16, 16
-RWGShop
- xy: 336, 800
- size: 16, 16
-EnchantmentShop
- xy: 352, 800
- size: 16, 16
-WUBRGShop
- xy: 368, 800
- size: 16, 16
-RogueShop
- xy: 288, 816
- size: 16, 16
-NonbasicLandShop
- xy: 304, 816
- size: 16, 16
-SpaceMarineShop
- xy: 320, 816
- size: 16, 16
-NecronShop
- xy: 336, 816
- size: 16, 16
-ChaosShop
- xy: 352, 816
- size: 16, 16
-TyranidShop
- xy: 368, 816
- size: 16, 16
-M22Shop
- xy: 384, 720
- size: 16, 16
-M21Shop
- xy: 384, 750
- size: 16, 16
-M20Shop
- xy: 384, 766
- size: 16, 16
-AssassinShop
- xy: 384, 784
- size: 16, 16
-SquirrelShop
- xy: 384, 800
- size: 16, 16
-DragonShop
- xy: 384, 816
- size: 16, 16
-AssemblyShop
- xy: 288, 832
- size: 16, 16
-VampireShop
- xy: 304, 832
- size: 16, 16
-VehicleShop
- xy: 320, 832
- size: 16, 16
-RUBShop
- xy: 336, 832
- size: 16, 16
-RGBShop
- xy: 352, 832
- size: 16, 16
-RGUShop
- xy: 368, 832
- size: 16, 16
-MinotaurShop
- xy: 384, 832
- size: 16, 16
-DinosaurShop
- xy: 288, 848
- size: 16, 16
-UWBShop
- xy: 304, 848
- size: 16, 16
-UGBShop
- xy: 320, 848
- size: 16, 16
-UWGShop
- xy: 336, 848
- size: 16, 16
-GWBShop
- xy: 352, 848
- size: 16, 16
-DwarfShop
- xy: 368, 848
- size: 16, 16
-DevilShop
- xy: 384, 848
- size: 16, 16
-OgreShop
- xy: 288, 864
- size: 16, 16
-EquipShop
- xy: 320, 864
- size: 16, 16
-SoldierShop
- xy: 336, 864
- size: 16, 16
-CardShop
- xy: 352, 864
- size: 16, 16
-DnDShop
- xy: 368, 864
- size: 16, 16
-DemonShop
- xy: 384, 864
- size: 16, 16
-RotatingShop
- xy: 288, 880
- size: 16, 16
-DruidShop
- xy: 304, 880
- size: 16, 16
-WandShop
- xy: 320, 880
- size: 16, 16
-BirdShop
- xy: 336, 880
- size: 16, 16
-WolfShop
- xy: 352, 880
- size: 16, 16
-KnightShop
- xy: 368, 880
- size: 16, 16
-WallShop
- xy: 384, 880
- size: 16, 16
-PlaneswalkerShop
- xy: 304, 896
- size: 16, 16
-SkeletonShop
- xy: 320, 896
- size: 16, 16
-SpiritShop
- xy: 336, 896
- size: 16, 16
-ShamanShop
- xy: 352, 896
- size: 16, 16
-WizardShop
- xy: 368, 896
- size: 16, 16
-LegendShop
- xy: 384, 896
- size: 16, 16
-ShardTrader
- xy: 288, 896
- size: 16, 16
-Waypoint
- xy: 288, 912
- size: 16, 16
-Overlay8Black
- xy: 400, 704
- size: 5, 16
-Overlay6Black
- xy: 405, 704
- size: 5, 16
-Overlay4Black
- xy: 400, 800
- size: 5,16
-Overlay2Black
- xy: 405, 800
- size: 5, 16
-Overlay8Green
- xy: 400, 768
- size: 5, 16
-Overlay6Green
- xy: 405, 768
- size: 5, 16
-Overlay4Green
- xy: 405, 864
- size: 5, 16
-Overlay2Green
- xy: 405, 864
- size: 5, 16
-Overlay8Colorless
- xy: 400, 784
- size: 5, 16
-Overlay6Colorless
- xy: 405, 784
- size: 5, 16
-Overlay4Colorless
- xy: 400, 880
- size: 5, 16
-Overlay2Colorless
- xy: 405, 880
- size: 5, 16
-Overlay8Blue
- xy: 400, 720
- size: 5, 16
-Overlay6Blue
- xy: 405, 720
- size: 5, 16
-Overlay4Blue
- xy: 400, 816
- size: 5, 16
-Overlay2Blue
- xy: 405, 816
- size: 5, 16
-Overlay8Red
- xy: 400, 736
- size: 5, 16
-Overlay6Red
- xy: 405, 736
- size: 5, 16
-Overlay4Red
- xy: 400, 832
- size: 5, 16
-Overlay2Red
- xy: 405, 832
- size: 5, 16
-Overlay8White
- xy: 400, 752
- size: 5, 16
-Overlay6White
- xy: 405, 752
- size: 5, 16
-Overlay4White
- xy: 400, 848
- size: 5, 16
-Overlay2White
- xy: 405, 848
- size: 5, 16
-Test
- xy: 128, 48
- size: 32, 32
-Cave
- xy: 192, 272
- size: 32, 32
-Cave
- xy: 192, 272
- size: 32, 32
-Cave
- xy: 192, 272
- size: 32, 32
-Cave
- xy: 288, 0
- size: 32, 32
-Cave
- xy: 256, 704
- size: 32, 32
-Cave
- xy: 256, 768
- size: 32, 32
-Cave
- xy: 288, 465
- size: 32, 32
-Nest
- xy: 256, 304
- size: 32, 32
-Nest
- xy: 321, 400
- size: 32, 32
-Aerie
- xy: 289, 368
- size: 32, 32
-Factory
- xy: 288, 433
- size: 32, 32
-Factory
- xy: 0, 146
- size: 32, 30
-Factory
- xy: 192, 240
- size: 32, 32
-Fort
- xy: 160, 274
- size: 32, 32
-Fort
- xy: 224, 368
- size: 32, 32
-Fort
- xy: 320, 368
- size: 32, 32
-Monastery
- xy: 352, 367
- size: 32, 32
-Castle
- xy: 160, 274
- size: 32, 32
-Castle
- xy: 224, 368
- size: 32, 32
-Castle
- xy: 320, 368
- size: 32, 32
-CatLair
- xy: 161, 49
- size: 32, 32
-CatLair
- xy: 351, 209
- size: 32, 16
-CatLair
- xy: 351, 209
- size: 32, 16
-CatLair
- xy: 96, 81
- size: 32, 32
-CatLair
- xy: 96, 81
- size: 32, 32
-MageTower
- xy: 289, 32
- size: 32, 32
-MageTower
- xy: 32, 304
- size: 32, 32
-MageTower
- xy: 0, 240
- size: 32, 32
-MageTower
- xy: 64, 304
- size: 32, 32
-Portal
- xy: 96, 48
- size: 32, 32
-DjinnPalace
- xy: 128, 272
- size: 32, 32
-DjinnPalace
- xy: 320, 432
- size: 32, 32
-MerfolkPool
- xy: 320, 208
- size: 32, 16
-MerfolkPool
- xy: 64, 112
- size: 32, 32
-MerfolkPool
- xy: 352, 32
- size: 32, 32
-BlueOrb
- xy: 129, 48
- size: 32, 32
-Graveyard
- xy: 368, 96
- size: 48, 32
-Graveyard
- xy: 256, 464
- size: 32, 32
-Graveyard
- xy: 192, 400
- size: 32, 32
-Graveyard
- xy: 32, 272
- size: 32, 32
-EvilGrove
- xy: 256, 768
- size: 32, 32
-EvilGrove
- xy: 96, 274
- size: 32, 32
-VampireCastle
- xy: 416, 336
- size: 32, 32
-VampireCastle
- xy: 416, 464
- size: 32, 32
-SkullCave
- xy: 64, 272
- size: 32, 32
-SkullCave
- xy: 240, 0
- size: 48, 48
-SkullCave
- xy: 256, 336
- size: 32, 32
-SkullCave
- xy: 352, 336
- size: 32, 32
-BarbarianCamp
- xy: 351, 209
- size: 32, 16
-BarbarianCamp
- xy: 96, 81
- size: 32, 32
-BarbarianCamp
- xy: 320, 304
- size: 32, 32
-Maze
- xy: 0, 336
- size: 32, 32
-Maze
- xy: 272, 96
- size: 48, 32
-Maze
- xy: 320, 336
- size: 32, 32
-YuleTown
- xy: 352, 592
- size: 32, 32
-SnowAbbey
- xy: 384, 528
- size: 64, 64
-Grove
- xy: 416, 496
- size: 32, 32
-Grove
- xy: 256, 768
- size: 32, 32
-Grove
- xy: 224, 208
- size: 32, 16
-Grove
- xy: 256, 208
- size: 32, 16
-WurmPond
- xy: 224, 400
- size: 32, 32
-StonePyramid
- xy: 384, 464
- size: 32, 32
-Mine
- xy: 96, 144
- size: 32, 32
-LavaForge
- xy: 384, 336
- size: 32, 32
-black_castle
- xy: 0, 800
- size: 64, 64
-green_castle
- xy: 64, 800
- size: 64, 64
-blue_castle
- xy: 128, 800
- size: 64, 64
-colorless_castle
- xy: 192, 800
- size: 64, 64
-white_castle
- xy: 0, 864
- size: 64, 64
-red_castle
- xy: 64, 864
- size: 64, 64
-final_castle
- xy: 128, 864
- size: 64, 64
-farm
- xy:351, 0
- size: 33,33
-hall_of_flame
- xy: 194, 864
- size: 32, 32
diff --git a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.png b/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.png
deleted file mode 100644
index dc09805b10d..00000000000
Binary files a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.png and /dev/null differ
diff --git a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.tsx b/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.tsx
deleted file mode 100644
index 754c383188a..00000000000
--- a/forge-gui/res/adventure/Amonkhet/maps/tileset/buildings.tsx
+++ /dev/null
@@ -1,4150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Amonkhet/world/world.json b/forge-gui/res/adventure/Amonkhet/world/world.json
index 4d7171e57af..5dc4fdd0f45 100644
--- a/forge-gui/res/adventure/Amonkhet/world/world.json
+++ b/forge-gui/res/adventure/Amonkhet/world/world.json
@@ -14,10 +14,10 @@
"biomesSprites": "world/sprites/map_sprites.json",
"maxRoadDistance": 1000,
"biomesNames": [
- "world/outlands.json",
- "world/ifnir.json",
- "world/ramunap.json",
- "world/shefet.json",
- "world/naktamun.json"
+ "world/biomes/outlands.json",
+ "world/biomes/ifnir.json",
+ "world/biomes/ramunap.json",
+ "world/biomes/shefet.json",
+ "world/biomes/naktamun.json"
]
}
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/akroma.dck b/forge-gui/res/adventure/Shandalar/decks/boss/akroma.dck
deleted file mode 100644
index 46e27a42f40..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/akroma.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=Akroma
-[Main]
-2 Akroma's Memorial|TSR|1
-4 Akroma's Vengeance|C20|1
-4 Akroma, Angel of Wrath|SLD|1
-2 Akroma, Vision of Ixidor|CMR|1
-1 Angel of Eternal Dawn|YMID|1
-1 Angel of Finality|AFC|1
-4 Angel of Sanctions|C19|1
-4 Angel of Vitality|M20|1
-2 Archangel Elspeth|MOM|1
-4 Archangel of Thune|2XM|1
-2 Avacyn, Angel of Hope|J17|1
-4 Baneslayer Angel|M21|1
-4 Bishop of Wings|M20|1
-4 Court of Grace|CMR|1
-2 Decree of Justice|C14|1
-4 Emeria Shepherd|ZNC|1
-4 Entreat the Angels|PLIST|1
-4 Giada, Font of Hope|SNC|1
-1 Herald of Vengeance|YSNC|1
-4 Kabira Crossroads|C17|1
-4 Karmic Guide|AFC|1
-1 Linvala, Keeper of Silence|MM3|1
-4 Lyra Dawnbringer|J22|1
-12 Plains|C19|1
-15 Plains|C19|2
-11 Plains|C19|3
-4 Radiant Fountain|IMA|1
-2 Radiant, Archangel|VMA|1
-4 Resplendent Angel|M19|1
-4 Righteous Valkyrie|J21|1
-4 Seraph Sanctuary|DDQ|1
-1 Serra Paragon|DMU|1
-3 Serra the Benevolent|J21|1
-2 The Book of Exalted Deeds|AFR|1
-2 Valkyrie Harbinger|KHM|1
-
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/emrakul.dck b/forge-gui/res/adventure/Shandalar/decks/boss/emrakul.dck
deleted file mode 100644
index ebaa446d756..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/emrakul.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=Emrakul
-[Main]
-4 Black Lotus
-4 Crystal Vein
-4 Eldrazi Temple
-3 Emrakul, the Aeons Torn
-3 Emrakul, the Promised End
-4 Expedition Map
-2 Eye of Ugin
-4 Mana Vault
-2 Kozilek, Butcher of Truth
-2 Kozilek, the Great Distortion
-4 Mana Crypt
-4 Sol Ring
-4 Titan's Presence
-2 Ulamog, the Ceaseless Hunger
-2 Ulamog, the Infinite Gyre
-4 Urza's Mine
-4 Urza's Power Plant
-4 Urza's Tower
-
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/ghalta.dck b/forge-gui/res/adventure/Shandalar/decks/boss/ghalta.dck
deleted file mode 100644
index a4cb502157a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/ghalta.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=Ghalta
-[Main]
-2 Ancient Imperiosaur|MOM|1
-2 Apex Altisaur|C19|1
-4 Apex Devastator|CMR|1
-4 Carnage Tyrant|XLN|1
-4 Drover of the Mighty|JMP|1
-4 Elvish Mystic|C14|1
-11 Forest|C19|1
-8 Forest|C19|2
-6 Forest|C19|3
-20 Forest|MOM|1
-4 Ghalta, Primal Hunger|JMP|1
-4 Giant Regrowth|YSNC|1
-4 Gigantosaurus|PLIST|1
-2 Goreclaw, Terror of Qal Sisma|M19|1
-2 Rampaging Brontodon|G18|1
-4 Rampant Growth|NCC|1
-4 Regal Behemoth|CN2|1
-1 Return to Nature|MOC|1
-2 Runic Armasaur|M19|1
-4 Savage Stomp|JMP|1
-4 Shifting Ceratops|M20|1
-2 The Great Henge|ELD|1
-2 The Tarrasque|AFR|1
-4 Topiary Stomper|SNC|1
-1 Verdant Sun's Avatar|C21|1
-4 Wayward Swordtooth|RIX|1
-4 Wild Growth|DMR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/griselbrand.dck b/forge-gui/res/adventure/Shandalar/decks/boss/griselbrand.dck
deleted file mode 100644
index 7385fb2ed8b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/griselbrand.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=Griselbrand
-[Main]
-4 Animate Dead|VMA|1
-4 Archfiend of Depravity|SCD|1
-2 Archfiend of Despair|BBD|1
-3 Cabal Coffers|MH2|1
-1 Carnifex Demon|AJMP|1
-4 Damnation|2X2|1
-1 Demon of Death's Gate|PLIST|1
-4 Demon's Disciple|ZNR|1
-2 Demonlord Belzenlok|DOM|1
-4 Doom Blade|GN3|1
-4 Griselbrand|PGPX|1
-3 Harvester of Souls|JMP|1
-4 Infernal Grasp|PSVC|1
-3 Infernal Sovereign|MOC|1
-4 Liliana's Contract|SLD|1
-4 Manor Guardian|J21|1
-4 Master of the Feast|JOU|1
-4 Nightmare Shepherd|THB|1
-2 Ob Nixilis of the Black Oath|PZ1|1
-4 Ob Nixilis, the Fallen|PLIST|1
-2 Ob Nixilis, Unshackled|2X2|1
-4 Overseer of the Damned|SCD|1
-1 Pestilence Demon|DDR|1
-4 Reanimate|UMA|1
-4 Reaper from the Abyss|J22|1
-2 Reiver Demon|CMA|1
-2 Reiver Demon|COM|1
-2 Seizan, Perverter of Truth|CHK|1
-2 Soulhunter Rakshasa|ANB|1
-2 Stronghold Overseer|TSP|1
-15 Swamp|MOM|1
-9 Swamp|SCD|1
-7 Swamp|SCD|2
-4 Swamp|SCD|3
-9 Swamp|SCD|4
-1 Urborg, Tomb of Yawgmoth|TSR|1
-2 Vilis, Broker of Blood|M20|1
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/lathliss.dck b/forge-gui/res/adventure/Shandalar/decks/boss/lathliss.dck
deleted file mode 100644
index 5d31dcbe1b2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/lathliss.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=Lathliss
-[Main]
-3 Ancient Copper Dragon|CLB|1
-2 Balefire Dragon|UMA|1
-3 Blasphemous Act|VOC|1
-4 Chaos Dragon|AFC|1
-2 Crucible of Fire|IMA|1
-4 Dragon Tempest|GN3|1
-4 Dragonlord's Servant|JMP|1
-1 Dragonspeaker Shaman|C17|1
-3 Dragonspeaker Shaman|SCD|1
-2 Drakuseth, Maw of Flames|GN3|1
-2 Dwarven Hold|5ED|1
-4 Dwarven Mine|ELD|1
-4 Glorybringer|AKH|1
-4 Goldspan Dragon|KHM|1
-2 Hellkite Tyrant|C21|1
-2 Inferno of the Star Mounts|AFR|1
-1 Lathliss, Dragon Queen|J22|1
-3 Lathliss, Dragon Queen|PRES|1
-2 Lightning Bolt|30A|1
-4 Magmaquake|C15|1
-8 Mountain|C19|1
-8 Mountain|C19|2
-10 Mountain|C19|3
-12 Mountain|MOM|1
-4 Orb of Dragonkind|AFR|1
-2 Sarkhan the Masterless|WAR|1
-2 Sarkhan, the Dragonspeaker|J22|1
-2 Sarkhan, Wanderer to Shiv|J21|1
-4 Shivan Dragon|30A|1
-1 Terror of Mount Velus|AFC|1
-4 Terror of the Peaks|M21|1
-2 Themberchaud|SLD|1
-4 Town-Razer Tyrant|YMID|1
-3 Tyrant of Kher Ridges|BRO|1
-2 Utvara Hellkite|GK2|1
-2 Valakut, the Molten Pinnacle|ZNE|1
-2 Wrathful Red Dragon|CLB|1
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/lorthos.dck b/forge-gui/res/adventure/Shandalar/decks/boss/lorthos.dck
deleted file mode 100644
index 0d4834cfd47..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/lorthos.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=Lorthos
-[Main]
-4 Boomerang|10E|1
-4 Counterspell|SLD|1
-2 Deep-Sea Kraken|DDS|1
-4 Hullbreaker Horror|CLB|1
-2 Inkwell Leviathan|2XM|1
-5 Island|JMP|1
-3 Island|JMP|2
-3 Island|JMP|4
-2 Island|JMP|5
-4 Island|JMP|6
-2 Island|JMP|7
-5 Island|JMP|8
-20 Island|MOM|1
-4 Kederekt Leviathan|2X2|1
-4 Kenessos, Priest of Thassa|J22|1
-4 Kiora Bests the Sea God|THB|1
-3 Lorthos, the Tidemaker|C14|1
-1 Lorthos, the Tidemaker|PLIST|1
-4 Mana Drain|2X2|1
-4 Nadir Kraken|MOC|1
-4 Quest for Ula's Temple|WWK|1
-4 Reef Worm|C21|1
-2 Show and Tell|CN2|1
-4 Spawning Kraken|C21|1
-4 Stormtide Leviathan|CMR|1
-4 Whelming Wave|JMP|1
-
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/boss/sliver_queen.dck b/forge-gui/res/adventure/Shandalar/decks/boss/sliver_queen.dck
deleted file mode 100644
index 5035e45bcb7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/boss/sliver_queen.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=sliver queen
-[Main]
-4 Aether Vial
-4 Ancestral Recall
-1 Black Lotus
-4 Crystalline Sliver
-4 Galerider Sliver
-2 Harmonic Sliver
-2 Hibernation Sliver
-4 Misty Rainforest
-1 Mox Emerald
-1 Mox Pearl
-1 Mox Sapphire
-1 Mox Jet
-1 Mox Ruby
-3 Muscle Sliver
-4 Mutavault
-3 Ponder
-4 Predatory Sliver
-4 Sinew Sliver
-4 Sliver Hive
-1 Time Walk
-1 Sliver Queen
-2 Tropical Island
-2 Tundra
-1 Underground Sea
-1 Volcanic Island
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/Fire of Kaladesh.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/Fire of Kaladesh.dck
deleted file mode 100644
index e7f809e0fa6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/Fire of Kaladesh.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=Fire of Kaladesh
-[Main]
-3 Chandra's Embercat|M20|1
-1 Chandra's Incinerator|M21|1
-3 Chandra's Magmutt|M21|1
-2 Chandra's Phoenix|E01|1
-2 Chandra's Pyreling|M21|1
-4 Ghostfire|DDG|1
-1 Hammer of Bogardan|PD2|1
-2 Jaya's Immolating Inferno|DOM|1
-2 Karn's Bastion|WAR|1
-2 Karplusan Hound|DOM|1
-3 Keral Keep Disciples|M21|1
-4 Lightning Bolt|2X2|1
-13 Mountain|M21|1
-2 Mountain|M21|2
-5 Mountain|M21|3
-2 Renegade Firebrand|KLD|1
-3 Runaway Steam-Kin|GRN|1
-2 Valakut, the Molten Pinnacle|ZEN|1
-4 Volt Charge|DDL|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/angel_rainbow_encounter.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/angel_rainbow_encounter.dck
deleted file mode 100644
index dc600e2e670..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/angel_rainbow_encounter.dck
+++ /dev/null
@@ -1,52 +0,0 @@
-[metadata]
-Name=angel_rainbow_encounter
-[Main]
-2 Angelheart Vial|ROE|1
-1 Anya, Merciless Angel|C15|1
-2 Atraxa, Praetors' Voice|C16|1
-1 Aurelia, Exemplar of Justice|GRN|1
-2 Aurelia, the Warleader|GK1|1
-2 Basandra, Battle Seraph|CNS|1
-4 Cavern of Souls|2X2|1
-2 Drana and Linvala|MOM|2
-2 Errant and Giada|MOM|2
-2 Feather, the Redeemed|WAR|1
-2 Firemane Avenger|GK1|1
-4 Firja's Retribution|KHM|1
-1 Gaea's Cradle|JGP|1
-2 Gisela, Blade of Goldnight|C15|1
-3 Ixhel, Scion of Atraxa|ONC|3
-2 Kaalia of the Vast|COM|1
-2 Kaalia, Zenith Seeker|M20|1
-1 Kor Haven|P30A|1
-2 Liesa, Forgotten Archangel|MID|2
-1 Liesa, Shroud of Dusk|CMR|2
-2 Lightning Angel|APC|1
-2 Maelstrom Archangel|JMP|1
-1 Mikokoro, Center of the Sea|SOK|1
-1 Minamo, School at Water's Edge|CHK|1
-1 Mirror Box|NEO|2
-1 Mirror Gallery|BOK|1
-3 Moonsilver Spear|PAVR|1
-1 Nykthos, Shrine to Nyx|THS|1
-2 Platinum Angel|BRR|1
-4 Plaza of Heroes|DMU|1
-4 Rampage of the Valkyries|KHM|1
-1 Razia, Boros Archangel|GK1|1
-2 Rienne, Angel of Rebirth|M20|1
-4 Secluded Courtyard|NEO|1
-2 Seraph of the Scales|RNA|1
-4 Seraph Sanctuary|AVR|1
-2 Shalai and Hallar|MOC|2
-1 Shinka, the Bloodsoaked Keep|CHK|1
-1 Sigarda, Heron's Grace|SOI|1
-1 Sigarda, Host of Herons|AVR|1
-2 Steel Seraph|BRO|1
-3 Stoic Angel|ALA|1
-1 Tariel, Reckoner of Souls|COM|1
-4 Tyrite Sanctum|KHM|2
-4 Vault of the Archangel|DKA|1
-1 Volrath's Stronghold|STH|1
-1 Yavimaya Hollow|UDS|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/conjure.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/conjure.dck
deleted file mode 100644
index aef7fcb0921..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/conjure.dck
+++ /dev/null
@@ -1,44 +0,0 @@
-[metadata]
-Name=conjure
-[Avatar]
-
-[Main]
-1 Agent of Raffine|YSNC|1
-2 Clone Crafter|YMID|1
-2 Grave Choice|HBG|1
-4 Island|HBG|1
-3 Island|HBG|2
-2 Key to the Archive|YMID|1
-2 Oracle of the Alpha|YDMU|1
-4 Polluted Delta|KTK|1
-1 Predatory Sludge|YMID|1
-1 Raffine's Tower|SNC|1
-2 Rusko, Clockmaker|YBRO|1
-2 Sanguine Brushstroke|YMID|1
-1 Savai Triome|IKO|1
-1 Semblance Scanner|YNEO|1
-2 Skywriter Djinn|YDMU|1
-3 Swamp|HBG|1
-2 Swamp|HBG|2
-1 Swamp|HBG|3
-1 Swamp|HBG|4
-2 Swarm Saboteur|YNEO|1
-4 Thayan Evokers|HBG|1
-4 Tireless Angler|YMID|1
-2 Tome of the Infinite|J21|1
-2 Underground Sea|OLGC|1
-3 Vesuvan Mist|YDMU|1
-2 Warzone Duplicator|YBRO|1
-1 Xander's Lounge|SNC|1
-2 Xander's Wake|YSNC|1
-1 Zagoth Triome|IKO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/frogboss.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/frogboss.dck
deleted file mode 100644
index da88a9ecf09..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/frogboss.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=frogboss
-[Avatar]
-
-[Main]
-4 Croaking Counterpart|MID|1
-4 Evolving Wilds|DMC|1
-1 Forest|2XM|1
-4 Forest|2XM|2
-4 Froghemoth|AFR|1
-4 Frogify|2XM|1
-2 Gitrog, Horror of Zhava|YMID|1
-4 Grolnok, the Omnivore|VOW|1
-5 Island|2XM|1
-4 Jade Avenger|MH2|1
-4 Polymorphist's Jest|M15|1
-4 Rampant Growth|NEC|1
-1 Swamp|2XM|1
-2 Swamp|2XM|2
-4 Terramorphic Expanse|DMC|1
-2 The Gitrog Monster|MB1|1
-2 Uurg, Spawn of Turg|DMU|1
-2 Yargle and Multani|MOM|1
-2 Yargle, Glutton of Urborg|MB1|1
-4 Zagoth Triome|IKO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/garruk.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/garruk.dck
deleted file mode 100644
index 5a6954c0aaa..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/garruk.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=garruk
-[Main]
-1 Apex Altisaur|C19|1
-1 Argoth, Sanctum of Nature|BRO|1
-1 Bramblecrush|ISD|1
-1 Castle Garenbrig|ELD|1
-1 Elder Gargaroth|M21|1
-4 Elvish Mystic|KHC|1
-9 Forest|J22|1
-11 Forest|J22|2
-8 Forest|J22|3
-1 Garruk Wildspeaker|GVL|1
-2 Garruk's Harbinger|M21|1
-1 Garruk's Horde|M12|1
-1 Garruk, Caller of Beasts|M14|1
-1 Garruk, Primal Hunter|C21|1
-1 Garruk, Unleashed|M21|1
-1 Garruk, Wrath of the Wilds|YMID|1
-1 Gate to Manorborn|HBG|1
-1 Gemrazer|IKO|1
-1 Gingerbread Cabin|ELD|1
-1 Goreclaw, Terror of Qal Sisma|J22|1
-1 Kogla, the Titan Ape|IKO|1
-2 Krosan Warchief|C13|1
-1 Nature's Chosen|ALL|1
-4 Nature's Claim|MB1|1
-4 Prey Upon|ISD|1
-2 Primeval Titan|IMA|1
-1 Rampaging Baloths|C14|1
-1 Ravenous Gigantotherium|C20|1
-2 Return to Nature|M21|1
-1 Rhox|10E|1
-1 Sawtusk Demolisher|C20|1
-1 Spearbreaker Behemoth|ALA|1
-1 Thorn Mammoth|ELD|1
-1 Thragtusk|MM3|1
-2 Wicked Wolf|ELD|1
-1 Wild Endeavor|AFC|1
-1 Yedora, Grave Gardener|C21|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/jace.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/jace.dck
deleted file mode 100644
index 8b2ef1ea2b1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/jace.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=jace_boss
-[Main]
-1 Ancestral Recall|30A|1
-1 Arcanis the Omnipotent|C17|1
-2 Azorius Signet|NEC|1
-1 Bruvac the Grandiloquent|JMP|1
-3 Counterspell|SLD|1
-1 Evacuation|C16|1
-4 Island|M10|1
-5 Island|M10|2
-3 Island|M10|3
-1 Jace Beleren|M10|1
-1 Jace's Archivist|C15|1
-2 Jace's Erasure|M11|1
-1 Jace's Ingenuity|M15|1
-1 Jace's Mindseeker|M14|1
-2 Jace's Phantasm|IMA|1
-1 Jace's Scrutiny|SOI|1
-2 Jace's Triumph|WAR|1
-1 Jace, Architect of Thought|RTR|1
-1 Jace, Cunning Castaway|XLN|1
-1 Jace, Ingenious Mind-Mage|XLN|1
-1 Jace, Memory Adept|M14|1
-1 Jace, Mirror Mage|ZNR|1
-1 Jace, the Living Guildpact|M15|1
-1 Jace, the Mind Sculptor|EMA|1
-1 Jace, the Perfected Mind|ONE|1
-1 Jace, Unraveler of Secrets|SOI|1
-1 Jace, Vryn's Prodigy|V17|1
-1 Jace, Wielder of Mysteries|SLD|1
-1 Karakas|OLGC|1
-1 Library of Alexandria|OVNT|1
-1 Maze of Ith|OLGC|1
-1 Preston, the Vanisher|J22|1
-4 Seachrome Coast|ONE|1
-1 Space Beleren|UNF|1
-1 Strip Mine|VMA|1
-1 Supreme Verdict|IMA|1
-1 Time Warp|E02|1
-1 Timetwister|OVNT|4
-4 Tundra|VMA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/kiora.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/kiora.dck
deleted file mode 100644
index a237cd238e1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/kiora.dck
+++ /dev/null
@@ -1,52 +0,0 @@
-[metadata]
-Name=Kiora
-[Avatar]
-
-[Main]
-1 Aesi, Tyrant of Gyre Strait|CMR|1
-1 Arixmethes, Slumbering Isle|C18|1
-1 Biblioplex Kraken|J22|1
-4 Birds of Paradise|DMR|1
-4 Breeding Pool|DIS|1
-1 Counterspell|30A|1
-1 Crush of Tentacles|OGW|1
-1 Deep-Sea Kraken|DDS|1
-3 Forest|THS|1
-2 Forest|THS|3
-4 Hinterland Harbor|DMR|1
-1 Island|THS|3
-2 Island|THS|4
-2 Kenessos, Priest of Thassa|J22|1
-1 Kiora Bests the Sea God|THB|1
-1 Kiora's Dambreaker|WAR|1
-1 Kiora's Follower|DDO|1
-1 Kiora, Behemoth Beckoner|WAR|1
-1 Kiora, Master of the Depths|BFZ|1
-1 Kiora, the Crashing Wave|BNG|1
-1 Kiora, the Tide's Fury|J21|1
-1 Lorthos, the Tidemaker|C14|1
-1 Mana Leak|IMA|1
-1 Mesmerizing Benthid|RNA|1
-4 Misty Rainforest|MH2|1
-2 Nadir Kraken|THB|1
-3 Nature's Lore|DMR|1
-1 Scourge of Fleets|ZNC|1
-1 Sea-Dasher Octopus|IKO|1
-1 Serpent of Yawning Depths|THB|1
-1 Simic Sky Swallower|GK2|1
-1 Slinn Voda, the Rising Deep|DOM|1
-1 Spawning Kraken|C21|1
-1 Stormtide Leviathan|M15|1
-1 Tromokratis|CMR|1
-4 Tropical Island|30A|1
-1 Whelming Wave|DDO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/liliana_zombies.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/liliana_zombies.dck
deleted file mode 100644
index 875f83b65f5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/liliana_zombies.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=liliana_zombies
-[Main]
-4 Cemetery Reaper|SCD|1
-1 Dark Salvation|EMN|1
-1 Dreadhorde Invasion|WAR|1
-1 Graf Harvest|J22|1
-2 Graveyard Marshal|M19|1
-4 Headless Rider|VOW|2
-1 Josu Vess, Lich Knight|DMC|1
-1 Kalitas, Traitor of Ghet|OGW|1
-4 Liliana's Devotee|SCD|1
-4 Liliana's Elite|J22|1
-3 Liliana's Influence|AKH|1
-4 Liliana's Mastery|SCD|1
-4 Liliana's Triumph|TSR|1
-2 Liliana, Death Wielder|AKH|1
-2 Liliana, Death's Majesty|J22|1
-2 Liliana, Dreadhorde General|SLD|1
-1 Liliana, Heretical Healer|CC2|1
-2 Liliana, Untouched by Death|SCD|1
-2 Liliana, Waker of the Dead|M21|1
-1 Swamp|M19|1
-1 Swamp|M19|2
-1 Swamp|M19|3
-2 Swamp|M19|4
-5 Swamp|WAR|1
-3 Swamp|WAR|2
-10 Swamp|WAR|3
-2 Vizier of the Scorpion|WAR|1
-[Sideboard]
-1 Crowded Crypt|MIC|1
-1 Curse of Disturbance|C17|1
-1 Curse of Shallow Graves|C13|1
-1 Curse of the Restless Dead|MIC|2
-1 Endless Ranks of the Dead|J22|1
-1 Liliana, the Last Hope|2X2|1
-1 Open the Graves|M19|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/nahiri.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/nahiri.dck
deleted file mode 100644
index 29d5ddf59f8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/nahiri.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=nahiri
-[Main]
-2 Akiri, Fearless Voyager|ZNR|1
-4 Arid Mesa|SLU|1
-1 Basilisk Collar|CLB|1
-1 Bladegraft Aspirant|ONE|1
-4 Clifftop Retreat|DMR|1
-1 Cloudsteel Kirin|NEO|1
-1 Danitha Capashen, Paragon|J22|1
-2 Disenchant|M20|1
-1 Embercleave|ELD|1
-2 Fervent Champion|ELD|1
-2 Goblin Gaveleer|2XM|1
-4 Inspiring Vantage|KLD|1
-1 Kaldra Compleat|MH2|1
-1 Kemba, Kha Enduring|ONE|1
-1 Kemba, Kha Regent|2XM|1
-1 Lion Sash|NEO|1
-1 Lizard Blades|NEO|1
-1 Luxior, Giada's Gift|SNC|1
-1 Mask of Memory|ONC|1
-4 Mountain|BRO|3
-2 Nahiri's Binding|ZNR|1
-1 Nahiri, Heir of the Ancients|ZNR|1
-1 Nahiri, Storm of Stone|WAR|1
-1 Nahiri, the Harbinger|SOI|1
-1 Nahiri, the Lithomancer|C14|1
-1 Nahiri, the Unforgiving|ONE|1
-4 Plains|BRO|3
-4 Plateau|PRM|1
-4 Puresteel Paladin|AFC|1
-4 Sacred Foundry|GRN|1
-1 Seraphic Greatsword|CMR|1
-4 Sram, Senior Edificer|NEC|1
-2 Stoneforge Mystic|2XM|1
-2 Sword of Body and Mind|2XM|1
-1 Sword of Feast and Famine|2XM|1
-1 Sword of Hearth and Home|MH2|1
-1 Sword of Sinew and Steel|MH1|1
-3 Swords to Plowshares|DMR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/chandra.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/chandra.dck
deleted file mode 100644
index 0b316740603..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/chandra.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=Chandra
-[Main]
-1 Chandra Nalaar|M11|1
-4 Chandra's Embercat|M20|1
-1 Chandra's Incinerator|M21|1
-2 Chandra's Phoenix|E01|1
-2 Chandra's Pyreling|M21|1
-2 Chandra's Regulator|M20|1
-1 Chandra, Acolyte of Flame|M20|1
-1 Chandra, Awakened Inferno|M20|1
-1 Chandra, Bold Pyromancer|DOM|1
-1 Chandra, Dressed to Kill|VOW|1
-1 Chandra, Fire Artisan|WAR|1
-2 Chandra, Fire of Kaladesh|V17|1
-1 Chandra, Flame's Catalyst|M21|1
-1 Chandra, Flame's Fury|M20|1
-1 Chandra, the Firebrand|M13|1
-1 Chandra, Torch of Defiance|KLD|1
-1 Hammer of Bogardan|PD2|1
-2 Jaya's Immolating Inferno|DOM|1
-4 Karn's Bastion|WAR|1
-2 Karplusan Hound|DOM|1
-4 Keral Keep Disciples|M21|1
-4 Lightning Bolt|2X2|1
-14 Mountain|M21|1
-2 Mountain|M21|2
-4 Mountain|M21|3
-1 Oath of Chandra|OGW|1
-1 Pyromancer's Gauntlet|M14|1
-1 Pyromancer's Goggles|ORI|1
-2 Renegade Firebrand|KLD|1
-2 Toralf's Disciple|YMID|1
-4 Volt Charge|DDL|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/liliana.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/liliana.dck
deleted file mode 100644
index ab9dc5fff60..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/liliana.dck
+++ /dev/null
@@ -1,23 +0,0 @@
-[metadata]
-Name=liliana
-[Main]
-4 Cut Down|DMU|1
-2 Gix's Command|BRO|1
-2 Go for the Throat|BRO|1
-2 Graveyard Trespasser|DBL|1
-4 Invoke Despair|NEO|1
-4 Liliana's Triumph|TSR|1
-1 Mirrex|ONE|1
-1 Phyrexian Arena|CC2|1
-3 Phyrexian Fleshgorger|BRO|1
-2 Phyrexian Obliterator|ONE|1
-4 Reckoner Bankbuster|NEO|1
-2 Sheoldred's Edict|ONE|1
-3 Sheoldred, the Apocalypse|DMU|1
-1 Soul Transfer|NEO|1
-23 Swamp|NEO|1
-1 Takenuma, Abandoned Mire|NEO|1
-2 Tenacious Underdog|SNC|1
-1 The Cruelty of Gix|DMU|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/warlockmaster.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/warlockmaster.dck
deleted file mode 100644
index 9c11573ae56..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/not in use/warlockmaster.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=warlockmaster
-[Avatar]
-
-[Main]
-4 Archpriest of Shadows|MOM|1
-1 Author of Shadows|C21|1
-4 Cabal Coffers|MH2|1
-3 Callous Bloodmage|J21|1
-4 Cursebound Witch|YMID|1
-4 Doom Blade|GN3|1
-2 Exsanguinate|J22|1
-1 Feed the Swarm|SCD|1
-2 Gixian Puppeteer|BRO|1
-1 In Garruk's Wake|ZNC|1
-2 Persist|MH2|1
-2 Plague Wind|A25|1
-3 Sedgemoor Witch|STX|1
-10 Swamp|STX|1
-7 Swamp|STX|2
-2 The Hourglass Coven|HBG|1
-1 Tivash, Gloom Summoner|J22|1
-2 Urborg, Tomb of Yawgmoth|TSR|1
-4 Veinwitch Coven|C21|1
-1 Witch of the Moors|JMP|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/ooze_boss.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/ooze_boss.dck
deleted file mode 100644
index af9049c2bff..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/ooze_boss.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=slime_boss
-[Main]
-2 Acidic Slime|C18|1
-1 Aeve, Progenitor Ooze|MH2|1
-4 Bayou|30A|1
-1 Beast Within|BBD|1
-2 Beast Within|C21|1
-2 Biogenic Ooze|RNA|1
-1 Bioplasm|GPT|1
-1 Consuming Blob|MID|1
-4 Experiment One|C15|1
-4 Explore|DDO|1
-1 Forest|BRO|1
-2 Forest|BRO|2
-2 Gelatinous Cube|AFR|1
-2 Mitotic Slime|PC2|1
-2 Murder|CLB|1
-3 Necroblossom Snarl|ONC|1
-1 Necroplasm|RAV|1
-2 Necrotic Ooze|2X2|1
-4 Overgrown Tomb|GRN|1
-1 Predator Ooze|C20|1
-2 Predatory Sludge|YMID|1
-2 Ravenous Slime|C18|1
-2 Scavenging Ooze|SCD|1
-1 Slurrk, All-Ingesting|CMR|1
-1 Swamp|BRO|2
-1 Swamp|BRO|4
-1 Uchuulon|CLB|2
-4 Verdant Catacombs|MH2|1
-4 Woodland Cemetery|DMR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/slimefoot.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/slimefoot.dck
deleted file mode 100644
index 69e1b106566..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/slimefoot.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=slimefoot
-[Avatar]
-
-[Main]
-4 Bayou|30A|1
-1 Damnation|TSR|1
-2 Deathbloom Thallid|J22|1
-3 Deathsprout|C20|1
-2 Forest|DMU|2
-3 Forest|DMU|3
-2 Golgari Germination|DDJ|1
-4 Haunted Mire|DMU|1
-3 Moldervine Reclamation|KHC|1
-1 Mycoloth|MB1|1
-1 Myconid Spore Tender|CLB|1
-2 Nemata, Primeval Warden|DMU|1
-4 Overgrown Tomb|GRN|1
-2 Rot Shambler|BFZ|1
-2 Nature's Lore|DMR|1
-2 Blood Artist|J22|1
-1 Slimefoot's Survey|DMU|1
-3 Slimefoot, the Stowaway|DOM|1
-3 Sporecrown Thallid|DOM|1
-1 Sproutback Trudge|C21|1
-1 Swamp|DMU|1
-1 Swamp|DMU|2
-1 Swamp|DMU|3
-4 Swarm Shambler|J22|1
-2 Thelon of Havenwood|TSR|1
-2 Trudge Garden|C21|1
-4 Woodland Cemetery|DOM|1
-1 Yavimaya Sapherd|DOM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/sliver_shandalar.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/sliver_shandalar.dck
deleted file mode 100644
index ba024e95f7a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/sliver_shandalar.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=sliver_shandalar
-[Main]
-2 Battle Sliver|M14|1
-2 Blur Sliver|M14|1
-1 Bonescythe Sliver|M14|1
-4 Cultivate|AFC|1
-3 Forest|M14|1
-1 Forest|M14|2
-4 Forest|M14|3
-1 Forest|M14|4
-3 Groundshaker Sliver|M14|1
-3 Hive Stirrings|M14|1
-1 Megantic Sliver|M14|1
-1 Mountain|CMR|1
-2 Mountain|M14|1
-3 Mountain|M14|3
-2 Path to Exile|2X2|1
-2 Plains|M14|1
-3 Plains|M14|4
-3 Predatory Sliver|M14|1
-3 Rampant Growth|AFC|1
-2 Sentinel Sliver|M14|1
-3 Shock|M21|1
-3 Sliver Construct|M14|1
-3 Striking Sliver|M14|1
-4 Terramorphic Expanse|AFC|1
-1 Thorncaster Sliver|M14|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/slobad.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/slobad.dck
deleted file mode 100644
index 4a6d0464552..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/slobad.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=slobad
-[Avatar]
-
-[Main]
-4 Artificer's Dragon|BRO|1
-4 Blitz Automaton|BRO|1
-2 Chiss-Goria, Forge Tyrant|ONC|1
-2 Goblin Engineer|MH1|1
-4 Goblin Influx Array|YDMU|1
-2 Goblin Welder|CM2|1
-4 Junkyard Scrapper|YNEO|1
-3 Mind Stone|AFC|1
-9 Mountain|ONE|1
-5 Mountain|ONE|2
-5 Mountain|ONE|3
-7 Mountain|ONE|4
-4 Phyrexian Fleshgorger|BRO|1
-1 Scrap Mastery|C14|1
-4 Skitterbeam Battalion|BRO|1
-2 Slobad, Goblin Tinkerer|C16|1
-2 Slobad, Iron Goblin|ONE|1
-2 Sokenzan Smelter|NEO|1
-2 Sol Ring|PF19|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/teferi_boss.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/teferi_boss.dck
deleted file mode 100644
index ce1af0ffe04..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/teferi_boss.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=teferi_boss
-[Main]
-1 Back to Basics|UMA|1
-1 Balance|30A|1
-2 Disenchant|30A|1
-3 Historian of Zhalfir|M21|1
-8 Island|DMU|4
-1 Niambi, Beloved Protector|YDMU|1
-1 Niambi, Esteemed Speaker|M21|1
-1 Oath of Teferi|DOM|1
-4 Path to Exile|2X2|1
-10 Plains|DMU|4
-1 Propaganda|AFC|1
-1 Teferi's Ageless Insight|M21|1
-1 Teferi's Contingency|YDMU|1
-1 Teferi's Drake|MIR|1
-1 Teferi's Moat|TSB|1
-1 Teferi's Protege|J22|1
-3 Teferi's Sentinel|DOM|1
-1 Teferi's Tutelage|M21|1
-2 Teferi, Hero of Dominaria|DOM|1
-1 Teferi, Mage of Zhalfir|IMA|1
-1 Teferi, Master of Time|M21|1
-1 Teferi, Temporal Archmage|C14|1
-1 Teferi, Temporal Pilgrim|BRO|1
-1 Teferi, Time Raveler|WAR|1
-1 Teferi, Who Slows the Sunset|MID|1
-1 The Tabernacle at Pendrell Vale|OLGC|1
-1 Time Warp|E02|1
-2 Time Wipe|WAR|1
-4 Tundra|30A|1
-1 Winter Orb|EMA|1
-1 Zhalfirin Void|PDOM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/thecheff.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/thecheff.dck
deleted file mode 100644
index 6d99335b532..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/thecheff.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[metadata]
-Name=thecheff
-[Avatar]
-
-[Main]
-1 Academy Manufactor|MOC|1
-4 Bake into a Pie|JMP|1
-4 Bayou|PRM|1
-4 Feasting Troll King|ELD|1
-4 Giant Opportunity|ELD|1
-4 Gilded Goose|MOC|1
-2 Gingerbread Cabin|C21|1
-2 Gluttonous Troll|C21|1
-2 Godless Shrine|RNA|1
-2 Gyome, Master Chef|C21|1
-4 Haunted Mire|DMU|1
-4 Hinterland Chef|YMID|1
-4 Killer Service|NCC|1
-4 Late to Dinner|J21|1
-2 Marsh Flats|MM3|1
-4 Necroblossom Snarl|ONC|1
-4 Oko, Thief of Crowns|ELD|1
-4 Overgrown Tomb|GRN|1
-4 Oyaminartok, Polar Werebear|HBG|1
-2 Scrubland|30A|1
-4 Spara's Headquarters|SNC|1
-4 Taste of Death|C21|1
-2 The Shire|LTR|1
-3 The Underworld Cookbook|MH2|1
-2 Tireless Provisioner|MOC|1
-3 Trail of Crumbs|ELD|1
-4 Verdant Catacombs|MM3|1
-4 Wicked Wolf|ELD|1
-4 Wolf's Quarry|J22|1
-2 Woodland Cemetery|DMR|1
-4 Zagoth Triome|IKO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/tibalt.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/tibalt.dck
deleted file mode 100644
index e0e9b848247..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/tibalt.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=tibalt
-[Main]
-2 Auntie Blyte, Bad Influence|J22|1
-2 Burn Down the House|MID|1
-2 Burning Inquiry|M10|1
-2 Chaos Warp|NEC|1
-1 Charmbreaker Devils|C15|1
-2 Devilish Valet|SNC|1
-1 Devils' Playground|SOI|1
-1 Diabolical Salvation|PH17|1
-1 Fiendish Duo|GN2|1
-2 Goblin Lore|JMP|1
-2 Hellrider|MM3|1
-25 Mountain|JMP|6
-2 Power Word Kill|AFR|1
-2 Tibalt's Trickery|KHM|1
-2 Tibalt, Rakish Instigator|WAR|2
-1 Tibalt, the Fiend-Blooded|AVR|1
-2 Tibalt, Wicked Tormentor|YMID|1
-3 Tiefling Outcasts|HBG|1
-2 Vexing Devil|UMA|1
-1 Wildfire Devils|C19|1
-2 Zurzoth, Chaos Rider|NCC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/torturer.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/torturer.dck
deleted file mode 100644
index 1f0c99cbceb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/torturer.dck
+++ /dev/null
@@ -1,16 +0,0 @@
-[metadata]
-Name=torturer
-[Main]
-2 Damnation|SLD|1
-4 Hymn to Tourach|PRM|1
-4 Hypnotic Specter|30A|1
-3 Pox|MED|1
-4 Reanimate|CC2|1
-2 Sinkhole|EMA|1
-4 Smallpox|TSR|1
-2 Sudden Edict|MH2|1
-24 Swamp|JMP|7
-2 Tergrid, God of Fright|KHM|1
-4 The Rack|PRM|1
-2 Tinybones, Trinket Thief|JMP|1
-3 Underworld Dreams|10E|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/xira.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/xira.dck
deleted file mode 100644
index b823b309e8b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/xira.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=xira
-[Main]
-4 Battlefly Swarm|DMU|1
-2 Blex, Vexing Pest|STX|1
-1 Canoptek Scarab Swarm|40K|1
-4 Caustic Wasps|MMQ|1
-4 Cut Down|DMU|1
-3 Forest|ELD|1
-4 Forest|ELD|2
-1 Forest|ELD|3
-1 Forest|ELD|4
-3 Giant Growth|ME2|1
-2 Giant Regrowth|YSNC|1
-4 Hornet Nest|C21|1
-3 Hornet Queen|CLB|1
-2 Living Hive|HOP|1
-1 Mountain|ELD|1
-1 Overrun|PCA|1
-4 Rampant Growth|NEC|1
-2 Riveteers Overlook|SNC|1
-1 Swamp|ELD|1
-2 Swamp|ELD|2
-1 Swamp|ELD|4
-4 Swarmyard|TSR|1
-2 Xira, the Golden Sting|DMC|1
-4 Ziatora's Proving Ground|SNC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/miniboss/zedruubis.dck b/forge-gui/res/adventure/Shandalar/decks/miniboss/zedruubis.dck
deleted file mode 100644
index b214be4873a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/miniboss/zedruubis.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=zedruubis
-[Avatar]
-
-[Main]
-2 Akroan Horse|C16|1
-2 Chromeshell Crab|C19|1
-2 Confiscate|USG|1
-1 Forbidden Orchard|2X2|1
-2 Ghostly Prison|PCA|1
-4 Gilded Drake|USG|1
-4 Illusions of Grandeur|MED|1
-2 Island|SNC|2
-1 Island|SNC|4
-4 Jinxed Idol|TPR|1
-2 Lord Xander, the Collector|SNC|1
-4 Mana Confluence|CMR|1
-1 Mind Flayer, the Shadow|SLD|1
-2 Mountain|SNC|4
-1 Plains|SNC|1
-1 Plains|SNC|4
-4 Raugrin Triome|IKO|1
-4 Relic Robber|ZNR|1
-2 Rust Elemental|MRD|1
-3 Sphere of Safety|SLD|1
-2 Swan Song|SLD|1
-4 Tundra|30A|1
-4 Volcanic Island|30A|1
-2 Zedruu the Greathearted|C16|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/adventurer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/adventurer.dck
deleted file mode 100644
index 7cc71f3a905..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/adventurer.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=adventurer
-[Main]
-1 Arcane Investigator|AFR|1
-1 Bar the Gate|AFR|1
-1 Charmed Sleep|AFR|1
-1 Cloister Gargoyle|AFR|1
-1 Dawnbringer Cleric|AFR|1
-1 Delver's Torch|AFR|1
-1 Dungeon Descent|AFR|1
-1 Dungeon Map|AFR|1
-1 Dwarfhold Champion|AFR|1
-3 Eccentric Apprentice|AFR|1
-4 Evolving Wilds|AFR|1
-1 Fifty Feet of Rope|AFR|1
-1 Fly|AFR|1
-1 Grand Master of Flowers|AFR|1
-2 Guild Thief|AFR|1
-1 Hama Pashar, Ruin Seeker|AFR|1
-1 Island|AFR|1
-2 Island|AFR|2
-1 Island|AFR|3
-1 Island|AFR|4
-1 Loyal Warhound|AFR|1
-1 Minimus Containment|AFR|1
-1 Monk of the Open Hand|AFR|1
-1 Nadaar, Selfless Paladin|AFR|1
-1 Paladin Class|AFR|1
-4 Plains|AFR|1
-3 Plains|AFR|2
-2 Plains|AFR|3
-4 Plains|AFR|4
-3 Planar Ally|AFR|1
-1 Rally Maneuver|AFR|1
-4 Ranger's Hawk|AFR|1
-2 Shortcut Seeker|AFR|1
-1 Treasure Vault|AFR|1
-1 Veteran Dungeoneer|AFR|1
-1 You Hear Something on Watch|AFR|1
-1 You're Ambushed on the Road|AFR|1
-1 Yuan-Ti Malison|AFR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/aether_channeler.dck b/forge-gui/res/adventure/Shandalar/decks/standard/aether_channeler.dck
deleted file mode 100644
index 9956eb43a88..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/aether_channeler.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=aether_channeler
-[Main]
-2 Aether Channeler|DMU|1
-1 Agent of Treachery|M20|1
-1 Brago, King Eternal|KHC|1
-1 Charming Prince|ELD|1
-2 Circuit Mender|NEO|1
-2 Cloudblazer|AFC|1
-1 Eerie Interlude|KHC|1
-1 Ephemerate|MH1|1
-1 Ethereal Valkyrie|KHC|1
-1 Hallowed Respite|MID|1
-4 Idyllic Beachfront|DMU|1
-9 Island|KHM|1
-1 Meteor Golem|AFC|1
-1 Panharmonicon|KLD|1
-9 Plains|KHM|1
-2 Prairie Stream|C20|1
-1 Ranar the Ever-Watchful|KHC|1
-2 Ravenform|KHM|1
-2 Reflector Mage|OGW|1
-1 Saw It Coming|KHM|1
-2 Settle Beyond Reality|MH1|1
-2 Skyclave Apparition|ZNR|1
-3 Soulherder|MH1|1
-1 Spectral Deluge|KHC|1
-3 Teleportation Circle|AFR|1
-2 Wall of Omens|KHC|1
-2 Whirler Rogue|ZNC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_u.dck b/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_u.dck
deleted file mode 100644
index 8098caafbca..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_u.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=Amonkhet - Aven U1
-[Avatar]
-
-[Main]
-1 Alrund's Epiphany|KHM|1
-2 Aven Eternal|WAR|1
-2 Aven Initiate|AKR|1
-2 Aven Smokeweaver|ODY|1
-4 Aven Wind Mage|M19|1
-1 Future Sight|ONS|1
-24 Island|ZNR|1
-4 Mana Leak|IMA|1
-2 Mist Raven|KHC|1
-3 Mizzium Skin|RTR|1
-3 Rise of Eagles|JOU|1
-4 Silent Departure|EMA|1
-4 Silver Raven|AFR|1
-4 Winged Words|M20|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_w.dck b/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_w.dck
deleted file mode 100644
index b4fef212810..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_aven_w.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=Amonkhet - Aven W1
-[Avatar]
-
-[Main]
-4 Aven Battle Priest|ORI|1
-1 Aven Brigadier|ONS|1
-4 Aven Cloudchaser|9ED|1
-4 Aven of Enduring Hope|HOU|1
-4 Aven Riftwatcher|EMA|1
-4 Aven Skirmisher|FRF|1
-3 Guard Duty|ROE|1
-4 Love Song of Night and Day|DMU|1
-4 Oblation|C21|1
-24 Plains|ROE|1
-3 Union of the Third Path|BRO|1
-1 Windbrisk Raptor|SHM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_minotaur.dck b/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_minotaur.dck
deleted file mode 100644
index d11ccef8ccf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/amonkhet_minotaur.dck
+++ /dev/null
@@ -1,54 +0,0 @@
-[metadata]
-Name=amonkhet_minotaur
-[Avatar]
-
-[Main]
-1 Ahn-Crop Crasher|AKH|1
-2 Bloodrage Brawler|AKH|1
-1 Bontu's Monument|AKR|1
-1 Brute Strength|AKH|1
-2 Burning-Fist Minotaur|HOU|1
-1 Canyon Slough|AKH|1
-1 Cartouche of Ambition|AKH|1
-1 Cartouche of Zeal|AKH|1
-4 Cinder Barrens|HOU|1
-1 Deem Worthy|AKH|1
-4 Desert of the Fervent|HOU|1
-3 Desert of the Glorified|HOU|1
-3 Emberhorn Minotaur|AKH|1
-2 Evolving Wilds|AKH|1
-1 Fling|AKH|1
-1 Grisly Survivor|HOU|1
-1 Hazoret's Monument|AKR|1
-1 Ifnir Deadlands|HOU|1
-1 Insult // Injury|AKH|1
-1 Kindled Fury|HOU|1
-2 Merciless Javelineer|AKH|1
-4 Minotaur Sureshot|AKH|1
-1 Mountain|AKH|3
-2 Mountain|AKH|4
-1 Mountain|HOU|2
-1 Mountain|HOU|3
-1 Neheb, the Worthy|AKH|1
-2 Pitiless Vizier|AKH|1
-1 Ramunap Ruins|HOU|1
-1 Sunscorched Desert|AKH|1
-1 Supernatural Stamina|AKH|1
-1 Survivors' Encampment|HOU|1
-1 Swamp|AKH|2
-1 Swamp|HOU|2
-1 Traveler's Amulet|HOU|1
-1 Trial of Ambition|AKH|1
-1 Trial of Zeal|AKH|1
-2 Warfire Javelineer|AKH|1
-2 Zealot of the God-Pharaoh|HOU|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/angel.json b/forge-gui/res/adventure/Shandalar/decks/standard/angel.json
deleted file mode 100644
index 9d17ab5b3d5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/angel.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Angel",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Angel",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/angelwarrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/angelwarrior.dck
deleted file mode 100644
index 3c9bf3de1e8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/angelwarrior.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=angelwarrior
-[Avatar]
-
-[Main]
-1 Admonition Angel|ZNC|1
-1 Akroma, Angel of Wrath|V15|1
-1 Angel of Finality|CMA|1
-1 Angel of Sanctions|C19|1
-4 Angel of Unity|YMID|1
-1 Angelic Guardian|G18|1
-1 Avacyn, Angel of Hope|J17|1
-4 Champions of Tyr|HBG|1
-2 Decree of Justice|PRM|1
-2 Disenchant|CN2|1
-2 Entreat the Angels|C18|1
-1 Exalted Angel|V15|1
-1 Iona, Shield of Emeria|MM2|1
-2 Marble Diamond|C14|1
-6 Plains|M20|1
-4 Plains|M20|2
-6 Plains|M20|3
-8 Plains|M20|4
-1 Reya Dawnbringer|DVD|1
-2 Serra the Benevolent|J21|1
-1 Serra's Emissary|MH2|1
-4 Starnheim Aspirant|KHM|1
-4 Take Vengeance|M20|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ape.json b/forge-gui/res/adventure/Shandalar/decks/standard/ape.json
deleted file mode 100644
index fea8d41a59e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ape.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Ape",
- "template":
- {
- "count":60,
- "colors":["Red","Green"],
- "tribe":"Ape",
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/archaeologist.dck b/forge-gui/res/adventure/Shandalar/decks/standard/archaeologist.dck
deleted file mode 100644
index e7281e734c9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/archaeologist.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=archaeologist
-[Avatar]
-
-[Main]
-4 Ancient Den|C21|1
-2 Angel of the Ruins|MOC|1
-1 Archaeomancer's Map|C21|1
-2 Argivian Archaeologist|PRM|1
-2 Bennie Bracks, Zoologist|NCC|1
-1 Brilliant Restoration|NEO|1
-2 Digsite Engineer|C21|1
-2 Dispatch|MM2|1
-2 Eiganjo, Seat of the Empire|NEO|1
-4 Esper Sentinel|J21|1
-1 Filigree Vector|MOC|1
-2 Ghalma the Shaper|YONE|1
-4 Glass Casket|ELD|1
-2 Lita, Mechanical Engineer|J22|1
-3 Myr Battlesphere|MOC|1
-2 Myrsmith|2XM|1
-10 Plains|J22|1
-2 Plains|J22|2
-4 Plains|J22|3
-1 Robaran Mercenaries|DMC|1
-2 Steel Overseer|J22|1
-2 Tempered Steel|2XM|1
-2 Teshar, Ancestor's Apostle|DOM|1
-1 Traxos, Scourge of Kroog|DMC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/archerelite.dck b/forge-gui/res/adventure/Shandalar/decks/standard/archerelite.dck
deleted file mode 100644
index ea3dd0ed21a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/archerelite.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[metadata]
-Name=archerelite
-[Avatar]
-
-[Main]
-2 Arbalest Elite|M12|1
-2 Arcus Acolyte|J21|1
-2 Bassara Tower Archer|JOU|1
-4 Canopy Vista|ONC|1
-2 Crossbow Infantry|8ED|1
-2 Disenchant|S00|1
-1 Elite Archers|8ED|1
-2 Elvish Archers|30A|1
-2 Femeref Archers|10E|1
-6 Forest|DMU|4
-4 Greatbow Doyen|MOR|1
-2 Hail of Arrows|CN2|1
-2 Immolating Glare|OGW|1
-4 Ohabi Caleria|DMC|1
-4 Overgrown Farmland|MID|1
-6 Plains|DMU|4
-2 Skyshroud Lookout|J21|1
-2 Stalking Leonin|C21|1
-4 Sunpetal Grove|XLN|1
-2 Tadeas, Juniper Ascendant|SLX|1
-1 Titania's Chosen|C14|1
-2 Titania's Chosen|CMA|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/archmage.dck b/forge-gui/res/adventure/Shandalar/decks/standard/archmage.dck
deleted file mode 100644
index 332ead23e84..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/archmage.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=archmage
-[Avatar]
-
-[Main]
-4 Aether Channeler|DMU|1
-1 Azami, Lady of Scrolls|C17|1
-3 Barrin, Tolarian Archmage|M21|1
-4 Counterspell|30A|1
-3 Cyclonic Rift|MM3|1
-3 Evacuation|10E|1
-6 Island|ISD|1
-9 Island|ISD|2
-9 Island|ISD|3
-2 Naban, Dean of Iteration|DOM|1
-2 River's Rebuke|NCC|1
-3 Snapcaster Mage|ISD|1
-3 Sower of Temptation|SLD|1
-2 Time Warp|E02|1
-2 Venser, Shaper Savant|TSR|1
-4 Wizard Class|PLIST|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/armored_knight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/armored_knight.dck
deleted file mode 100644
index 488e90cd0a2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/armored_knight.dck
+++ /dev/null
@@ -1,51 +0,0 @@
-[metadata]
-Name=armored_knight
-[Avatar]
-
-[Main]
-1 Acclaimed Contender|ELD|1
-1 Adeline, Resplendent Cathar|MID|1
-1 Armored Skyhunter|CMR|1
-1 Basilisk Collar|CLB|1
-1 Benalish Marshal|DOM|1
-4 Clifftop Retreat|DOM|1
-1 Colossus Hammer|GN3|1
-1 Danitha Capashen, Paragon|CMR|1
-1 Embercleave|ELD|1
-3 Fervent Champion|ELD|1
-1 Furycalm Snarl|ONC|1
-1 Glimmer Lens|ONC|1
-1 Hero of Bladehold|MBS|1
-1 History of Benalia|DOM|1
-1 Inspiring Veteran|ELD|1
-1 Kemba's Banner|ONC|1
-1 Kinsbaile Cavalier|DDG|1
-1 Knight Exemplar|SLD|2
-1 Loxodon Warhammer|CM2|1
-1 Mace of the Valiant|ONC|1
-1 Maul of the Skyclaves|ONC|1
-4 Mountain|BRO|3
-3 Novice Knight|M19|1
-7 Plains|BRO|3
-4 Plateau|OLGC|1
-3 Puresteel Paladin|2XM|1
-4 Sacred Foundry|GRN|1
-1 Shadowspear|THB|1
-1 Shining Armor|MB1|1
-1 Sword of Vengeance|GN3|1
-1 The Circle of Loyalty|ELD|1
-1 The Reaver Cleaver|DMC|1
-1 Thran Power Suit|BRO|1
-1 Trailblazer's Boots|ONC|1
-1 Valiant Endeavor|AFC|1
-1 Varchild, Betrayer of Kjeldor|C18|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/artifactwarrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/artifactwarrior.dck
deleted file mode 100644
index ddfeab8710e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/artifactwarrior.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=Karn
-[Avatar]
-
-[Main]
-4 Ancient Tomb|UMA|1
-2 Automatic Librarian|DMU|1
-4 Fellwar Stone|DMC|1
-2 Howling Golem|DOM|1
-2 Jhoira's Familiar|DOM|1
-2 Karn Liberated|2XM|1
-4 Karn's Bastion|WAR|1
-2 Karn's Sylex|DMU|1
-3 Karn, Living Legacy|DMU|1
-3 Karn, Scion of Urza|DOM|1
-4 Mishra's Self-Replicator|DOM|1
-2 The Peregrine Dynamo|DMC|1
-4 Traxos, Scourge of Kroog|DMC|1
-4 Urza's Mine|2XM|1
-4 Urza's Power Plant|2XM|1
-4 Urza's Tower|2XM|1
-4 Voltaic Servant|DOM|1
-4 Wasteland|SLD|1
-2 Weatherlight|DOM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/artificer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/artificer.dck
deleted file mode 100644
index c902407d56d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/artificer.dck
+++ /dev/null
@@ -1,50 +0,0 @@
-[metadata]
-Name=artificer
-[Avatar]
-
-[Main]
-1 Aether Chaser|KLR|1
-2 Aether Hub|KLD|1
-3 Aether Meltdown|KLR|1
-1 Aether Swooper|KLR|1
-1 Barricade Breaker|KLR|1
-2 Chief of the Foundry|KLR|1
-1 Darksteel Juggernaut|C18|1
-1 Decoction Module|KLR|1
-1 Eager Construct|KLR|1
-1 Efficient Construction|AER|1
-1 Fabrication Module|KLR|1
-2 Harnessed Lightning|KLR|1
-1 Inventor's Apprentice|KLR|1
-1 Inventors' Fair|KLD|1
-1 Irontread Crusher|KLR|1
-4 Island|KLD|1
-3 Island|KLD|2
-3 Island|KLD|3
-2 Juggernaut|JMP|1
-1 Merchant's Dockhand|KLR|1
-1 Metallic Mimic|KLR|1
-2 Mountain|KLD|1
-5 Mountain|KLD|2
-3 Mountain|KLD|3
-1 Phyrexian Juggernaut|TD2|1
-1 Pia Nalaar|C21|1
-2 Ramroller|ORI|1
-1 Reckless Fireweaver|KLR|1
-1 Saheeli Rai|KLR|1
-1 Spirebluff Canal|KLD|1
-1 Thopter Assembly|C18|1
-1 Walking Ballista|2XM|1
-4 Welder Automaton|GNT|1
-1 Whirler Virtuoso|KLR|1
-2 Whirlermaker|KLR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ashmouth_devil.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ashmouth_devil.dck
deleted file mode 100644
index 556dc95c446..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ashmouth_devil.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=ashmouth_devil
-[Main]
-2 Bladebrand|MID|1
-1 Bloodgift Demon|ISD|1
-1 Burn Down the House|MID|1
-1 Curse of Shaken Faith|MID|1
-1 Demonic Bargain|VOW|1
-1 Demonic Rising|AVR|1
-1 Demonlord of Ashmouth|AVR|1
-1 Dreadfeast Demon|VOW|1
-1 Dreadhound|MID|1
-4 Ecstatic Awakener|MID|1
-4 Evolving Wilds|MID|1
-3 Festival Crasher|MID|1
-1 Field of Ruin|MID|1
-1 Frenzied Devils|VOW|1
-2 Grisly Ritual|VOW|1
-1 Haunted Ridge|MID|1
-2 Heckling Fiends|DKA|1
-1 Immolation|MID|1
-1 Jerren, Corrupted Bishop|MID|1
-1 Lord of the Forsaken|MID|1
-1 Mask of Griselbrand|MID|1
-1 Mountain|ISD|1
-1 Mountain|ISD|3
-2 Mountain|MID|3
-2 Mountain|VOW|3
-4 Novice Occultist|MID|1
-1 Play with Fire|MID|1
-1 Reckless Impulse|VOW|1
-2 Riot Devils|ISD|1
-1 Sin Prodder|SOI|1
-1 Skirsdag High Priest|ISD|1
-2 Swamp|ISD|2
-2 Swamp|ISD|3
-4 Swamp|MID|3
-4 Swamp|VOW|3
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/axgard_dwarf.dck b/forge-gui/res/adventure/Shandalar/decks/standard/axgard_dwarf.dck
deleted file mode 100644
index 31b93f7fe24..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/axgard_dwarf.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=axgard_dwarf
-[Avatar]
-
-[Main]
-4 Alpine Meadow|KHM|1
-2 Axgard Armory|KHM|1
-2 Axgard Braggart|KHM|1
-2 Axgard Cavalry|KHM|1
-2 Bearded Axe|KHM|1
-1 Bound in Gold|KHM|1
-1 Breakneck Berserker|KHM|1
-2 Dwarven Hammer|KHM|1
-1 Dwarven Reinforcements|KHM|1
-2 Fearless Liberator|KHM|1
-2 Gilded Assault Cart|KHM|1
-2 Goldmaw Champion|KHM|1
-1 Goldspan Dragon|KHM|1
-1 Koll, the Forgemaster|KHM|1
-1 Magda, Brazen Outlaw|KHM|1
-2 Master Skald|KHM|1
-10 Mountain|KHM|1
-8 Plains|KHM|1
-1 Raiders' Karve|KHM|1
-1 Reckless Crew|KHM|1
-1 Rune of Sustenance|KHM|1
-1 Runeforge Champion|KHM|1
-1 Stoic Farmer|KHC|1
-4 Story Seeker|KHM|1
-2 Vault Robber|KHM|1
-2 Warchanter Skald|KHM|1
-1 Warhorn Blast|KHM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/badger.dck b/forge-gui/res/adventure/Shandalar/decks/standard/badger.dck
deleted file mode 100644
index 70dd6b5d9cb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/badger.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=badger
-[Avatar]
-
-[Main]
-4 Beast Within|DMC|1
-4 Charging Badger|ANB|1
-4 Colossal Badger|CLB|1
-4 Evolving Wilds|CLB|1
-16 Forest|ANB|1
-4 Giant Badger|8ED|1
-4 Greensleeves, Maro-Sorcerer|DMC|1
-4 Harrow|C20|1
-4 Nature's Lore|AFC|1
-4 Nimble Mongoose|MB1|1
-4 Prismatic Vista|MH1|1
-4 Rysorian Badger|HML|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bandit.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bandit.dck
deleted file mode 100644
index 162efc970fe..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bandit.dck
+++ /dev/null
@@ -1,48 +0,0 @@
-[metadata]
-Name=bandit
-[Main]
-1 Aetherborn Marauder|KLR|1
-1 Arrogant Outlaw|MID|1
-1 Assassinate|10E|1
-4 Bloodfell Caves|M21|1
-1 Bojuka Brigand|WWK|1
-1 Boltwing Marauder|DTK|1
-1 Borderland Marauder|M15|1
-1 Brute Force|TSR|1
-1 Charging Bandits|POR|1
-1 Dauthi Marauder|TPR|1
-1 Dunerider Outlaw|PLC|1
-1 Falkenrath Marauders|ISD|1
-1 Fangblade Brigand|MID|1
-1 Field of Ruin|MID|1
-1 Geier Reach Bandit|SOI|1
-1 Godo, Bandit Warlord|CHK|1
-1 Graveblade Marauder|ORI|1
-1 Hall of the Bandit Lord|CHK|1
-1 Highway Robber|DDM|1
-1 Hoard Robber|AFR|1
-1 Hobgoblin Bandit Lord|AFR|1
-1 Kindled Fury|M13|1
-1 Kruin Outlaw|ISD|1
-2 Larceny|MMQ|1
-2 Marauder's Axe|M20|1
-1 Mogis's Marauder|THS|1
-1 Mountain|DTK|1
-2 Mountain|DTK|2
-2 Mountain|DTK|3
-1 Mountain|M14|2
-2 Mountain|M14|3
-1 Mountain Bandit|PTK|1
-1 Murder|CN2|1
-1 Pillage|MH1|1
-1 Rahilda, Wanted Cutthroat|YMID|1
-2 Raiders' Wake|XLN|1
-1 Robber of the Rich|ELD|1
-1 Skirk Marauder|ARC|1
-1 Stinkdrinker Bandit|MOR|1
-1 Storm Strike|ANB|1
-1 Swamp|DTK|1
-4 Swamp|DTK|2
-4 Swamp|M14|2
-1 Wasteland|EMA|1
-1 Wasteland|TPR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/barbarian.dck b/forge-gui/res/adventure/Shandalar/decks/standard/barbarian.dck
deleted file mode 100644
index 05230037aa9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/barbarian.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=barbarian
-[Avatar]
-
-[Main]
-4 Balduvian Horde|A25|1
-2 Balthor the Stout|TOR|1
-2 Firebolt|JVC|1
-1 Holga, Relentless Rager|SLD|1
-2 Kamahl, Pit Fighter|DDS|1
-1 Karlach, Fury of Avernus|CLB|1
-4 Keldon Warlord|30A|1
-4 Lightning Bolt|TD1|1
-4 Lovisa Coldeyes|DDS|1
-3 Mephit's Enthusiasm|HBG|1
-6 Mountain|ZNR|1
-4 Mountain|ZNR|2
-7 Mountain|ZNR|3
-7 Mountain|ZNR|4
-4 Plundering Barbarian|AFR|1
-4 Sardian Cliffstomper|BRO|1
-1 Zalto, Fire Giant Duke|AFR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bat.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bat.dck
deleted file mode 100644
index 7cd23ae0b79..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bat.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=bat
-[Avatar]
-
-[Main]
-4 Basilica Screecher|GTC|1
-4 Blight Keeper|J22|1
-4 Blighted Bat|AKH|1
-4 Bloodhunter Bat|JMP|1
-4 Dirge Bat|IKO|1
-4 Duskhunter Bat|MM2|1
-4 Murder|M13|1
-4 Sinister Strength|PLS|1
-6 Swamp|J22|1
-8 Swamp|J22|2
-10 Swamp|J22|3
-4 Unholy Strength|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bear.json b/forge-gui/res/adventure/Shandalar/decks/standard/bear.json
deleted file mode 100644
index 95941b98123..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bear.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Bear",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Bear",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/beast_green.json b/forge-gui/res/adventure/Shandalar/decks/standard/beast_green.json
deleted file mode 100644
index 866b4ca3413..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/beast_green.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Green Beast",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Beast",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/beast_red.json b/forge-gui/res/adventure/Shandalar/decks/standard/beast_red.json
deleted file mode 100644
index be0e3256836..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/beast_red.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Red Beast",
- "template":
- {
- "count":60,
- "colors":["Red"],
- "tribe":"Beast",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/beastmaster.dck b/forge-gui/res/adventure/Shandalar/decks/standard/beastmaster.dck
deleted file mode 100644
index 478316ee367..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/beastmaster.dck
+++ /dev/null
@@ -1,47 +0,0 @@
-[metadata]
-Name=beastmaster
-[Avatar]
-
-[Main]
-2 Abzan Beastmaster|FRF|1
-2 Ancient Brontodon|MB1|1
-2 Assault Formation|JMP|1
-1 Aura Mutation|NCC|1
-2 Captured by Lagacs|MH2|1
-2 Damping Matrix|MM3|1
-1 Felidar Retreat|ZNR|1
-2 Forest|XLN|1
-3 Forest|XLN|2
-1 Forest|XLN|3
-2 Forest|XLN|4
-1 Gavony Township|C20|1
-2 Grasslands|AFC|1
-3 Grizzled Leotau|ARB|1
-1 Huatli, the Sun's Heart|WAR|1
-2 Idyllic Grange|ELD|1
-2 Indomitable Ancients|MOR|1
-3 Jasmine Boreal of the Seven|DMC|1
-1 Krosan Verge|ZNC|1
-1 Leinore, Autumn Sovereign|MIC|1
-3 Looming Altisaur|XLN|1
-2 Muraganda Petroglyphs|TSR|1
-3 Plains|XLN|1
-2 Plains|XLN|2
-3 Plains|XLN|4
-2 Radiant Grove|DMU|1
-1 Runic Armasaur|M19|1
-2 Ruxa, Patient Professor|C21|1
-1 Stoneskin|CLB|1
-1 The Immortal Sun|RIX|1
-2 Tuinvale Treefolk|ELD|1
-2 Vorstclaw|M20|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/beholder.dck b/forge-gui/res/adventure/Shandalar/decks/standard/beholder.dck
deleted file mode 100644
index 4941f14fbc9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/beholder.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Beholder
-[Main]
-4 Baleful Beholder|AFR|1
-1 Baleful Strix|AFC|1
-1 Chaos Dragon|AFC|1
-1 Death Tyrant|AFC|1
-2 Demogorgon's Clutches|AFR|1
-1 Dragon Turtle|AFR|1
-4 Evolving Wilds|AFR|1
-4 Eyes of the Beholder|AFR|1
-2 Feywild Trickster|AFR|1
-1 Flameskull|AFR|1
-3 Goblin Javelineer|AFR|1
-1 Hive of the Eye Tyrant|AFR|1
-3 Hobgoblin Captain|AFR|1
-1 Hulking Bugbear|AFR|1
-3 Island|AFR|2
-1 Island|AFR|4
-1 Karazikar, the Eye Tyrant|AFC|1
-2 Mountain|AFR|1
-3 Mountain|AFR|3
-1 Mountain|AFR|4
-2 Power Word Kill|AFR|1
-2 Ray of Enfeeblement|AFR|1
-2 Split the Party|AFR|1
-3 Swamp|AFR|1
-6 Swamp|AFR|3
-1 Swamp|AFR|4
-1 Underdark Beholder|CMB1|1
-1 Wight|AFR|1
-1 Xanathar, Guild Kingpin|AFR|1
-1 Xorn|AFR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/berserker.json b/forge-gui/res/adventure/Shandalar/decks/standard/berserker.json
deleted file mode 100644
index b7017b08e65..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/berserker.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Berserker",
- "template":
- {
- "count":60,
- "colors":["Red","Black","Green"],
- "tribe":"Berserker",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bird_blue.json b/forge-gui/res/adventure/Shandalar/decks/standard/bird_blue.json
deleted file mode 100644
index 995d3392f2f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bird_blue.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Bird_Blue",
- "template":
- {
- "count":60,
- "colors":["Blue"],
- "tribe":"Bird",
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bird_gu.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bird_gu.dck
deleted file mode 100644
index a01a0d3ae3d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bird_gu.dck
+++ /dev/null
@@ -1,20 +0,0 @@
-[metadata]
-Name=River Bird GU
-[Avatar]
-
-[Main]
-4 Birds of Paradise
-2 Coveted Peacock
-1 Fleetfeather Cockatrice
-4 Flood
-4 Fog
-6 Forest
-9 Island
-2 Kingfisher
-4 Lure
-4 Quicksand
-4 River Hoopoe
-4 Rooftop Nuisance
-4 Steal Artifact
-4 Woodland Stream
-4 You Come to a River
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy.json b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy.json
deleted file mode 100644
index ac160f9f9a4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"name":"Black bad",
- "template":
- {
- "count":80,
- "colors":["Black"],
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_artifact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_artifact.dck
deleted file mode 100644
index 45b0476df1b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_artifact.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[duel]
-[metadata]
-Name=Chucky 1
-Title=Chucky
-Difficulty=easy
-Description=Mono-black construct artifact theme deck with Pestilence
-Icon=Chucky 1.jpg
-[Main]
-1 Akroma's Memorial
-2 Buried Ruin
-3 Cabal Ritual
-2 Chief of the Foundry
-1 Creepy Doll
-3 Crypt Rats
-1 Darksteel Forge
-1 Dollhouse of Horrors
-3 Drain Life
-3 Executioner's Capsule
-2 Famine
-3 Foundry of the Consuls
-2 Heap Doll
-2 Memnite
-2 Mindless Automaton
-1 Pariah's Shield
-2 Pestilence
-1 Pestilence Demon
-3 Phyrexia's Core
-3 Snapsail Glider
-1 Stuffy Doll
-14 Swamp
-1 Sword of Feast and Famine
-1 Sword of Light and Shadow
-1 Sword of Sinew and Steel
-1 Voodoo Doll
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_badmoon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_badmoon.dck
deleted file mode 100644
index afabab0518e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_badmoon.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[duel]
-[metadata]
-Name=Da Vinci 1
-Title=Da Vinci
-Difficulty=easy
-Description=Mono B deck with Ashenmoor Cohort, Bad Moon and Crowd of Cinders
-Icon=Da Vinci.jpg
-Deck Type=constructed
-[main]
-22 Swamp|M12
-4 Ashenmoor Cohort
-1 Bad Moon
-3 Corrosive Mentor
-3 Crowd of Cinders
-1 Corrupt
-1 Intimidation
-1 Mind Sludge
-1 Nightmare
-1 Tendrils of Corruption
-1 Black Knight
-1 Dauthi Slayer
-1 Death Stroke
-1 Enfeeblement
-1 Hand of Cruelty
-1 Distress
-1 Nantuko Shade
-1 Nether Traitor
-1 Sign in Blood
-1 Hideous End
-1 Nocturnal Raid
-1 Vicious Hunger
-1 Cosmic Horror
-1 Cruel Bargain
-1 Ihsan's Shade
-1 Underworld Dreams
-1 Devour in Shadow
-1 Dunerider Outlaw
-1 Fear
-1 Fog of Gnats
-1 Foul Imp
-1 Ring of Xathrid
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_mill.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_mill.dck
deleted file mode 100644
index d897196e8bd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_easy_mill.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[duel]
-[metadata]
-Name=Agent K 1
-Title=Agent K
-Difficulty=easy
-Description=Mono B mill deck
-Icon=Agent K.jpg
-Deck Type=constructed
-[main]
-23 Swamp
-1 Bojuka Bog
-1 Altar of the Brood
-1 Shriekhorn
-1 Trepanation Blade
-1 Millstone
-1 Mindcrank
-4 Culling Drone
-4 Balustrade Spy
-4 Destroy the Evidence
-4 Grisly Spectacle
-4 Horrifying Revelation
-4 Returned Centaur
-2 Dominator Drone
-2 Nightveil Specter
-2 Extractor Demon
-1 Lord of the Void
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_gravepact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_gravepact.dck
deleted file mode 100644
index d8ee5d77d74..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_gravepact.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[duel]
-[metadata]
-Name=Black Flame 3
-Title=Black Flame
-Difficulty=hard
-Description=Mono B Sacrifice deck with Shirei, Shizo's Caretaker, Harvester of Souls and Grave Pact
-Icon=Black Flame.jpg
-Deck Type=constructed
-[main]
-1 Black Market
-3 Blood Artist
-3 Zulaport Cutthroat
-1 Butcher of Malakir
-4 Death Cultist
-3 Deathgreeter
-1 Falkenrath Noble
-1 Fume Spitter
-1 Grave Betrayal
-4 Grave Pact
-3 Harvester of Souls
-1 Massacre Wurm
-1 Mox Jet
-1 Ogre Slumlord
-2 Royal Assassin
-1 Sangromancer
-4 Shirei, Shizo's Caretaker
-2 Skirsdag High Priest
-23 Swamp
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_knight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_knight.dck
deleted file mode 100644
index a3dee9f56e8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_knight.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[duel]
-[metadata]
-Name=Silas's Faithful 3
-Title=Silas Kane, Witch Knight of the Death-Hand
-Difficulty=hard
-Description=Mono-black knight theme deck with reanimation
-Icon=Silas Kane 3.jpg
-Deck Type=constructed
-[Main]
-1 Archetype of Finality
-1 Beacon of Unrest
-2 Belle of the Brawl
-2 Black Knight
-2 Blacklance Paragon
-2 Blighted Fen
-2 Bloodsworn Squire
-2 Call the Bloodline
-1 Champion of Dusk
-2 Corrupt
-2 Crypt of Agadeem
-1 Death Pit Offering
-2 Diamond Knight
-2 Dregs of Sorrow
-1 Endless Obedience
-2 Entreat the Dead
-2 Field of the Dead
-2 Forsworn Paladin
-1 Gate to Phyrexia
-1 Haakon, Stromgald Scourge
-1 Ihsan's Shade
-1 Intimidation
-1 Josu Vess, Lich Knight
-2 Knight of Dusk
-2 Knight of the Ebon Legion
-2 Leechridden Swamp
-2 Markov Dreadknight
-2 Memorial to Folly
-2 Murderous Rider
-21 Swamp
-1 Syr Konrad, the Grim
-2 Tendrils of Corruption
-2 Vampiric Embrace
-1 Volrath's Stronghold
-2 Vraska's Contempt
-1 Whip of Erebos
-2 Witch's Cottage
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_liliana.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_liliana.dck
deleted file mode 100644
index 642870e7caf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_liliana.dck
+++ /dev/null
@@ -1,50 +0,0 @@
-[metadata]
-Name=black_wiz3
-[Main]
-1 Archfiend's Vessel|M21|1
-1 Arisen Gorgon|M19|1
-1 Carrion Grub|M21|1
-1 Cemetery Recruitment|EMN|1
-1 Cruel Revival|ORI|1
-1 Dark Salvation|EMN|1
-1 Demonic Tutor|DVD|1
-2 Ghastly Gloomhunter|ZNR|1
-2 Goremand|M21|1
-1 Liliana's Devotee|M21|1
-1 Liliana's Elite|EMN|1
-1 Liliana's Mastery|AKH|1
-1 Liliana's Reaver|M14|1
-1 Liliana's Scorn|M21|1
-1 Liliana's Scrounger|M21|1
-1 Liliana's Shade|M13|1
-1 Liliana's Specter|M11|1
-1 Liliana's Standard Bearer|M21|1
-1 Liliana's Steward|M21|1
-1 Liliana, Death Mage|M21|1
-1 Macabre Waltz|SOI|1
-1 Massacre Wurm|M21|1
-1 Persistent Specimen|VOW|1
-1 Professor's Warning|STX|1
-1 Reassembling Skeleton|DDK|1
-1 Rise from the Grave|EMN|1
-1 Sanitarium Skeleton|SOI|1
-1 Settle the Score|DOM|1
-1 Spirit of Malevolence|M21|1
-1 Swamp|AKH|1
-2 Swamp|AKH|2
-1 Swamp|AKH|3
-2 Swamp|DOM|1
-1 Swamp|DOM|2
-1 Swamp|DOM|4
-2 Swamp|ISD|1
-2 Swamp|ISD|3
-1 Swamp|KLD|1
-1 Swamp|KLD|2
-2 Swamp|KLD|3
-2 Swamp|M20|1
-2 Swamp|M21|1
-1 Swamp|STX|1
-3 Swamp|STX|2
-3 Tattered Mummy|AKH|1
-1 Unholy Hunger|UMA|1
-1 Walking Corpse|M21|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_sacrifice.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_sacrifice.dck
deleted file mode 100644
index 0612d236d3b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_hard_sacrifice.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[duel]
-[metadata]
-Name=Black Abott 3
-Title=Black Abott
-Difficulty=hard
-Description=Mono B Sacrifice deck with Reassembling Skeleton and Vampiric Rites
-Icon=Black Abott.jpg
-Deck Type=constructed
-[main]
-23 Swamp|ONS
-1 Mox Jet
-4 Nether Traitor
-4 Reassembling Skeleton
-4 Bloodghast
-4 Endless Cockroaches
-4 Krovikan Horror
-1 Geralf's Messenger
-1 Attrition
-1 Malevolent Awakening
-4 Vampiric Rites
-1 Stronghold Assassin
-1 Nezumi Bone-Reader
-1 Plagued Rusalka
-1 Grim Haruspex
-1 Grave Pact
-2 Go for the Throat
-1 Geth's Verdict
-1 Hymn to Tourach
-[sideboard]
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_demonicpact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_demonicpact.dck
deleted file mode 100644
index 0f58a6e0639..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_demonicpact.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[duel]
-[metadata]
-Name=Demonic Pact 2
-Title=Diablo, Lord of Terror
-Difficulty=medium
-Description=Mono-black demon theme deck with Lord of the Pit and Grave Pact
-Icon=Diablo2 2.jpg
-Deck Type=constructed
-[Main]
-2 Abhorrent Overlord
-2 Abyssal Persecutor
-1 Beacon of Unrest
-3 Blood Speaker
-2 Breeding Pit
-3 Dark Ritual
-1 Demon of Catastrophes
-2 Demonic Torment
-2 Desecration Demon
-2 Drain Life
-2 Grave Pact
-2 Liege of the Pit
-2 Lord of the Pit
-2 Master of the Feast
-2 Memorial to Folly
-3 Sign in Blood
-2 Skirsdag High Priest
-2 Spawn of Mayhem
-16 Swamp
-2 Tendrils of Corruption
-1 Varragoth, Bloodsky Sire
-1 Volrath's Stronghold
-3 Witch's Cottage
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_fear.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_fear.dck
deleted file mode 100644
index c9d48ef4751..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_fear.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[duel]
-[metadata]
-Name=Ratbert 2
-Title=Ratbert
-Difficulty=medium
-Description=Mono B Fear deck with Thran Lens
-Icon=Ratbert.jpg
-Deck Type=constructed
-[main]
-23 Swamp|M11
-4 Thran Lens
-1 Dread
-1 Gluttonous Zombie
-1 Guiltfeeder
-1 Lingering Tormentor
-3 Nezumi Cutthroat
-2 Order of Yawgmoth
-2 Prickly Boggart
-2 Severed Legion
-1 Dross Prowler
-1 Razortooth Rats
-3 Shriekmaw
-1 Woebearer
-3 Halo Hunter
-1 Crowd of Cinders
-4 Dross Golem
-1 Geth, Lord of the Vault
-2 Wrench Mind
-2 Death Stroke
-1 Grasp of Darkness
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_goblins.dck b/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_goblins.dck
deleted file mode 100644
index a0c3315b29b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/blackwizard_medium_goblins.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[duel]
-[metadata]
-Name=Nelson Muntz 2
-Title=Nelson Muntz
-Difficulty=medium
-Description=Mono B Goblin Rogue deck
-Icon=Nelson Muntz.jpg
-Deck Type=constructed
-[main]
-4 Auntie's Snitch
-4 Frogtosser Banneret
-1 Squeaking Pie Grubfellows
-4 Prickly Boggart
-4 Squeaking Pie Sneak
-4 Stinkdrinker Bandit
-4 Warren Pilferers
-2 Knucklebone Witch
-4 Mad Auntie
-4 Murder
-2 Door of Destinies
-2 Cloak and Dagger
-17 Swamp
-4 Cavern of Souls
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy.json b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy.json
deleted file mode 100644
index 6daceb69d88..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"name":"Blue bad",
- "template":
- {
- "count":80,
- "colors":["Blue"],
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_artifact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_artifact.dck
deleted file mode 100644
index 5428646cbd9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_artifact.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[duel]
-[metadata]
-Name=Tezzeret's Reinforged 1
-Title=Tezzeret, Master Artificer
-Difficulty=easy
-Description=Mono-blue artifact and equipment theme deck
-Icon=Tezzeret, Master Artificer 1.jpg
-Deck Type=constructed
-[Main]
-2 Acquisition Octopus
-2 Armguard Familiar
-1 Armory Automaton
-2 Banshee's Blade
-2 Bladed Pinions
-2 Brass Squire
-1 Broodstar
-2 Chief of the Foundry
-1 Chromescale Drake
-2 Contagion Clasp
-3 Darksteel Citadel
-1 Darksteel Plate
-2 Deadeye Quartermaster
-1 Etched Champion
-3 Foundry of the Consuls
-1 Hammer of Nazahn
-12 Island
-1 Magebane Armor
-2 Master of Etherium
-1 Masterwork of Ingenuity
-3 Metallic Rebuke
-2 Myr Adapter
-2 Rusted Relic
-4 Seat of the Synod
-2 Snapsail Glider
-1 The Reality Chip
-2 Towashi Guide-Bot
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_control.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_control.dck
deleted file mode 100644
index 1e187c2bd3f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_control.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[duel]
-[metadata]
-Name=Kojak 1
-Title=Kojak
-Difficulty=easy
-Description=Mono U deck with Sunken City, Inundate, counterspells and bounce
-Icon=Kojak.jpg
-Deck Type=constructed
-[main]
-4 Merrow Levitator
-1 Spire Golem
-4 Briarberry Cohort
-2 Concentrate
-2 Muddle the Mixture
-1 Kami of the Crescent Moon
-1 Sunken City
-22 Island|M12
-1 Inundate
-2 Boomerang
-2 Eye of Nowhere
-1 Dandan
-4 Faerie Swarm
-1 Manta Ray
-2 Invisibility
-1 Thalakos Seer
-1 Flow of Ideas
-1 Counterspell
-1 Deepchannel Mentor
-2 Serpent of the Endless Sea
-2 Tidings
-1 Amnesia
-1 Harbor Serpent
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_thassa.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_thassa.dck
deleted file mode 100644
index 4f653fb107a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_easy_thassa.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[duel]
-[metadata]
-Name=Thassa's Rising Tide 1
-Title=Thassa, God of the Sea
-Difficulty=easy
-Description=Mono-blue Quest for Ula's Temple theme deck
-Icon=Thassa 1.jpg
-Deck Type=constructed
-[Main]
-2 Apprentice Wizard
-1 Breaching Leviathan
-1 Deep-Sea Kraken
-3 Dissolve
-2 Foresee
-4 Halimar Depths
-14 Island
-3 Kraken Hatchling
-1 Kraken of the Straits
-2 Levitation
-3 Merfolk Wayfinder
-2 Octoprophet
-3 Perilous Voyage
-2 Quest for Ula's Temple
-1 Scourge of Fleets
-2 Serpent of the Endless Sea
-1 Slinn Voda, the Rising Deep
-2 Spreading Seas
-1 Stormtide Leviathan
-1 Thassa, Deep-Dwelling
-1 Thassa, God of the Sea
-1 Tromokratis
-1 Whelming Wave
-2 Wormhole Serpent
-4 Zhalfirin Void
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_artifact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_artifact.dck
deleted file mode 100644
index ac8db027062..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_artifact.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[duel]
-[metadata]
-Name=Nox 3
-Title=Nox
-Difficulty=hard
-Description=Mono Blue Artifacts deck with Mirror Gallery, Tezzeret, Artifice Master, Tezzeret, Cruel Machinist, and Karn, Scion of Urza.
-Deck Type=constructed
-Icon=Nox.jpg
-[main]
-1 Ancestral Recall|LEA
-1 Ancestral Vision|TSP
-1 Black Lotus|LEA
-2 Depths of Desire|XLN
-3 Hornswoggle|RIX
-18 Island
-4 Karn, Scion of Urza|DOM
-3 Mirror Gallery|BOK
-4 Mishra's Self-Replicator|DOM
-1 Mox Emerald|LEA
-1 Mox Jet|LEA
-1 Mox Pearl|LEA
-1 Mox Ruby|LEA
-1 Mox Sapphire|LEA
-2 One with the Machine|M19
-4 Sai, Master Thopterist|M19
-4 Tezzeret, Artifice Master|M19
-4 Tezzeret, Cruel Machinist|M19
-2 The Antiquities War|DOM
-1 Time Walk|LEA
-1 Timetwister|LEA
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_bounce.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_bounce.dck
deleted file mode 100644
index caced634902..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_bounce.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[duel]
-[metadata]
-Name=R2-D2 3
-Title=R2-D2
-Difficulty=hard
-Description=Mono U Black Vise deck with bounce spells and Howling Mine
-Icon=R2-D2.jpg
-Deck Type=constructed
-[main]
-20 Island|M11
-1 The Tabernacle at Pendrell Vale
-1 Mox Sapphire
-4 Evacuation
-4 Upheaval
-4 Trinket Mage
-4 Black Vise
-1 Echoing Truth
-3 Boomerang
-1 Repulse
-4 Hoodwink
-3 Words of Wisdom
-1 Ancestral Recall
-4 Vision Skeins
-3 Howling Mine
-1 Remand
-1 Frozen AEther
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control.dck
deleted file mode 100644
index 7e74e868391..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[duel]
-[metadata]
-Name=Kojak 3
-Title=Kojak
-Difficulty=hard
-Description=Mono U deck with Sunken City, Inundate, counterspells and bounce
-Icon=Kojak.jpg
-Deck Type=constructed
-[main]
-21 Island|M10
-1 Mox Sapphire
-1 Sapphire Medallion
-1 Ancestral Recall
-1 Time Walk
-2 Boomerang
-2 Eye of Nowhere
-4 Counterspell
-1 Tidings
-2 Concentrate
-1 Kami of the Crescent Moon
-1 Thalakos Seer
-4 Briarberry Cohort
-2 Deepchannel Mentor
-3 Faerie Swarm
-3 Inundate
-1 Merrow Levitator
-1 Sunken City
-2 Flow of Ideas
-1 Arcanis the Omnipotent
-2 Sphinx of Magosi
-1 Spire Golem
-1 Dungeon Geists
-1 Master of Waves
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control2.dck
deleted file mode 100644
index 4d382140e00..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_hard_control2.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=counter
-[Main]
-1 Arcane Investigator|AFR|1
-2 Avalanche Caller|KHM|1
-3 Cancel|TSP|1
-2 Counterspell|MH2|1
-1 Delver of Secrets|MID|1
-3 Devious Cover-Up|MID|1
-2 Dismiss|J22|1
-2 Dissipate|MID|1
-1 Etherium Spinner|MH2|1
-1 Frost Augur|KHM|1
-2 Frost Trickster|STX|1
-1 Hall of Oracles|STX|1
-1 Island|AFR|3
-1 Island|ISD|2
-2 Island|ISD|3
-1 Island|STX|1
-4 Island|STX|2
-1 Merfolk Falconer|ZNR|1
-1 Naru Meha, Master Wizard|C21|1
-1 Omenspeaker|CMR|1
-1 Overwhelmed Archivist|MID|1
-1 Riptide Laboratory|MH2|1
-1 Skaab Wrangler|MID|1
-6 Snow-Covered Island|KHM|1
-6 Snow-Covered Island|KHM|2
-1 Soothsayer Adept|STX|1
-1 Stonybrook Banneret|PLIST|1
-1 Talrand, Sky Summoner|C21|1
-1 The Biblioplex|STX|1
-2 Traumatic Visions|CFX|1
-1 Triskaidekaphile|MID|1
-1 Vortex Runner|STX|1
-1 Waterfall Aerialist|STX|1
-1 Whispering Wizard|VOW|1
-2 You Find the Villains' Lair|AFR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_donate.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_donate.dck
deleted file mode 100644
index 5d79651e712..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_donate.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[duel]
-[metadata]
-Name=The Great and Powerful Trixie 2
-Title=The Great and Powerful Trixie
-Difficulty=hard
-Description=U splash W Trix combo deck with Illusions of Grandeur and Donate
-Icon=The Great and Powerful Trixie.jpg
-Deck Type=constructed
-Profile=Cautious
-[main]
-3 Arcane Denial
-2 Cancel
-3 Disdainful Stroke
-4 Donate
-1 Enlightened Tutor
-3 Essence Scatter
-4 Glacial Fortress
-4 Illusions of Grandeur
-14 Island
-3 Mana Leak
-1 Mystical Tutor
-1 Plains
-4 Sapphire Medallion
-2 Seachrome Coast
-3 Unsummon
-4 Vapor Snag
-4 Wrath of God
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_dragons.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_dragons.dck
deleted file mode 100644
index c57f31e74e5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_dragons.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[duel]
-[metadata]
-Name=Keiga's Forged Alliance 2
-Title=Keiga, the Tide Star
-Difficulty=medium
-Description=Mono-blue dragons and artifacts theme deck
-Icon=Keiga, the Tide Star 2.jpg
-Deck Type=constructed
-[Main]
-2 Belltoll Dragon
-1 Clockwork Dragon
-1 Cloud Dragon
-3 Counterspell
-3 Courier's Capsule
-1 Coveted Jewel
-3 Cumber Stone
-3 Darksteel Citadel
-1 Dragon Turtle
-2 Dragon's Hoard
-2 Dragonloft Idol
-3 Haven of the Spirit Dragon
-2 Henge Guardian
-3 Heraldic Banner
-1 Icefall Regent
-10 Island
-1 Keiga, the Tide Star
-1 Mirrorworks
-2 Phyrexian Metamorph
-2 Propaganda
-1 Quicksilver Dragon
-4 Seat of the Synod
-1 Shimmer Dragon
-2 Skyblinder Staff
-1 Steel Hellkite
-1 Teeka's Dragon
-2 Treasure Vault
-1 Vanquisher's Banner
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_midrange.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_midrange.dck
deleted file mode 100644
index b94cf75bf75..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_midrange.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[duel]
-[metadata]
-Name=Tinkerbell 2
-Title=Tinkerbell
-Difficulty=medium
-Description=Mono U Faeries midrange deck with flying creatures
-Icon=Tinkerbell.jpg
-Deck Type=constructed
-[main]
-2 Curiosity
-4 Faerie Conclave
-4 Faerie Miscreant
-2 Faerie Swarm
-2 Faerie Trickery
-4 Favorable Winds
-2 Glen Elendra Liege
-2 Gravitational Shift
-20 Island
-2 Mistbind Clique
-2 Oona, Queen of the Fae
-2 Robe of Mirrors
-4 Scion of Oona
-4 Spellstutter Sprite
-2 Vapor Snag
-2 Void Snare
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_mill.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_mill.dck
deleted file mode 100644
index 2d2dc7134ed..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bluewizard_medium_mill.dck
+++ /dev/null
@@ -1,47 +0,0 @@
-[metadata]
-Name=Mill
-[Avatar]
-
-[Main]
-1 Altar of the Brood|UGF|1
-1 Archive Trap|ZEN|1
-1 Bruvac the Grandiloquent|JMP|1
-1 Chancellor of the Spires|NPH|1
-1 Crystacean|IKO|1
-1 Fractured Sanity|MH2|1
-1 Island|M20|1
-7 Island|M20|2
-10 Island|M20|3
-6 Island|M20|4
-1 Jace's Mindseeker|M14|1
-1 Maddening Cacophony|ZNR|1
-2 Manic Scribe|SOI|1
-1 Memory Erosion|ALA|1
-2 Merfolk Windrobber|ZNR|1
-2 Millstone|MB1|1
-1 Mindscour Dragon|FRF|1
-2 Overwhelmed Apprentice|ELD|1
-1 Plated Seastrider|CNS|1
-2 Psychic Corrosion|M19|1
-2 Relic Golem|ZNR|1
-1 Riptide Turtle|THB|1
-2 Ruin Crab|ZNR|1
-1 Sphinx Mindbreaker|THB|1
-1 Sphinx's Tutelage|MB1|1
-1 Startled Awake|SOI|1
-1 Surge Mare|M19|1
-1 Teferi's Tutelage|M21|1
-1 Undead Alchemist|ISD|1
-2 Wall of Air|10E|1
-1 Wall of Frost|MB1|1
-1 Wall of Mist|GRN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/boar.json b/forge-gui/res/adventure/Shandalar/decks/standard/boar.json
deleted file mode 100644
index d19dd88d4be..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/boar.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Boar",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Boar",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/boar_gruul.dck b/forge-gui/res/adventure/Shandalar/decks/standard/boar_gruul.dck
deleted file mode 100644
index 934572a5bc4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/boar_gruul.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=boar_gruul
-[Avatar]
-
-[Main]
-4 Boar Umbra|UMA|1
-4 Boartusk Liege|2X2|1
-4 Brindle Shoat|2X2|1
-4 Carefree Swinemaster|CLB|1
-4 Diligent Farmhand|ODY|1
-4 Flinthoof Boar|EMA|1
-9 Forest|DMU|1
-4 Game Trail|CLB|1
-4 Krosan Tusker|DDU|1
-7 Mountain|DMU|1
-4 Outland Boar|KLR|1
-4 Rural Recruit|VOW|1
-4 Wooded Ridgeline|DMU|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/boar_monogreenlifegain.dck b/forge-gui/res/adventure/Shandalar/decks/standard/boar_monogreenlifegain.dck
deleted file mode 100644
index d79835c2699..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/boar_monogreenlifegain.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=boar_monogreenlifegain
-[Avatar]
-
-[Main]
-4 Brindle Boar|M14|1
-4 Bristling Boar|IKO|1
-2 End-Raze Forerunners|RNA|1
-24 Forest|M21|1
-4 Giant Warthog|JUD|1
-4 Gristleback|GPT|1
-2 Nessian Boar|THB|1
-4 Pygmy Razorback|PCY|1
-4 Territorial Boar|RNA|1
-4 Trufflesnout|M21|1
-4 Wolf's Quarry|ELD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bonedragon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bonedragon.dck
deleted file mode 100644
index e6c7e1b62e1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bonedragon.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=bonedragon
-[Avatar]
-
-[Main]
-1 Ancient Brass Dragon|CLB|1
-1 Black Dragon|AFR|1
-1 Bladewing the Risen|MB1|1
-1 Bladewing, Deathless Tyrant|DMC|1
-1 Bone Dragon|M19|1
-1 Boneyard Parley|C19|1
-2 Boneyard Scourge|C17|1
-3 Canyon Slough|AKH|1
-3 Charcoal Diamond|CLB|1
-1 Crux of Fate|C17|1
-4 Darigaaz's Whelp|YDMU|1
-4 Dragonskull Summit|E01|1
-1 Ebon Dragon|DRB|1
-3 Ebondeath, Dracolich|AFR|1
-2 Foul-Tongue Invocation|IMA|1
-4 Gate of the Black Dragon|HBG|1
-3 Kokusho, the Evening Star|IMA|1
-2 Millikin|MH2|1
-1 Mountain|CLB|1
-2 Mountain|CLB|4
-2 Palace Siege|C17|1
-4 Power Word Kill|AFR|1
-1 Skithiryx, the Blight Dragon|SOM|1
-3 Swamp|CLB|1
-1 Swamp|CLB|2
-2 Swamp|CLB|3
-4 Swamp|CLB|4
-2 Urza's Incubator|DMR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/br_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/br_elemental.dck
deleted file mode 100644
index 0a725063ccb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/br_elemental.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=BR Elemental
-[Main]
-2 Ashenmoor Gouger|SHM|1
-4 Ashenmoor Liege|2X2|1
-1 Ashling the Pilgrim|DMC|1
-2 Blackcleave Cliffs|ONE|1
-2 Blood Crypt|RTR|1
-3 Brighthearth Banneret|MOR|1
-2 Canyon Slough|AKR|1
-2 Chandra's Embercat|M20|1
-2 Chandra's Magmutt|M21|1
-2 Cinder Elemental|HOP|1
-4 Cinderbones|SHM|1
-2 Dragonskull Summit|DMC|1
-2 Elemental Expressionist|STX|1
-4 Flame Burst|ODY|1
-2 Haunted Ridge|MID|1
-4 Incandescent Soulstoke|MM2|1
-4 Kulrath Knight|SHM|1
-7 Mountain|ONE|3
-2 Necroskitter|TD2|1
-2 Nyxathid|JMP|1
-1 Obsidian Fireheart|ZEN|1
-4 Pardic Firecat|ODY|1
-2 Smoldering Marsh|DMC|1
-2 Spitemare|DDH|1
-6 Swamp|ONE|3
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/bull.dck b/forge-gui/res/adventure/Shandalar/decks/standard/bull.dck
deleted file mode 100644
index f6b8be89980..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/bull.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=bull
-[Avatar]
-
-[Main]
-4 Aurochs|ME2|1
-4 Aurochs Herd|CSP|1
-4 Bartered Cow|MB1|1
-4 Bull Aurochs|CSP|1
-4 Earth-Origin Yak|GS1|1
-3 Forest|CST|1
-6 Forest|CST|2
-5 Forest|CST|3
-4 Giant Ox|J22|1
-2 Plains|CST|1
-2 Plains|CST|2
-6 Plains|CST|3
-4 Rimehorn Aurochs|CSP|1
-4 Yoked Ox|ORI|1
-4 Zodiac Ox|PRM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/camel.dck b/forge-gui/res/adventure/Shandalar/decks/standard/camel.dck
deleted file mode 100644
index 054e23ddb40..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/camel.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=camel
-[Avatar]
-
-[Main]
-4 Always Watching|SOI|1
-4 Camel|ARN|1
-4 Desert|V12|1
-4 Desert of the True|AKR|1
-1 Desert's Hold|HOU|1
-4 Dromad Purebred|RAV|1
-4 Honor of the Pure|M12|1
-12 Plains|AKR|2
-3 Scour the Desert|MH2|1
-4 Shefet Dunes|AKR|1
-4 Solitary Camel|AKR|1
-4 Steel Dromedary|MH2|1
-4 Supply Caravan|AKH|1
-4 Tasseled Dromedary|KLD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenblack.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenblack.dck
deleted file mode 100644
index ddb683322ef..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenblack.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=cat_greenblack
-[Avatar]
-
-[Main]
-4 Black Cat|J21|1
-2 Deathreap Ritual|2XM|1
-4 Dreadmalkin|WAR|1
-4 Echoing Decay|FMB1|1
-4 Feral Prowler|AKR|1
-9 Forest|NEO|1
-4 Hungry Lynx|C17|1
-4 Initiate's Companion|AKR|1
-3 Song of Freyalise|J21|1
-12 Swamp|NEO|1
-4 Tribute to Horobi|NEO|1
-3 Waiting in the Weeds|6ED|1
-3 Yavimaya, Cradle of Growth|MH2|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite.dck
deleted file mode 100644
index e064e3321c6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=cat_greenwhite
-[Avatar]
-
-[Main]
-3 Ajani's Welcome|M19|1
-3 Attended Healer|ZNR|1
-4 Charmed Stray|ANB|1
-3 Chrome Cat|SNC|1
-4 Ephemerate|MB1|1
-4 Feline Sovereign|M21|1
-12 Forest|SNC|1
-3 Generous Stray|ANB|1
-3 Long Road Home|JMP|1
-4 Maned Serval|IKO|1
-12 Plains|SNC|1
-3 Pridemalkin|M21|1
-3 Rabid Bite|ZNR|1
-3 Regal Caracal|PLIST|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite2.dck
deleted file mode 100644
index caed4da7d4a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cat_greenwhite2.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=cat_greenwhite2
-[Avatar]
-
-[Main]
-4 Adorned Pouncer|MB1|1
-1 Colossification|IKO|1
-3 Enlarge|2XM|1
-4 Feral Invocation|JMP|1
-12 Forest|ZNR|1
-4 Lynx|S99|1
-4 Mesa Lynx|ZNR|1
-4 Monstrous Growth|8ED|1
-12 Plains|ZNR|2
-4 Pouncing Lynx|WAR|1
-4 Sanctuary Cat|ANB|1
-4 Trained Caracal|RTR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cathar.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cathar.dck
deleted file mode 100644
index b72f3532298..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cathar.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=cathar
-[Main]
-1 Adamant Will|VOW|1
-1 Adeline, Resplendent Cathar|MID|1
-2 Ambitious Farmhand|MID|1
-1 Angelic Quartermaster|VOW|1
-2 Arm the Cathars|VOW|1
-4 Cathar Commando|MID|1
-2 Cathar's Call|MID|1
-1 Clarion Cathars|MID|1
-2 Clear Shot|MID|1
-1 Enduring Angel|MID|1
-4 Evolving Wilds|VOW|1
-4 Flare of Faith|MID|1
-1 Forest|AVR|1
-1 Forest|ISD|1
-1 Forest|MID|3
-1 Forest|VOW|3
-4 Gryff Rider|VOW|1
-2 Gryffwing Cavalry|VOW|1
-1 Intrepid Adversary|MID|1
-1 Overgrown Farmland|MID|1
-1 Parish-Blade Trainee|VOW|1
-2 Plains|AVR|2
-1 Plains|AVR|3
-2 Plains|ISD|2
-2 Plains|ISD|3
-4 Plains|MID|3
-4 Plains|VOW|3
-1 Sanctify|VOW|1
-1 Sigarda, Champion of Light|MID|1
-1 Thalia, Guardian of Thraben|VOW|1
-2 Timberland Guide|MID|1
-1 Torens, Fist of the Angels|VOW|1
-1 Vampire Slayer|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cave_spider.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cave_spider.dck
deleted file mode 100644
index bff04c6d30b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cave_spider.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=cave_spider
-[Main]
-1 Aquastrand Spider|MM2|1
-1 Arachnogenesis|C15|1
-1 Arachnus Spinner|MM3|1
-1 Arasta of the Endless Web|THB|3
-4 Bayou|30A|1
-2 Brood Weaver|MID|1
-1 Curse of Clinging Webs|MIC|1
-2 Deadly Recluse|2X2|1
-1 Doom Weaver|VOC|1
-1 Dragonlair Spider|CN2|1
-2 Drider|AFR|1
-4 Farseek|C19|1
-2 Forest|MH2|2
-1 Hatchery Spider|GRN|1
-2 Ishkanah, Broodmother|YMID|1
-2 Ishkanah, Grafwidow|EMN|1
-1 Llanowar Greenwidow|DMU|1
-2 Lolth, Spider Queen|AFR|1
-1 Mountain|MH2|1
-2 Penumbra Spider|MB1|1
-1 Spider Spawning|C15|1
-2 Sporeweb Weaver|M21|1
-1 Swamp|MH2|1
-4 Swarmyard|TSR|1
-1 Sweet-Gum Recluse|CLB|1
-4 Taiga|30A|1
-1 Thantis, the Warweaver|C18|1
-2 Twin-Silk Spider|MH1|1
-4 Verdant Catacombs|MM3|1
-2 Vinesoul Spider|YDMU|1
-4 Ziatora's Proving Ground|SNC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/centaur.json b/forge-gui/res/adventure/Shandalar/decks/standard/centaur.json
deleted file mode 100644
index d855c7852a9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/centaur.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Centaur",
- "template":
- {
- "count":60,
- "colors":["White","Green"],
- "tribe":"Centaur",
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/centaur_warrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/centaur_warrior.dck
deleted file mode 100644
index 4fe773ddddf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/centaur_warrior.dck
+++ /dev/null
@@ -1,51 +0,0 @@
-[metadata]
-Name=centaur_warrior
-[Main]
-1 Alive // Well|DGM|1
-1 Avenging Arrow|RTR|1
-1 Boreal Centaur|CSP|1
-2 Call of the Conclave|RTR|1
-1 Centaur Glade|ONS|1
-1 Centaur's Herald|RTR|1
-1 Conclave Cavalier|GRN|1
-1 Conclave Mentor|M21|1
-1 Courser of Kruphix|BNG|1
-1 Courser of Kruphix|J22|1
-1 Coursers' Accord|RTR|1
-1 Dowsing Shaman|RAV|1
-1 Fated Intervention|BNG|1
-1 Forest|RTR|2
-1 Forest|RTR|3
-1 Forest|RTR|4
-1 Forest|RTR|5
-5 Forest|THB|2
-1 Forest|THB|3
-1 Herald of the Pantheon|ORI|1
-1 Krosan Druid|DOM|1
-1 Leaf Dancer|ODY|1
-1 Loaming Shaman|DIS|1
-1 Naturalize|GTC|1
-1 Nyx Herald|THB|1
-1 Pharika's Disciple|ORI|1
-1 Pheres-Band Brawler|THB|1
-1 Pheres-Band Centaurs|THS|1
-1 Pheres-Band Raiders|BNG|1
-1 Pheres-Band Warchief|JOU|1
-1 Plains|RTR|2
-1 Plains|THB|2
-2 Savage Surge|THS|1
-1 Selesnya Guildgate|DGM|1
-1 Selesnya Guildgate|GRN|1
-1 Selesnya Guildgate|GRN|2
-1 Selesnya Guildgate|RTR|1
-1 Seton's Scout|TOR|1
-1 Skyshooter|ODY|1
-4 Snow-Covered Forest|CSP|1
-4 Snow-Covered Plains|CSP|1
-1 Still Life|ODY|1
-1 Stonehoof Chieftain|C16|1
-1 Swordwise Centaur|BNG|1
-1 Temple of Plenty|BNG|1
-1 Trostani's Judgment|RTR|1
-1 Vitu-Ghazi Guildmage|RTR|1
-1 Wildwood Patrol|M21|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cephalid.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cephalid.dck
deleted file mode 100644
index 0394e5046d8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cephalid.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=cephalid
-[Avatar]
-
-[Main]
-1 Aboshan, Cephalid Emperor|ODY|1
-2 An Offer You Can't Refuse|SNC|1
-4 Arcane Sanctum|C18|1
-1 Black Market Connections|HBG|1
-1 Callous Oppressor|ONS|1
-1 Cephalid Broker|IMA|1
-4 Cephalid Coliseum|V12|1
-3 Cephalid Constable|10E|1
-2 Cephalid Facetaker|NCC|1
-1 Cephalid Inkshrouder|JUD|1
-1 Cephalid Sage|TOR|1
-2 Cephalid Scout|ODY|1
-2 Diviner of Fates|YSNC|1
-2 Island|SNC|3
-1 Kamiz, Obscura Oculus|NCC|1
-1 Llawan, Cephalid Empress|TOR|1
-2 Obscura Interceptor|SNC|1
-4 Obscura Polymorphist|YSNC|1
-2 Plains|SNC|3
-4 Polluted Delta|KTK|1
-1 Psychic Pickpocket|SNC|1
-2 Queza, Augur of Agonies|SNC|1
-4 Raffine's Tower|SNC|1
-2 Raffine, Scheming Seer|SNC|1
-3 Shield Broker|NCC|1
-3 Swamp|SNC|3
-4 Void Rend|SNC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_allied_fires.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_allied_fires.dck
deleted file mode 100644
index b641c9547f0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_allied_fires.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=challenger_20_allied_fires
-[Main]
-2 Banishing Light|SCD|1
-3 Deafening Clarion|GRN|1
-2 Drawn from Dreams|NCC|1
-2 Fae of Wishes|ELD|1
-4 Fires of Invention|ELD|1
-4 Interplanar Beacon|WAR|1
-5 Island|MID|3
-3 Kasmina, Enigmatic Mentor|WAR|1
-1 Kenrith, the Returned King|ELD|1
-2 Mountain|MID|3
-4 Narset, Parter of Veils|SLD|1
-4 Omen of the Sea|THB|1
-2 Plains|MID|3
-2 Saheeli, Sublime Artificer|SLD|1
-3 Sarkhan the Masterless|SLD|1
-1 Steam Vents|GRN|1
-3 Swiftwater Cliffs|NEO|1
-1 Temple of Enlightenment|VOC|1
-1 Temple of Epiphany|NCC|1
-1 Temple of Triumph|NCC|1
-2 Time Wipe|DMC|1
-3 Tranquil Cove|NEO|1
-1 Ugin, the Ineffable|WAR|1
-4 Wind-Scarred Crag|NEO|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_cavalcade_charge.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_cavalcade_charge.dck
deleted file mode 100644
index e7cafbee003..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_cavalcade_charge.dck
+++ /dev/null
@@ -1,16 +0,0 @@
-[metadata]
-Name=challenger_20_cavalcade_charge
-[Main]
-4 Bonecrusher Giant|ELD|1
-3 Castle Embereth|ELD|1
-4 Cavalcade of Calamity|RNA|1
-3 Chandra, Acolyte of Flame|M20|1
-1 Embercleave|ELD|1
-4 Fervent Champion|ELD|1
-4 Light Up the Stage|RNA|1
-18 Mountain|ELD|1
-4 Rimrock Knight|ELD|1
-4 Runaway Steam-Kin|GRN|1
-4 Scorch Spitter|M20|1
-3 Tin Street Dodger|RNA|1
-4 Torbran, Thane of Red Fell|ELD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_final_adventure.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_final_adventure.dck
deleted file mode 100644
index 137a24b69b4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_final_adventure.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=challenger_20_final_adventure
-[Main]
-2 Blacklance Paragon|ELD|1
-2 Castle Locthwain|ELD|1
-2 Disfigure|BRO|1
-4 Edgewall Innkeeper|ELD|1
-1 Fabled Passage|ELD|1
-2 Find // Finality|C20|1
-7 Forest|ELD|1
-4 Foulmire Knight|ELD|1
-3 Jungle Hollow|IKO|1
-2 Knight of the Ebon Legion|M20|1
-4 Lovestruck Beast|ELD|1
-4 Lucky Clover|ELD|1
-2 Midnight Reaper|GRN|1
-2 Murderous Rider|ELD|1
-4 Order of Midnight|ELD|1
-4 Smitten Swordmaster|ELD|1
-8 Swamp|ELD|1
-2 Temple of Malady|M21|1
-1 Vraska, Golgari Queen|GRN|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_flash_of_ferocity.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_flash_of_ferocity.dck
deleted file mode 100644
index 51b16e0ce7a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_20_flash_of_ferocity.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[metadata]
-Name=challenger_20_flash_of_ferocity
-[Main]
-1 Brazen Borrower|ELD|1
-4 Brineborn Cutthroat|M20|1
-2 Castle Vantress|ELD|1
-1 Fabled Passage|ELD|1
-8 Forest|M20|1
-4 Frilled Mystic|RNA|1
-8 Island|M20|1
-4 Nightpack Ambusher|M20|1
-4 Opt|ELD|1
-4 Quench|RNA|1
-2 Sinister Sabotage|SCD|1
-4 Spectral Sailor|M20|1
-2 Temple of Mystery|M20|1
-2 Thassa's Intervention|THB|1
-3 Thornwood Falls|M20|1
-2 Unsummon|M20|1
-1 Wavebreak Hippocamp|THB|1
-4 Wildborn Preserver|ELD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_azorius_control.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_azorius_control.dck
deleted file mode 100644
index 6d18a228a53..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_azorius_control.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=Challenger_21_Azorius_Control
-[Main]
-2 Archon of Sun's Grace|J22|1
-2 Banishing Light|KHC|1
-2 Behold the Multiverse|KHM|1
-1 Doomskar|KHM|1
-2 Dream Trawler|THB|1
-3 Elspeth Conquers Death|THB|1
-1 Emeria's Call|ZNR|1
-2 Glass Casket|ELD|1
-8 Island|KHM|1
-1 Negate|DMU|1
-3 Neutralize|IKO|1
-4 Omen of the Sea|THB|1
-8 Plains|KHM|1
-1 Saw It Coming|KHM|1
-1 Shark Typhoon|IKO|1
-2 Shatter the Sky|THB|1
-2 Skyclave Cleric|ZNR|1
-4 Temple of Enlightenment|VOC|1
-4 The Birth of Meletis|THB|1
-3 Thirst for Meaning|THB|1
-4 Tranquil Cove|KHC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_dimir_rogue.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_dimir_rogue.dck
deleted file mode 100644
index 38791f6d723..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_dimir_rogue.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=Challenger_21_Dimir_Rogue
-[Main]
-2 Blackbloom Rogue|ZNR|1
-2 Bloodchief's Thirst|ZNR|1
-4 Dismal Backwater|MB1|1
-4 Drown in the Loch|ELD|1
-2 Eliminate|M21|1
-2 Heartless Act|IKO|1
-8 Island|ELD|1
-1 Malakir Rebirth|ZNR|1
-4 Merfolk Windrobber|ZNR|1
-3 Nighthawk Scavenger|ZNR|1
-1 Rankle, Master of Pranks|ELD|1
-4 Soaring Thought-Thief|ZNR|1
-9 Swamp|ELD|1
-4 Temple of Deceit|THB|1
-4 Thieves' Guild Enforcer|M21|1
-3 Vantress Gargoyle|ELD|1
-3 Zareth San, the Trickster|ZNR|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-green_stompy.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-green_stompy.dck
deleted file mode 100644
index b7a9cc062f1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-green_stompy.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=challenger_21_mono-green_stompy
-[Main]
-19 Forest|ELD|1
-1 Garruk, Unleashed|M21|1
-2 Gemrazer|IKO|1
-3 Kazandu Mammoth|ZNR|1
-4 Lovestruck Beast|ELD|1
-3 Primal Might|M21|1
-4 Ram Through|IKO|1
-2 Scavenging Ooze|NCC|1
-2 Snakeskin Veil|KHM|1
-2 Stonecoil Serpent|ELD|1
-3 Swarm Shambler|ZNR|1
-2 Syr Faren, the Hengehammer|ELD|1
-3 Thrashing Brontodon|M21|1
-2 Turntimber Symbiosis|ZNR|1
-2 Wildborn Preserver|ELD|1
-4 Wildwood Tracker|ELD|1
-2 Yorvo, Lord of Garenbrig|ELD|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-red_aggro.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-red_aggro.dck
deleted file mode 100644
index 1e4e520a8a2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_21_mono-red_aggro.dck
+++ /dev/null
@@ -1,17 +0,0 @@
-[metadata]
-Name=challenger_21_mono-red_aggro
-[Main]
-4 Akoum Hellhound|ZNR|1
-4 Anax, Hardened in the Forge|THB|1
-4 Bonecrusher Giant|ELD|1
-2 Castle Embereth|NCC|1
-1 Embercleave|ELD|1
-4 Fervent Champion|ELD|1
-4 Kargan Intimidator|ZNR|1
-16 Mountain|ZNR|1
-4 Rimrock Knight|ELD|1
-4 Roil Eruption|ZNR|1
-2 Shatterskull Smashing|ZNR|1
-4 Shock|M21|1
-4 Spikefield Hazard|ZNR|1
-3 Torbran, Thane of Red Fell|ELD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_dimir_control.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_dimir_control.dck
deleted file mode 100644
index c0a1f0b026d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_dimir_control.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=AI 22 Dimir Control
-[Main]
-2 Baleful Mastery|STX|1
-3 Blood on the Snow|KHM|1
-3 Crippling Fear|CLB|1
-2 Evolving Wilds|MID|1
-2 Field of Ruin|MID|1
-3 Graveyard Trespasser|MID|1
-2 Hall of Storm Giants|AFR|1
-2 Hero's Downfall|VOW|1
-1 Hullbreaker Horror|VOW|1
-4 Ice Tunnel|KHM|1
-1 Infernal Grasp|MID|1
-2 Iymrith, Desert Doom|AFR|1
-2 Jwari Disruption|ZNR|1
-1 March of Wretched Sorrow|NEO|1
-4 Memory Deluge|MID|1
-2 Parasitic Grasp|VOW|1
-3 Power Word Kill|AFR|1
-3 Saw It Coming|KHM|1
-4 Shipwreck Marsh|MID|1
-5 Snow-Covered Island|J22|1
-7 Snow-Covered Swamp|KHM|1
-2 Thirst for Discovery|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_gruul_stompy.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_gruul_stompy.dck
deleted file mode 100644
index 1c53d62fd26..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_gruul_stompy.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[metadata]
-Name=AI 22 Gruul Stompy
-[Main]
-4 Abrade|SCD|1
-4 Briarbridge Tracker|MID|1
-10 Forest|MID|3
-1 Goldspan Dragon|KHM|1
-2 Halana and Alena, Partners|VOW|1
-4 Jaspera Sentinel|KHM|1
-2 Lair of the Hydra|AFR|1
-1 Light Up the Night|MID|1
-4 Magda, Brazen Outlaw|KHM|1
-8 Mountain|MID|3
-4 Ranger Class|AFR|1
-4 Rockfall Vale|MID|1
-4 Snakeskin Veil|KHM|1
-1 Thundering Rebuke|ZNR|1
-2 Tovolar's Huntmaster|MID|1
-1 Tovolar, Dire Overlord|MID|1
-2 Twinshot Sniper|NEO|1
-2 Ulvenwald Oddity|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_mono_white_aggro.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_mono_white_aggro.dck
deleted file mode 100644
index 6d91b2990e2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_mono_white_aggro.dck
+++ /dev/null
@@ -1,18 +0,0 @@
-[metadata]
-Name=AI 22 Mono White Aggro
-[Main]
-4 Clarion Spirit|KHM|1
-4 Codespell Cleric|KHM|1
-3 Elite Spellbinder|STX|1
-3 Faceless Haven|KHM|1
-2 Fateful Absence|MID|1
-1 Intrepid Adversary|MID|1
-2 Kabira Takedown|ZNR|1
-4 Luminarch Aspirant|NCC|1
-4 Monk of the Open Hand|AFR|1
-3 Paladin Class|AFR|1
-2 Reidane, God of the Worthy|KHM|1
-2 Skyclave Apparition|ZNR|1
-20 Snow-Covered Plains|KHM|1
-2 Thalia, Guardian of Thraben|VOW|1
-4 Usher of the Fallen|KHM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_rakdos_vampires.dck b/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_rakdos_vampires.dck
deleted file mode 100644
index fbdb3e11d7b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/challenger_22_rakdos_vampires.dck
+++ /dev/null
@@ -1,23 +0,0 @@
-[metadata]
-Name=AI 22 Rakdos Vampires
-[Main]
-2 Blightstep Pathway|KHM|1
-4 Bloodfell Caves|SCD|1
-4 Bloodtithe Harvester|VOW|1
-2 Den of the Bugbear|AFR|1
-2 Dominating Vampire|VOW|1
-2 Florian, Voldaren Scion|MID|1
-1 Henrika Domnathi|VOW|1
-4 Immersturm Predator|KHM|1
-2 Infernal Grasp|MID|1
-6 Mountain|VOW|3
-2 Mukotai Soulripper|NEO|1
-2 Oni-Cult Anvil|NEO|1
-2 Sokenzan Smelter|NEO|1
-7 Swamp|VOW|3
-2 Vampire Socialite|MID|1
-1 Village Rites|J22|1
-4 Voldaren Bloodcaster|VOW|1
-4 Voldaren Epicure|VOW|1
-3 Voldaren Estate|VOW|1
-4 Voltage Surge|NEO|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra1.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra1.dck
deleted file mode 100644
index 51dd73dc8ee..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra1.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=AI Chandra 1
-[Main]
-2 Chandra Ablaze|ZEN|1
-2 Chandra's Embercat|M20|1
-2 Chandra's Fury|ORI|1
-2 Chandra's Ignition|ORI|1
-2 Chandra's Incinerator|M21|1
-2 Chandra's Outburst|DOM|1
-2 Chandra's Pyreling|M21|1
-2 Chandra's Regulator|M20|1
-2 Chandra's Spitfire|J22|1
-2 Chandra's Triumph|WAR|1
-2 Chandra, Awakened Inferno|M20|1
-2 Chandra, Pyromaster|AKR|1
-2 Chandra, Torch of Defiance|KLD|1
-4 Geistflame Reservoir|MID|1
-2 Light Up the Stage|RNA|1
-2 Lightning Strike|M19|1
-22 Mountain|SOM|1
-2 Shock|M19|1
-2 Skewer the Critics|RNA|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra2.dck
deleted file mode 100644
index 4b67ee6d09f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra2.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=AI Chandra 2
-[Main]
-1 Chandra Ablaze|ZEN|1
-4 Chandra's Embercat|M20|1
-2 Chandra's Fury|ORI|1
-2 Chandra's Incinerator|M21|1
-2 Chandra's Outburst|DOM|1
-2 Chandra's Regulator|M20|1
-2 Chandra's Triumph|WAR|1
-1 Chandra, Awakened Inferno|M20|1
-1 Chandra, Bold Pyromancer|DOM|1
-2 Chandra, Fire Artisan|SLD|1
-1 Chandra, Pyromaster|AKR|1
-2 Chandra, Torch of Defiance|KLD|1
-2 Claim the Firstborn|ELD|1
-4 Geistflame Reservoir|MID|1
-2 Lava Coil|GRN|1
-2 Lightning Bolt|M10|1
-24 Mountain|RAV|1
-2 Shock|10E|1
-2 Skewer the Critics|RNA|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra3.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra3.dck
deleted file mode 100644
index c4d3d336760..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra3.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=AI Chandra 3
-[Main]
-2 Chandra's Defeat|AKR|1
-2 Chandra's Embercat|M20|1
-2 Chandra's Fury|ORI|1
-2 Chandra's Incinerator|M21|1
-2 Chandra's Outburst|DOM|1
-1 Chandra's Phoenix|PM12|1
-2 Chandra's Pyreling|J22|1
-4 Chandra's Regulator|PM20|1
-2 Chandra's Spitfire|J22|1
-2 Chandra, Awakened Inferno|M20|1
-2 Chandra, Pyromaster|AKR|1
-2 Chandra, Torch of Defiance|KLD|1
-4 Geistflame Reservoir|MID|1
-2 Lava Coil|2X2|1
-2 Light Up the Stage|RNA|1
-2 Lightning Strike|DMU|1
-8 Mountain|DMU|1
-5 Mountain|DMU|2
-8 Mountain|DMU|3
-2 Shock|M21|1
-2 Skullcrack|GTC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra4.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra4.dck
deleted file mode 100644
index de3a124e9a7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra4.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=AI Chandra B 1
-[Main]
-4 Chain Lightning|JMP|1
-4 Chandra's Phoenix|PM12|1
-1 Chandra, Fire of Kaladesh|ORI|1
-2 Chandra, Pyromaster|AKR|1
-2 Chandra, Torch of Defiance|KLD|1
-4 Grim Lavamancer|G06|1
-4 Lava Spike|MMA|1
-4 Lightning Bolt|M10|1
-24 Mountain|RAV|1
-4 Pyromancer Ascension|ZEN|1
-4 Searing Blaze|WWK|1
-4 Skullcrack|GTC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra5.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra5.dck
deleted file mode 100644
index 2a33ea5fe22..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra5.dck
+++ /dev/null
@@ -1,17 +0,0 @@
-[metadata]
-Name=AI Chandra B 2
-[Main]
-2 Chandra's Fury|ORI|1
-4 Chandra's Phoenix|PM12|1
-1 Chandra, Fire Artisan|SLD|1
-1 Chandra, Pyromaster|AKR|1
-1 Chandra, Torch of Defiance|KLD|1
-4 Fireball|CLB|1
-4 Lightning Bolt|M10|1
-4 Magma Jet|5DN|1
-4 Monastery Swiftspear|KTK|1
-20 Mountain|RAV|1
-4 Pyromancer Ascension|ZEN|1
-4 Rift Bolt|TSP|1
-4 Searing Blaze|WWK|1
-4 Skullcrack|GTC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chandra6.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chandra6.dck
deleted file mode 100644
index b55f18b991b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chandra6.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=AI Chandra B 3
-[Main]
-4 Chain Lightning|JMP|1
-4 Chandra's Phoenix|PM12|1
-1 Chandra, Fire of Kaladesh|ORI|1
-2 Chandra, Pyromaster|AKR|1
-2 Chandra, Torch of Defiance|KLD|1
-4 Grim Lavamancer|G06|1
-4 Lava Spike|MMA|1
-4 Lightning Bolt|M10|1
-24 Mountain|RAV|1
-4 Pyromancer Ascension|ZEN|1
-4 Searing Blaze|WWK|1
-4 Skullcrack|GTC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/chicken.dck b/forge-gui/res/adventure/Shandalar/decks/standard/chicken.dck
deleted file mode 100644
index 88634a4efdc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/chicken.dck
+++ /dev/null
@@ -1,20 +0,0 @@
-[metadata]
-Name=chicken
-[Main]
-4 Battle Screech|MH1|1
-4 Chicken Egg|UGL|1
-4 Chicken à la King|UND|1
-4 Disenchant|M20|1
-2 Forest|UGL|1
-2 Island|UGL|1
-4 Jetmir's Garden|SNC|1
-4 Ketria Triome|IKO|1
-2 Mountain|UGL|1
-2 Plains|UGL|1
-4 Robot Chicken|PCEL|1
-4 Roc Egg|C19|1
-4 Rukh Egg|P8ED|1
-4 Shock|M21|1
-4 Spara's Headquarters|SNC|1
-4 Verdant Catacombs|SLU|1
-4 Zodiac Rooster|PRM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cleric.json b/forge-gui/res/adventure/Shandalar/decks/standard/cleric.json
deleted file mode 100644
index 1f6b2ebce24..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cleric.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Cleric",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Cleric",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cleric_orzhov.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cleric_orzhov.dck
deleted file mode 100644
index 10796b79088..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cleric_orzhov.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[metadata]
-Name=orzhov_cleric
-[Main]
-4 Archfiend's Vessel|M21|1
-4 Call of the Death-Dweller|IKO|1
-4 Cleric of Life's Bond|ZNR|1
-2 Dawn of Hope|GRN|1
-2 Demon's Disciple|ZNR|1
-4 Godless Shrine|UNF|1
-2 Heartless Act|J21|1
-8 Plains|MOM|1
-4 Revitalize|M21|1
-4 Revival // Revenge|RNA|1
-2 Scoured Barrens|NEO|1
-2 Sorin, Vengeful Bloodlord|SLD|1
-4 Speaker of the Heavens|PLIST|1
-8 Swamp|MOM|1
-2 Temple of Silence|THS|1
-4 Vito, Thorn of the Dusk Rose|J22|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/construct.json b/forge-gui/res/adventure/Shandalar/decks/standard/construct.json
deleted file mode 100644
index 332a5842932..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/construct.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Construct",
- "template":
- {
- "count":80,
- "colors":[],
- "tribe":"Construct",
- "tribeCards":0.8,
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/copperhostbrutalizer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/copperhostbrutalizer.dck
deleted file mode 100644
index 5a4ac2f544b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/copperhostbrutalizer.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=copperhostbrutalizer
-[Avatar]
-
-[Main]
-2 Blighted Burgeoning|MOM|1
-1 Bloated Contaminator|ONE|1
-1 Bloated Contaminator|ONE|2
-1 Bloated Processor|MOM|1
-1 Bloated Processor|MOM|2
-2 Converter Beast|MOM|1
-2 Drown in Ichor|ONE|1
-4 Elvish Vatkeeper|MOM|1
-2 Expand the Sphere|ONE|1
-1 Forest|ONE|1
-5 Forest|ONE|2
-6 Forest|ONE|3
-2 Gift of Compleation|MOM|1
-2 Glistening Dawn|MOM|2
-1 Grafted Butcher|MOM|1
-1 Grafted Butcher|MOM|2
-2 Gulping Scraptrap|ONE|1
-2 Ichor Drinker|MOM|1
-4 Jungle Hollow|MOM|1
-3 Swamp|ONE|1
-1 Swamp|ONE|2
-3 Swamp|ONE|3
-1 Swamp|ONE|4
-2 Tangled Skyline|MOM|1
-2 Traumatic Revelation|MOM|1
-2 Vat Emergence|ONE|1
-2 Vat of Rebirth|ONE|1
-2 Venomous Brutalizer|ONE|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/copperhostinfector.json b/forge-gui/res/adventure/Shandalar/decks/standard/copperhostinfector.json
deleted file mode 100644
index bcc323eaade..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/copperhostinfector.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Copper Host Infector",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.45,
- "rares":0.25
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/crab.json b/forge-gui/res/adventure/Shandalar/decks/standard/crab.json
deleted file mode 100644
index 56a7d1a5522..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/crab.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Crab",
- "template":
- {
- "count":60,
- "colors":["Blue"],
- "tribe":"Crab",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/curselord.dck b/forge-gui/res/adventure/Shandalar/decks/standard/curselord.dck
deleted file mode 100644
index 7ba3de31571..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/curselord.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=Curses
-[Main]
-2 Akoum Refuge|ZEN|1
-2 Bitterheart Witch|ISD|1
-2 Blackcleave Cliffs|SOM|1
-2 Bloodstained Mire|KTK|1
-2 Bloodstone Cameo|INV|1
-1 Cruel Reality|AKR|1
-2 Curse of Bloodletting|DKA|1
-2 Curse of Death's Hold|ISD|1
-1 Curse of Disturbance|C21|1
-1 Curse of Hospitality|VOW|1
-2 Curse of Leeches|MID|1
-2 Curse of Misfortunes|DKA|1
-2 Curse of the Pierced Heart|ISD|1
-2 Curse of the Restless Dead|MIC|1
-2 Curse of Thirst|DKA|1
-4 Cursebound Witch|YMID|1
-1 Cursed Totem|MH2|1
-1 Damnation|TSR|1
-2 Dragonskull Summit|XLN|1
-1 Maddening Hex|AFC|1
-1 Mountain|ISD|1
-1 Mountain|ISD|2
-1 Mountain|ISD|3
-3 Swamp|ISD|1
-3 Swamp|ISD|2
-4 Swamp|ISD|3
-1 Tainted Peak|AFC|1
-1 Terminate|ARB|1
-2 Torment of Scarabs|HOU|1
-2 Trespasser's Curse|AKR|1
-1 Urborg, Tomb of Yawgmoth|PLC|1
-3 Wall of Bone|GVL|1
-1 Wall of Bone|M10|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/cyclops.dck b/forge-gui/res/adventure/Shandalar/decks/standard/cyclops.dck
deleted file mode 100644
index d0ef0a13628..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/cyclops.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=cyclops
-[Main]
-4 Bloodrock Cyclops|JMP|1
-1 Bone Pit Brute|M21|1
-2 Careless Celebrant|THB|1
-1 Chainwhip Cyclops|WAR|1
-1 Cyclops Tyrant|M14|1
-1 Fall of the Hammer|MB1|1
-1 Flummoxed Cyclops|THB|1
-1 Gluttonous Cyclops|JOU|1
-1 Lightning Strike|AJMP|1
-7 Mountain|THB|2
-6 Mountain|THB|3
-3 Mountain|THS|1
-4 Mountain|THS|2
-3 Mountain|THS|3
-2 Mountain|THS|4
-1 Nyxborn Brute|THB|1
-1 Phoenix of Ash|THB|1
-1 Pinnacle of Rage|BNG|1
-2 Piston-Fist Cyclops|GRN|1
-1 Quakefoot Cyclops|MB1|1
-1 Rage of Purphoros|THS|1
-4 Rise to the Challenge|BNG|1
-2 Satyr Rambler|THS|1
-4 Sigiled Skink|JOU|1
-1 Thunder Brute|BNG|1
-4 Titan's Strength|ORI|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dark_spirit.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dark_spirit.dck
deleted file mode 100644
index de2d08a853c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dark_spirit.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=Spirit_Dark
-[Main]
-4 Accursed Spirit|MB1|1
-2 Consume Spirit|10E|1
-2 Crypt Ghast|C14|1
-2 Darkling Stalker|TMP|1
-2 Devouring Greed|CHK|1
-1 Divinity of Pride|EVE|1
-2 Enemy of the Guildpact|DIS|1
-1 Iname, Death Aspect|CHK|1
-1 Junji, the Midnight Sky|NEO|3
-1 Kyoki, Sanity's Eclipse|BOK|1
-2 Lingering Tormentor|EVE|1
-2 Midnight Banshee|SHM|1
-1 Pontiff of Blight|CLB|1
-4 Rend Flesh|CHK|1
-4 Restless Apparition|EVE|1
-2 Revenant|STH|1
-11 Swamp|CHK|1
-5 Swamp|CHK|3
-7 Swamp|CHK|4
-4 Tormented Soul|PW11|1
-4 Will-o'-the-Wisp|4ED|1
-2 Yargle, Glutton of Urborg|J22|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/darkenchanter.dck b/forge-gui/res/adventure/Shandalar/decks/standard/darkenchanter.dck
deleted file mode 100644
index dcddd176447..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/darkenchanter.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=darkenchanter
-[Avatar]
-
-[Main]
-4 Bayou|OLGC|1
-4 Cartouche of Ambition|AKR|1
-4 Doomwake Giant|C15|1
-4 Eidolon of Blossoms|JOU|1
-1 Forest|ELD|1
-2 Forest|ELD|3
-1 Forest|ELD|4
-4 Gnarled Scarhide|JOU|1
-4 Grim Guardian|JOU|1
-4 Necroblossom Snarl|STX|1
-4 Oubliette|2XM|1
-4 Overgrown Tomb|SLD|1
-1 Swamp|ELD|2
-2 Swamp|ELD|4
-4 Trial of Ambition|MB1|1
-4 Verdant Catacombs|SLU|1
-3 Verduran Enchantress|SLD|1
-4 Wild Growth|AFC|1
-2 Yavimaya Enchantress|TD0|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dawnhart_witch.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dawnhart_witch.dck
deleted file mode 100644
index 30b7354a888..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dawnhart_witch.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=dawnhart_witch
-[Main]
-2 Ambitious Farmhand|MID|1
-1 Augur of Autumn|MID|2
-3 Candlegrove Witch|MID|1
-1 Candlelit Cavalry|MID|1
-1 Candletrap|MID|1
-1 Cathar's Call|MID|1
-2 Contortionist Troupe|MID|1
-1 Crossroads Candleguide|MID|1
-2 Dawnhart Mentor|MID|1
-1 Dawnhart Rejuvenator|MID|1
-2 Dawnhart Wardens|MID|1
-1 Defend the Celestus|MID|1
-1 Duelcraft Trainer|MID|1
-4 Evolving Wilds|MID|1
-10 Forest|MID|3
-4 Harvesttide Sentry|MID|1
-1 Hedgewitch's Mask|MID|1
-1 Jack-o'-Lantern|MID|1
-1 Join the Dance|MID|1
-1 Katilda, Dawnhart Prime|MID|1
-1 Might of the Old Ways|MID|1
-1 Overgrown Farmland|MID|1
-1 Path to the Festival|MID|1
-9 Plains|MID|3
-1 Rite of Harmony|MID|2
-1 Ritual Guardian|MID|1
-1 Ritual of Hope|MID|1
-1 Saryth, the Viper's Fang|MID|1
-1 Sigarda, Champion of Light|MID|1
-1 Sungold Barrage|MID|1
-1 Sunset Revelry|MID|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.dck
deleted file mode 100644
index f36e0741fd7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[metadata]
-Name=death_knight
-[Main]
-1 Abnormal Endurance|M19|1
-1 Alchemist's Gift|M21|1
-1 Bloodcrazed Paladin|XLN|1
-1 Cadaverous Knight|HOP|1
-1 Cavalier of Night|M20|1
-1 Coat with Venom|MB1|1
-4 Corpse Churn|OGW|1
-1 Deathless Ancient|XLN|1
-1 Dread Rider|KHM|1
-2 Foulmire Knight|ELD|1
-1 Go for the Throat|MIC|1
-1 Haakon, Stromgald Scourge|CSP|1
-1 Heirloom Blade|C17|1
-1 Hero's Downfall|VOW|1
-1 Ihsan's Shade|A25|1
-1 Josu Vess, Lich Knight|DOM|1
-1 Knight of Dusk|10E|1
-1 Knight of the Ebon Legion|M20|1
-1 Marauding Knight|INV|1
-1 Markov Dreadknight|SOI|1
-1 Murder|CMR|1
-1 Murderous Rider|ELD|1
-1 Oathsworn Knight|ELD|1
-2 Oathsworn Vampire|RIX|1
-1 Phyrexian Crusader|MBS|1
-1 Power Word Kill|AFR|1
-1 Sanguine Guard|DDE|1
-2 Stromgald Crusader|CSP|1
-2 Swamp|C19|1
-3 Swamp|C19|2
-2 Swamp|C19|3
-3 Swamp|CST|1
-1 Swamp|CST|2
-2 Swamp|CST|3
-1 Swamp|ELD|1
-1 Swamp|ELD|2
-3 Swamp|ELD|3
-1 Swamp|ELD|4
-2 Swamp|XLN|1
-1 Swamp|XLN|2
-1 Swamp|XLN|3
-2 Swamp|XLN|4
-1 Tresserhorn Skyknight|CSP|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.json b/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.json
deleted file mode 100644
index bb0989ad81e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/death_knight.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Death Knight",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Knight",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/demon.json b/forge-gui/res/adventure/Shandalar/decks/standard/demon.json
deleted file mode 100644
index b93038bb2ed..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/demon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Demon",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Demon",
- "tribeCards":1.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/demonblackred.dck b/forge-gui/res/adventure/Shandalar/decks/standard/demonblackred.dck
deleted file mode 100644
index 37e91563c82..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/demonblackred.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=demonblackred
-[Avatar]
-
-[Main]
-3 Blood Speaker|CHK|1
-4 Demon Bolt|KHM|1
-2 Demonic Embrace|M21|1
-3 Gutwrencher Oni|CHK|1
-4 Immersturm Raider|KHM|1
-2 Mark of the Oni|BOK|1
-12 Mountain|CHK|1
-3 Ogre Marauder|BOK|1
-4 Ogre Sentry|ROE|1
-3 Painwracker Oni|CHK|1
-4 Raving Oni-Slave|SOK|1
-12 Swamp|CHK|1
-4 Villainous Ogre|CHK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/demonmonoblack.dck b/forge-gui/res/adventure/Shandalar/decks/standard/demonmonoblack.dck
deleted file mode 100644
index 8cf519fe3a3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/demonmonoblack.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=demonmonoblack
-[Avatar]
-
-[Main]
-4 Daggerdrome Imp|BBD|1
-3 Demon's Due|SNC|1
-2 Demon's Grasp|MB1|1
-3 Demon's Horn|DVD|1
-4 Indulgent Tormentor|IMA|1
-4 Pilfering Imp|GRN|1
-4 Scroll of Griselbrand|AVR|1
-4 Soulcage Fiend|AVR|1
-24 Swamp|BRC|1
-4 Thraxodemon|BRO|1
-4 Unholy Strength|DVD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/demonshard.dck b/forge-gui/res/adventure/Shandalar/decks/standard/demonshard.dck
deleted file mode 100644
index 7081562e721..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/demonshard.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[metadata]
-Name=Demons
-[Avatar]
-
-[Main]
-
-4 Badlands|VMA|1
-3 Be'lakor, the Dark Master|40K|1
-1 Bloodcrusher of Khorne|40K|1
-4 Bloodstained Mire|KTK|1
-4 Decree of Pain|40K|1
-1 Demon of Death's Gate|PLIST|1
-3 Exalted Flamer of Tzeentch|40K|1
-1 Griselbrand|SLD|2
-4 Herald of Slaanesh|40K|1
-4 Heralds of Tzeentch|40K|1
-1 Island|DMU|3
-4 Coldsteel Heart
-1 Kuro, Pitlord|DVD|1
-2 Lightning Bolt|2X2|1
-4 Lord of Change|40K|1
-1 Mortarion, Daemon Primarch|40K|1
-1 Mountain|DMU|1
-1 Orca, Siege Demon|DMC|1
-2 Polluted Delta|KTK|1
-1 Prince of Thralls|ALA|1
-1 Rakdos, the Showstopper|RNA|1
-1 Razaketh, the Foulblooded|SLD|1
-1 Reaper from the Abyss|C14|1
-3 Reiver Demon|DVD|1
-4 Scalding Tarn|MH2|1
-2 Sire of Insanity|SLD|1
-8 Swamp|DMU|3
-4 Underground Sea|VMA|1
-1 Vilis, Broker of Blood|M20|1
-4 Xander's Lounge|SNC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/devil.json b/forge-gui/res/adventure/Shandalar/decks/standard/devil.json
deleted file mode 100644
index c854de0074e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/devil.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Devil",
- "template":
- {
- "count":80,
- "colors":["Red"],
- "tribe":"Devil",
- "tribeCards":1.0,
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dimir_faerie.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dimir_faerie.dck
deleted file mode 100644
index 64d6332c610..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dimir_faerie.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=Dimir Faeries
-[Main]
-3 Bitterblossom|MOR|1
-3 Brazen Borrower|ELD|1
-1 Cling to Dust|THB|1
-2 Counterspell|MH2|1
-2 Creeping Tar Pit|CLB|1
-4 Drown in the Loch|ELD|1
-2 Drowned Catacomb|SLD|1
-3 Fatal Push|F17|1
-3 Flooded Strand|ZNE|1
-1 Force of Negation|MH1|1
-4 Island|MOM|1
-1 Otawara, Soaring City|NEO|1
-4 Polluted Delta|ZNE|1
-4 Slitherwisp|IKO|1
-2 Snapcaster Mage|SIS|1
-4 Spellstutter Sprite|J22|1
-3 Subtlety|MH2|1
-1 Swamp|MOM|1
-1 Takenuma, Abandoned Mire|NEO|1
-4 Thought Scour|2X2|1
-2 Unearth|ULG|1
-2 Vendilion Clique|J22|1
-1 Waterlogged Grove|MH1|1
-3 Watery Grave|UNF|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dimir_ninja.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dimir_ninja.dck
deleted file mode 100644
index 700da8e7bdd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dimir_ninja.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=Dimir Ninjas
-[Main]
-4 Biting-Palm Ninja|NEO|1
-4 Clearwater Pathway|ZNR|1
-2 Fading Hope|MID|1
-1 Hall of Storm Giants|AFR|1
-1 Hive of the Eye Tyrant|AFR|1
-2 Infernal Grasp|PSVC|1
-9 Island|NEO|1
-3 Kaito Shizuki|NEO|1
-2 Merfolk Windrobber|ZNR|1
-2 Nashi, Moon Sage's Scion|NEO|1
-4 Network Disruptor|NEO|1
-1 Otawara, Soaring City|NEO|1
-1 Power Word Kill|GDY|1
-4 Prosperous Thief|NEO|1
-2 Satoru Umezawa|NEO|1
-4 Shipwreck Marsh|DBL|1
-4 Silver-Fur Master|NEO|1
-2 Spell Pierce|NEO|1
-3 Swamp|NEO|1
-1 Takenuma, Abandoned Mire|NEO|1
-4 Thousand-Faced Shadow|NEO|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dinosaur_w_r.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dinosaur_w_r.dck
deleted file mode 100644
index b5264e03c56..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dinosaur_w_r.dck
+++ /dev/null
@@ -1,54 +0,0 @@
-[metadata]
-Name=dinosaur_w_r
-[Avatar]
-
-[Main]
-1 Burning Sun's Avatar|XLN|1
-2 Charging Monstrosaur|XLN|1
-1 Demystify|XLN|1
-1 Dinosaur Stampede|XLN|1
-1 Emissary of Sunrise|XLN|1
-1 Everdawn Champion|RIX|1
-4 Evolving Wilds|RIX|1
-1 Frenzied Raptor|XLN|1
-1 Frilled Deathspitter|RIX|1
-1 Huatli's Spurring|XLN|1
-1 Huatli, Dinosaur Knight|XLN|1
-1 Imperial Lancer|XLN|1
-1 Kinjalli's Sunwing|XLN|1
-3 Luminous Bonds|RIX|1
-2 Mountain|RIX|1
-1 Mountain|XLN|1
-1 Mountain|XLN|2
-1 Mountain|XLN|3
-1 Mountain|XLN|4
-4 Nest Robber|XLN|1
-2 Plains|RIX|1
-2 Plains|XLN|1
-3 Plains|XLN|2
-1 Plains|XLN|3
-1 Rallying Roar|XLN|1
-4 Raptor Companion|XLN|1
-1 Sheltering Light|XLN|1
-1 Shining Aerosaur|XLN|1
-2 Sky Terror|XLN|1
-1 Snubhorn Sentry|RIX|1
-4 Stone Quarry|XLN|1
-1 Strider Harness|RIX|1
-1 Sun-Blessed Mount|XLN|1
-1 Sun-Crested Pterodon|RIX|1
-1 Territorial Hammerskull|XLN|1
-1 Tilonalli's Crown|RIX|1
-1 Unclaimed Territory|XLN|1
-1 Unknown Shores|XLN|1
-1 Vanquisher's Banner|XLN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dinosaurs.json b/forge-gui/res/adventure/Shandalar/decks/standard/dinosaurs.json
deleted file mode 100644
index 4f3e5577963..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dinosaurs.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Dinosaur",
- "template":
- {
- "count":60,
- "colors":["Green","Red","White"],
- "tribe":"Dinosaur",
- "tribeCards":1.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/disciple_of_teferi.dck b/forge-gui/res/adventure/Shandalar/decks/standard/disciple_of_teferi.dck
deleted file mode 100644
index b9b36ed75de..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/disciple_of_teferi.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=disciple_of_teferi
-[Avatar]
-
-[Main]
-2 Arcane Denial|CMA|1
-2 Brainstorm|SLD|1
-1 Denry Klin, Editor in Chief|NCC|1
-1 Elsha of the Infinite|2X2|1
-4 Flooded Strand|KTK|1
-1 Grand Arbiter Augustin IV|2X2|1
-1 Ishai, Ojutai Dragonspeaker|CM2|1
-2 Island|DMU|4
-2 Ivory Tower|VMA|1
-2 Ledger Shredder|SNC|1
-3 Lightning Bolt|CLB|1
-1 Loran of the Third Path|BRO|1
-1 Magnanimous Magistrate|J22|1
-4 Monastery Mentor|FRF|1
-1 Mountain|DMU|4
-1 Oji, the Exquisite Blade|CLB|1
-3 Plains|DMU|4
-4 Plateau|30A|1
-4 Raugrin Triome|IKO|1
-2 Revitalize|M21|1
-2 Rhox Faithmender|JMP|1
-4 Serra Ascendant|IMA|1
-1 Shu Yun, the Silent Tempest|FRF|1
-3 Swords to Plowshares|DMR|1
-3 The Archimandrite|BRC|1
-4 Tundra|30A|1
-1 Volcanic Island|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/djinn.json b/forge-gui/res/adventure/Shandalar/decks/standard/djinn.json
deleted file mode 100644
index 57070abdbfc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/djinn.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Djinn",
- "template":
- {
- "count":60,
- "colors":["Blue","Red"],
- "tribe":"Djinn",
- "tribeCards":0.7,
- "tribeSynergyCards":0.0,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/djinn_tarkir.dck b/forge-gui/res/adventure/Shandalar/decks/standard/djinn_tarkir.dck
deleted file mode 100644
index 2e64a8f048f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/djinn_tarkir.dck
+++ /dev/null
@@ -1,51 +0,0 @@
-[metadata]
-Name=djinn_tarkir
-[Avatar]
-
-[Main]
-4 Evolving Wilds|DTK|1
-1 Frostboil Snarl|STX|1
-1 Ghostfire Blade|UGF|1
-2 Indentured Djinn|MMQ|1
-5 Island|DTK|1
-2 Island|DTK|2
-5 Island|DTK|3
-1 Island|STX|2
-4 Lotus Path Djinn|FRF|1
-1 Master the Way|KTK|1
-1 Mijae Djinn|ME4|1
-2 Mistfire Weaver|KTK|1
-3 Monastery Loremaster|MB1|1
-1 Mountain|DTK|1
-1 Mountain|DTK|2
-1 Mountain|STX|2
-1 Mystic Meditation|DTK|1
-1 Ojutai's Breath|DTK|1
-2 Ojutai's Summons|DTK|1
-1 Old Man of the Sea|ME3|1
-1 Prismari Campus|STX|1
-1 Quiet Contemplation|KTK|1
-2 Riverwheel Aerialists|KTK|1
-1 Sage-Eye Avengers|PFRF|1
-1 Siani, Eye of the Storm|CMR|1
-1 Sight Beyond Sight|DTK|1
-1 Singing Bell Strike|KTK|1
-1 Skywise Teachings|DTK|1
-1 Stratus Dancer|DTK|1
-1 Swift Kick|KTK|1
-4 Swiftwater Cliffs|KTK|1
-1 Tempest Djinn|DOM|1
-1 Uvilda, Dean of Perfection|STX|1
-1 Waterspout Djinn|JVC|1
-1 Whirlwind Adept|KTK|1
-1 Write into Being|FRF|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dog.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dog.dck
deleted file mode 100644
index 75cea36a72f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dog.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=dog
-[Avatar]
-
-[Main]
-4 Affa Guard Hound|JMP|1
-4 Akroan Mastiff|JOU|1
-4 Animal Sanctuary|M21|1
-2 Isamaru, Hound of Konda|JMP|1
-4 Loyal Warhound|AFR|1
-4 Pack Leader|M21|3
-20 Plains|JMP|7
-4 Rambunctious Mutt|J22|1
-4 Release the Dogs|JMP|1
-4 Spirited Companion|J22|1
-2 Thraben Purebloods|ISD|1
-4 Trusty Retriever|JMP|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dog.json b/forge-gui/res/adventure/Shandalar/decks/standard/dog.json
deleted file mode 100644
index e7a1cd1816c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dog.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Dog",
- "template":
- {
- "count":60,
- "colors":["White","Green"],
- "tribe":"Dog",
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dragon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dragon.dck
deleted file mode 100644
index 948a0e11a5e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dragon.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=dragon
-[Main]
-1 Archwing Dragon|AVR|1
-1 Awaken the Sky Tyrant|PZ1|1
-2 Bathe in Dragonfire|FRF|1
-1 Chaos Dragon|AFC|1
-1 Demanding Dragon|M19|1
-1 Draconic Roar|DTK|1
-2 Dragon Egg|M14|1
-4 Dragon Hatchling|M13|1
-1 Dragon's Fire|AFR|1
-1 Dragon's Hoard|AFC|1
-1 Dragonkin Berserker|KHM|1
-1 Dragonspeaker Shaman|DDG|1
-1 Drakuseth, Maw of Flames|M20|1
-1 Flameblast Dragon|ALA|1
-1 Gadrak, the Crown-Scourge|M21|1
-1 Kargan Dragonlord|ROE|1
-1 Lightning Dragon|VMA|1
-1 Mountain|AFR|4
-1 Mountain|DOM|3
-3 Mountain|DTK|1
-7 Mountain|DTK|2
-2 Mountain|DTK|3
-1 Mountain|ELD|4
-4 Mountain|KTK|1
-1 Mountain|KTK|2
-1 Mountain|KTK|3
-4 Mountain|KTK|4
-1 Nesting Dragon|C18|1
-1 Rorix Bladewing|HOP|1
-1 Sarkhan the Masterless|WAR|1
-1 Sarkhan's Dragonfire|M19|1
-1 Sarkhan's Rage|DTK|1
-1 Sarkhan's Triumph|DTK|1
-2 Sarkhan's Whelp|M19|1
-1 Scorching Dragonfire|ELD|1
-1 Shivan Dragon|W16|1
-1 Slumbering Dragon|M13|1
-1 Smoldering Egg|MID|2
-1 Spit Flame|M19|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/drossgladiator.json b/forge-gui/res/adventure/Shandalar/decks/standard/drossgladiator.json
deleted file mode 100644
index 33d7bd0df56..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/drossgladiator.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Dross Gladiator",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.40,
- "rares":0.25
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/drossgrimnarch.dck b/forge-gui/res/adventure/Shandalar/decks/standard/drossgrimnarch.dck
deleted file mode 100644
index 41b2062b94f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/drossgrimnarch.dck
+++ /dev/null
@@ -1,47 +0,0 @@
-[metadata]
-Name=drossgrimnarch
-[Avatar]
-
-[Main]
-2 Annihilating Glare|ONE|1
-2 Bilious Skulldweller|ONE|1
-2 Blightwing Whelp|YONE|1
-2 Chittering Skitterling|ONE|1
-2 Darkslick Shores|ONE|1
-4 Dismal Backwater|MOM|1
-2 Distorted Curiosity|ONE|1
-2 Drown in Ichor|ONE|1
-1 Experimental Augury|ONE|1
-1 Experimental Augury|ONE|2
-1 Grafted Butcher|MOM|1
-1 Grafted Butcher|MOM|2
-2 Grim Affliction|NPH|1
-2 Gulping Scraptrap|ONE|1
-2 Infectious Inquiry|ONE|1
-2 Island|MOM|1
-3 Island|MOM|2
-1 Island|MOM|3
-1 Mercurial Spelldancer|ONE|1
-1 Mercurial Spelldancer|ONE|2
-1 Myr Convert|ONE|1
-1 Myr Convert|ONE|2
-2 Necrogen Communion|ONE|1
-2 Pestilent Syphoner|ONE|1
-2 Quicksilver Servitor|YONE|1
-2 Sheoldred's Headcleaver|ONE|1
-5 Swamp|MOM|1
-1 Swamp|MOM|2
-4 Swamp|MOM|3
-1 Thrummingbird|ONE|1
-1 Thrummingbird|ONE|2
-2 Viral Drake|NPH|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dwarf.json b/forge-gui/res/adventure/Shandalar/decks/standard/dwarf.json
deleted file mode 100644
index ca75abf9bcb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dwarf.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Dwarf",
- "template":
- {
- "count":60,
- "colors":["Red","White"],
- "tribe":"Dwarf",
- "tribeCards":0.7,
- "tribeSynergyCards":0.0,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfdemolisher.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dwarfdemolisher.dck
deleted file mode 100644
index 18ca75cf547..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfdemolisher.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=dwarf demolisher
-[Avatar]
-
-[Main]
-4 Dwarven Blastminer|ONS|1
-4 Dwarven Driller|JUD|1
-4 Dwarven Mine|ELD|1
-4 Dwarven Miner|MIR|1
-2 Dwarven Ruins|FEM|1
-1 Impending Disaster|ULG|1
-3 Lava Flow|POR|1
-4 Mine Layer|ODY|1
-6 Mountain|ELD|1
-4 Mountain|ELD|2
-6 Mountain|ELD|3
-2 Mountain|ELD|4
-4 Pillage|A25|1
-2 Ruination|STH|1
-7 Seven Dwarves|ELD|1
-2 Torbran, Thane of Red Fell|ELD|1
-1 Wake of Destruction|PLIST|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfmercenary.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dwarfmercenary.dck
deleted file mode 100644
index 943e5adde5f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfmercenary.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=The Lady's Dwarves
-[Avatar]
-
-[Main]
-2 Crop Rotation|2XM|1
-2 Decimate|NEC|1
-4 Dwarven Bloodboiler|JUD|1
-4 Dwarven Mine|ELD|1
-2 Forest|DMU|4
-4 Harrow|ZNC|1
-4 Insufferable Balladeer|CLB|1
-4 Keldon Firebombers|PCY|1
-2 Lotus Vale|WTH|1
-5 Mountain|DMU|4
-4 Mountain Valley|C18|1
-1 Natural Balance|MIR|1
-4 Plundering Barbarian|AFR|1
-6 Seven Dwarves|ELD|1
-3 Taiga|VMA|1
-4 The Lady of Otaria|DMC|1
-1 Wave of Vitriol|C14|1
-4 Wooded Foothills|KTK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfpilot.dck b/forge-gui/res/adventure/Shandalar/decks/standard/dwarfpilot.dck
deleted file mode 100644
index abecad24b08..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/dwarfpilot.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[metadata]
-Name=dwarfpilot
-[Avatar]
-
-[Main]
-1 Aerial Surveyor|NEC|1
-1 Captain Rex Nebula|UNF|1
-4 Clifftop Retreat|DMR|1
-2 Cultivator's Caravan|NEC|1
-2 Depala, Pilot Exemplar|KLD|1
-1 Digsite Engineer|C21|1
-2 Dragonfly Pilot|YNEO|1
-2 Duergar Hedge-Mage|CMA|1
-4 Dwarven Mine|ELD|1
-2 Fairgrounds Warden|KLD|1
-2 Fleetwheel Cruiser|KLD|1
-1 Lita, Mechanical Engineer|J22|1
-2 Magda, Brazen Outlaw|KHM|1
-4 Mountain|KLD|1
-2 Mountain|KLD|2
-2 Mountain|KLD|3
-1 Parhelion II|NEC|1
-1 Peacewalker Colossus|J22|1
-2 Plains|KLD|1
-1 Plains|KLD|2
-5 Plains|KLD|3
-2 Protean War Engine|YDMU|1
-1 Reaver Titan|40K|1
-1 Reckoner Bankbuster|NEO|1
-1 Skysovereign, Consul Flagship|NEC|1
-2 Smuggler's Copter|NEC|1
-2 Sram, Senior Edificer|CMR|1
-2 Storm-Kiln Artist|J21|1
-1 Tiana, Angelic Mechanic|YDMU|1
-3 Veteran Motorist|KLD|1
-1 Weatherlight|NEC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/efreet.dck b/forge-gui/res/adventure/Shandalar/decks/standard/efreet.dck
deleted file mode 100644
index ba1bd35af08..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/efreet.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=efreet
-[Main]
-3 Bloodfire Expert|KTK|1
-2 Bloodfire Mentor|KTK|1
-1 Capricious Efreet|M10|1
-1 Crackle with Power|STX|1
-1 Efreet Flamepainter|STX|1
-1 Emissary of Grudges|C18|1
-2 Explosive Welcome|STX|1
-1 Frenetic Efreet|MIR|1
-1 Frostboil Snarl|STX|1
-1 Harmattan Efreet|MIR|1
-1 Heated Debate|STX|1
-2 Igneous Inspiration|STX|1
-1 Introduction to Annihilation|STX|1
-2 Island|KTK|2
-2 Island|STX|2
-2 Mountain|KTK|1
-1 Mountain|KTK|2
-1 Mountain|KTK|3
-7 Mountain|STX|1
-1 Mountain|STX|2
-4 Prismari Campus|STX|1
-2 Pyrotechnics|FRF|1
-2 Serendib Efreet|VMA|1
-1 Shah of Naar Isle|FUT|1
-2 Shimmering Efreet|VIS|1
-4 Smoldering Efreet|FRF|1
-1 Sudden Breakthrough|STX|1
-1 Swift Kick|KTK|1
-4 Swiftwater Cliffs|KTK|1
-1 Veyran, Voice of Duality|C21|1
-1 Volcanic Vision|DTK|1
-1 Wildfire Emissary|MB1|1
-1 Ydwen Efreet|ARN|1
-1 Yusri, Fortune's Flame|MH2|1
-[Sideboard]
-2 Introduction to Annihilation|STX|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_faerie.dck b/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_faerie.dck
deleted file mode 100644
index e0709841677..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_faerie.dck
+++ /dev/null
@@ -1,69 +0,0 @@
-[metadata]
-Name=eldraine_faerie
-[Avatar]
-
-[Main]
-1 Animating Faerie|ELD|1
-1 Beanstalk Giant|ELD|1
-2 Bramblefort Fink|ELD|1
-1 Brazen Borrower|ELD|1
-1 Didn't Say Please|ELD|1
-1 Fabled Passage|ELD|1
-1 Fae of Wishes|ELD|1
-1 Faerie Formation|ELD|1
-2 Faerie Vandal|ELD|1
-1 Feasting Troll King|ELD|1
-4 Forest|ELD|2
-2 Forest|ELD|3
-2 Forest|ELD|4
-1 Frogify|ELD|1
-1 Gingerbread Cabin|C21|1
-2 Hypnotic Sprite|ELD|1
-3 Insatiable Appetite|ELD|1
-4 Island|ELD|1
-1 Island|ELD|2
-1 Island|ELD|3
-1 Island|ELD|4
-1 Keeper of Fables|ZNC|1
-2 Maraleaf Pixie|ELD|1
-1 Mystic Sanctuary|ELD|1
-1 Oakhame Adversary|ELD|1
-2 Oko's Accomplices|ELD|1
-1 Oko's Hospitality|ELD|1
-1 Oko, the Trickster|ELD|1
-1 Return to Nature|ELD|1
-1 Rosethorn Acolyte|ELD|1
-1 Rosethorn Halberd|MB1|1
-1 So Tiny|ELD|1
-1 Spinning Wheel|ELD|1
-1 Stolen by the Fae|ELD|1
-1 Swamp|ELD|3
-1 Tall as a Beanstalk|ELD|1
-4 Thornwood Falls|ELD|1
-1 Tome Raider|ELD|1
-1 Tuinvale Treefolk|ELD|1
-1 Wildborn Preserver|ELD|1
-2 Wildwood Tracker|ELD|1
-[Sideboard]
-1 Forest|ELD|1
-1 Frogify|ELD|1
-1 Garruk, Cursed Huntsman|ELD|1
-1 Insatiable Appetite|ELD|1
-1 Into the Story|ELD|1
-1 Island|ELD|4
-1 Oko, Thief of Crowns|ELD|1
-1 Return of the Wildspeaker|ELD|2
-1 Return to Nature|ELD|1
-1 Rosethorn Halberd|ELD|1
-1 Shimmer Dragon|ELD|1
-1 Swamp|ELD|1
-2 Tall as a Beanstalk|ELD|1
-1 Thorn Mammoth|ELD|1
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_knight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_knight.dck
deleted file mode 100644
index 2ac8143d9a6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/eldraine_knight.dck
+++ /dev/null
@@ -1,56 +0,0 @@
-[metadata]
-Name=eldraine_knight
-[Avatar]
-
-[Main]
-1 Acclaimed Contender|ELD|1
-2 Ardenvale Tactician|ELD|1
-1 Brimstone Trebuchet|ELD|1
-1 Burning-Yard Trainer|ELD|1
-1 Castle Ardenvale|ELD|1
-1 Castle Embereth|ELD|1
-1 Dwarven Mine|ELD|1
-1 Embereth Paladin|ELD|1
-1 Embereth Shieldbreaker|ELD|1
-1 Fabled Passage|ELD|1
-1 Fervent Champion|ELD|1
-1 Fireborn Knight|ELD|1
-2 Garrison Griffin|ELD|1
-1 Idyllic Grange|ELD|1
-1 Inspired Charge|JMP|1
-2 Inspiring Veteran|ELD|1
-2 Joust|ELD|1
-1 Jousting Dummy|ELD|1
-1 Mace of the Valiant|ELD|1
-3 Mountain|ELD|1
-3 Mountain|ELD|2
-1 Mountain|ELD|4
-4 Plains|ELD|1
-1 Plains|ELD|2
-1 Plains|ELD|3
-2 Plains|ELD|4
-1 Rally Maneuver|AFR|1
-2 Rimrock Knight|ELD|1
-1 Rowan's Stalwarts|ELD|1
-1 Rowan, Fearless Sparkmage|ELD|1
-1 Searing Barrage|ELD|1
-2 Shining Armor|ELD|1
-1 Silverwing Squadron|ELD|1
-1 Slaying Fire|ELD|1
-1 Syr Alin, the Lion's Claw|ELD|1
-1 The Circle of Loyalty|ELD|1
-1 Unbounded Potential|MH2|1
-2 Venerable Knight|ELD|1
-4 Wind-Scarred Crag|ELD|1
-1 Worthy Knight|ELD|1
-2 Youthful Knight|ELD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/eldrazi.json b/forge-gui/res/adventure/Shandalar/decks/standard/eldrazi.json
deleted file mode 100644
index 2adb7deea1d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/eldrazi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Eldrazi",
- "template":
- {
- "count":60,
- "colors":["Blue","Black","Green"],
- "tribe":"Eldrazi",
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elemental_blue.json b/forge-gui/res/adventure/Shandalar/decks/standard/elemental_blue.json
deleted file mode 100644
index 2355243e4fd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elemental_blue.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Elemental_Blue",
- "template":
- {
- "count":60,
- "colors":["Blue"],
- "tribe":"Elemental",
- "rares":0.7
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elephant.json b/forge-gui/res/adventure/Shandalar/decks/standard/elephant.json
deleted file mode 100644
index 58ad04f29d4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elephant.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Elephant",
- "template":
- {
- "count":60,
- "colors":["White","Green"],
- "tribe":"Elephant",
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elf_bad.json b/forge-gui/res/adventure/Shandalar/decks/standard/elf_bad.json
deleted file mode 100644
index 713b72a65e9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elf_bad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Elf bad",
- "template":
- {
- "count":80,
- "colors":["Green"],
- "tribe":"Elf",
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elf_golgari.dck b/forge-gui/res/adventure/Shandalar/decks/standard/elf_golgari.dck
deleted file mode 100644
index 68bf3836c81..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elf_golgari.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=Golgari Elf
-[Main]
-2 Abomination of Llanowar|HA4|1
-1 Ayara, First of Locthwain|ELD|1
-4 Compleated Huntmaster|MOM|1
-2 Elvish Vatkeeper|MOM|1
-4 Eyeblight's Ending|LRW|1
-4 Forest|NPH|1
-2 Forest|NPH|2
-4 Gilt-Leaf Palace|LRW|1
-1 Glissa Sunslayer|ONE|3
-2 Glissa, Herald of Predation|MOM|2
-2 Golgari Guildmage|RAV|1
-1 Harald, King of Skemfar|PMEI|1
-1 Jarad, Golgari Lich Lord|GK1|1
-2 Korozda Guildmage|DDJ|1
-1 Lathril, Blade of the Elves|KHC|1
-1 Nightshade Harvester|CMR|2
-4 Ochran Assassin|GRN|1
-4 Poison-Tip Archer|M19|1
-4 Prowess of the Fair|LRW|1
-2 Ruthless Winnower|KHC|1
-4 Shaman of the Pack|ORI|1
-8 Swamp|NPH|1
-2 Swamp|NPH|2
-2 Swarm Guildmage|GRN|1
-2 Twinblade Assassins|M21|1
-4 Woodland Cemetery|DMR|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elf_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/elf_good.json
deleted file mode 100644
index 4861a59a2a6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elf_good.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Elf good",
- "template":
- {
- "count":60,
- "colors":["Green","Black"],
- "tribe":"Elf",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elf_mid.json b/forge-gui/res/adventure/Shandalar/decks/standard/elf_mid.json
deleted file mode 100644
index 78885714fab..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elf_mid.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Elf mid",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Elf",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/elk.dck b/forge-gui/res/adventure/Shandalar/decks/standard/elk.dck
deleted file mode 100644
index c27cc5c28c3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/elk.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=elk
-[Avatar]
-
-[Main]
-1 Auspicious Starrix|IKO|1
-1 Axebane Stag|RTR|1
-1 Bellowing Elk|MH1|1
-1 Crushing Canopy|VOW|1
-1 Dawnglade Regent|CMR|1
-2 Dawntreader Elk|JMP|1
-1 Ethereal Elk|M20|1
-10 Forest|GS1|1
-15 Forest|M20|3
-1 Fully Grown|IKO|1
-1 Gang of Elk|7ED|1
-4 Gift of Growth|MB1|1
-3 Golden Hind|JOU|1
-1 Great Sable Stag|M10|1
-2 Highland Game|M19|1
-1 Highspire Infusion|KLR|1
-1 Jiang Yanggu|GS1|1
-1 Plummet|MID|1
-1 Return to Nature|MID|1
-2 Sacred White Deer|GS1|1
-1 Saddled Rimestag|MH1|1
-1 Somberwald Stag|JMP|1
-4 Springmane Cervin|STX|1
-1 Stampeding Elk Herd|DTK|1
-1 Tangletrap|STX|1
-1 Vivien, Nature's Avenger|M20|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/enchantress.dck b/forge-gui/res/adventure/Shandalar/decks/standard/enchantress.dck
deleted file mode 100644
index 939cd1109f7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/enchantress.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=enchantress
-[Avatar]
-
-[Main]
-4 All That Glitters|ELD|1
-4 Archon of Sun's Grace|THB|1
-4 Cave of the Frost Dragon|AFR|1
-4 Darksteel Mutation|VOC|1
-4 Daybreak Coronet|MM2|1
-4 Ethereal Armor|Q06|1
-4 Gryff's Boon|SOI|1
-4 Kor Spiritdancer|PCA|1
-2 Mantle of the Ancients|AFC|1
-4 Mesa Enchantress|DMR|1
-6 Plains|ELD|1
-4 Plains|ELD|2
-2 Plains|ELD|3
-2 Plains|ELD|4
-4 Serra's Sanctum|USG|1
-4 Swords to Plowshares|DMR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/eye.dck b/forge-gui/res/adventure/Shandalar/decks/standard/eye.dck
deleted file mode 100644
index 6cc3cea25e3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/eye.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=murder
-[Main]
-4 Concealing Curtains|VOW|1
-4 Evil Eye of Orms-by-Gore|DMR|1
-4 Evil Eye of Urborg|TSP|1
-4 Eye of Vecna|AFR|1
-4 Eyes of the Beholder|AFR|1
-4 Eyetwitch|STX|1
-4 Faceless Agent|J21|1
-4 Hive of the Eye Tyrant|AFR|1
-4 Murder|CLB|1
-5 Swamp|STX|1
-15 Swamp|STX|2
-4 Tragic Slip|MB1|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/eyeblight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/eyeblight.dck
deleted file mode 100644
index d2ff345b045..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/eyeblight.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=eyeblight
-[Main]
-2 Adder-Staff Boggart|LRW|1
-1 Bloodmark Mentor|SHM|1
-1 Boartusk Liege|SHM|1
-1 Boggart Arsonists|SHM|1
-2 Boggart Brute|ORI|1
-1 Boggart Ram-Gang|SHM|1
-2 Boggart Shenanigans|LRW|1
-3 Boggart Sprite-Chaser|LRW|1
-1 Caterwauling Boggart|LRW|1
-2 Forest|LRW|1
-1 Forest|LRW|3
-2 Forest|ORI|2
-1 Forest|ORI|4
-1 Goblin Piledriver|ORI|1
-2 Goblin Sky Raider|DPA|1
-2 Groundling Pouncer|EVE|1
-2 Horde of Boggarts|SHM|1
-1 Mosswort Bridge|LRW|1
-2 Mountain|LRW|1
-2 Mountain|LRW|2
-1 Mountain|LRW|3
-2 Mountain|LRW|4
-2 Mountain|ORI|1
-1 Mountain|ORI|2
-1 Mountain|ORI|3
-1 Mountain|ORI|4
-1 Mudbrawler Cohort|SHM|1
-1 Mudbutton Clanger|MOR|1
-2 Release the Ants|MOR|1
-1 Rustrazor Butcher|SHM|1
-1 Scuzzback Marauders|UMA|1
-1 Spinerock Knoll|LRW|1
-4 Tarfire|LRW|1
-2 Viridescent Wisps|SHM|1
-2 Vivid Crag|LRW|1
-2 Vivid Grove|LRW|1
-1 Walker of the Grove|MOR|1
-2 Wildsize|DD1|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/faerie.json b/forge-gui/res/adventure/Shandalar/decks/standard/faerie.json
deleted file mode 100644
index 3a7e367a2c7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/faerie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Faerie",
- "template":
- {
- "count":60,
- "colors":["Blue","Black","Green"],
- "tribe":"Faerie",
- "tribeCards":0.5,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/falcon_w.dck b/forge-gui/res/adventure/Shandalar/decks/standard/falcon_w.dck
deleted file mode 100644
index a9712c3ef02..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/falcon_w.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=Falcon W
-[Avatar]
-
-[Main]
-4 Aerial Assault
-4 Aerial Maneuver
-4 Always Watching
-4 Drifting Meadow
-4 Duskrider Falcon
-4 Freewind Falcon
-4 Mesa Falcon
-2 Plains
-2 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-1 Plains
-4 Royal Falcon
-4 Rustwing Falcon
-4 Skyshroud Falcon
-4 Vigilance
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/farmer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/farmer.dck
deleted file mode 100644
index 03fbf1adec9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/farmer.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=farmer
-[Avatar]
-
-[Main]
-4 Always Watching|SOI|1
-4 Ambitious Farmhand|MID|1
-2 Beloved Beggar|MID|1
-2 Curious Pair|ELD|1
-4 Eccentric Farmer|MID|1
-4 Forest|ELD|1
-2 Forest|ELD|2
-4 Forest|ELD|3
-2 Forest|ELD|4
-4 Giant Killer|ELD|1
-4 Join the Dance|MID|1
-4 Plains|ELD|1
-1 Plains|ELD|2
-3 Plains|ELD|3
-4 Plains|ELD|4
-4 Rural Recruit|VOW|1
-2 Shepherd of the Flock|J21|1
-2 Shu Soldier-Farmers|ME3|1
-4 Stoic Farmer|KHC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fire_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/fire_elemental.dck
deleted file mode 100644
index 3c3edcb66a6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/fire_elemental.dck
+++ /dev/null
@@ -1,56 +0,0 @@
-[metadata]
-Name=fire_elemental
-[Avatar]
-
-[Main]
-1 Ashmouth Hound|JMP|1
-1 Bogardan Firefiend|HOP|1
-1 Bonfire of the Damned|MM3|1
-1 Charging Cinderhorn|C16|1
-1 Ember Swallower|THS|1
-1 Fervent Strike|MB1|1
-1 Fiery Hellhound|MB1|1
-1 Fire Elemental|MB1|1
-1 Fire Urchin|GRN|1
-4 Flame Jet|UDS|1
-1 Flame Wave|TPR|1
-1 Flamecore Elemental|TSP|1
-1 Flamekin Spitfire|LRW|1
-1 Heartlash Cinder|EVE|1
-2 Hellspark Elemental|DDK|1
-1 Igneous Cur|M21|1
-1 Incendiary Command|LRW|1
-1 Kindled Fury|HOU|1
-2 Lava Burst|ICE|1
-1 Magma Pummeler|VOW|1
-1 Molten Ravager|ANB|1
-1 Mountain|JMP|3
-1 Mountain|JMP|6
-1 Mountain|JMP|7
-1 Mountain|JMP|8
-3 Mountain|LRW|1
-2 Mountain|LRW|2
-1 Mountain|LRW|3
-2 Mountain|LRW|4
-6 Mountain|SOM|1
-3 Mountain|SOM|3
-3 Mountain|SOM|4
-1 Nova Chaser|LRW|1
-1 Pulse of the Forge|DST|1
-2 Pyre Charger|SHM|1
-1 Rage Nimbus|ROE|1
-1 Regathan Firecat|M14|1
-1 Rekindling Phoenix|RIX|1
-1 Stigma Lasher|FMB1|1
-1 Sunflare Shaman|MOR|1
-1 Underworld Rage-Hound|THB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/firedragon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/firedragon.dck
deleted file mode 100644
index 2af0def9a0d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/firedragon.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=firedragon
-[Avatar]
-
-[Main]
-3 Ancient Copper Dragon|CLB|1
-1 Crimson Hellkite|MIR|1
-4 Dragonlord's Servant|AFC|1
-4 Dragonspeaker Shaman|SCD|1
-2 Drakuseth, Maw of Flames|SCD|1
-1 Fire Dragon|ME2|1
-2 Fire Dragon|POR|1
-2 Inferno of the Star Mounts|AFR|1
-6 Mountain|AFR|1
-8 Mountain|AFR|2
-4 Mountain|AFR|3
-6 Mountain|AFR|4
-2 Orb of Dragonkind|AFR|1
-4 Scorching Dragonfire|AJMP|1
-3 Shivan Dragon|30A|1
-2 Smelt|MB1|1
-2 Themberchaud|SLD|1
-2 Thunder Dragon|CLB|1
-2 Wrathful Red Dragon|CLB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/firegiant.dck b/forge-gui/res/adventure/Shandalar/decks/standard/firegiant.dck
deleted file mode 100644
index 5cffe53fd76..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/firegiant.dck
+++ /dev/null
@@ -1,18 +0,0 @@
-[metadata]
-Name=firegiant
-[Main]
-3 Bonecrusher Giant|CLB|1
-2 Calamity Bearer|KHM|1
-4 Crush Underfoot|MMA|1
-3 Fire Giant's Fury|KHM|1
-2 Hill Giant|30A|1
-2 Inferno Titan|C15|1
-24 Mountain|KHM|1
-2 Quakebringer|KHM|1
-4 Squash|KHM|1
-3 Stinkdrinker Daredevil|CM2|1
-1 Sunrise Sovereign|C15|1
-2 Tectonic Giant|SCD|1
-2 Thundercloud Shaman|CM2|1
-4 Two-Headed Giant|DOM|1
-2 Zalto, Fire Giant Duke|AFR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/flame_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/flame_elemental.dck
deleted file mode 100644
index 9e5ec981a45..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/flame_elemental.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=flame_elemental
-[Avatar]
-
-[Main]
-2 Arc Runner|M11|1
-2 Ashenmoor Liege|SHM|1
-4 Ball Lightning|M10|1
-2 Blistering Firecat|ONS|1
-4 Flamekin Harbinger|LRW|1
-2 Hell's Thunder|ALA|1
-4 Hellspark Elemental|CFX|1
-4 Lightning Bolt|M10|1
-4 Lightning Serpent|CSP|1
-3 Mountain|ALA|1
-1 Mountain|ALA|2
-1 Mountain|ALA|4
-1 Mountain|JMP|3
-1 Mountain|JMP|6
-1 Mountain|JMP|7
-1 Mountain|LRW|1
-1 Mountain|LRW|2
-1 Mountain|LRW|3
-2 Mountain|LRW|4
-1 Mountain|M10|1
-2 Mountain|M10|3
-2 Mountain|M10|4
-1 Mountain|SOM|1
-3 Mountain|SOM|2
-1 Mox Ruby|VMA|1
-4 Pyretic Ritual|M11|1
-1 Ramunap Ruins|HOU|1
-4 Spark Elemental|5DN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/foresttitan.dck b/forge-gui/res/adventure/Shandalar/decks/standard/foresttitan.dck
deleted file mode 100644
index 2f77386911b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/foresttitan.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=foresttitan
-[Main]
-4 Ancient Tomb|UMA|1
-1 Arbor Colossus|C15|1
-4 Beanstalk Giant|ZNC|1
-2 Cultivate|C17|1
-1 Earthshaker Giant|GN2|1
-3 Favored Enemy|HBG|1
-4 Forest|C15|1
-8 Forest|C15|2
-3 Forest|C15|3
-5 Forest|C15|4
-2 Giant Regrowth|YSNC|1
-1 Gorm the Great|PLIST|1
-1 Heartwood Giant|TPR|1
-1 Hill Giant Herdgorger|AFR|1
-1 Marshdrinker Giant|EVE|1
-3 Ondu Giant|DDP|1
-1 Ondu Giant|J22|1
-4 Primeval Titan|IMA|1
-4 Rampant Growth|DDS|1
-1 Roughshod Mentor|DPA|1
-2 Towering Titan|JMP|1
-4 Yorvo, Lord of Garenbrig|ELD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fox.json b/forge-gui/res/adventure/Shandalar/decks/standard/fox.json
deleted file mode 100644
index f66ad77c6d7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/fox.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Fox",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Fox",
- "tribeCards":0.5,
- "tribeSynergyCards":0.2,
- "rares":0.2
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fox_greenwhite.dck b/forge-gui/res/adventure/Shandalar/decks/standard/fox_greenwhite.dck
deleted file mode 100644
index 48dab203383..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/fox_greenwhite.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=fox_greenwhite
-[Avatar]
-
-[Main]
-4 Devilthorn Fox|SOI|1
-3 Farfinder|IKO|1
-4 Filigree Familiar|GNT|1
-4 Flutterfox|ELD|1
-12 Forest|ELD|1
-4 Glass Casket|ELD|1
-3 Oakhame Ranger|ELD|1
-12 Plains|ELD|1
-2 Silverchase Fox|BBD|1
-4 Vulpine Goliath|THS|1
-4 Wildborn Preserver|ELD|1
-4 Wildwood Tracker|ELD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/frog.json b/forge-gui/res/adventure/Shandalar/decks/standard/frog.json
deleted file mode 100644
index 4eb9019a96f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/frog.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Frog",
- "template":
- {
- "count":60,
- "colors":["Blue","Black","Green"],
- "tribe":"Frog",
- "tribeCards":0.5,
- "tribeSynergyCards":0.2,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/frost_titan.dck b/forge-gui/res/adventure/Shandalar/decks/standard/frost_titan.dck
deleted file mode 100644
index 2bf3ef4080e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/frost_titan.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=frost_titan
-[Main]
-2 Adarkar Wastes|DMU|1
-1 Aerial Responder|KLR|1
-1 Azorius Knight-Arbiter|RNA|1
-1 Brimaz, King of Oreskos|BNG|1
-2 Courier Hawk|RAV|1
-2 Frost Breath|M21|1
-1 Frost Titan|C14|1
-2 Glacial Floodplain|KHM|1
-2 Glacial Fortress|XLN|1
-1 Grasping Giant|THB|1
-1 Hundred-Handed One|PLIST|1
-1 Icingdeath, Frost Tyrant|AFR|1
-1 Infinite Hourglass|5ED|1
-2 Iron Golem|AFR|1
-8 Island|KHM|1
-4 Marble Titan|9ED|1
-2 Meekstone|7ED|1
-2 Ojutai's Breath|IMA|1
-9 Plains|KHM|1
-1 Prowling Felidar|ZNR|1
-2 Savor the Moment|SHM|1
-2 Serra Sphinx|2XM|1
-1 Sleep|M19|1
-1 Tamiyo, the Moon Sage|AVR|1
-3 Tempest Drake|VIS|1
-2 Topan Freeblade|IMA|1
-2 Vulshok Gauntlets|2XM|1
-1 Weathered Sentinels|NCC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fungus.json b/forge-gui/res/adventure/Shandalar/decks/standard/fungus.json
deleted file mode 100644
index 36c40ac2461..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/fungus.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Fungus",
- "template":
- {
- "count":60,
- "colors":["Green","Black"],
- "tribe":"Fungus",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.2
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fungus_golgari.dck b/forge-gui/res/adventure/Shandalar/decks/standard/fungus_golgari.dck
deleted file mode 100644
index a2a82e87631..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/fungus_golgari.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=golgari_fungus
-[Main]
-4 Blightreaper Thallid|MOM|1
-4 Cankerbloom|ONE|3
-4 Deathspore Thallid|TSR|1
-5 Forest|TSP|1
-2 Forest|TSP|2
-2 Forest|TSP|3
-1 Forest|TSP|4
-2 Haunted Mire|DMU|1
-1 Jarad, Golgari Lich Lord|GK1|1
-4 Overgrown Tomb|PRM|1
-2 Rhizome Lurcher|GRN|1
-2 Slimefoot, Thallid Transplant|YDMU|1
-2 Slimefoot, the Stowaway|DOM|1
-4 Sporecrown Thallid|DOM|1
-4 Swamp|TSP|1
-2 Swamp|TSP|2
-4 Swarm Shambler|ZNR|1
-4 Thallid|FEM|4
-3 Thallid Omnivore|DOM|1
-3 Thallid Soothsayer|DOM|1
-4 Thelon of Havenwood|TSP|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/furnacegoblin.json b/forge-gui/res/adventure/Shandalar/decks/standard/furnacegoblin.json
deleted file mode 100644
index 2a8275f925e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/furnacegoblin.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Furnace Goblin",
- "template":
- {
- "count":60,
- "colors":["Red"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.35,
- "rares":0.25
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/furnacetormentor.dck b/forge-gui/res/adventure/Shandalar/decks/standard/furnacetormentor.dck
deleted file mode 100644
index e003da28e43..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/furnacetormentor.dck
+++ /dev/null
@@ -1,45 +0,0 @@
-[metadata]
-Name=furnacetormentor
-[Avatar]
-
-[Main]
-1 All Will Be One|ONE|1
-1 All Will Be One|ONE|2
-2 Armored Scrapgorger|ONE|1
-2 Axiom Engraver|ONE|1
-2 Blighted Burgeoning|MOM|1
-2 Churning Reservoir|ONE|1
-2 Cinderslash Ravager|ONE|1
-2 Converter Beast|MOM|1
-2 Copperline Gorge|ONE|1
-2 Copperline Gorge|ONE|2
-2 Evolving Adaptive|ONE|1
-2 Expand the Sphere|ONE|1
-2 Exuberant Fuseling|ONE|1
-1 Forest|ONE|1
-1 Forest|ONE|2
-1 Forest|ONE|3
-4 Forest|ONE|4
-4 Magmatic Sprinter|ONE|1
-3 Mountain|ONE|1
-3 Mountain|ONE|2
-2 Mountain|ONE|3
-5 Mountain|ONE|4
-2 Nahiri's Warcrafting|MOM|1
-2 Thrill of Possibility|ONE|1
-1 Urabrask's Anointer|ONE|1
-1 Urabrask's Anointer|ONE|2
-2 Urabrask's Forge|ONE|1
-2 Urabrask's Forge|ONE|2
-1 Vindictive Flamestoker|ONE|1
-1 Vindictive Flamestoker|ONE|2
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.dck
deleted file mode 100644
index b6923e153aa..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=gargoyle
-[Main]
-1 Biblioplex Assistant|STX|1
-1 Darksteel Gargoyle|DST|1
-2 Devouring Light|RAV|1
-1 Disenchant|CMR|1
-1 Gargoyle Castle|M10|1
-1 Graven Dominator|GPT|1
-1 Kjeldoran Gargoyle|CSP|1
-2 Lithomancer's Focus|BFZ|1
-4 Locthwain Gargoyle|ELD|1
-2 Lumengrid Gargoyle|MBS|1
-4 Marble Gargoyle|MH2|1
-4 Opal Gargoyle|USG|1
-1 Opal Guardian|TSP|1
-5 Plains|GRN|1
-2 Plains|ISD|1
-1 Plains|ISD|2
-2 Plains|ISD|3
-1 Plains|RAV|1
-2 Plains|RAV|2
-2 Plains|RAV|4
-4 Plains|RNA|1
-5 Plains|VOW|3
-1 Sanctum Gargoyle|ALA|1
-4 Skyclave Sentinel|ZNR|1
-1 Stonecloaker|PLC|1
-2 Thraben Gargoyle|SOI|1
-1 Wakestone Gargoyle|CNS|1
-2 Warden of the Wall|DKA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.json b/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.json
deleted file mode 100644
index 5ed7c2c7b44..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gargoyle.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"name":"Gargoyle",
- "template":
- {
- "count":60,
- "tribe":"Gargoyle",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ghost.json b/forge-gui/res/adventure/Shandalar/decks/standard/ghost.json
deleted file mode 100644
index 5b7a80f915e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ghost.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Ghost",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Spirit",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ghost_blue.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ghost_blue.dck
deleted file mode 100644
index 59a27444f3e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ghost_blue.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=Ghost Blue
-[Main]
-1 Chill of Foreboding|DKA|1
-2 Chilling Grasp|EMN|1
-2 Crippling Chill|MM3|1
-2 Erdwal Illuminator|SOI|1
-1 Essence Flux|JMP|1
-1 Fogwalker|MB1|1
-2 Grasp of Phantoms|MB1|1
-1 Griptide|DDM|1
-1 Island|AVR|1
-2 Island|AVR|2
-3 Island|AVR|3
-2 Island|ISD|1
-2 Island|ISD|2
-2 Island|ISD|3
-6 Island|MID|3
-6 Island|VOW|3
-1 Latch Seeker|AVR|1
-1 Magnifying Glass|2XM|1
-1 Mausoleum Wanderer|EMN|1
-1 Nebelgast Herald|VOC|1
-2 Nebelgast Intruder|MID|1
-1 Patrician Geist|MID|1
-2 Phantom Carriage|MID|1
-1 Rattlechains|JMP|1
-4 Shipwreck Sifters|MID|1
-1 Shriekgeist|IMA|1
-1 Silent Departure|HA3|1
-1 Spectral Adversary|MID|1
-1 Startled Awake|SOI|1
-1 Stormbound Geist|DKA|1
-4 Stormrider Spirit|MID|1
-1 Tattered Haunter|EMN|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ghoul.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ghoul.dck
deleted file mode 100644
index 95a42e085c9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ghoul.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=ghoul
-[Main]
-2 Bladestitched Skaab|MID|1
-1 Champion of the Perished|MID|1
-4 Diregraf Horde|MID|1
-1 Drownyard Amalgam|MID|1
-2 Eaten Alive|MID|1
-4 Evolving Wilds|MID|1
-4 Falcon Abomination|MID|1
-1 Flip the Switch|MID|1
-2 Ghoulish Procession|MID|1
-1 Hobbling Zombie|MID|1
-8 Island|MID|3
-1 Jadar, Ghoulcaller of Nephalia|MID|1
-1 Morkrut Behemoth|MID|1
-2 Necrobite|AVR|1
-1 No Way Out|MID|1
-1 Poppet Stitcher|MID|1
-2 Revenge of the Drowned|MID|1
-1 Rotten Reunion|MID|1
-3 Seagraf Skaab|SOI|1
-1 Shipwreck Marsh|MID|1
-4 Siege Zombie|MID|1
-1 Startle|MID|1
-11 Swamp|MID|3
-1 Tainted Adversary|MID|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ghoulgravecrawler.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ghoulgravecrawler.dck
deleted file mode 100644
index 7f4454bd7bd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ghoulgravecrawler.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=ghoulgravecrawler
-[Avatar]
-
-[Main]
-4 Champion of the Perished|SCD|1
-2 Damnation|SLD|1
-4 Diregraf Colossus|MIC|1
-4 Doom Blade|GN3|1
-1 Ghoulcaller Gisa|CC2|1
-4 Ghoulish Procession|MID|1
-1 Ghouls' Night Out|MIC|1
-1 Gorex, the Tombshell|MIC|1
-4 Gravecrawler|MB1|1
-2 Graveyard Marshal|M19|1
-1 Haunting Voyage|KHM|1
-4 Jadar, Ghoulcaller of Nephalia|MID|1
-1 Mikaeus, the Unhallowed|UMA|1
-1 Rot Hulk|GNT|1
-3 Swamp|SCD|1
-7 Swamp|SCD|2
-7 Swamp|SCD|3
-7 Swamp|SCD|4
-2 Zombie Master|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/giant_crab.dck b/forge-gui/res/adventure/Shandalar/decks/standard/giant_crab.dck
deleted file mode 100644
index fc3fbf43c41..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/giant_crab.dck
+++ /dev/null
@@ -1,17 +0,0 @@
-[metadata]
-Name=crab
-[Main]
-4 Bad River|DMC|1
-1 Charix, the Raging Isle|ZNR|1
-4 Hard Evidence|MH2|1
-4 Hedron Crab|ZEN|1
-4 Ice Tunnel|KHM|1
-4 Iceberg Cancrix|MH1|1
-4 Mesmeric Orb|2XM|1
-4 Purple-Crystal Crab|MB1|1
-4 Ruin Crab|ZNR|1
-4 Shorecomber Crab|ANA|1
-9 Snow-Covered Island|CSP|1
-6 Snow-Covered Swamp|CSP|1
-4 Uchuulon|CLB|2
-4 Visions of Beyond|UMA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianscientist.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianscientist.dck
deleted file mode 100644
index 781ccb8ce02..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianscientist.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=gitaxianscientist
-[Avatar]
-
-[Main]
-2 Blighted Agent|NPH|1
-2 Bloated Contaminator|ONE|2
-2 Contagious Vorrac|ONE|1
-4 Distorted Curiosity|ONE|1
-1 Experimental Augury|ONE|1
-1 Experimental Augury|ONE|2
-2 Forest|ONE|1
-2 Forest|ONE|2
-3 Forest|ONE|3
-1 Forest|ONE|4
-2 Glistener Seer|ONE|1
-2 Ichorspit Basilisk|ONE|1
-2 Infectious Bite|ONE|1
-6 Island|ONE|1
-3 Island|ONE|2
-2 Island|ONE|3
-3 Island|ONE|4
-1 Mindsplice Apparatus|ONE|1
-1 Mindsplice Apparatus|ONE|2
-1 Myr Convert|ONE|1
-1 Myr Convert|ONE|2
-2 Serum Snare|ONE|1
-2 Tainted Observer|ONE|1
-2 The Seedcore|ONE|2
-2 Thrummingbird|ONE|1
-2 Thrummingbird|ONE|2
-4 Viral Drake|NPH|1
-2 Vivisurgeon's Insight|ONE|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianunderling.json b/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianunderling.json
deleted file mode 100644
index 7fc7b6048e3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gitaxianunderling.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Gitaxian Underling",
- "template":
- {
- "count":60,
- "colors":["Blue"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.45,
- "rares":0.25
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gladiator.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gladiator.dck
deleted file mode 100644
index 5a59ef99277..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gladiator.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=gladiator
-[Avatar]
-
-[Main]
-2 Bloodmark Mentor|DDG|1
-2 Boros Reckoner|MB1|1
-1 Chandra, Awakened Inferno|M20|1
-1 City on Fire|MOM|1
-4 Cyclops Gladiator|M11|1
-2 Death-Greeter's Champion|MOC|1
-1 Embercleave|ELD|1
-4 Goro-Goro, Disciple of Ryusei|NEO|1
-1 Koth, Fire of Resistance|ONE|1
-4 Lightning Bolt|SLD|3
-7 Mountain|M15|1
-8 Mountain|M15|2
-5 Mountain|M15|3
-4 Mountain|M15|4
-3 Ogre Battledriver|PDP14|1
-2 Paragon of Fierce Defiance|M15|1
-2 Professional Face-Breaker|SNC|1
-2 Toralf's Disciple|YMID|1
-1 Varchild, Betrayer of Kjeldor|C18|1
-4 Zurgo Bellstriker|DTK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_artificer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/goblin_artificer.dck
deleted file mode 100644
index b6efc95eff4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_artificer.dck
+++ /dev/null
@@ -1,18 +0,0 @@
-[metadata]
-Name=goblin_artificer
-[Main]
-3 Boompile|C16|1
-2 Coat of Arms|MB1|1
-4 Door of Destinies|C17|1
-4 Goblin Influx Array|YDMU|1
-4 Goblin Kaboomist|M15|1
-4 Howling Mine|SLD|1
-2 Junkyard Scrapper|YNEO|1
-6 Mountain|C19|1
-7 Mountain|C19|2
-10 Mountain|C19|3
-2 Relic Robber|ZNR|1
-4 Sardian Avenger|BRC|1
-4 Shock|M21|1
-2 Treasure Nabber|C18|1
-2 Tuktuk the Explorer|2XM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_bad.json b/forge-gui/res/adventure/Shandalar/decks/standard/goblin_bad.json
deleted file mode 100644
index f582c4ec9eb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_bad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Goblin bad",
- "template":
- {
- "count":80,
- "colors":["Red"],
- "tribe":"Goblin",
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/goblin_good.json
deleted file mode 100644
index 84afc1eaeb4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_good.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Goblin good",
- "template":
- {
- "count":60,
- "colors":["Red","Black"],
- "tribe":"Goblin",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_mid.json b/forge-gui/res/adventure/Shandalar/decks/standard/goblin_mid.json
deleted file mode 100644
index 17f548feb1a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/goblin_mid.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Goblin mid",
- "template":
- {
- "count":60,
- "colors":["Red"],
- "tribe":"Goblin",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/goblinking.dck b/forge-gui/res/adventure/Shandalar/decks/standard/goblinking.dck
deleted file mode 100644
index 0cb77438230..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/goblinking.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=goblinking
-[Avatar]
-
-[Main]
-3 Blood Moon|A25|1
-3 Conspicuous Snoop|M21|1
-4 Den of the Bugbear|AFR|1
-4 Goblin Burrows|EVG|1
-4 Goblin Bushwhacker|ZEN|1
-4 Goblin Grenade|DDT|1
-4 Goblin Guide|TD1|1
-4 Goblin King|30A|1
-4 Krenko's Command|DDT|1
-4 Krenko, Tin Street Kingpin|MOC|1
-4 Mogg War Marshal|EMA|1
-5 Mountain|DMU|1
-3 Mountain|DMU|2
-6 Mountain|DMU|4
-1 Muxus, Goblin Grandee|J22|1
-3 Squee, Dubious Monarch|DMU|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/golem.json b/forge-gui/res/adventure/Shandalar/decks/standard/golem.json
deleted file mode 100644
index fe5019fb8fe..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/golem.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Golem bad",
- "template":
- {
- "count":80,
- "colors":[],
- "tribe":"Golem",
- "tribeCards":0.8,
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/golem_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/golem_good.json
deleted file mode 100644
index 156f7b8a54a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/golem_good.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Golem good",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Golem",
- "tribeCards":0.8,
- "rares":0.7
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gorgon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gorgon.dck
deleted file mode 100644
index 142fbd40fef..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gorgon.dck
+++ /dev/null
@@ -1,54 +0,0 @@
-[metadata]
-Name=Gorgon
-[Avatar]
-
-[Main]
-2 Ambush Viper|CMR|1
-2 Aspect of Gorgon|JOU|1
-1 Assassin's Trophy|GRN|1
-2 Death-Hood Cobra|NPH|1
-1 Deathsprout|C20|1
-1 Deathsprout|WAR|1
-4 Forest|GRN|1
-1 Forest|RTR|1
-1 Forest|RTR|2
-2 Forest|RTR|3
-1 Forest|RTR|5
-4 Gaze of the Gorgon|RAV|1
-1 Golgari Guildgate|DGM|1
-1 Golgari Guildgate|GRN|1
-1 Golgari Guildgate|GRN|2
-1 Golgari Guildgate|RTR|1
-1 Gorgon Flail|M10|1
-1 Hythonia the Cruel|THS|1
-1 Infernal Medusa|LEG|1
-1 Keepsake Gorgon|CN2|1
-1 Korozda Gorgon|DGM|1
-1 Moss Viper|THB|1
-1 Narnam Cobra|KLR|1
-1 Pharika's Chosen|JOU|1
-4 Pitiless Gorgon|GRN|1
-1 Reaper of the Wilds|CP2|1
-2 Rogue's Passage|RTR|1
-1 Sisters of Stone Death|GK1|1
-5 Swamp|GRN|1
-1 Swamp|RTR|1
-1 Swamp|RTR|2
-2 Swamp|RTR|3
-1 Swamp|RTR|5
-1 Visara the Dreadful|EMA|1
-3 Vraska's Finisher|MB1|1
-1 Vraska's Stoneglare|GRN|1
-1 Vraska, Regal Gorgon|GRN|1
-1 Wasteland Viper|GK2|1
-1 Xathrid Gorgon|M13|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gorgon_2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gorgon_2.dck
deleted file mode 100644
index d511c31b8cc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gorgon_2.dck
+++ /dev/null
@@ -1,58 +0,0 @@
-[metadata]
-Name=gorgon_2
-[Avatar]
-
-[Main]
-1 Archetype of Finality|BNG|1
-3 Aspect of Gorgon|JOU|1
-1 Deadeye Tracker|XLN|1
-1 Desperate Castaways|XLN|1
-1 Dinosaur Hunter|RIX|1
-1 Dire Fleet Poisoner|RIX|1
-1 Fell Flagship|XLN|1
-2 Forest|GRN|1
-1 Forest|RIX|1
-1 Forest|THS|3
-2 Forest|XLN|3
-1 Forest|XLN|4
-2 Foul Orchard|RIX|1
-3 Gaze of the Gorgon|RAV|1
-1 Golden Demise|RIX|1
-1 Golgari Guildgate|DGM|1
-1 Golgari Guildgate|GRN|1
-1 Golgari Guildgate|GRN|2
-1 Golgari Guildgate|RTR|1
-1 Grasping Scoundrel|RIX|1
-1 Keepsake Gorgon|THS|1
-2 Kitesail Freebooter|XLN|1
-1 Korozda Gorgon|DGM|1
-1 Loathsome Curator|MH2|1
-1 Pharika's Spawn|THB|1
-1 Pirate's Cutlass|XLN|1
-4 Pitiless Gorgon|GRN|1
-1 Reaper of the Wilds|THS|1
-2 Swamp|GRN|1
-1 Swamp|RIX|1
-2 Swamp|THS|3
-3 Swamp|XLN|1
-1 Swamp|XLN|2
-1 Swamp|XLN|4
-1 Temple of Malady|JOU|1
-1 Unknown Shores|XLN|1
-1 Visara the Dreadful|EMA|1
-1 Vraska's Contempt|XLN|1
-3 Vraska's Finisher|WAR|1
-1 Vraska's Scorn|RIX|1
-1 Vraska, Scheming Gorgon|RIX|1
-1 Wanted Scoundrels|XLN|1
-1 Xathrid Gorgon|M13|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gorilla.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gorilla.dck
deleted file mode 100644
index 6acfd217449..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gorilla.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=gorilla
-[Avatar]
-
-[Main]
-4 Cinder Glade|SCD|1
-2 Ferocious Tigorilla|IKO|1
-5 Forest|J22|3
-2 Gorilla Chieftain|ALL|1
-3 Gorilla Shaman|MH2|1
-1 Gorilla Titan|ODY|1
-2 Grunn, the Lonely King|DOM|1
-1 Hooting Mandrills|MB1|1
-4 Kibo, Uktabi Prince|J22|1
-4 Kird Ape|EMA|1
-2 Kogla, the Titan Ape|IKO|1
-5 Mountain|J22|3
-2 Ragavan, Nimble Pilferer|MH2|1
-2 Ravenous Baboons|EXO|1
-2 Sheltered Thicket|AKR|1
-4 Silverback Elder|DMU|1
-4 Taiga|OLGC|1
-2 Tree Monkey|9ED|1
-4 Treetop Village|J22|1
-4 Uktabi Orangutan|J22|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/gravetitan.dck b/forge-gui/res/adventure/Shandalar/decks/standard/gravetitan.dck
deleted file mode 100644
index ea80799c7ff..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/gravetitan.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=gravetitan
-[Avatar]
-
-[Main]
-4 Animate Dead|PLIST|1
-4 Blight Titan|MOC|1
-4 Charcoal Diamond|C14|1
-2 Crystalline Giant|NCC|1
-2 Dakmor Salvage|UMA|1
-4 Grave Titan|C14|1
-1 Helldozer|HOP|1
-2 Lotleth Giant|SCD|1
-2 Millikin|MH2|1
-2 Mire Triton|J21|1
-1 Necrosavant|DMR|1
-4 Quest for the Gravelord|BBD|1
-21 Swamp|BBD|1
-1 Takenuma, Abandoned Mire|NEO|1
-2 Thran Dynamo|C14|1
-2 Vogar, Necropolis Tyrant|GN3|1
-2 Writhing Necromass|DMU|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy.json b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy.json
deleted file mode 100644
index d9864012158..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"name":"Green bad",
- "template":
- {
- "count":80,
- "colors":["Green"],
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_elf.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_elf.dck
deleted file mode 100644
index 477dc9c3ecd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_elf.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[duel]
-[metadata]
-Name=Princess Zelda 1
-Title=Princess Zelda
-Difficulty=easy
-Description=Mono G Dominaria Standard-legal Elves deck with Verdant Force.
-Icon=Princess Zelda.jpg
-Deck Type=constructed
-[main]
-2 Blackblade Reforged
-2 Elfhame Druid
-21 Forest|DOM
-4 Gift of Growth
-2 Grow from the Ashes
-2 Helm of the Host
-4 Llanowar Elves
-3 Marwyn, the Nurturer
-3 Memorial to Unity
-3 Song of Freyalise
-3 Steel Leaf Champion
-3 Untamed Kavu
-4 Verdant Force
-4 Wild Onslaught
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_enchantment.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_enchantment.dck
deleted file mode 100644
index a0708c80476..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_enchantment.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[duel]
-[metadata]
-Name=Nylea's Enchanted Assault 1
-Title=Nylea, God of the Hunt
-Difficulty=easy
-Description=Mono-green enchantment creatures theme deck
-Icon=Nylea 1.jpg
-Deck Type=constructed
-[Main]
-1 Arasta of the Endless Web
-2 Archetype of Endurance
-2 Blanchwood Armor
-1 Bow of Nylea
-2 Colossal Majesty
-2 Courser of Kruphix
-2 Destiny Spinner
-14 Forest
-2 Gaea's Anthem
-4 Gingerbread Cabin
-3 Gleeful Sabotage
-2 Leafcrown Dryad
-1 Nylea's Colossus
-2 Nylea's Disciple
-2 Nylea's Emissary
-2 Nylea's Forerunner
-2 Nylea's Huntmaster
-1 Nylea's Intervention
-1 Nylea, God of the Hunt
-1 Nylea, Keen-Eyed
-1 Nyxbloom Ancient
-2 Ordeal of Nylea
-1 Renata, Called to the Hunt
-1 Sanctum Weaver
-4 Sapseep Forest
-1 Verduran Enchantress
-1 Weaver of Harmony
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_vanilla.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_vanilla.dck
deleted file mode 100644
index 1cf74bbeee6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_easy_vanilla.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[duel]
-[metadata]
-Name=Radagast 2
-Title=Radagast
-Difficulty=medium
-Description=Mono G Muraganda Petroglyphs deck with vanilla creatures and a few tokens
-Icon=Radagast.jpg
-Deck Type=constructed
-[main]
-23 Forest|M11
-4 Muraganda Petroglyphs
-2 Hornet Sting
-2 Hurricane
-1 Needle Storm
-1 Momentous Fall
-4 Elvish Warrior
-4 Leatherback Baloth
-3 Gnarled Mass
-3 Trained Armodon
-3 Call of the Herd
-1 Beacon of Creation
-3 Imperiosaur
-2 Bestial Menace
-1 Beast Attack
-1 Moss Monster
-1 Silverback Ape
-1 Craw Wurm
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_ramp.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_ramp.dck
deleted file mode 100644
index cd467fdc575..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_ramp.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[duel]
-[metadata]
-Name=Boromir 3
-Title=Boromir
-Difficulty=hard
-Description=Mono G Elvish Piper deck with Quicksilver Amulet and huge creatures
-Icon=Boromir.jpg
-Deck Type=constructed
-[main]
-19 Snow-Covered Forest
-4 Bayou
-4 Elvish Piper
-3 Quicksilver Amulet
-1 Harmonize
-3 Rampant Growth
-2 Into the North
-4 Wall of Blossoms
-1 Elvish Visionary
-3 Dramatic Entrance
-2 Lure of Prey
-1 Naturalize
-1 Nourish
-1 Defense of the Heart
-1 Autochthon Wurm
-1 Empyrial Archangel
-1 Godsire
-1 Hellkite Overlord
-1 Khalni Hydra
-1 Liege of the Tangle
-1 Pelakka Wurm
-1 Progenitus
-1 Verdant Force
-1 Vorinclex, Voice of Hunger
-1 Woodfall Primus
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_rampbis.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_rampbis.dck
deleted file mode 100644
index 3b67ad98126..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_rampbis.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[duel]
-[metadata]
-Name=Chewbacca 3
-Title=Chewbacca
-Difficulty=hard
-Description=Mono G Essence of the Wild deck
-Icon=Chewbacca.jpg
-Deck Type=constructed
-[main]
-4 Awakening Zone
-4 Birds of Paradise
-1 Concordant Crossroads
-4 Dryad Arbor
-4 Essence of the Wild
-4 Fierce Empath
-2 Fists of Ironwood
-15 Forest
-4 Fyndhorn Elves
-4 Growth Spasm
-4 Khalni Garden
-4 Llanowar Elves
-1 Nest Invader
-4 Noble Hierarch
-1 Mox Emerald
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_sapproling.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_sapproling.dck
deleted file mode 100644
index 813489d50ae..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_hard_sapproling.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[duel]
-[metadata]
-Name=Tendershoot Dryad 3
-Title=Tendershoot Dryad
-Difficulty=hard
-Description=Mono-green saproling tokens, enchantments, and legends deck
-Icon=Tendershoot Dryad 3.jpg
-Deck Type=constructed
-[Main]
-1 Anointed Procession
-2 Aura Shards
-4 Canopy Vista
-1 Cathars' Crusade
-2 Contagion Clasp
-1 Contagion Engine
-1 Doubling Season
-1 Eldrazi Monument
-9 Forest
-2 Fungal Plots
-3 Krosan Verge
-2 Marshal's Anthem
-2 Mirari's Wake
-2 Mycoloth
-1 Nemata, Grove Guardian
-3 Oran-Rief, the Vastwood
-1 Parallel Lives
-10 Plains
-3 Pollenbright Wings
-1 Primal Vigor
-1 Privileged Position
-2 Psychotrope Thallid
-3 Rebuff the Wicked
-2 Sporecrown Thallid
-3 Sporesower Thallid
-2 Sporoloth Ancient
-3 Sprout Swarm
-4 Sunpetal Grove
-2 Utopia Mycon
-2 Verdant Embrace
-2 Verdant Force
-1 Verdeloth the Ancient
-1 Yavimaya Hollow
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_cheatramp.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_cheatramp.dck
deleted file mode 100644
index 05d8e9e0446..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_cheatramp.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[duel]
-[metadata]
-Name=Amalia Sheran Sharm 2
-Title=Amalia Sheran Sharm
-Difficulty=medium
-Description=Mono Green Ramp deck with Elves synergy, Gigantosaurus, and Impervious Greatwurm.
-Deck Type=constructed
-Icon=Amalia Sheran Sharm.jpg
-[main]
-2 Aggressive Mammoth|M19
-1 Arboretum Elemental|GRN
-4 Beast Whisperer|GRN
-2 Blackblade Reforged|DOM
-3 Druid of the Cowl|M19
-4 Elvish Clancaller|M19
-5 Forest|DOM|1
-5 Forest|DOM|2
-5 Forest|DOM|3
-5 Forest|DOM|4
-2 Forest|GRN
-2 Gigantosaurus|M19
-1 Impervious Greatwurm|GRN
-4 Llanowar Elves|DOM
-3 Marwyn, the Nurturer|DOM
-2 Pelt Collector|GRN
-3 Song of Freyalise|DOM
-3 Steel Leaf Champion|DOM
-2 Vivien of the Arkbow|M19
-2 Vivien Reid|M19
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_nissa.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_nissa.dck
deleted file mode 100644
index bd20174c8c4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_nissa.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[duel]
-[metadata]
-Name=Nissa Revane 2
-Title=Nissa Revane
-Difficulty=medium
-Description=Mono-green elemental and lands theme deck with Nissa planeswalkers
-Icon=Nissa Revane 2.jpg
-Deck Type=constructed
-[Main]
-1 Ancient Greenwarden
-1 Ashaya, Soul of the Wild
-1 Avenger of Zendikar
-1 Brambleweft Behemoth
-2 Dryad Arbor
-1 Endurance
-3 Evolving Wilds
-12 Forest
-2 Guardian of the Great Conduit
-3 Harmonize
-2 Hunting Wilds
-1 Liege of the Tangle
-2 Naturalize
-1 Nissa's Encouragement
-1 Nissa's Pilgrimage
-2 Nissa's Zendikon
-1 Nissa, Genesis Mage
-1 Nissa, Vastwood Seer
-1 Nissa, Vital Force
-2 Oracle of Mul Daya
-2 Ring of Kalonia
-2 Sapseep Forest
-2 Spidersilk Armor
-2 Staff of the Wild Magus
-3 Sylvan Advocate
-1 Timber Protector
-4 Tranquil Thicket
-2 Undergrowth Champion
-1 Yavimaya Hollow
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_snakes.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_snakes.dck
deleted file mode 100644
index b28d08fa665..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_snakes.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[duel]
-[metadata]
-Name=Nagini 2
-Title=Nagini
-Difficulty=medium
-Description=Mono G Snake deck
-Icon=Nagini.jpg
-Deck Type=constructed
-[main]
-2 Tangle Asp|5DN
-2 River Boa|ZEN
-2 Mire Boa|PLC
-2 Ohran Viper|CSP
-2 Kashi-Tribe Elite|SOK
-1 Orochi Ranger|CHK
-2 Sosuke's Summons|BOK
-2 Kashi-Tribe Warriors|CHK
-2 Death-Hood Cobra|NPH
-1 Overwhelming Stampede|M11
-1 Needle Storm|9ED
-2 Stonewood Invocation|TSP
-2 Seshiro the Anointed|CHK
-2 Sakura-Tribe Elder|CHK
-1 Sachi, Daughter of Seshiro|CHK
-1 Boa Constrictor|MMQ
-1 Hornet Cobra|LEG
-20 Forest|MBS
-1 Kashi-Tribe Reaver|CHK
-1 Whirlwind|S99
-4 Verdant Catacombs|ZEN
-3 Sosuke, Son of Seshiro|CHK
-1 Ambush Viper
-1 Hooded Hydra
-1 Lotus Cobra
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_trample.dck b/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_trample.dck
deleted file mode 100644
index d36d8de0242..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/greenwizard_medium_trample.dck
+++ /dev/null
@@ -1,45 +0,0 @@
-[metadata]
-Name=trample
-[Avatar]
-
-[Main]
-4 Almighty Brushwagg|IKO|1
-1 Battering Krasis|DGM|1
-2 Chorus of Might|RTR|1
-1 Crash of Rhino Beetles|C18|1
-1 Elder Gargaroth|M21|1
-1 Endurance|MH2|1
-7 Forest|M10|1
-6 Forest|M10|2
-8 Forest|M10|3
-3 Forest|M10|4
-3 Gnarlid Colony|ZNR|1
-1 Gnottvold Recluse|KHM|1
-1 Hornbash Mentor|IKO|1
-1 Krosan Grip|TSP|1
-1 Mammoth Growth|KHM|1
-1 Multani, Yavimaya's Avatar|ZNC|1
-1 Ochre Jelly|AFR|1
-1 Old-Growth Troll|KHM|1
-1 Pounce|XLN|1
-1 Primal Adversary|MID|1
-1 Ram Through|IKO|1
-1 Rampaging Baloths|ZEN|1
-1 Shifting Ceratops|M20|1
-2 Strength of Cedars|CHK|1
-1 Talara's Battalion|DDU|1
-1 Titanic Brawl|RNA|1
-3 Titanic Growth|M12|1
-1 Trollbred Guardian|RNA|1
-2 Untamed Kavu|DOM|1
-1 Werewolf Pack Leader|AFR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/griffin.json b/forge-gui/res/adventure/Shandalar/decks/standard/griffin.json
deleted file mode 100644
index 09448d9541c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/griffin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Griffin",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Griffin",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/harpy.dck b/forge-gui/res/adventure/Shandalar/decks/standard/harpy.dck
deleted file mode 100644
index b0df805fe58..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/harpy.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=harpy
-[Main]
-1 Abhorrent Overlord|THS|1
-1 Aphemia, the Cacophony|THB|1
-2 Bile Blight|BNG|1
-4 Blood-Toll Harpy|THS|1
-1 Eat to Extinction|THB|1
-1 Field of Ruin|THB|1
-4 Final Death|THB|1
-4 Fruit of Tizerus|THB|1
-2 Insatiable Harpy|THS|1
-2 Mausoleum Harpy|RIX|1
-1 Mindwrack Harpy|THB|1
-2 Molting Harpy|MMQ|1
-2 Ravenous Harpy|M19|1
-4 Scavenging Harpy|THB|1
-1 Screeching Harpy|TPR|1
-1 Shrike Harpy|BNG|1
-1 Sip of Hemlock|THS|1
-3 Swamp|THB|2
-6 Swamp|THB|3
-1 Swamp|THS|1
-6 Swamp|THS|2
-7 Swamp|THS|3
-3 Swamp|THS|4
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/harpy_2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/harpy_2.dck
deleted file mode 100644
index dea67ab0519..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/harpy_2.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=harpy_2
-[Main]
-1 Aphemia, the Cacophony|THB|1
-1 Ashiok, Sculptor of Fears|THB|1
-2 Blood-Toll Harpy|THS|1
-4 Cavern Harpy|PLS|1
-1 Cling to Dust|THB|1
-1 Eat to Extinction|THB|1
-1 Field of Ruin|THB|1
-1 Fruit of Tizerus|THB|1
-1 Glimpse of Freedom|THB|1
-1 Insatiable Harpy|THS|1
-3 Island|THB|2
-1 Island|THS|2
-1 Island|THS|4
-1 Mausoleum Harpy|RIX|1
-4 Mindwrack Harpy|THB|1
-1 Mogis's Favor|THB|1
-2 Molting Harpy|MMQ|1
-4 Omen of the Dead|THB|1
-2 Ravenous Harpy|M19|1
-4 Scavenging Harpy|THB|1
-1 Screeching Harpy|TPR|1
-1 Shrike Harpy|BNG|1
-1 Sleep of the Dead|THB|1
-6 Swamp|THB|2
-3 Swamp|THB|3
-4 Swamp|THS|1
-1 Swamp|THS|3
-3 Swamp|THS|4
-1 Sweet Oblivion|THB|1
-1 Temple of Deceit|THB|1
-1 Unknown Shores|THB|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/hellhound.dck b/forge-gui/res/adventure/Shandalar/decks/standard/hellhound.dck
deleted file mode 100644
index 12e0176b6de..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/hellhound.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=hellhound
-[Main]
-4 Akoum Hellhound|ZNR|1
-2 Ashmouth Hound|ISD|1
-2 Blazing Hellhound|ORI|1
-2 Fiery Fall|C21|1
-3 Fiery Hellhound|DDI|1
-4 Haunted Ridge|MID|1
-4 Heightened Reflexes|IKO|1
-2 Igneous Cur|M21|1
-2 Into the Maw of Hell|ISD|1
-2 Magmatic Sinkhole|MH1|1
-6 Mountain|THB|2
-3 Mountain|THB|3
-2 Mountain|THS|1
-1 Mountain|THS|2
-4 Mountain|THS|3
-2 Mountain|THS|4
-1 Rakdos Ragemutt|RTR|1
-1 Smoldering Marsh|VOC|1
-3 Two-Headed Cerberus|THS|1
-1 Underworld Cerberus|THS|1
-4 Underworld Rage-Hound|THB|1
-1 Valakut, the Molten Pinnacle|ZNE|1
-2 Volcanic Rush|MB1|1
-2 Wildfire Cerberus|JOU|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/hellhound2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/hellhound2.dck
deleted file mode 100644
index 59b8a988121..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/hellhound2.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=Hellhound
-[Main]
-2 Akoum Hellhound|ZNR|1
-4 Animal Sanctuary|M21|1
-4 Bloodmad Vampire|SOI|1
-1 Bolt Hound|J22|1
-2 Burst Lightning|ZEN|1
-2 Chandra's Fury|PURL|1
-2 Chandra's Magmutt|M21|1
-3 Curse of Stalked Prey|ISD|1
-2 Dogpile|RAV|1
-2 Goldhound|J22|1
-2 Hellkite Charger|ZEN|1
-4 Hellrider|JMP|1
-4 Hound of Griselbrand|AVR|1
-2 Incinerate|CST|1
-2 Karplusan Hound|DOM|1
-2 Lightning Bolt|MED|1
-20 Mountain|RAV|1
-2 Pyre Hound|A25|1
-2 Shock|9ED|1
-2 Thundermaw Hellkite|M13|1
-1 Volatile Arsonist|VOW|2
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/hippo.dck b/forge-gui/res/adventure/Shandalar/decks/standard/hippo.dck
deleted file mode 100644
index edb37660d1f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/hippo.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=hippo
-[Avatar]
-
-[Main]
-4 Birds of Paradise|10E|1
-4 Bull Hippo|USG|1
-3 Cultivate|M21|1
-4 Defiant Greatmaw|AKH|1
-5 Forest|C18|1
-8 Forest|C18|2
-11 Forest|C18|3
-2 Garruk Wildspeaker|COM|1
-2 Garruk, Primal Hunter|C21|1
-1 Garruk, Unleashed|M21|1
-4 Keruga, the Macrosage|IKO|1
-4 Mouth // Feed|AKH|1
-4 Rampaging Hippo|HOU|1
-4 Rampant Growth|NCC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/homarid.dck b/forge-gui/res/adventure/Shandalar/decks/standard/homarid.dck
deleted file mode 100644
index 622afac6e0f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/homarid.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=homarid
-[Avatar]
-
-[Main]
-1 Charix, the Raging Isle|ZNR|2
-2 Counterspell|30A|1
-3 Deep Spawn|ME2|1
-4 Hard Evidence|MH2|1
-1 Homarid|FEM|1
-1 Homarid|FEM|2
-1 Homarid|FEM|3
-1 Homarid|FEM|4
-4 Homarid Explorer|DOM|1
-2 Homarid Shaman|FEM|1
-2 Homarid Spawning Bed|MED|1
-4 Homarid Warrior|5ED|1
-3 Island|PCA|1
-8 Island|PCA|2
-4 Island|PCA|3
-5 Island|PCA|4
-4 Island|PCA|5
-2 Negate|SCD|1
-2 Unsummon|E02|1
-4 Viscerid Deepwalker|TSP|1
-2 Viscerid Drone|ME2|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/horror.dck b/forge-gui/res/adventure/Shandalar/decks/standard/horror.dck
deleted file mode 100644
index 5f16cfecc17..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/horror.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=horror
-[Main]
-1 Aboleth Spawn|CLB|2
-1 Aetherize|ZNC|1
-1 Barrin's Spite|INV|1
-2 Blizzard Specter|IMA|1
-2 Burglar Rat|JMP|1
-2 Concealing Curtains|VOW|1
-2 Consign // Oblivion|HOU|1
-2 Contaminated Aquifer|DMU|1
-2 Dinrova Horror|MM3|1
-1 Dismal Failure|PLC|1
-2 Drowned Catacomb|E01|1
-1 Hullbreaker Horror|VOW|1
-8 Island|MID|3
-3 Man-o'-War|EMA|1
-2 Mesmeric Fiend|A25|1
-1 Mindslicer|DMR|1
-1 Port of Karfell|KHM|1
-2 Ravenous Chupacabra|A25|1
-4 Recoil|DMR|1
-1 River's Rebuke|XLN|1
-1 Skull Fracture|ODY|1
-9 Swamp|MID|3
-2 Thing in the Ice|SOI|1
-2 Uchuulon|CLB|2
-2 Underground River|C16|1
-2 Warped Devotion|8ED|1
-1 Wash Out|CMA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/horse.dck b/forge-gui/res/adventure/Shandalar/decks/standard/horse.dck
deleted file mode 100644
index 15fdcd0190b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/horse.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=horse
-[Avatar]
-
-[Main]
-4 Armored Warhorse|M12|1
-4 Brightmare|J22|1
-3 Canopy Vista|MIC|1
-4 Crested Sunmare|HOU|1
-4 Diamond Mare|M19|1
-3 Forest|INV|1
-1 Forest|INV|2
-1 Forest|INV|4
-2 Krosan Verge|ONC|1
-4 Mesa Unicorn|JMP|1
-4 Plains|INV|1
-2 Plains|INV|3
-4 Savannah|30A|1
-4 Scattered Groves|AKH|1
-4 Shield Mare|M19|1
-4 Tarpan|ICE|1
-4 Thundering Mightmare|VOC|1
-4 Zodiac Horse|PRM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/horsemanship.dck b/forge-gui/res/adventure/Shandalar/decks/standard/horsemanship.dck
deleted file mode 100644
index 95ff8375ef8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/horsemanship.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=horsemanship
-[Avatar]
-
-[Main]
-1 Brilliant Plan|PTK|1
-1 Broken Dam|PTK|1
-1 Counterintelligence|PTK|1
-1 Eightfold Maze|PTK|1
-1 Exhaustion|PTK|1
-1 Guan Yu's 1,000-Li March|PTK|1
-2 Guan Yu, Sainted Warrior|ME3|1
-3 Island|PTK|1
-4 Island|PTK|2
-3 Island|PTK|3
-1 Liu Bei, Lord of Shu|ME3|1
-1 Misfortune's Gain|PTK|1
-1 Mystic Denial|PTK|1
-5 Plains|PTK|1
-7 Plains|PTK|2
-3 Plains|PTK|3
-1 Ravages of War|PTK|1
-1 Riding Red Hare|PTK|1
-4 Shu Cavalry|ME3|1
-4 Shu Elite Companions|ME3|1
-1 Shu General|ME3|1
-1 Vengeance|PTK|1
-1 Virtuous Charge|PTK|1
-4 Wu Light Cavalry|PTK|1
-4 Wu Scout|PTK|1
-2 Zhang Fei, Fierce Warrior|ME3|1
-1 Zhao Zilong, Tiger General|PTK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/human_archer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/human_archer.dck
deleted file mode 100644
index baf49f32f9c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/human_archer.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=human_archer
-[Main]
-1 Apprentice Sharpshooter|VOW|1
-2 Arbalest Elite|M12|1
-2 Arcus Acolyte|MH2|1
-1 Bassara Tower Archer|JOU|1
-1 Bird Admirer|MID|1
-1 Blossoming Sands|M21|1
-1 Bow of Nylea|THS|1
-1 Catti-brie of Mithral Hall|AFC|1
-2 Clear Shot|MID|1
-1 Court Archers|ALA|1
-2 Crossbow Infantry|9ED|1
-1 Daybreak Ranger|ISD|1
-1 Elite Archers|USG|1
-2 Evolving Wilds|AFR|1
-2 Evolving Wilds|VOW|1
-1 Femeref Archers|10E|1
-1 Forest|AFR|1
-1 Forest|AFR|2
-2 Forest|AFR|3
-4 Forest|MID|3
-1 Fortify|JMP|1
-1 Freewind Equenaut|DIS|1
-1 Fyndhorn Bow|ICE|1
-2 Grasslands|AFC|1
-1 Halana, Kessig Ranger|CMR|1
-1 Heart-Piercer Bow|KTK|1
-1 Hunter's Mark|AFR|1
-2 Longbow Archer|VIS|1
-2 Mounted Archers|TPR|1
-1 Overgrown Farmland|MID|1
-2 Plains|AFR|1
-1 Plains|AFR|2
-2 Plains|AFR|4
-4 Plains|MID|3
-2 Ranger's Longbow|AFR|1
-1 Rashka the Slayer|HML|1
-1 Sawblade Slinger|VOW|1
-1 Silver Bolt|MID|1
-1 Trophy Hunter|RAV|1
-2 Viridian Longbow|MRD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/human_bad.json b/forge-gui/res/adventure/Shandalar/decks/standard/human_bad.json
deleted file mode 100644
index 12fc74cd501..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/human_bad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Human bad",
- "template":
- {
- "count":80,
- "colors":["White","Black","Red"],
- "tribe":"Human",
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/human_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/human_good.json
deleted file mode 100644
index 7d4760dc9df..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/human_good.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Human good",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Human",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/human_mid.json b/forge-gui/res/adventure/Shandalar/decks/standard/human_mid.json
deleted file mode 100644
index 8b408d80098..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/human_mid.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Human mid",
- "template":
- {
- "count":60,
- "colors":["White","Black"],
- "tribe":"Human",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/humanelite.dck b/forge-gui/res/adventure/Shandalar/decks/standard/humanelite.dck
deleted file mode 100644
index f57be380002..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/humanelite.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=humanelite
-[Avatar]
-
-[Main]
-4 Castle Ardenvale|NCC|1
-4 Champion of the Parish|DDQ|1
-4 Cleansing Nova|KHC|1
-2 Devout Chaplain|AVR|1
-4 Esper Sentinel|MH2|1
-2 Expedition Supplier|YMID|1
-2 Kytheon, Hero of Akros|ORI|1
-4 Mother of Runes|EMA|1
-6 Plains|C19|1
-6 Plains|C19|2
-8 Plains|C19|3
-4 Swords to Plowshares|AFC|1
-4 Thalia's Lieutenant|SOI|1
-4 Thalia, Guardian of Thraben|SLD|1
-2 Thalia, Heretic Cathar|PEMN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/humanmercenary.dck b/forge-gui/res/adventure/Shandalar/decks/standard/humanmercenary.dck
deleted file mode 100644
index 8a847fb5941..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/humanmercenary.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=King Darien XLVIII Low Noob
-[Avatar]
-
-[Main]
-3 Argivian Phalanx|DMU|1
-2 Baird, Argivian Recruiter|DMU|1
-1 Baird, Steward of Argive|DOM|1
-1 Benalish Commander|TSR|1
-2 Captain's Call|DMU|1
-4 Charismatic Vanguard|DMU|1
-4 Elite Vanguard|EMA|1
-4 Forest|DMU|4
-1 Intrepid Hero|M13|1
-1 Keldon Strike Team|DMU|1
-3 King Darien XLVIII|DMU|1
-4 Mountain|DMU|4
-8 Plains|DMU|4
-1 Queen Allenal of Ruadach|DMU|1
-4 Radiant Grove|DMU|1
-2 Raise the Alarm|MM2|1
-4 Resolute Reinforcements|DMU|1
-4 Sacred Peaks|DMU|1
-3 Scout the Wilderness|DMU|1
-3 Unified Strike|ONS|1
-1 Valiant Veteran|DMU|2
-[Sideboard]
-4 Timely Reinforcements|M12|1
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/humanoidrat.dck b/forge-gui/res/adventure/Shandalar/decks/standard/humanoidrat.dck
deleted file mode 100644
index e5a751c10cd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/humanoidrat.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=humanoidrat
-[Main]
-2 Ashcoat of the Shadow Swarm|J22|1
-1 Feed the Swarm|CLB|1
-3 Ink-Eyes, Servant of Oni|PCA|1
-1 Karumonix, the Rat King|ONE|1
-2 Marrow-Gnawer|CHK|1
-3 Mukotai Ambusher|NEO|1
-2 Murder|CMR|1
-1 Nashi, Moon Sage's Scion|NEO|1
-2 Nezumi Prowler|NEO|1
-1 Nezumi Shortfang|CHK|1
-1 Ogre Slumlord|ZNC|1
-2 Okiba-Gang Shinobi|PCA|1
-2 Ossuary Rats|J22|1
-2 Ratcatcher|A25|1
-4 Ravenous Rats|DDJ|1
-2 Skullsnatcher|PCA|1
-24 Swamp|AFR|3
-3 Throat Slitter|PCA|1
-2 Tribute to Horobi|NEO|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/hydra.json b/forge-gui/res/adventure/Shandalar/decks/standard/hydra.json
deleted file mode 100644
index 7edb26b14ea..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/hydra.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Hydra",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Hydra",
- "tribeCards":8.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/illusion.dck b/forge-gui/res/adventure/Shandalar/decks/standard/illusion.dck
deleted file mode 100644
index 4dacc71c737..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/illusion.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=illusion
-[Avatar]
-
-[Main]
-3 Chart a Course|XLN|1
-1 Ephemeron|VMA|1
-23 Island|KLD|3
-4 Krovikan Mist|CSP|1
-2 Labyrinth Guardian|MB1|1
-4 Lord of the Unreal|M12|1
-2 Minn, Wily Illusionist|AFC|1
-1 Mordenkainen|AFR|1
-2 Oneirophage|MH1|1
-4 Phantasmal Bear|A25|1
-2 Phantasmal Dragon|DDM|1
-2 Phantasmal Dreadmaw|MH2|1
-4 Phantasmal Image|AFC|1
-1 Phantom Beast|M11|1
-2 Phantom Steed|AFC|1
-2 Phantom Warrior|DPA|1
-1 Toothy, Imaginary Friend|BBD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/immersturm_demon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/immersturm_demon.dck
deleted file mode 100644
index 60ecfe993f6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/immersturm_demon.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=immersturm_demon
-[Avatar]
-
-[Main]
-1 Blightstep Pathway|KHM|1
-2 Bloodsky Berserker|KHM|1
-1 Burning-Rune Demon|KHM|1
-1 Crippling Fear|KHM|1
-3 Demon Bolt|KHM|1
-3 Demonic Gifts|KHM|1
-1 Dream Devourer|KHM|1
-1 Dual Strike|KHM|1
-2 Frenzied Raider|KHM|1
-1 Grim Draugr|KHM|1
-1 Immersturm Predator|KHM|1
-4 Immersturm Raider|KHM|1
-2 Immersturm Skullcairn|KHM|1
-4 Infernal Pet|KHM|1
-1 Kardur's Vicious Return|KHM|1
-1 Kardur, Doomscourge|KHM|1
-3 Karfell Kennel-Master|KHM|1
-1 Open the Omenpaths|KHM|1
-2 Priest of the Haunted Edge|KHM|1
-5 Snow-Covered Mountain|KHM|1
-3 Snow-Covered Mountain|KHM|2
-5 Snow-Covered Swamp|KHM|1
-4 Snow-Covered Swamp|KHM|2
-4 Sulfurous Mire|KHM|1
-1 The Bloodsky Massacre|KHM|1
-1 Tormentor's Helm|KHM|1
-1 Valki, God of Lies|KHM|1
-1 Varragoth, Bloodsky Sire|KHM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/infectrat.dck b/forge-gui/res/adventure/Shandalar/decks/standard/infectrat.dck
deleted file mode 100644
index 5b5cff40fb9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/infectrat.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=infectrat
-[Avatar]
-
-[Main]
-4 Blightbelly Rat|ONE|1
-4 Bog Rats|6ED|1
-4 Disease Carriers|UDS|1
-4 Drainpipe Vermin|JMP|1
-4 Ichor Rats|SOM|1
-4 Karumonix, the Rat King|ONE|1
-4 Muck Rats|POR|1
-4 Plague Rats|30A|1
-4 Septic Rats|MBS|1
-4 Spawning Pool|10E|1
-16 Swamp|GNT|1
-4 Swarmyard|TSR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/insect.dck b/forge-gui/res/adventure/Shandalar/decks/standard/insect.dck
deleted file mode 100644
index 814d625e706..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/insect.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=insect_toxic
-[Main]
-2 Beacon of Creation|5DN|1
-2 Broodhatch Nantuko|ONS|1
-1 Crash of Rhino Beetles|C18|1
-2 Crawling Infestation|VOW|1
-2 Disenchant|BRO|1
-1 Forest|STX|1
-1 Forest|STX|2
-1 Grist, the Hunger Tide|MH2|1
-1 Hornet Queen|SCD|1
-4 Indatha Triome|IKO|1
-1 Kathril, Aspect Warper|C20|1
-1 Luminous Broodmoth|IKO|1
-2 Murder|ZNC|1
-2 Nantuko Monastery|DMR|1
-3 Nantuko Slicer|YDMU|1
-2 Nature's Lore|AFC|1
-4 Overgrown Tomb|GRN|1
-4 Phyresis Roach|YONE|1
-1 Phyrexian Swarmlord|ONC|1
-2 Plague Stinger|ONC|1
-1 Plains|STX|1
-4 Sandsteppe Citadel|CM2|1
-2 Scute Mob|C18|1
-2 Scute Swarm|NCC|1
-1 Spring-Leaf Avenger|NEO|1
-2 Swamp|STX|1
-2 Swamp Mosquito|TSB|1
-1 Vishgraz, the Doomhive|ONC|1
-4 Woodland Chasm|KHM|1
-2 Zask, Skittering Swarmlord|J22|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/jackal.dck b/forge-gui/res/adventure/Shandalar/decks/standard/jackal.dck
deleted file mode 100644
index 201ac1def9c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/jackal.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=jackal
-[Avatar]
-
-[Main]
-3 Battlefield Scavenger|AKR|1
-2 Bitterblade Warrior|AKH|1
-2 Bitterbow Sharpshooters|HOU|1
-2 Champion of Rhonas|AKR|1
-2 Cinder Glade|AFC|1
-3 Earthshaker Khenra|HOU|1
-2 Forest|AKR|1
-1 Forest|AKR|2
-1 Forest|AKR|3
-1 Forest|AKR|4
-2 Game Trail|SOI|1
-4 Gruul Guildgate|RNA|1
-4 Gruul Turf|GK2|1
-4 Jackal Pup|A25|1
-4 Khenra Charioteer|AKR|1
-2 Khenra Scrapper|HOU|1
-3 Mountain|AKR|2
-1 Mountain|AKR|4
-1 Mountain|AKR|7
-2 Nature's Claim|MB1|1
-3 Nimble-Blade Khenra|AKH|1
-2 Rampant Growth|AFC|1
-2 Resilient Khenra|AKR|1
-1 Sheltered Thicket|AKH|1
-4 Shock|MB1|1
-2 Trueheart Twins|AKH|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/jellyfish.dck b/forge-gui/res/adventure/Shandalar/decks/standard/jellyfish.dck
deleted file mode 100644
index 636bb6ff667..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/jellyfish.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=jellyfish
-[Main]
-4 Evolving Wilds|CM2|1
-1 Flood Plain|AFC|1
-4 Flumph|AFR|1
-1 Forest|CM2|1
-2 Forest|CM2|6
-4 Glimmerbell|IKO|1
-4 Gluntch, the Bestower|CLB|1
-4 Guard Gomazoa|MB1|1
-4 Hydroid Krasis|2X2|1
-2 Island|CM2|1
-2 Island|CM2|2
-2 Island|CM2|3
-2 Island|CM2|6
-1 Island|CM2|7
-4 Man-o'-War|DMR|1
-4 Narcomoeba|GRN|1
-1 Plains|CM2|1
-1 Plains|CM2|2
-1 Plains|CM2|4
-4 Terramorphic Expanse|DMC|1
-4 The Reality Chip|NEO|1
-4 Watchful Blisterzoa|ONE|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/kavu.dck b/forge-gui/res/adventure/Shandalar/decks/standard/kavu.dck
deleted file mode 100644
index 4dc8ab82a97..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/kavu.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=kavu
-[Main]
-2 Canopy Vista|MIC|1
-2 Farseek|C19|1
-2 Fiery Justice|MM3|1
-2 Fires of Yavimaya|PCA|1
-3 Flametongue Kavu|JVC|1
-1 Flametongue Yearling|MH2|1
-3 Flowstone Kavu|DMU|1
-3 Forest|MH2|1
-4 Forest|MH2|2
-4 Grove of the Burnwillows|IMA|1
-1 Healing Technique|C21|1
-3 Invigorate|2XM|1
-2 Jetmir's Garden|SNC|1
-3 Kavu Howler|APC|1
-2 Kavu Monarch|INV|1
-4 Kavu Predator|A25|1
-1 Kavu Primarch|TSR|1
-4 Mountain|MH2|1
-3 Mountain|MH2|2
-2 Punishing Fire|C11|1
-2 Raging Kavu|INV|1
-2 Ram Through|IKO|1
-2 Sacred Foundry|GRN|1
-1 Territorial Kavu|MH2|1
-2 Untamed Kavu|DOM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/knight.json b/forge-gui/res/adventure/Shandalar/decks/standard/knight.json
deleted file mode 100644
index 0f4dde11bde..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/knight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"knight",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"knight",
- "tribeCards":1.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/knightmercenary.dck b/forge-gui/res/adventure/Shandalar/decks/standard/knightmercenary.dck
deleted file mode 100644
index 41ca8c488dc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/knightmercenary.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=Rasputin's Crusade
-[Avatar]
-
-[Main]
-1 Adeline, Resplendent Cathar|MID|1
-1 Azorius Skyguard|RNA|1
-1 Benalish Marshal|GNT|1
-1 Crovax, Ascendant Hero|TSR|1
-2 Dauntless Bodyguard|J21|1
-2 Ethercaste Knight|MM2|1
-4 Glacial Fortress|XLN|1
-2 History of Benalia|PLIST|1
-2 Island|DMU|4
-2 Kinsbaile Cavalier|DDG|1
-4 Knight Exemplar|DDG|1
-2 Knight of the White Orchid|C21|1
-1 Knights of Thorn|MED|1
-1 Mass Calcify|M15|1
-2 Morale|DRK|1
-2 Pearl Medallion|C14|1
-13 Plains|DMU|4
-2 Rasputin, the Oneiromancer|DMC|1
-1 Sune's Intervention|HBG|1
-4 Swords to Plowshares|NEC|1
-1 The Circle of Loyalty|DMC|1
-1 The Council of Four|CLB|1
-2 Tivadar of Thorn|TSP|1
-1 Tivadar's Crusade|MED|1
-4 Tundra|VMA|1
-1 Valiant Knight|M19|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/kobold.dck b/forge-gui/res/adventure/Shandalar/decks/standard/kobold.dck
deleted file mode 100644
index 328182c1720..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/kobold.dck
+++ /dev/null
@@ -1,44 +0,0 @@
-[metadata]
-Name=Kobolds Mid
-[Avatar]
-
-[Main]
-1 Ancient Brass Dragon|CLB|1
-1 Bladewing, Deathless Tyrant|DMC|1
-2 Darigaaz's Whelp|YDMU|1
-2 Draconic Destiny|BRO|1
-4 Dragonskull Summit|C16|1
-2 Geothermal Bog|DMU|1
-4 Haunted Ridge|MID|1
-2 Heraldic Banner|ELD|1
-1 Kher Keep|TSR|1
-2 Kobold Overlord|ME3|1
-2 Kobold Taskmaster|TSB|1
-1 Kobold Warcaller|HBG|1
-4 Kobolds of Kher Keep|ME3|1
-2 Minion of the Mighty|AFR|1
-5 Mountain|DMU|4
-1 Nogi, Draco-Zealot|GN3|1
-2 Rakdos Charm|AFC|1
-1 Rograkh, Son of Rohgahh|CMR|1
-1 Rohgahh of Kher Keep|ME3|1
-2 Rohgahh, Kher Keep Overlord|DMC|1
-1 Rosnakht, Heir of Rohgahh|DMC|1
-1 Shivan Dragon|DMR|1
-2 Shock|DDN|1
-2 Slumbering Dragon|M13|1
-4 Smoldering Marsh|DMC|1
-4 Swamp|DMU|4
-1 Taunting Kobold|CLB|1
-2 Terminate|DMC|1
-1 Vanquisher's Banner|XLN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/kobolddragoncaller.dck b/forge-gui/res/adventure/Shandalar/decks/standard/kobolddragoncaller.dck
deleted file mode 100644
index 3a2b98f9fab..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/kobolddragoncaller.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[metadata]
-Name=kobold_dragoncaller
-[Avatar]
-
-[Main]
-2 Abrupt Decay|GK1|1
-1 Ancient Brass Dragon|CLB|1
-1 Ancient Copper Dragon|CLB|1
-2 Animate Dead|TD0|1
-3 Badlands|OLGC|1
-1 Balefire Dragon|UMA|1
-4 Bloodstained Mire|KTK|1
-4 Chaos Dragon|AFC|1
-4 Decimate|C18|1
-2 Dragonborn Champion|AFC|1
-4 Dragonskull Summit|C16|1
-2 Dragonspeaker Shaman|C17|1
-2 Farseek|DMC|1
-1 Feed the Swarm|SCD|1
-1 Forest|GN3|3
-4 Minion of the Mighty|AFR|1
-1 Mountain|GN3|1
-2 Mountain|GN3|2
-3 Nogi, Draco-Zealot|GN3|1
-2 Prossh, Skyraider of Kher|PLIST|1
-2 Rivaz of the Claw|DMU|1
-2 Rohgahh, Kher Keep Overlord|DMC|1
-2 Swamp|GN3|1
-2 Taiga|OLGC|1
-2 Town-Razer Tyrant|YMID|1
-4 Ziatora's Proving Ground|SNC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/koboldtrapmaster.dck b/forge-gui/res/adventure/Shandalar/decks/standard/koboldtrapmaster.dck
deleted file mode 100644
index 3675fce4fb1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/koboldtrapmaster.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=kobold_trapmaster
-[Avatar]
-
-[Main]
-4 Goblin Trapfinder|HBG|1
-4 Inferno Trap|DDN|1
-2 Kher Keep|CLB|1
-3 Mountain|HBG|1
-5 Mountain|HBG|2
-7 Mountain|HBG|3
-5 Mountain|HBG|4
-4 Ricochet Trap|WWK|1
-4 Runeflare Trap|ZEN|1
-4 Springjaw Trap|IKO|1
-4 Taunting Kobold|CLB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/koboldworker.dck b/forge-gui/res/adventure/Shandalar/decks/standard/koboldworker.dck
deleted file mode 100644
index 328182c1720..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/koboldworker.dck
+++ /dev/null
@@ -1,44 +0,0 @@
-[metadata]
-Name=Kobolds Mid
-[Avatar]
-
-[Main]
-1 Ancient Brass Dragon|CLB|1
-1 Bladewing, Deathless Tyrant|DMC|1
-2 Darigaaz's Whelp|YDMU|1
-2 Draconic Destiny|BRO|1
-4 Dragonskull Summit|C16|1
-2 Geothermal Bog|DMU|1
-4 Haunted Ridge|MID|1
-2 Heraldic Banner|ELD|1
-1 Kher Keep|TSR|1
-2 Kobold Overlord|ME3|1
-2 Kobold Taskmaster|TSB|1
-1 Kobold Warcaller|HBG|1
-4 Kobolds of Kher Keep|ME3|1
-2 Minion of the Mighty|AFR|1
-5 Mountain|DMU|4
-1 Nogi, Draco-Zealot|GN3|1
-2 Rakdos Charm|AFC|1
-1 Rograkh, Son of Rohgahh|CMR|1
-1 Rohgahh of Kher Keep|ME3|1
-2 Rohgahh, Kher Keep Overlord|DMC|1
-1 Rosnakht, Heir of Rohgahh|DMC|1
-1 Shivan Dragon|DMR|1
-2 Shock|DDN|1
-2 Slumbering Dragon|M13|1
-4 Smoldering Marsh|DMC|1
-4 Swamp|DMU|4
-1 Taunting Kobold|CLB|1
-2 Terminate|DMC|1
-1 Vanquisher's Banner|XLN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/kor_warrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/kor_warrior.dck
deleted file mode 100644
index af8938ebfc6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/kor_warrior.dck
+++ /dev/null
@@ -1,53 +0,0 @@
-[metadata]
-Name=Kor Warrior
-[Avatar]
-
-[Main]
-1 Akiri, Fearless Voyager|ZNR|1
-1 Akiri, Line-Slinger|C16|1
-2 Axgard Armory|KHM|1
-1 Balduvian Berserker|DMU|1
-1 Basilisk Collar|AFC|1
-1 Bloodforged Battle-Axe|C17|1
-1 Captain's Claws|OGW|1
-4 Clifftop Retreat|DOM|1
-1 Darksteel Plate|DDU|1
-1 Embercleave|ELD|1
-1 Empyrial Plate|C16|1
-1 Fiendlash|AFC|1
-4 Furycalm Snarl|STX|1
-2 Kitesail Apprentice|GN3|1
-2 Kitesail Scout|BFZ|1
-1 Knight of Cliffhaven|DDP|1
-1 Kor Blademaster|ZNR|1
-1 Kor Celebrant|ZNR|1
-2 Lone Missionary|MM3|1
-1 Mountain|ZNR|1
-1 Mountain|ZNR|3
-1 Nomads' Assembly|C14|1
-1 Plains|ZNR|1
-3 Plains|ZNR|2
-3 Plains|ZNR|3
-1 Plains|ZNR|4
-1 Priest of Possibility|YDMU|1
-1 Retreat to Emeria|MB1|1
-4 Sacred Foundry|SLD|1
-1 Seraphic Greatsword|CMR|1
-1 Shadowspear|THB|1
-1 Sigarda's Aid|CMR|1
-3 Skyclave Apparition|ZNR|1
-1 Squad Commander|ZNR|1
-2 Stone Haven Outfitter|OGW|1
-2 Stoneforge Mystic|TD1|1
-1 Sword of the Animist|AFC|1
-2 Valiant Veteran|DMU|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/leoninswordsmith.dck b/forge-gui/res/adventure/Shandalar/decks/standard/leoninswordsmith.dck
deleted file mode 100644
index 55a1037eddd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/leoninswordsmith.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=leoninswordsmith
-[Avatar]
-
-[Main]
-2 Armored Skyhunter|CMR|1
-2 Austere Command|IMA|1
-2 Balan, Wandering Knight|C17|1
-2 Basilisk Collar|CLB|1
-3 Behemoth Sledge|AFC|1
-4 Brushland|BRO|1
-2 Condemn|C14|1
-2 Esika's Chariot|J21|1
-1 Forest|BRO|1
-1 Forest|BRO|3
-3 Forest|BRO|4
-2 Glimmer Lens|ONC|1
-1 Hammer of Nazahn|2XM|1
-2 Harmonize|CMR|1
-2 Jedit Ojanen of Efrava|C17|1
-4 Kemba's Outfitter|YONE|1
-3 Kemba, Kha Enduring|ONE|1
-2 Kemba, Kha Regent|C17|1
-2 Lion Sash|NEO|1
-1 Nazahn, Revered Bladesmith|C17|1
-2 Nettlecyst|MH2|1
-4 Overgrown Farmland|MID|1
-1 Plains|BRO|1
-2 Plains|BRO|2
-2 Plains|BRO|4
-2 Raksha Golden Cub|C17|1
-4 Temple Garden|GRN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/leoninwarrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/leoninwarrior.dck
deleted file mode 100644
index 2e1589e9e94..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/leoninwarrior.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=leoninwarrior
-[Avatar]
-
-[Main]
-2 Ajani Goldmane|PPRO|1
-4 Ajani's Pridemate|J22|1
-4 Ajani's Sunstriker|M13|1
-2 Brimaz, King of Oreskos|BNG|1
-2 Cleansing Nova|KHC|1
-4 Cubwarden|IKO|1
-3 Immolating Glare|POGW|1
-2 Jazal Goldmane|DMC|1
-2 Leonin Relic-Warder|C17|1
-4 Leonin Vanguard|M19|1
-3 Leonin Warleader|M19|1
-4 Marble Diamond|KHC|1
-5 Plains|J22|1
-9 Plains|J22|2
-10 Plains|J22|3
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/lich.dck b/forge-gui/res/adventure/Shandalar/decks/standard/lich.dck
deleted file mode 100644
index 52b9e3a5665..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/lich.dck
+++ /dev/null
@@ -1,51 +0,0 @@
-[metadata]
-Name=lich
-[Avatar]
-
-[Main]
-1 Acererak the Archlich|AFR|1
-1 Blessing of Belzenlok|MB1|1
-1 Blighted Bat|AKR|1
-1 Bone Dragon|M19|1
-1 Calculating Lich|GN2|1
-1 Carrion Crow|M15|1
-1 Custodi Lich|CN2|1
-1 Death Baron|MIC|1
-1 Duty-Bound Dead|M13|1
-1 Ebondeath, Dracolich|AFR|1
-1 Ghastly Gloomhunter|ZNR|1
-1 Graveyard Marshal|M19|1
-1 Gutterbones|RNA|1
-1 Highborn Ghoul|DKA|1
-1 Josu Vess, Lich Knight|DOM|1
-4 Lich's Caress|M19|1
-1 Lich's Mirror|FMB1|1
-1 Lich's Tomb|DST|1
-1 Lord of the Accursed|MIC|1
-1 Malefic Scythe|M21|1
-1 Persistent Specimen|VOW|1
-1 Phylactery Lich|M19|1
-1 Rancid Rats|SOI|1
-2 Reassembling Skeleton|AFC|1
-1 Relentless Dead|SOI|1
-1 Ring of Xathrid|M13|1
-1 Sanitarium Skeleton|CMR|1
-1 Soul Salvage|DOM|1
-1 Stromgald Crusader|CSP|1
-1 Supernatural Stamina|CMR|1
-5 Swamp|M13|1
-5 Swamp|M13|2
-9 Swamp|M13|3
-5 Swamp|M13|4
-1 Unmake the Graves|M15|1
-1 Vindictive Lich|C17|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/lightning_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/lightning_elemental.dck
deleted file mode 100644
index 3fcbc014bf4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/lightning_elemental.dck
+++ /dev/null
@@ -1,19 +0,0 @@
-[metadata]
-Name=Lightning Elemental
-[Main]
-4 Ball Lightning|MED|1
-2 Chandra's Pyrohelix|KLD|1
-4 Dwarven Mine|ELD|1
-2 Fork|ME4|1
-4 Incinerate|10E|1
-4 Lightning Bolt|MED|1
-4 Lightning Elemental|10E|1
-9 Mountain|BRO|1
-7 Mountain|BRO|2
-2 Reverberate|M11|1
-4 Shock|10E|1
-4 Spark Elemental|10E|1
-4 Thunderbreak Regent|DTK|1
-2 Thunderkin Awakener|M20|1
-2 Thundermaw Hellkite|M13|1
-2 Thunderous Wrath|AVR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/lilianas_herbalist.dck b/forge-gui/res/adventure/Shandalar/decks/standard/lilianas_herbalist.dck
deleted file mode 100644
index 1b7203a20be..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/lilianas_herbalist.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=Liliana Forest 1
-[Main]
-2 Abrupt Decay|TSR|1
-4 Cast Down|DOM|1
-2 Chevill, Bane of Monsters|IKO|1
-2 Culling Ritual|STX|2
-4 Cut Down|DMU|1
-2 Forest|MID|1
-1 Forest|MID|2
-1 Forest|MID|3
-2 Grismold, the Dreadsower|C19|1
-2 Infernal Grasp|DBL|1
-2 Korozda Gorgon|DGM|1
-2 Ochran Assassin|GRN|1
-4 Overgrown Tomb|PRM|1
-4 Pestilence|4ED|1
-4 Poison-Tip Archer|M19|1
-4 Putrefy|RAV|1
-2 Swamp|MID|1
-4 Swamp|MID|2
-2 Swamp|MID|3
-2 Vraska, Relic Seeker|XLN|1
-4 Vulturous Zombie|RAV|1
-4 Woodland Cemetery|DMR|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/lion.dck b/forge-gui/res/adventure/Shandalar/decks/standard/lion.dck
deleted file mode 100644
index b20b18d3ccc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/lion.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=lion
-[Avatar]
-
-[Main]
-4 Cubwarden|IKO|1
-2 Disenchant|CN2|1
-4 Fateful Absence|MID|1
-4 Felidar Retreat|ZNR|1
-2 Guardian Lions|M13|1
-2 Huntmaster Liger|IKO|1
-4 Jamuraan Lion|VIS|1
-4 Lion Sash|NEO|1
-24 Plains|DMU|3
-4 Savannah Lions|J22|1
-4 Silvercoat Lion|M10|1
-2 Whitemane Lion|TSR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/loamspeaker.dck b/forge-gui/res/adventure/Shandalar/decks/standard/loamspeaker.dck
deleted file mode 100644
index d68b8727a22..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/loamspeaker.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=loamspeaker
-[Avatar]
-
-[Main]
-4 Argoth, Sanctum of Nature|BRO|1
-2 Ashaya, Soul of the Wild|ZNR|1
-2 Awaken the Woods|BRO|1
-3 Cultivate|J22|1
-2 Embodiment of Insight|ZNC|1
-2 Filter Out|MAT|1
-5 Forest|BRO|1
-5 Island|BRO|1
-2 Jolrael, Voice of Zhalfir|MAT|1
-2 Kamahl, Heart of Krosa|CMR|1
-2 Llanowar Loamspeaker|DMU|1
-4 Misty Rainforest|MH2|1
-1 Multani, Yavimaya's Avatar|DOM|1
-2 Nature's Claim|IMA|1
-3 Nature's Lore|CLB|1
-1 Surrak and Goreclaw|MOM|1
-2 Tatyova, Benthic Druid|DMR|1
-2 Tatyova, Steward of Tides|DMU|1
-2 Titania's Command|BRO|1
-1 Titania, Nature's Force|BRC|1
-2 Titania, Voice of Gaea|BRO|1
-3 Topiary Stomper|SNC|1
-4 Tropical Island|30A|1
-2 Yedora, Grave Gardener|C21|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/magma_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/magma_elemental.dck
deleted file mode 100644
index 49ab479fc6d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/magma_elemental.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=BR Elemental
-[Main]
-2 Ashenmoor Gouger|SHM|1
-4 Ashenmoor Liege|2X2|1
-1 Ashling the Pilgrim|DMC|1
-2 Blackcleave Cliffs|ONE|1
-2 Blood Crypt|RTR|1
-3 Brighthearth Banneret|MOR|1
-2 Canyon Slough|AKR|1
-2 Chandra's Embercat|M20|1
-2 Chandra's Magmutt|M21|1
-2 Cinder Elemental|HOP|1
-4 Cinderbones|SHM|1
-2 Dragonskull Summit|DMC|1
-2 Elemental Expressionist|STX|1
-4 Flame Burst|ODY|1
-2 Haunted Ridge|MID|2
-4 Incandescent Soulstoke|MM2|1
-4 Kulrath Knight|SHM|1
-2 Mountain|ONE|1
-3 Mountain|ONE|2
-1 Mountain|ONE|3
-1 Mountain|ONE|4
-2 Necroskitter|TD2|1
-2 Nyxathid|JMP|1
-1 Obsidian Fireheart|ZEN|1
-4 Pardic Firecat|ODY|1
-2 Smoldering Marsh|DMC|1
-2 Spitemare|DDH|1
-3 Swamp|ONE|1
-2 Swamp|ONE|2
-1 Swamp|ONE|3
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/mardu.dck b/forge-gui/res/adventure/Shandalar/decks/standard/mardu.dck
deleted file mode 100644
index 9b4c1658aeb..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/mardu.dck
+++ /dev/null
@@ -1,54 +0,0 @@
-[metadata]
-Name=mardu
-[Avatar]
-
-[Main]
-1 Ankle Shanker|KTK|1
-1 Arrow Storm|KTK|1
-4 Bloodfell Caves|KTK|1
-1 Bloodsoaked Champion|KTK|1
-1 Butcher of the Horde|KTK|1
-1 Canyon Lurkers|KTK|1
-2 Chief of the Edge|KTK|1
-1 Crackling Doom|KTK|1
-3 Firehoof Cavalry|KTK|1
-1 Heart-Piercer Bow|KTK|1
-1 Horde Ambusher|KTK|1
-1 Jeering Instigator|KTK|1
-1 Kill Shot|KTK|1
-1 Mardu Ascendancy|KTK|1
-1 Mardu Banner|KTK|1
-1 Mardu Charm|KTK|1
-2 Mardu Hateblade|KTK|1
-4 Mardu Hordechief|KTK|1
-1 Mardu Roughrider|KTK|1
-1 Mardu Skullhunter|KTK|1
-3 Mountain|KTK|4
-2 Nomad Outpost|KTK|1
-1 Plains|KTK|1
-1 Plains|KTK|2
-2 Plains|KTK|3
-1 Ponyback Brigade|KTK|1
-1 Raiders' Spoils|KTK|1
-1 Ride Down|KTK|1
-2 Rush of Battle|KTK|1
-4 Scoured Barrens|KTK|1
-1 Swamp|KTK|3
-1 Swamp|KTK|4
-1 Trumpet Blast|KTK|1
-1 Utter End|KTK|1
-1 Valley Dasher|KTK|1
-1 War-Name Aspirant|KTK|1
-4 Wind-Scarred Crag|KTK|1
-1 Wingmate Roc|KTK|1
-1 Zurgo Helmsmasher|KTK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_bad.json b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_bad.json
deleted file mode 100644
index 934d7635093..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_bad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Merfolk bad",
- "template":
- {
- "count":80,
- "colors":["Blue"],
- "tribe":"Merfolk",
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_good.json
deleted file mode 100644
index 4ad1c2d355e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_good.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Merfolk good",
- "template":
- {
- "count":60,
- "colors":["Blue","Green"],
- "tribe":"Merfolk",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lord2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lord2.dck
deleted file mode 100644
index b36d7a4e264..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lord2.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=merfolk_lord2
-[Avatar]
-
-[Main]
-4 Cavern of Souls|AVR|1
-2 Coralhelm Commander|ROE|1
-1 Island|2XM|1
-1 Island|DOM|3
-1 Island|LRW|2
-1 Island|LRW|4
-1 Island|RIX|1
-1 Island|XLN|3
-1 Island|ZEN|4
-1 Island|ZNR|3
-2 Khod, Etlan Shiis Envoy|CMB1|1
-4 Kumena's Speaker|XLN|1
-4 Lord of Atlantis|TSB|1
-4 Master of the Pearl Trident|M13|1
-4 Merfolk Mistbinder|RIX|1
-4 Misty Rainforest|ZEN|1
-1 Mox Emerald|VMA|1
-1 Mox Sapphire|VMA|1
-4 Shoreline Scout|J21|1
-2 Silvergill Adept|LRW|1
-2 Silvergill Adept|RIX|1
-2 Svyelun of Sea and Sky|MH2|1
-4 Tide Shaper|MH2|1
-4 Tropical Island|VMA|1
-4 Unclaimed Territory|XLN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lords.dck b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lords.dck
deleted file mode 100644
index 6bd2a95c47f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_lords.dck
+++ /dev/null
@@ -1,60 +0,0 @@
-[metadata]
-Name=merfolk_lords
-[Avatar]
-
-[Main]
-1 Aggressive Urge|RIX|1
-2 Aquatic Incursion|RIX|1
-1 Coralhelm Commander|ROE|1
-2 Deeproot Waters|XLN|1
-1 Emergent Growth|XLN|1
-1 Forest|RIX|1
-2 Forest|THS|1
-1 Forest|XLN|2
-1 Forest|XLN|4
-1 Forest|ZEN|6
-1 Herald of Secret Streams|XLN|1
-3 Island|RIX|1
-2 Island|THS|2
-1 Island|THS|3
-1 Island|THS|4
-1 Island|XLN|2
-3 Island|XLN|4
-1 Island|ZEN|4
-2 Island|ZEN|6
-1 Kopala, Warden of Waves|XLN|1
-2 Kumena's Speaker|XLN|1
-1 Kumena, Tyrant of Orazca|RIX|1
-1 Lord of Atlantis|TSB|1
-1 Master of the Pearl Trident|M13|1
-2 Merfolk Falconer|ZNR|1
-2 Merfolk Mistbinder|RIX|1
-2 Merfolk Skydiver|WAR|1
-1 Mist-Cloaked Herald|RIX|1
-1 Nyxborn Seaguard|THB|1
-2 River Heralds' Boon|XLN|1
-1 River Sneak|XLN|1
-1 River's Rebuke|XLN|1
-1 Shaper Apprentice|XLN|1
-1 Shapers of Nature|XLN|1
-1 Slice in Twain|XLN|1
-1 Storm Sculptor|XLN|1
-1 Streambed Aquitects|DDT|1
-1 Swift Warden|RIX|1
-1 Tempest Caller|XLN|1
-1 Temple of Mystery|THS|1
-1 Thassa's Bounty|THS|1
-1 Thassa's Rebuff|BNG|1
-1 Thornwood Falls|M21|1
-1 Vineshaper Mystic|XLN|1
-2 Woodland Stream|RIX|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_mid.json b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_mid.json
deleted file mode 100644
index a65e71217ec..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_mid.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Merfolk mid",
- "template":
- {
- "count":60,
- "colors":["blue"],
- "tribe":"Merfolk",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_v_goblins.dck b/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_v_goblins.dck
deleted file mode 100644
index 56a3d3066d8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/merfolk_v_goblins.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=merfolk_v_goblins
-[Main]
-2 Aquatic Incursion|RIX|1
-1 Blighted Cataract|DDT|1
-1 Cold-Eyed Selkie|DDT|1
-2 Containment Membrane|OGW|1
-1 Engulf the Shore|DDT|1
-1 Harbinger of the Tides|DDT|1
-1 Inkfathom Divers|DDT|1
-5 Island|DDT|1
-4 Island|RIX|1
-3 Island|XLN|1
-2 Island|XLN|2
-4 Island|XLN|3
-3 Island|XLN|4
-2 Lonely Sandbar|DDT|1
-1 Master of the Pearl Trident|DDT|1
-1 Master of Waves|DDT|1
-1 Merfolk Looter|DDT|1
-1 Merfolk Sovereign|DDT|1
-1 Merfolk Wayfinder|DDT|1
-1 Merrow Reejerey|DDT|1
-1 Mind Spring|DDT|1
-2 Mist-Cloaked Herald|RIX|1
-1 Nullify|BNG|1
-2 Rootwater Hunter|DDT|1
-1 Scatter to the Winds|BFZ|1
-1 Scroll Thief|DDT|1
-1 Shaper Apprentice|XLN|1
-3 Streambed Aquitects|DDT|1
-1 Sworn Guardian|RIX|1
-1 Thassa's Bounty|THS|1
-2 Tidal Courier|DDT|1
-1 Tidebinder Mage|DDT|1
-1 Wake Thrasher|DDT|1
-3 Waterknot|RIX|1
-1 Wind Strider|XLN|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/millwizard.dck b/forge-gui/res/adventure/Shandalar/decks/standard/millwizard.dck
deleted file mode 100644
index 330ecfe9cda..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/millwizard.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=millwizard
-[Avatar]
-
-[Main]
-4 An Offer You Can't Refuse|SNC|1
-2 Bruvac the Grandiloquent|JMP|1
-2 Court of Cunning|CMR|1
-2 Dreamborn Muse|COM|1
-4 Drowned Secrets|GRN|1
-2 Fractured Sanity|MH2|1
-2 Grindstone|PRM|1
-24 Island|GRN|1
-2 Maddening Cacophony|ZNR|1
-2 Memory Erosion|CM2|1
-3 Propaganda|C20|1
-1 Realmbreaker, the Invasion Tree|MOM|1
-4 Ruin Crab|ZNR|1
-2 Startled Awake|SOI|1
-2 Thought Collapse|RNA|1
-2 Zellix, Sanity Flayer|CLB|2
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/mimic.dck b/forge-gui/res/adventure/Shandalar/decks/standard/mimic.dck
deleted file mode 100644
index f4bc225bd46..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/mimic.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=Mimic
-[Main]
-1 Aetherling|DGM|1
-1 Archive Trap|ZEN|1
-1 Cairn Wanderer|C20|1
-2 Changeling Outcast|MH1|1
-1 Dermoplasm|LGN|1
-1 Dralnu's Pet|PLS|1
-1 Eldrazi Mimic|OGW|1
-1 Escaped Shapeshifter|TMP|1
-1 Ghostly Changeling|MB1|1
-1 Glasspool Mimic|ZNR|1
-1 Island|AFR|1
-3 Island|AFR|2
-5 Island|AFR|3
-5 Island|AFR|4
-1 Leonin Bladetrap|CMA|1
-1 Lethargy Trap|ZEN|1
-1 Metallic Mimic|KLR|1
-4 Mimic|AFR|1
-1 Mimic Vat|C20|1
-1 Mirrorhall Mimic|VOW|1
-1 Mistwalker|KHM|1
-1 Moonglove Changeling|MOR|1
-1 Morophon, the Boundless|MH1|1
-1 Morphling|VMA|1
-2 Mothdust Changeling|MMA|1
-1 Needlebite Trap|ZEN|1
-1 Nemesis Trap|COM|1
-1 Permafrost Trap|WWK|1
-1 Pit Trap|7ED|1
-1 Shape Stealer|SOK|1
-2 Skeletal Changeling|LRW|1
-1 Spiked Pit Trap|AFR|1
-1 Sunken Hollow|MIC|1
-3 Swamp|AFR|2
-1 Swamp|AFR|3
-2 Swamp|AFR|4
-2 Tainted Isle|MIC|1
-1 Temple of Deceit|MIC|1
-1 Treasure Chest|AFR|3
-1 Whiplash Trap|C20|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/mindclaw_shaman.dck b/forge-gui/res/adventure/Shandalar/decks/standard/mindclaw_shaman.dck
deleted file mode 100644
index 6b74cb072dc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/mindclaw_shaman.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=mindclaw_shaman
-[Avatar]
-
-[Main]
-2 Adamaro, First to Desire|SOK|1
-1 Anvil of Bogardan|VIS|1
-1 Balor|CLB|1
-1 Black Vise|4ED|1
-4 Burning Inquiry|M10|1
-2 Dragonskull Summit|XLN|1
-1 Ebony Owl Netsuke|SOK|1
-1 Elder Brain|CLB|1
-2 Fate Unraveler|BNG|1
-1 Fell Specter|M19|1
-2 Geothermal Bog|DMU|1
-2 Irencrag Pyromancer|ELD|1
-3 Kederekt Parasite|CFX|1
-1 Master of the Feast|JOU|1
-2 Mindclaw Shaman|M13|1
-9 Mountain|SNC|1
-1 Robber Fly|MMQ|1
-2 Runeflare Trap|ZEN|1
-2 Shah of Naar Isle|FUT|1
-2 Spiteful Visions|SHM|1
-1 Stormbreath Dragon|THS|1
-2 Stormfist Crusader|ELD|1
-2 Sudden Impact|8ED|1
-8 Swamp|SNC|1
-2 Temple of Malice|THB|1
-1 Tor Wauki the Younger|DMC|1
-2 Viseling|C13|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.dck b/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.dck
deleted file mode 100644
index 6726c383d4e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=minotaur
-[Main]
-2 Brute Strength|AKR|1
-4 Deathbellow Raider|THS|1
-1 Deathbellow War Cry|THB|1
-1 Fanatic of Mogis|THS|1
-4 Felhide Brawler|BNG|1
-1 Felhide Minotaur|THS|1
-1 Felhide Petrifier|JOU|1
-2 Flurry of Horns|JOU|1
-2 Gnarled Scarhide|JOU|1
-1 Hero's Downfall|THS|1
-1 Infuriate|M20|1
-1 Infuriate|THB|1
-2 Inordinate Rage|ZNR|1
-1 Minotaur Skullcleaver|THS|1
-1 Mogis's Favor|THB|1
-1 Mogis's Marauder|THS|1
-1 Mogis, God of Slaughter|BNG|1
-3 Mountain|THB|2
-2 Mountain|THB|3
-1 Mountain|THS|1
-1 Mountain|THS|2
-1 Mountain|THS|3
-2 Mountain|THS|4
-1 Nykthos, Shrine to Nyx|THS|1
-1 Nyxborn Marauder|THB|1
-1 Pensive Minotaur|JOU|1
-1 Rage-Scarred Berserker|THB|1
-1 Rageblood Shaman|THS|1
-1 Ragemonger|BNG|1
-1 Skophos Warleader|THB|1
-1 Soulreaper of Mogis|THB|1
-1 Spite of Mogis|JOU|1
-5 Swamp|THB|2
-2 Swamp|THS|1
-1 Swamp|THS|2
-2 Swamp|THS|4
-1 Temple of Malice|THB|1
-1 Unknown Shores|THB|1
-1 Unknown Shores|THS|1
-1 Warchanter of Mogis|BNG|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.json b/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.json
deleted file mode 100644
index dedb027ce51..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/minotaur.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Minotaur",
- "template":
- {
- "count":60,
- "colors":["Red"],
- "tribe":"Minotaur",
- "tribeSynergyCards":0.1,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurblackredmadness.dck b/forge-gui/res/adventure/Shandalar/decks/standard/minotaurblackredmadness.dck
deleted file mode 100644
index cba848009f1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurblackredmadness.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=minotaurblackredmadness
-[Avatar]
-
-[Main]
-4 Bloodrage Brawler|JMP|1
-4 Burning-Fist Minotaur|AKR|1
-4 Fiery Temper|MB1|1
-3 Font of Return|JOU|1
-2 Glint-Horn Buccaneer|M20|1
-4 Grisly Survivor|HOU|1
-3 Minotaur Explorer|ODY|1
-12 Mountain|MH2|1
-4 Pitiless Vizier|AKR|1
-2 Senseless Rage|SOI|1
-4 Skophos Reaver|MH2|1
-2 Strength of Lunacy|TOR|1
-12 Swamp|MH2|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmid.dck b/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmid.dck
deleted file mode 100644
index 952147606f1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmid.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=minotaurmid
-[Avatar]
-
-[Main]
-4 Angrath's Rampage|WAR|1
-2 Cursed Minotaur|AKH|1
-4 Deathbellow Raider|THS|1
-4 Felhide Brawler|BNG|1
-4 Felhide Petrifier|JOU|1
-4 Gnarled Scarhide|JOU|1
-4 Grand Melee|ONS|1
-3 Kragma Warcaller|THS|1
-12 Mountain|WAR|1
-3 Rage-Scarred Berserker|THB|1
-4 Ragemonger|BNG|1
-12 Swamp|WAR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmonored.dck b/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmonored.dck
deleted file mode 100644
index db7c6962b98..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/minotaurmonored.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=minotaurmonored
-[Avatar]
-
-[Main]
-4 Anaba Ancestor|ME3|1
-2 Barrage of Boulders|MB1|1
-2 Fanatic of Mogis|AJMP|1
-4 Felhide Spiritbinder|BNG|1
-4 Furious Rise|M21|1
-4 Kragma Butcher|BNG|1
-4 Minotaur Skullcleaver|JMP|1
-24 Mountain|BRO|1
-4 Rageblood Shaman|JMP|1
-4 Sardian Cliffstomper|BRO|1
-4 Wild Slash|Q06|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/monk.json b/forge-gui/res/adventure/Shandalar/decks/standard/monk.json
deleted file mode 100644
index 6aa3a871366..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/monk.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Monk",
- "template":
- {
- "count":60,
- "colors":["White","Red"],
- "tribe":"Monk",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/mummy.dck b/forge-gui/res/adventure/Shandalar/decks/standard/mummy.dck
deleted file mode 100644
index 6030d5e7667..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/mummy.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=mummy
-[Main]
-2 Binding Mummy|AKR|1
-2 Compulsory Rest|AKH|1
-2 Disposal Mummy|AKR|1
-2 Dutiful Servants|HOU|1
-2 Fan Bearer|GNT|1
-2 Festering Mummy|AKH|1
-3 Final Reward|AKH|1
-2 Gravedigger|AKH|1
-3 Grind // Dust|HOU|1
-4 Isolated Chapel|DMR|1
-3 Miasmic Mummy|AKR|1
-3 Mummy Paramount|HOU|1
-4 Plains|AKH|2
-4 Shineshadow Snarl|STX|1
-4 Snowfield Sinkhole|KHM|1
-4 Sunlit Marsh|DMU|1
-4 Swamp|AKH|2
-2 Tattered Mummy|M19|1
-3 Unraveling Mummy|HOU|1
-1 Vengeful Pharaoh|M12|1
-4 Wayward Servant|AKH|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/nagawarrior.dck b/forge-gui/res/adventure/Shandalar/decks/standard/nagawarrior.dck
deleted file mode 100644
index 79ffcc17ac8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/nagawarrior.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=Amonkhet - Naga Warrior UG
-[Avatar]
-
-[Main]
-4 Archers of Qarsi|FRF|1
-4 Blossoming Defense|SCD|1
-3 Desert of the Indomitable|HOU|1
-3 Desert of the Mindful|J22|1
-9 Forest|AKR|1
-4 Harmonize|DD1|1
-4 Honored Hydra|AKH|1
-4 Hooded Brawler|AKR|1
-9 Island|AKR|1
-4 Sidewinder Naga|HOU|1
-4 Silent Departure|HA3|1
-4 Tah-Crop Skirmisher|AKH|1
-4 Unsubstantiate|EMN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/nightmare.dck b/forge-gui/res/adventure/Shandalar/decks/standard/nightmare.dck
deleted file mode 100644
index 32fc973c7ac..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/nightmare.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=nightmare
-[Avatar]
-
-[Main]
-3 Angel of Suffering|SNC|1
-2 Ashiok's Erasure|THB|1
-2 Ashiok, Dream Render|WAR|1
-2 Ashiok, Nightmare Muse|THB|1
-2 Ashiok, Nightmare Weaver|THS|1
-4 Boomerang|10E|1
-2 Chainer, Dementia Master|DMR|1
-2 Choked Estuary|AFC|1
-2 Damnation|J15|1
-2 Doom Whisperer|GRN|1
-4 Dread Presence|J22|1
-2 Dream Eater|GRN|1
-4 Drowned Catacomb|E01|1
-1 Island|J22|1
-3 Island|J22|2
-1 Island|J22|3
-2 Reanimate|UMA|1
-4 Sunken Hollow|SCD|1
-2 Swamp|J22|1
-2 Swamp|J22|2
-1 Swamp|J22|3
-4 Umbris, Fear Manifest|VOC|1
-3 Unsummon|M11|1
-4 Watery Grave|GRN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 1.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 1.dck
deleted file mode 100644
index e6ba348aeb7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 1.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[duel]
-[metadata]
-Name=Akroma's Angelfire 1
-Title=Akroma, Angel of Wrath
-Difficulty=easy
-Description=RW aggressive angel tribal theme deck
-Icon=Akroma 1.jpg
-Deck Type=constructed
-[Main]
-2 Akroma's Blessing
-1 Akroma's Vengeance
-1 Akroma's Will
-1 Akroma, Angel of Fury
-1 Akroma, Angel of Wrath
-1 Akroma, Vision of Ixidor
-1 Angelfire Ignition
-2 Angelheart Protector
-1 Angelic Guardian
-1 Angelic Skirmisher
-1 Anya, Merciless Angel
-1 Aurelia, Exemplar of Justice
-3 Boros Guildgate
-1 Elixir of Immortality
-2 Emancipation Angel
-1 Feather, the Redeemed
-1 Firemane Avenger
-1 Giada, Font of Hope
-3 Lightning Helix
-7 Mountain
-7 Plains
-3 Punishing Fire
-2 Segovian Angel
-2 Slayers' Stronghold
-2 Starnheim Aspirant
-3 Temple of Triumph
-2 Valkyrie's Sword
-2 Voice of All
-2 Warleader's Helix
-2 Youthful Valkyrie
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 3.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 3.dck
deleted file mode 100644
index 31b4da83ab4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/Akroma's Angelfire 3.dck
+++ /dev/null
@@ -1,47 +0,0 @@
-[duel]
-[metadata]
-Name=Akroma's Angelfire 3
-Title=Akroma, Angel of Wrath
-Difficulty=hard
-Description=RW aggressive angel tribal theme deck
-Icon=Akroma 3.jpg
-Deck Type=constructed
-[Main]
-1 Akroma's Will
-1 Akroma, Angel of Fury
-1 Akroma, Angel of Wrath
-1 Akroma, Vision of Ixidor
-2 Angel of Jubilation
-3 Angelfire Ignition
-1 Angelic Skirmisher
-1 Anya, Merciless Angel
-4 Arid Mesa
-1 Aurelia, Exemplar of Justice
-1 Beacon of Destruction
-2 Brightflame
-2 Defy Death
-2 Elixir of Immortality
-1 Emeria, the Sky Ruin
-1 Feather, the Redeemed
-2 Firemane Avenger
-1 Flameblade Angel
-1 Giada, Font of Hope
-1 Gisela, Blade of Goldnight
-2 Herald of War
-3 Lightning Helix
-2 Mistveil Plains
-9 Mountain
-7 Plains
-4 Plateau
-1 Red Sun's Zenith
-2 Righteous Valkyrie
-4 Sacred Foundry
-1 Sephara, Sky's Blade
-2 Slayers' Stronghold
-2 Starnheim Aspirant
-1 Valakut, the Molten Pinnacle
-2 Voice of All
-2 Warleader's Helix
-3 Wear // Tear
-1 Wrath of God
-2 Youthful Valkyrie
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/angelcontrol.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/angelcontrol.dck
deleted file mode 100644
index 4d294c8f0b0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/angelcontrol.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[metadata]
-Name=angelcontrol
-[Avatar]
-
-[Main]
-1 Angel of Serenity|C21|1
-2 Angelic Sleuth|NCC|1
-1 Archangel Elspeth|MOM|1
-1 Archangel of Thune|2XM|1
-1 Boon-Bringer Valkyrie|MOM|1
-2 Celestial Regulator|SNC|1
-1 Elspeth Resplendent|SNC|1
-1 Emeria Shepherd|BFZ|1
-4 Emeria's Call|ZNR|1
-2 Errant and Giada|MOM|1
-2 Geist of Saint Traft|2XM|1
-2 Giada, Font of Hope|SNC|1
-1 Hallowed Fountain|RNA|1
-4 Herald of War|MIC|1
-1 Iridescent Angel|V15|1
-7 Island|SNC|3
-1 Luminous Angel|DVD|1
-2 Marble Diamond|C14|1
-3 Metropolis Angel|SNC|1
-8 Plains|SNC|4
-2 Sanctuary Warden|SNC|1
-1 Serra's Emissary|J21|1
-1 Shalai, Voice of Plenty|DOM|1
-2 Sky Diamond|KHC|1
-1 Skyboon Evangelist|NCC|1
-2 Thran Dynamo|C19|1
-4 Tundra|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/cat.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/cat.json
deleted file mode 100644
index 71cf54cf7be..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/cat.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Cat",
- "template":
- {
- "count":60,
- "colors":["Green","White"],
- "tribe":"Cat",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/copperhostbrutalizer.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/copperhostbrutalizer.json
deleted file mode 100644
index 38a908c035f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/copperhostbrutalizer.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Copper Host Brutalizer",
- "template":
- {
- "count":60,
- "colors":["Green, Black"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.45,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/dimir_poison.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/dimir_poison.dck
deleted file mode 100644
index d0179635074..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/dimir_poison.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=Dimir Poison
-[Main]
-4 Blighted Agent|NPH|1
-4 Drown in Ichor|ONE|1
-4 Drowned Catacomb|SLD|1
-1 Glistening Extractor|YONE|1
-3 Grim Affliction|NPH|1
-4 Guildpact Informant|WAR|1
-2 Ichor Aberration|YONE|1
-2 Inexorable Tide|SOM|1
-3 Island|ONE|1
-2 Island|ONE|3
-1 Island|ONE|4
-2 Mirrex|ONE|1
-4 Pestilent Syphoner|ONE|1
-2 Phyrexian Crusader|MBS|1
-1 Recoil|DDH|1
-2 Scheming Aspirant|ONE|1
-3 Spread the Sickness|MBS|1
-1 Swamp|ONE|1
-2 Swamp|ONE|2
-4 Swamp|ONE|3
-5 Swamp|ONE|4
-2 Trawler Drake|ONE|1
-4 Voidwing Hybrid|ONE|1
-4 Vraska's Fall|ONE|1
-2 Yawgmoth, Thran Physician|MH1|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/drossgrimnarch.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/drossgrimnarch.json
deleted file mode 100644
index 263b04092a3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/drossgrimnarch.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Dross Grimnarch",
- "template":
- {
- "count":60,
- "colors":["Black, Blue"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.40,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fireelemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fireelemental.dck
deleted file mode 100644
index c2438829892..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fireelemental.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=fireelemental
-[Avatar]
-
-[Main]
-4 Abrade|HOU|1
-4 Akoum Hellhound|ZNR|1
-4 Ball Lightning|A25|1
-2 Cavalier of Flame|M20|1
-4 Fire Elemental|M19|1
-2 Fury|MH2|1
-1 Inferno Project|C21|1
-2 Lava Serpent|IKO|1
-1 Lightning Elemental|M12|1
-1 Magmatic Force|BBD|1
-1 Malignus|AVR|1
-5 Mountain|IKO|1
-8 Mountain|IKO|2
-9 Mountain|IKO|3
-4 Shock|M20|1
-4 Spark Elemental|PD2|1
-4 Tectonic Giant|SCD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/firegiantboss.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/firegiantboss.dck
deleted file mode 100644
index 7ecc84f549d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/firegiantboss.dck
+++ /dev/null
@@ -1,16 +0,0 @@
-[metadata]
-Name=firegiantboss
-[Main]
-2 Blood Moon|2XM|1
-4 Borderland Behemoth|C15|1
-4 Calamity Bearer|KHM|1
-4 Crush Underfoot|MMA|1
-3 Fire Giant's Fury|KHM|1
-4 Hammerfist Giant|C15|1
-4 Inferno Titan|CM2|1
-4 Magma Giant|CM2|1
-28 Mountain|KHM|1
-4 Quakebringer|KHM|1
-4 Squash|KHM|1
-4 Sunrise Sovereign|C15|1
-4 Thundercloud Shaman|CM2|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fungus.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fungus.dck
deleted file mode 100644
index f04a364523b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/fungus.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[metadata]
-Name=fungus
-[Main]
-2 Deathbonnet Sprout|MID|1
-6 Forest|CLB|1
-7 Forest|CLB|2
-7 Forest|CLB|3
-4 Forest|CLB|4
-4 Fungusaur|30A|1
-1 Mycoloth|C15|1
-4 Spore Swarm|DOM|1
-4 Sporecrown Thallid|DOM|1
-4 Sporemound|ZNC|1
-1 Sporeweb Weaver|M21|1
-2 Swarm Shambler|ZNR|1
-1 Tendershoot Dryad|RIX|1
-4 Thallid|MMA|1
-2 Thallid Shell-Dweller|TSR|1
-4 The Weatherseed Treaty|DMU|1
-2 Undercellar Myconid|CLB|1
-1 Verdeloth the Ancient|ARC|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/furnacetormentor.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/furnacetormentor.json
deleted file mode 100644
index 6666c00c501..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/furnacetormentor.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Furnace Tormentor",
- "template":
- {
- "count":60,
- "colors":["Red", "Green"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.35,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/gitaxianscientist.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/gitaxianscientist.json
deleted file mode 100644
index f51302b7663..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/gitaxianscientist.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Gitaxian Scientist",
- "template":
- {
- "count":60,
- "colors":["Blue", "Green"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.45,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/goblins.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/goblins.dck
deleted file mode 100644
index 8bb19ba0e8d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/goblins.dck
+++ /dev/null
@@ -1,20 +0,0 @@
-[metadata]
-Name=Goblins
-Title=Goblins
-[main]
-2 Gauntlet of Might|LEA
-2 Giant Strength|4ED
-4 Goblin Balloon Brigade|4ED
-2 Goblin Digging Team|DRK
-4 Goblin Hero|DRK
-4 Goblin King|LEB
-2 Goblins of the Flarg|DRK
-4 Keldon Warlord|LEB
-4 Lightning Bolt|LEB
-2 Manabarbs|4ED
-4 Mons's Goblin Raiders|LEB
-1 Mox Ruby|LEB
-21 Mountain|4ED
-3 Orcish Oriflamme|LEB
-1 Shatter|4ED
-[sideboard]
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golem.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golem.dck
deleted file mode 100644
index 76a51719e9d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golem.dck
+++ /dev/null
@@ -1,20 +0,0 @@
-[duel]
-[metadata]
-Name=MIR 2 Tribe: Golems
-Title=Golems
-Difficulty=medium
-Description="Once, a wealthy king commissioned an artificial creature to be crafted from the royal treasury, thinking it a clever ploy to have the jewels guard themselves." -Azeworai, "The Golem's Wish"
-Icon=Dungeon Crawling Colorless.jpg
-Deck Type=constructed
-[Main]
-4 Basalt Golem|MIR
-4 Crystal Golem|MIR
-4 Alloy Golem
-20 Wastes
-4 Igneous Golem|MIR
-4 Lead Golem|MIR
-4 Battered Golem
-4 Matopi Golem|VIS
-4 Patagia Golem|MIR
-4 Quicksand|VIS
-4 Sand Golem|MIR
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_elf.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_elf.dck
deleted file mode 100644
index 68bf3836c81..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_elf.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=Golgari Elf
-[Main]
-2 Abomination of Llanowar|HA4|1
-1 Ayara, First of Locthwain|ELD|1
-4 Compleated Huntmaster|MOM|1
-2 Elvish Vatkeeper|MOM|1
-4 Eyeblight's Ending|LRW|1
-4 Forest|NPH|1
-2 Forest|NPH|2
-4 Gilt-Leaf Palace|LRW|1
-1 Glissa Sunslayer|ONE|3
-2 Glissa, Herald of Predation|MOM|2
-2 Golgari Guildmage|RAV|1
-1 Harald, King of Skemfar|PMEI|1
-1 Jarad, Golgari Lich Lord|GK1|1
-2 Korozda Guildmage|DDJ|1
-1 Lathril, Blade of the Elves|KHC|1
-1 Nightshade Harvester|CMR|2
-4 Ochran Assassin|GRN|1
-4 Poison-Tip Archer|M19|1
-4 Prowess of the Fair|LRW|1
-2 Ruthless Winnower|KHC|1
-4 Shaman of the Pack|ORI|1
-8 Swamp|NPH|1
-2 Swamp|NPH|2
-2 Swarm Guildmage|GRN|1
-2 Twinblade Assassins|M21|1
-4 Woodland Cemetery|DMR|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_treefolk.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_treefolk.dck
deleted file mode 100644
index 5c3b055441b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/golgari_treefolk.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=Golgari Treefolk
-[Main]
-4 Blooming Marsh|KLR|1
-3 Bosk Banneret|MOR|1
-4 Dauntless Dourbark|PG07|1
-1 Fendeep Summoner|MOR|1
-4 Forest|ONE|1
-4 Heartless Summoning|ISD|1
-4 Leaf-Crowned Elder|MOR|1
-4 Orchard Warden|MOR|1
-4 Overgrown Tomb|PRM|1
-2 Plunge into Darkness|5DN|1
-2 Realmwalker|KHM|1
-4 Sapling of Colfenor|EVE|1
-1 Swamp|ONE|1
-1 Swamp|ONE|3
-4 Timber Protector|LRW|1
-4 Treefolk Harbinger|LRW|1
-3 Urborg, Tomb of Yawgmoth|TSR|1
-4 Verdant Catacombs|MH2|1
-3 Vito, Thorn of the Dusk Rose|J22|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/human_soldier_token.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/human_soldier_token.dck
deleted file mode 100644
index 22990e95eda..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/human_soldier_token.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=human_soldier_token
-[Main]
-1 Adamant Will|VOW|1
-1 Angelic Quartermaster|VOW|1
-1 Captain of the Watch|M10|1
-1 Cemetery Protector|VOW|1
-1 Commanding Presence|THB|1
-1 Darien, King of Kjeldor|CSP|1
-1 Dawn of Hope|GRN|1
-1 Field Marshal|CSP|1
-1 Fierce Retribution|VOW|1
-1 First Response|M15|1
-1 Flare of Faith|MID|1
-1 God-Favored General|BNG|1
-1 Haazda Marshal|GRN|1
-1 Heirloom Blade|AFC|1
-1 Herald of War|AVR|1
-1 Hero of Bladehold|MBS|1
-1 Iona's Judgment|CMR|1
-1 Keeper of the Accord|CMR|1
-1 Mobilization|10E|1
-1 Moment of Heroism|JMP|1
-2 Perimeter Sergeant|IKO|1
-1 Plains|IKO|1
-3 Plains|IKO|2
-2 Plains|IKO|3
-3 Plains|ISD|1
-2 Plains|ISD|2
-1 Plains|ISD|3
-3 Plains|RTR|2
-1 Plains|RTR|3
-1 Plains|RTR|4
-1 Plains|RTR|5
-2 Plains|THS|1
-2 Plains|THS|3
-3 Plains|THS|4
-1 Precinct Captain|RTR|1
-1 Rhox Pikemaster|M10|1
-2 Sanctuary Lockdown|IKO|1
-1 Thraben Standard Bearer|EMN|1
-4 Veteran Armorsmith|M10|1
-4 Veteran Swordsmith|M10|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/ladybug.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/ladybug.dck
deleted file mode 100644
index 4b0d7b856d9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/ladybug.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=ladybug
-[Avatar]
-
-[Main]
-4 Caustic Caterpillar|J22|1
-10 Forest|C18|1
-9 Forest|C18|2
-5 Forest|C18|3
-4 Giant Adephage|C19|1
-3 Giant Caterpillar|J22|1
-4 Giant Ladybug|J22|1
-4 Ironshell Beetle|GRN|1
-1 Moldgraf Monstrosity|C18|1
-4 Rampaging Growth|J22|1
-2 Rise of the Ants|MID|1
-4 Scute Mob|E01|1
-2 Scute Swarm|PRES|1
-2 Spring-Leaf Avenger|NEO|1
-2 Zask, Skittering Swarmlord|J22|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/phyrexianangel.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/phyrexianangel.json
deleted file mode 100644
index d8d0ebebb07..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/phyrexianangel.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Orthodoxy Angel",
- "template":
- {
- "count":60,
- "colors":["White", "Green"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.5,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/reanimator_cycling_rbu.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/reanimator_cycling_rbu.dck
deleted file mode 100644
index 6dd53342f84..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/reanimator_cycling_rbu.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[duel]
-[metadata]
-Name=Belial's Devious Dealings 3
-Title=Belial, Hells's Adjudicator
-Difficulty=hard
-Description=RBU cycling and reanimate theme deck
-Icon=Belial 3.jpg
-Deck Type=constructed
-[Main]
-2 Archfiend of Ifnir
-2 Architects of Will
-4 Badlands
-2 Baleful Mastery
-2 Beacon of Unrest
-2 By Force
-2 Counterflux
-3 Crumbling Necropolis
-2 Curator of Mysteries
-2 Decree of Silence
-4 Dragonskull Summit
-2 Drake Haven
-2 Drannith Stinger
-4 Drowned Catacomb
-2 Flameblade Adept
-2 Flayer of the Hatebound
-2 Hex Parasite
-2 Lightning Rift
-1 Living Death
-1 Living End
-3 Mirrorpool
-2 Nimble Obstructionist
-2 Rooting Moloch
-2 Sanctuary Smasher
-1 Scion of Darkness
-2 Shark Typhoon
-2 Spellpyre Phoenix
-4 Sulfur Falls
-4 Underground Sea
-1 Unpredictable Cyclone
-2 Vile Manifestation
-2 Void Beckoner
-4 Volcanic Island
-4 Xander's Lounge
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/unicorn.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/unicorn.dck
deleted file mode 100644
index 08153de7d65..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/unicorn.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[metadata]
-Name=unicorn
-[Avatar]
-
-[Main]
-4 Blessed Sanctuary|J22|1
-2 Brightmare|JMP|1
-2 Celestial Unicorn|AFR|1
-1 Daybreak Charger|J22|1
-1 Daybreak Charger|M21|1
-2 Emiel the Blessed|J22|1
-2 Forest|J22|1
-3 Forest|J22|2
-7 Forest|J22|3
-4 Good-Fortune Unicorn|MH1|1
-2 Inspiring Unicorn|JMP|1
-2 Lathiel, the Bounteous Dawn|CMR|1
-2 Lonesome Unicorn|ELD|1
-2 Majestic Auricorn|IKO|1
-2 Mesa Unicorn|GNT|1
-2 Pearled Unicorn|30A|1
-5 Plains|J22|1
-5 Plains|J22|2
-2 Plains|J22|3
-2 Prized Unicorn|ORI|1
-4 Steadfast Unicorn|CLB|1
-2 Valorous Steed|J22|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie.dck b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie.dck
deleted file mode 100644
index 9534c8d9f7d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie.dck
+++ /dev/null
@@ -1,42 +0,0 @@
-[quest]
-id=10
-AILife=30
-Repeat=false
-Wins=40
-Card Reward=4 black rares
-Credit Reward=200
-HumanExtras=TOKEN;W;1;1;Citizen;Creature|TOKEN;W;1;1;Citizen;Creature|TOKEN;W;1;1;Citizen;Creature|Wall of Spears
-AIExtras=Scathe Zombies|Mass of Ghouls
-[metadata]
-Name=quest10
-Title=Zombie Attack!
-Difficulty=hard
-Description=The village of Haven is getting attacked by the Zombie horde! Protect the village.
-Icon=Zombie Attack.jpg
-Deck Type=constructed
-[main]
-1 Cadaverous Knight
-1 Bog Raiders
-1 Gluttonous Zombie
-22 Swamp|ISD
-1 Stillmoon Cavalier
-1 Scathe Zombies
-3 Terror
-2 Douse in Gloom
-1 Headless Horseman
-2 Lord of the Undead
-3 Duress
-1 Stromgald Crusader
-1 Walking Dead
-1 Severed Legion
-1 Fallen Cleric
-2 Cemetery Reaper
-3 Gravedigger
-1 Bad Moon
-1 Mox Jet
-4 Raise Dead
-1 Dregscape Zombie
-4 Mass of Ghouls
-1 Warpath Ghoul
-1 Viscera Dragger
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie_mid.json b/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie_mid.json
deleted file mode 100644
index 1e9d3c933f7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/zombie_mid.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Zombie mid",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Zombie",
- "tribeCards":1.0,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/octopus.dck b/forge-gui/res/adventure/Shandalar/decks/standard/octopus.dck
deleted file mode 100644
index 5d03e87481e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/octopus.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=octopus
-[Avatar]
-
-[Main]
-4 Acquisition Octopus|NEO|1
-1 Crush of Tentacles|OGW|1
-4 Divination|M15|1
-4 Giant Octopus|9ED|1
-24 Island|RNA|1
-2 Lorthos, the Tidemaker|C14|1
-4 Mesmerizing Benthid|RNA|1
-4 Octoprophet|J22|1
-2 Octopus Umbra|C18|1
-4 Quest for Ula's Temple|WWK|1
-4 Sea-Dasher Octopus|IKO|1
-1 Sealock Monster|DDO|1
-2 Whelming Wave|JMP|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ooze.json b/forge-gui/res/adventure/Shandalar/decks/standard/ooze.json
deleted file mode 100644
index 1bbf327c2b7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ooze.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Ooze",
- "template":
- {
- "count":60,
- "colors":["Green","Blue","Black"],
- "tribe":"Ooze",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.6
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblackred.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblackred.dck
deleted file mode 100644
index 6fc7679d689..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblackred.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=ooze_greenblackred
-[Avatar]
-
-[Main]
-3 Biogenic Ooze|RNA|1
-4 Bloodhall Ooze|CFX|1
-4 Experiment One|MB1|1
-8 Forest|CLB|1
-3 Gelatinous Cube|AFR|1
-4 Gluttonous Slug|MH1|1
-3 Jund Charm|C13|1
-4 Lava Coil|J21|1
-8 Mountain|CLB|1
-2 Ooze Flux|GTC|1
-4 Oran-Rief Ooze|J21|1
-2 Scavenging Ooze|NCC|1
-8 Swamp|CLB|1
-3 Uchuulon|CLB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblue.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblue.dck
deleted file mode 100644
index 49797dce05b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_greenblue.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=ooze_greenblue
-[Avatar]
-
-[Main]
-2 Acidic Slime|CMR|1
-2 Acidic Slime|NEC|1
-2 Consuming Blob|MID|1
-4 Corrosive Ooze|DOM|1
-12 Forest|CLB|1
-2 Glimmerbell|J21|1
-4 Growth Spiral|STA|1
-12 Island|CLB|1
-4 Man-o'-War|J21|1
-4 Manaplasm|CN2|1
-2 Mystic Genesis|MM3|1
-2 Plasm Capture|DDO|1
-4 Slimebind|RNA|1
-4 Voidslime|PCMP|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_monogreen.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ooze_monogreen.dck
deleted file mode 100644
index 83fd08a673c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ooze_monogreen.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[metadata]
-Name=ooze_monogreen
-[Avatar]
-
-[Main]
-4 Druid's Deliverance|C19|1
-24 Forest|AFR|1
-4 Gelatinous Genesis|2XM|1
-4 Miming Slime|GK2|1
-4 Mitotic Slime|TD2|1
-4 Ochre Jelly|AFR|1
-4 Prey Upon|AJMP|1
-2 Rampant Growth|AFC|1
-4 Slime Molding|MM3|1
-2 Splitting Slime|PZ2|1
-4 Wild Growth|AFC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/owl.dck b/forge-gui/res/adventure/Shandalar/decks/standard/owl.dck
deleted file mode 100644
index ad416c4c7c1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/owl.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[metadata]
-Name=owl
-[Avatar]
-
-[Main]
-4 Augury Owl|PCA|1
-4 Bad River|VMA|1
-4 Baleful Strix|SLD|1
-4 Contaminated Aquifer|DMU|1
-3 Dream Strix|STX|1
-4 Drowned Catacomb|XLN|1
-2 Fetid Pools|AKH|1
-1 Island|PCA|2
-2 Island|PCA|3
-1 Island|PCA|4
-2 Judge's Familiar|F13|1
-4 Keep Safe|IKO|1
-4 Palace Familiar|DTK|1
-4 Parasitic Strix|2XM|1
-4 Sage Owl|M10|1
-3 Stormscape Familiar|PLS|1
-2 Sunken Hollow|MIC|1
-1 Swamp|PCA|1
-1 Swamp|PCA|3
-1 Swamp|PCA|4
-1 Swamp|PCA|5
-4 Tidehollow Strix|C13|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/phoenix.dck b/forge-gui/res/adventure/Shandalar/decks/standard/phoenix.dck
deleted file mode 100644
index cc46f4b72cd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/phoenix.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=Phoenix
-[Main]
-2 Blood Crypt|RNA|1
-1 Cavern of Souls|2X2|1
-4 Chandra's Phoenix|M14|1
-2 Clifftop Retreat|DOM|1
-2 Delayed Blast Fireball|CLB|2
-2 Dragonskull Summit|DMC|1
-2 Fireball|CLB|1
-2 Firestorm|WTH|1
-2 Flame-Wreathed Phoenix|BNG|1
-4 Flamewake Phoenix|FRF|1
-2 Impact Tremors|MB1|1
-4 Lightning Phoenix|JMP|1
-4 Managorger Phoenix|J21|1
-2 Molten Echoes|VOC|1
-4 Mountain|DMU|1
-2 Mountain|DMU|2
-3 Mountain|DMU|3
-2 Otharri, Suns' Glory|ONC|1
-4 Phoenix Chick|DMU|1
-2 Sacred Foundry|GRN|1
-2 Savai Triome|IKO|1
-2 Screeching Phoenix|GS1|1
-2 Secluded Courtyard|NEO|1
-2 Skarrgan Firebird|E01|1
-2 Syrix, Carrier of the Flame|NCC|1
-4 Tomakul Phoenix|YBRO|1
-2 Wall of Fire|M13|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianangel.dck b/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianangel.dck
deleted file mode 100644
index fefbfe3fb6f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianangel.dck
+++ /dev/null
@@ -1,45 +0,0 @@
-[metadata]
-Name=phyrexianangel
-[Avatar]
-
-[Main]
-2 Apostle of Invasion|ONE|1
-2 Bloated Contaminator|ONE|1
-2 Blossoming Sands|MOM|1
-2 Charge of the Mites|ONE|1
-4 Crawling Chorus|ONE|1
-2 Duelist of Deep Faith|ONE|1
-2 Flensing Raptor|ONE|1
-3 Forest|ONE|3
-3 Forest|ONE|4
-2 Infectious Bite|ONE|1
-2 Infested Fleshcutter|ONE|1
-2 Mite Overseer|ONE|2
-1 Myr Convert|ONE|1
-1 Myr Convert|ONE|2
-2 Norn's Wellspring|ONE|1
-1 Ossification|ONE|1
-1 Ossification|ONE|2
-2 Phyrexia's Core|NPH|1
-2 Plague Nurse|ONE|1
-3 Plains|ONE|1
-2 Plains|ONE|2
-1 Plains|ONE|3
-4 Plains|ONE|4
-2 Razorverge Thicket|ONE|2
-1 Sinew Dancer|ONE|1
-1 Sinew Dancer|ONE|2
-2 Slaughter Singer|ONE|1
-2 Slaughter Singer|ONE|2
-2 The Seedcore|ONE|1
-2 Venerated Rotpriest|ONE|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianduelist.json b/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianduelist.json
deleted file mode 100644
index 222826c04f0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/phyrexianduelist.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Orthodoxy Duelist",
- "template":
- {
- "count":60,
- "colors":["White"],
- "tribe":"Phyrexian",
- "tribeCards":1.0,
- "tribeSynergyCards":0.5,
- "rares":0.25
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/pirate.dck b/forge-gui/res/adventure/Shandalar/decks/standard/pirate.dck
deleted file mode 100644
index cedd60d4f20..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/pirate.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[metadata]
-Name=pirates
-[Main]
-2 Buccaneer's Bravado|RIX|1
-2 Coastal Piracy|MMQ|1
-2 Daring Piracy|J22|1
-3 Fathom Fleet Firebrand|XLN|1
-2 Fell Flagship|XLN|1
-2 Fiery Cannonade|XLN|1
-2 Glint-Horn Buccaneer|M20|1
-4 Headstrong Brute|XLN|1
-8 Island|ISD|1
-2 Marauding Looter|XLN|1
-9 Mountain|KLD|1
-2 Pirate's Cutlass|XLN|1
-2 Pirate's Pillage|RIX|1
-2 Pirate's Prize|XLN|1
-4 Rigging Runner|XLN|1
-2 Rowdy Crew|XLN|1
-4 Shipwreck Looter|XLN|1
-4 Volatile Fjord|KHM|1
-2 Volcanic Island|LEB|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/plant.dck b/forge-gui/res/adventure/Shandalar/decks/standard/plant.dck
deleted file mode 100644
index 9fa68379f4e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/plant.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=plant
-[Avatar]
-
-[Main]
-1 Avenger of Zendikar|C18|1
-2 Carnivorous Plant|MED|1
-2 Centaur Vinecrasher|C15|1
-1 Creeperhulk|CMA|1
-1 Cultivator Colossus|VOW|1
-3 Forest|C15|1
-7 Forest|C15|2
-6 Forest|C15|3
-4 Forest|C15|4
-4 Ilysian Caryatid|J22|1
-4 Khalni Garden|C18|1
-4 Mosstodon|ALA|1
-1 Phytotitan|M15|1
-2 Rampant Growth|AFC|1
-2 Rampant Rejuvenator|NEC|1
-4 Topiary Stomper|SNC|1
-2 Tree of Redemption|A25|1
-4 Vinelasher Kudzu|GK2|1
-4 Wall of Blossoms|JMP|1
-2 Wall of Brambles|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/plant.json b/forge-gui/res/adventure/Shandalar/decks/standard/plant.json
deleted file mode 100644
index 7973c8f5740..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/plant.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Plant",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Plant",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/poisonoussnake.dck b/forge-gui/res/adventure/Shandalar/decks/standard/poisonoussnake.dck
deleted file mode 100644
index 90be7be0f27..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/poisonoussnake.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=poisonoussnake
-[Avatar]
-
-[Main]
-4 Ambush Viper|CMR|1
-3 Blight Mamba|ONC|1
-2 Death-Hood Cobra|MM3|1
-14 Forest|GNT|1
-6 Forest|GNT|2
-4 Giant Growth|BRO|1
-2 Inkmoth Nexus|WMC|1
-4 Lotus Cobra|ZNR|1
-4 Marsh Viper|DRK|1
-4 Moss Viper|THB|1
-4 Overrun|TPR|1
-2 Saryth, the Viper's Fang|MID|1
-2 The Seedcore|ONE|1
-2 Triumph of the Hordes|NPH|1
-3 Wasteland Viper|GK2|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/pyromancer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/pyromancer.dck
deleted file mode 100644
index 612e62aaec5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/pyromancer.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=pyromancer
-[Avatar]
-
-[Main]
-2 Delayed Blast Fireball|CLB|2
-2 Efreet Flamepainter|STX|1
-1 Flame Blitz|MH2|1
-2 Flame Rift|MH2|1
-2 Flame Wave|TPR|1
-1 Flamescroll Celebrant|STX|2
-1 Geistflame Reservoir|MID|1
-3 Guttersnipe|SCD|1
-2 Kardum, Patron of Flames|HBG|1
-1 Keldon Flamesage|DMU|1
-3 Lightning Bolt|PD2|1
-3 Monastery Swiftspear|BRO|1
-24 Mountain|STX|1
-2 Pillar of Flame|J22|1
-4 Ral's Reinforcements|MOM|1
-3 Shock|DDN|1
-4 Young Pyromancer|EMA|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_devil.dck b/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_devil.dck
deleted file mode 100644
index a6e17666b34..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_devil.dck
+++ /dev/null
@@ -1,58 +0,0 @@
-[metadata]
-Name=rakdos_devil
-[Avatar]
-
-[Main]
-1 Bedeck // Bedazzle|RNA|1
-1 Bedevil|RNA|1
-1 Chaos Imps|RTR|1
-2 Daggerclaw Imp|GPT|1
-3 Daggerdrome Imp|RTR|1
-1 Demon's Jester|DIS|1
-1 Demonfire|DIS|1
-1 Dreadbore|RTR|1
-3 Footlight Fiend|RNA|1
-1 Get the Point|RNA|1
-1 Lord of the Void|GTC|1
-1 Macabre Mockery|RNA|1
-1 Master of Cruelties|DGM|1
-2 Mayhem Devil|WAR|1
-2 Mountain|GRN|1
-2 Mountain|RAV|2
-2 Mountain|RNA|1
-2 Mountain|RTR|4
-1 Pilfering Imp|GRN|1
-1 Rafter Demon|RNA|1
-2 Rakdos Cackler|RTR|1
-2 Rakdos Carnarium|VOC|1
-1 Rakdos Cluestone|DGM|1
-1 Rakdos Guildgate|DGM|1
-1 Rakdos Guildgate|RNA|1
-1 Rakdos Guildgate|RNA|2
-1 Rakdos Guildgate|RTR|1
-1 Rakdos Keyrune|GK2|1
-1 Rakdos Locket|C19|1
-1 Rakdos's Return|GK2|1
-1 Rakdos, the Showstopper|RNA|1
-1 Sire of Insanity|DGM|1
-1 Spawn of Mayhem|RNA|1
-2 Swamp|GRN|1
-1 Swamp|RAV|1
-1 Swamp|RAV|3
-2 Swamp|RNA|1
-1 Swamp|RTR|1
-1 Swamp|RTR|2
-2 Tibalt's Rager|WAR|1
-1 Twinstrike|DIS|1
-2 Unlikely Aid|ANB|1
-2 Wrecking Ball|DIS|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_vamps.dck b/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_vamps.dck
deleted file mode 100644
index 77fd635d493..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rakdos_vamps.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[metadata]
-Name=Rakdos Vamps
-[Main]
-1 Anje Falkenrath|C19|1
-2 Anje, Maid of Dishonor|VOW|1
-2 Blade of the Bloodchief|ZEN|1
-4 Blightstep Pathway|KHM|1
-2 Blood Artist|J22|1
-4 Bloodhall Priest|C19|1
-4 Bloodtithe Harvester|VOW|1
-1 Canyon Slough|AKR|1
-1 Dragonskull Summit|DMC|1
-1 Evelyn, the Covetous|SNC|3
-4 Fable of the Mirror-Breaker|NEO|1
-1 Florian, Voldaren Scion|DBL|1
-1 Foreboding Ruins|SCD|1
-3 Guul Draz Assassin|PLIST|1
-1 Kazarov, Sengir Pureblood|DOM|1
-5 Mountain|MID|1
-1 Mountain|MID|3
-4 Murderous Compulsion|MB1|1
-1 Olivia Voldaren|ISD|1
-1 Olivia, Crimson Bride|VOW|1
-1 Olivia, Mobilized for War|SOI|1
-2 Sengir Connoisseur|DMU|1
-1 Sengir Vampire|JMP|1
-1 Smoldering Marsh|SCD|1
-2 Stensia Masquerade|SOI|1
-1 Strefan, Maurer Progenitor|VOC|2
-4 Stromkirk Captain|DKA|1
-3 Swamp|MID|1
-3 Swamp|MID|2
-2 Swamp|MID|3
-2 Vampire of the Dire Moon|M20|1
-2 Vampire Socialite|MID|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rat.json b/forge-gui/res/adventure/Shandalar/decks/standard/rat.json
deleted file mode 100644
index 4efd6d0f909..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rat.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Rat",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Rat",
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rat_realmagic.dck b/forge-gui/res/adventure/Shandalar/decks/standard/rat_realmagic.dck
deleted file mode 100644
index 3676afa978e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rat_realmagic.dck
+++ /dev/null
@@ -1,5 +0,0 @@
-[metadata]
-Name=rat_realmagic
-[Main]
-20 Black Lotus|LEA|1
-20 Plague Rats|LEA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/ratswarm.dck b/forge-gui/res/adventure/Shandalar/decks/standard/ratswarm.dck
deleted file mode 100644
index 87ed15cbf05..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/ratswarm.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=ratswarm
-[Main]
-4 Burglar Rat|JMP|1
-4 Drainpipe Vermin|JMP|1
-4 Muck Rats|PO2|1
-4 Plague Rats|30A|1
-4 Plaguecrafter's Familiar|J21|1
-4 Spawning Pool|10E|1
-16 Swamp|GNT|1
-4 Swarm of Rats|8ED|1
-4 Swarmyard|TSR|1
-4 Typhoid Rats|M15|1
-4 Wave of Rats|NCC|1
-4 Zodiac Rat|PRM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/raven.dck b/forge-gui/res/adventure/Shandalar/decks/standard/raven.dck
deleted file mode 100644
index d2cea5a750b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/raven.dck
+++ /dev/null
@@ -1,23 +0,0 @@
-[metadata]
-Name=owl
-[Main]
-4 Arcane Sanctum|AFC|1
-4 Attempted Murder|UNF|1
-4 Augury Raven|KHM|1
-4 Carrion Crow|M15|1
-2 Choked Estuary|AFC|1
-4 Crow of Dark Tidings|CMR|1
-2 Crow Storm|UST|1
-4 Evolving Wilds|RIX|1
-4 Fabled Passage|ELD|1
-2 Island|FRF|1
-4 Island|FRF|2
-4 Mist Raven|KHC|1
-1 Plains|FRF|1
-1 Plains|FRF|2
-2 Raven's Crime|MMA|1
-4 Ravenform|KHM|1
-4 Storm Crow|SLD|1
-1 Swamp|FRF|1
-1 Swamp|FRF|2
-4 The Raven's Warning|KHM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/reanimator.dck b/forge-gui/res/adventure/Shandalar/decks/standard/reanimator.dck
deleted file mode 100644
index 0fe9cf408a7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/reanimator.dck
+++ /dev/null
@@ -1,44 +0,0 @@
-[metadata]
-Name=reanimator
-[Avatar]
-
-[Main]
-2 Agadeem's Awakening|ZNR|1
-4 Animate Dead|30A|1
-4 Badlands|30A|1
-2 Balefire Dragon|UMA|1
-1 Bladewing, Deathless Tyrant|DMC|1
-1 Cavalier of Night|M20|1
-3 Coldsteel Heart|MB1|1
-1 Cunning Lethemancer|ALA|1
-2 Delirium Skeins|MM3|1
-1 Etali, Primal Conqueror|MOM|1
-1 Etali, Primal Storm|NCC|1
-1 Forgefire Automaton|YBRO|1
-2 Lord of the Void|GTC|1
-1 Mikaeus, the Unhallowed|UMA|1
-2 Millikin|DMR|1
-2 Mire Triton|J22|1
-4 Mountain|30A|1
-2 Overwhelming Remorse|BRO|1
-1 Plaguecrafter|J21|1
-1 Sheoldred, Whispering One|MUL|2
-2 Smallpox|DDR|1
-3 Smoldering Marsh|SCD|1
-1 Spine of Ish Sah|CM2|1
-4 Stitcher's Supplier|J22|2
-5 Swamp|30A|1
-1 Syr Konrad, the Grim|J22|1
-2 Takenuma, Abandoned Mire|NEO|1
-2 Tomb Fortress|40K|1
-2 Wheel of Fortune|30A|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/reassemblingskeleton.dck b/forge-gui/res/adventure/Shandalar/decks/standard/reassemblingskeleton.dck
deleted file mode 100644
index 79d4cbfe61d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/reassemblingskeleton.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=reassemblingskeleton
-[Avatar]
-
-[Main]
-4 Clattering Augur|J21|1
-4 Corpse Churn|CMR|1
-4 Dakmor Salvage|UMA|1
-2 Death-Priest of Myrkul|AFR|1
-4 Diminished Returner|YDMU|1
-4 Dread Summons|MIC|1
-2 Funeral Rites|THB|1
-4 Gutterbones|RNA|1
-4 Persistent Specimen|VOW|1
-4 Reassembling Skeleton|MB1|1
-4 Sanitarium Skeleton|JMP|1
-8 Swamp|MH2|1
-12 Swamp|MH2|2
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy.json b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy.json
deleted file mode 100644
index e20ce41c3d6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"name":"Red bad",
- "template":
- {
- "count":80,
- "colors":["Red"],
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_burn.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_burn.dck
deleted file mode 100644
index d5837e22306..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_burn.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[duel]
-[metadata]
-Name=Jaya's Conflagration 1
-Title=Jaya Ballard
-Difficulty=easy
-Description=Mono-red elemental and burn themed deck
-Icon=Jaya Ballard 1.jpg
-Deck Type=constructed
-[Main]
-2 Ball Lightning
-2 Browbeat
-3 Castle Embereth
-1 Chandra's Incinerator
-2 Cinder Elemental
-2 Cinder Pyromancer
-1 Comet Storm
-2 Disintegrate
-2 Elixir of Immortality
-2 Fire Servant
-2 Hammer of Bogardan
-1 Harmonic Prodigy
-2 Incandescent Soulstoke
-3 Incinerate
-1 Increasing Vengeance
-2 Kiln Fiend
-2 Mimic Vat
-16 Mountain
-3 Pyretic Ritual
-2 Soul-Scar Mage
-1 Spinerock Knoll
-2 Valakut, the Molten Pinnacle
-2 Wildfire Elemental
-2 Young Pyromancer
-[Sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_dragons.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_dragons.dck
deleted file mode 100644
index 1079d286a1e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_dragons.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[duel]
-[metadata]
-Name=Ryusei's Fiery Fall 1
-Title=Ryusei, the Falling Star
-Difficulty=easy
-Description=Mono-red dragons and artifacts theme deck
-Icon=Ryusei, the Falling Star 1.jpg
-Deck Type=constructed
-Profile=Reckless
-[main]
-2 Amethyst Dragon
-2 Arcbound Whelp
-2 Buried Ruin
-1 Covetous Dragon
-4 Darksteel Citadel
-3 Draconic Roar
-1 Dragon's Hoard
-3 Dragonlord's Servant
-2 Dragonspark Reactor
-3 Feedback Bolt
-1 Ganax, Astral Hunter
-1 Goldspan Dragon
-4 Great Furnace
-1 Hellkite Igniter
-1 Hellkite Tyrant
-1 Hoarding Dragon
-1 Moltensteel Dragon
-12 Mountain
-1 Opportunistic Dragon
-1 Orb of Dragonkind
-2 Ore-Scale Guardian
-3 Pristine Talisman
-2 Rapacious Dragon
-2 Ryusei, the Falling Star
-1 Steel Hellkite
-3 Welding Sparks
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_gauntletofmight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_gauntletofmight.dck
deleted file mode 100644
index abb99aa9a5f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_easy_gauntletofmight.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[duel]
-[metadata]
-Name=Firestorm 2
-Title=Firestorm
-Difficulty=medium
-Description=Mono R Gauntlet of Might deck with pumpable creatures
-Icon=Firestorm.jpg
-Deck Type=constructed
-[main]
-2 Blood Moon
-4 Bloodmark Mentor
-4 Dragon Hatchling
-4 Flamekin Brawler
-4 Gauntlet of Might
-2 Molten Ravager
-4 Moonveil Dragon
-24 Mountain
-4 Pyre Charger
-4 Rage Reflection
-2 Volcanic Strength
-2 Whispersilk Cloak
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_burn.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_burn.dck
deleted file mode 100644
index 00d0aa3ca53..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_burn.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[duel]
-[metadata]
-Name=Jaya's Conflagration 3
-Title=Jaya Ballard
-Difficulty=hard
-Description=Mono-red elemental and burn themed deck
-Icon=Jaya Ballard 3.jpg
-Deck Type=constructed
-[Main]
-3 Browbeat
-2 Chandra's Incinerator
-4 Dwarven Mine
-2 Electrodominance
-2 Elixir of Immortality
-3 Exquisite Firecraft
-3 Fire Servant
-1 Flame Wave
-4 Forgotten Cave
-2 Hammer of Bogardan
-1 Hostility
-3 Incandescent Soulstoke
-2 Increasing Vengeance
-3 Kiln Fiend
-2 Lightning Serpent
-2 Living Inferno
-21 Mountain
-3 Pyretic Ritual
-2 Pyromancer Ascension
-3 Seething Song
-2 Soul-Scar Mage
-1 Spinerock Knoll
-2 Stalking Vengeance
-4 Valakut, the Molten Pinnacle
-3 Young Pyromancer
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_dragons.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_dragons.dck
deleted file mode 100644
index 1026c6a7134..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_dragons.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[duel]
-[metadata]
-Name=Sarkhan Vol 3
-Title=Sarkhan Vol
-Difficulty=hard
-Description=Mono-red dragons with Sarkhan planeswalkers, mana ramp, and Dragonstorm
-Icon=Sarkhan Vol 3.jpg
-Deck Type=constructed
-[Main]
-1 Balefire Dragon
-4 Castle Embereth
-2 Dragon Tempest
-2 Dragonmaster Outcast
-3 Dragonspeaker Shaman
-2 Dragonstorm
-3 Gauntlet of Might
-1 Lathliss, Dragon Queen
-2 Moonveil Dragon
-26 Mountain
-4 Rite of Flame
-2 Sarkhan's Triumph
-1 Sarkhan, Dragonsoul
-1 Sarkhan, Fireblood
-2 Scourge of Valkas
-3 Seething Song
-1 Skyline Despot
-2 Skyship Stalker
-3 Spit Flame
-2 Steel Hellkite
-2 Thunderbreak Regent
-2 Thundermaw Hellkite
-1 Utvara Hellkite
-4 Valakut, the Molten Pinnacle
-3 Vanquisher's Banner
-1 Verix Bladewing
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_fight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_fight.dck
deleted file mode 100644
index fddbc40653b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_fight.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[duel]
-[metadata]
-Name=Crocodile Dundee 3
-Title=Crocodile Dundee
-Difficulty=hard
-Description=Mono R deck with Mudbrawler Cohort and Bloodmark Mentor
-Icon=Crocodile Dundee.jpg
-Deck Type=constructed
-[main]
-21 Mountain|M10
-1 Mox Ruby
-1 Ruby Medallion
-3 Bloodmark Mentor
-2 Cinder Pyromancer
-2 Mudbrawler Cohort
-2 Rockslide Ambush
-2 Spitting Earth
-3 Spire Barrage
-3 Flame Javelin
-2 Blood Knight
-4 Kargan Dragonlord
-1 Slith Firewalker
-1 Pyre Charger
-1 Feral Lightning
-4 Ball Lightning
-1 Blistering Firecat
-1 Kiki-Jiki, Mirror Breaker
-1 Rorix Bladewing
-4 Tarox Bladewing
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_lavaaxe.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_lavaaxe.dck
deleted file mode 100644
index 8cac5801556..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_hard_lavaaxe.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=lava_axe
-[Avatar]
-
-[Main]
-4 Arrow Storm|KTK|1
-1 Bonfire of the Damned|MM3|1
-4 Chandra's Fury|ORI|1
-2 Fight with Fire|DOM|1
-1 Flame Wave|TPR|1
-1 Incendiary Command|C13|1
-4 Lava Axe|M19|1
-4 Lava Spike|MMA|1
-1 Mountain|JMP|3
-2 Mountain|JMP|6
-2 Mountain|JMP|7
-5 Mountain|SOM|1
-9 Mountain|SOM|2
-1 Mountain|SOM|3
-4 Mountain|SOM|4
-4 Sarkhan's Catharsis|WAR|1
-1 Urza's Rage|MB1|1
-4 Volt Charge|DDL|1
-2 Wall of Granite|POR|1
-2 Wall of Heat|LEG|1
-2 Wall of Stone|8ED|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_artifact.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_artifact.dck
deleted file mode 100644
index 9ebc40ba93c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_artifact.dck
+++ /dev/null
@@ -1,49 +0,0 @@
-[duel]
-[metadata]
-Name=Iron Man 2
-Title=Iron Man
-Difficulty=medium
-Description=Mono R Artifact deck
-Icon=Iron Man.jpg
-Deck Type=constructed
-[main]
-12 Mountain
-4 Great Furnace
-4 Darksteel Citadel
-1 Memnite
-1 Frogmite
-1 Arcbound Worker
-1 Brass Gnat
-1 Flayer Husk
-1 Leonin Scimitar
-1 Pyrite Spellbomb
-1 Tablet of Epityr
-1 Urza's Chalice
-1 Iron Myr
-1 Arcbound Stinger
-1 Executioner's Hood
-1 Golem's Heart
-1 Jhoira's Toolbox
-1 Myr Sire
-1 Golem Foundry
-1 Snapsail Glider
-1 Oxidda Golem
-1 Battered Golem
-1 Yotian Soldier
-1 Myr Enforcer
-1 Junk Diver
-1 Chrome Steed
-1 Rusted Relic
-1 Drill-Skimmer
-1 Synod Centurion
-1 Razorfield Rhino
-1 Hammer of Purphoros
-1 Moltensteel Dragon
-1 Slash Panther
-3 Whipflare
-3 Galvanic Blast
-1 Blade-Tribe Berserkers
-1 Concussive Bolt
-1 Kuldotha Phoenix
-1 Feedback Bolt
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_circleofflame.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_circleofflame.dck
deleted file mode 100644
index b3f38ef1530..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_circleofflame.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[duel]
-[metadata]
-Name=Carnage 2
-Title=Carnage
-Difficulty=medium
-Description=Mono R Grand Melee deck with Circle of Flame
-Icon=Carnage.jpg
-Deck Type=constructed
-[main]
-23 Mountain
-4 Grand Melee
-1 Bedlam
-4 Circle of Flame
-4 Fire at Will
-1 Ashen Monstrosity
-1 Avatar of Slaughter
-4 Battle-Mad Ronin
-1 Berserkers of Blood Ridge
-1 Bloodcrazed Neonate
-1 Bloodrock Cyclops
-1 Craven Giant
-1 Crazed Goblin
-1 Flameborn Hellion
-1 Galvanic Juggernaut
-1 Goblin Brigand
-1 Juggernaut
-2 Kuldotha Ringleader
-1 Orgg
-1 Reckless Brute
-1 Slumbering Dragon
-1 Tattermunge Maniac
-1 Thran War Machine
-1 Ulamog's Crusher
-1 Utvara Scalper
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_giant.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_giant.dck
deleted file mode 100644
index bbf055dcdf3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_giant.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[duel]
-[metadata]
-Name=Hagrid 2
-Title=Hagrid
-Difficulty=medium
-Description=Mono R Giants deck
-Icon=Hagrid.jpg
-Deck Type=constructed
-[main]
-4 Pyroclasm|M11
-20 Mountain|MBS
-1 Sunrise Sovereign|LRW
-4 Lash Out|LRW
-4 Arid Mesa|ZEN
-4 Blind-Spot Giant|LRW
-1 Craven Giant|STH
-1 Giant's Ire|LRW
-4 Fire Diamond|7ED
-2 Shatterskull Giant|ZEN
-1 Magma Giant|5DN
-4 Thundercloud Shaman|LRW
-4 Stinkdrinker Daredevil|LRW
-4 Spitting Earth|10E
-1 Borderland Behemoth|MOR
-1 Inferno Titan|M11
-[sideboard]
-
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_hasteburn.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_hasteburn.dck
deleted file mode 100644
index 24e48c89028..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_hasteburn.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=haste_burn
-[Main]
-1 Arclight Phoenix|GRN|1
-1 Arni Brokenbrow|KHM|1
-1 Ball Lightning|JMP|1
-1 Blistering Firecat|ONS|1
-1 Bloodthirsty Adversary|MID|1
-1 Brazen Scourge|UMA|1
-2 Brute Force|TSR|1
-2 Burst Lightning|ZEN|1
-2 Ember-Eye Wolf|SOI|1
-2 Fervent Strike|MB1|1
-2 Firebolt|MB1|1
-3 Flame Slash|CN2|1
-1 Goblin Guide|ZEN|1
-1 Hall Monitor|STX|1
-1 Hellrider|JMP|1
-1 Impetuous Sunchaser|BNG|1
-4 Lightning Bolt|M10|1
-1 Manaform Hellkite|VOW|1
-1 Mardu Scout|FRF|1
-11 Mountain|C18|1
-9 Mountain|C18|2
-4 Mountain|C18|3
-1 Nest Robber|ANB|1
-1 Phoenix of Ash|THB|1
-1 Raging Minotaur|ME3|1
-1 Skitter of Lizards|CNS|1
-1 Toralf's Disciple|YMID|1
-1 Volcanic Geyser|M21|1
-1 Wayward Guide-Beast|ZNR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_ralburn.dck b/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_ralburn.dck
deleted file mode 100644
index 6c012959763..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/redwizard_medium_ralburn.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[duel]
-[metadata]
-Name=Rambo 2
-Title=Rambo
-Difficulty=medium
-Description=Mono R Aggro deck
-Icon=Rambo.jpg
-Deck Type=constructed
-Profile=Reckless
-[main]
-21 Mountain
-4 Vexing Devil
-4 Tattermunge Maniac
-4 Goblin Guide
-3 Jackal Pup
-4 Zurgo Bellstriker
-4 Keldon Marauders
-4 Ash Zealot
-1 Lightning Mauler
-1 Reckless Bushwhacker
-1 Goblin Freerunner
-1 Oxidda Golem
-2 Flame Slash
-2 Mizzium Mortars
-2 Shock
-2 Ghostfire
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rhino.dck b/forge-gui/res/adventure/Shandalar/decks/standard/rhino.dck
deleted file mode 100644
index 5b79aacb014..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rhino.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=rhino
-[Avatar]
-
-[Main]
-4 Charging Rhino|TMP|1
-2 Crash the Party|NCC|1
-4 Crashing Footfalls|MH1|1
-9 Forest|10E|1
-2 Forest|10E|2
-7 Forest|10E|3
-6 Forest|10E|4
-2 Killer Service|NCC|1
-3 Overwhelming Stampede|C19|1
-4 Rampant Growth|C16|1
-4 Rhox|10E|1
-4 Stampeding Rhino|W17|1
-4 Thundering Ceratok|WAR|1
-1 Titan of Industry|SNC|1
-4 Wild Ceratok|GRN|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/rogue.json b/forge-gui/res/adventure/Shandalar/decks/standard/rogue.json
deleted file mode 100644
index 5cc3a7fe5da..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/rogue.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Rogue",
- "template":
- {
- "count":60,
- "colors":["Black","Blue"],
- "tribe":"Rogue",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/roshnakhtheroic.dck b/forge-gui/res/adventure/Shandalar/decks/standard/roshnakhtheroic.dck
deleted file mode 100644
index 61643140448..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/roshnakhtheroic.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=roshnakht_heroic
-[Avatar]
-
-[Main]
-4 Akroan Crusader|UMA|1
-2 Bravado|USG|1
-4 Brute Strength|GN2|1
-4 Castle Embereth|NCC|1
-1 Den of the Bugbear|AFR|1
-4 Dragon Mantle|CMR|1
-4 Expedite|OGW|1
-1 Kher Keep|TSR|1
-2 Madcap Skills|MB1|1
-2 Mob Mentality|VIS|1
-16 Mountain|DMU|4
-4 Raze the Effigy|MID|1
-4 Rosnakht, Heir of Rohgahh|DMC|1
-2 Shock|DDN|1
-2 Sticky Fingers|SNC|1
-2 Unleash Fury|M21|1
-2 Wild Magic Surge|CLB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/runelord.dck b/forge-gui/res/adventure/Shandalar/decks/standard/runelord.dck
deleted file mode 100644
index 2da7cc5bb35..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/runelord.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=runelord
-[Main]
-1 Bruna, Light of Alabaster|C18|1
-2 Canopy Vista|ONC|1
-3 Elspeth Conquers Death|THB|1
-2 Forest|KHM|1
-2 Galea, Kindler of Hope|AFC|1
-4 Giver of Runes|PLIST|1
-1 Glacial Fortress|XLN|1
-4 Grasslands|C17|1
-2 Halvar, God of Battle|KHM|1
-1 Irrigated Farmland|AKR|1
-1 Island|KHM|1
-4 Kor Spiritdancer|JMP|1
-1 Mantle of the Ancients|AFC|1
-2 Plains|KHM|1
-4 Rune of Flight|KHM|1
-4 Rune of Might|KHM|1
-4 Rune of Sustenance|KHM|1
-4 Runeforge Champion|KHM|1
-4 Seaside Citadel|CMA|1
-4 Spara's Headquarters|SNC|1
-2 Sunpetal Grove|XLN|1
-4 Wild Growth|MB1|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sandgolem.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sandgolem.dck
deleted file mode 100644
index 34f7ea579aa..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sandgolem.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=sandgolem
-[Avatar]
-
-[Main]
-4 Char-Rumbler|TSR|1
-4 Choking Sands|VMA|1
-4 Mountain|KLD|1
-3 Mountain|KLD|2
-5 Mountain|KLD|3
-5 Plains|KLD|1
-5 Plains|KLD|2
-2 Plains|KLD|3
-3 Sand Golem|MIR|1
-4 Sand Strangler|AKR|1
-4 Sandblast|HOU|1
-1 Sandstone Oracle|IMA|1
-2 Sandstone Warrior|TPR|1
-2 Shock|DDN|1
-4 Tectonic Giant|AFC|1
-4 Thunder Spirit|PRM|1
-4 Viashino Sandstalker|VIS|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sandwurm.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sandwurm.dck
deleted file mode 100644
index 735f526f7bd..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sandwurm.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=sandwurm
-[Avatar]
-
-[Main]
-4 Beneath the Sands|MB1|1
-4 Dirtcowl Wurm|TMP|1
-7 Forest|IKO|1
-8 Forest|IKO|2
-9 Forest|IKO|3
-4 Greater Sandwurm|IKO|1
-4 Rampant Growth|NCC|1
-4 Roar of the Wurm|DDS|1
-4 Sandwurm Convergence|CLB|1
-4 Spined Wurm|S00|1
-4 Symbiotic Wurm|VMA|1
-4 Teething Wurmlet|BRO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/satyr.dck b/forge-gui/res/adventure/Shandalar/decks/standard/satyr.dck
deleted file mode 100644
index c5c7c4c3da2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/satyr.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=Satyr
-[Main]
-1 Anax, Hardened in the Forge|THB|1
-1 Blood Aspirant|THB|1
-1 Boon Satyr|C18|1
-2 Careless Celebrant|THB|1
-2 Destructive Revelry|THS|1
-4 Forest|THB|2
-1 Forest|THS|1
-1 Forest|THS|2
-3 Forest|THS|3
-1 Gallia of the Endless Dance|THB|1
-2 Gift of Strength|THB|1
-2 Heroes of the Revel|THB|1
-1 Irreverent Revelers|THB|1
-2 Lightning Strike|THS|1
-1 Lumbering Satyr|MMQ|1
-2 Mischief and Mayhem|BNG|1
-3 Mountain|THB|2
-3 Mountain|THB|3
-1 Mountain|THS|1
-3 Mountain|THS|2
-1 Mountain|THS|3
-2 Mountain|THS|4
-1 Nessian Wanderer|THB|1
-1 Nexus Wardens|THB|1
-1 Pinnacle of Rage|BNG|1
-1 Reckless Reveler|BBD|1
-1 Revel of the Fallen God|JOU|1
-1 Satyr Firedancer|BNG|1
-1 Satyr Grovedancer|JOU|1
-1 Satyr Hedonist|THS|1
-1 Satyr Nyx-Smith|BNG|1
-1 Satyr Rambler|THS|1
-1 Satyr Wayfinder|ZNC|1
-2 Satyr's Cunning|THB|1
-1 Stampede Rider|THB|1
-1 Temple of Abandon|THB|1
-1 Unknown Shores|THB|1
-1 Voyaging Satyr|CN2|1
-2 Wild Celebrants|CMR|1
-1 Xenagos, God of Revels|BNG|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/scarab.dck b/forge-gui/res/adventure/Shandalar/decks/standard/scarab.dck
deleted file mode 100644
index 00129aea51e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/scarab.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=scarab
-[Avatar]
-
-[Main]
-2 Blightbeetle|M20|1
-2 Canoptek Scarab Swarm|40K|1
-4 Dune Beetle|MB1|1
-2 Midnight Banshee|MM2|1
-4 Mortician Beetle|MM3|1
-2 Necroskitter|MM2|1
-4 Nest of Scarabs|AKH|1
-2 Plague Beetle|10E|1
-4 Scavenging Scarab|DST|1
-3 Swamp|AKH|1
-3 Swamp|AKH|2
-8 Swamp|AKH|3
-10 Swamp|AKH|4
-4 Terror|TD0|1
-4 Torment of Scarabs|HOU|1
-2 Virus Beetle|NEO|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/scarecrow.dck b/forge-gui/res/adventure/Shandalar/decks/standard/scarecrow.dck
deleted file mode 100644
index 01843dee12d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/scarecrow.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=scarecrow
-[Main]
-3 Ancient Tomb|UMA|1
-3 Colossal Plow|NEC|1
-1 Farmstead Gleaner|MH1|1
-4 Field Creeper|M19|1
-4 Jousting Dummy|JMP|1
-4 Meekstone|30A|1
-4 Scarecrone|JMP|1
-4 Scuttlemutt|JMP|1
-4 Signpost Scarecrow|ELD|1
-21 Wastes|J22|1
-4 Wicker Witch|SOI|1
-4 Wickerwing Effigy|YMID|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/scarecrowcaptain.dck b/forge-gui/res/adventure/Shandalar/decks/standard/scarecrowcaptain.dck
deleted file mode 100644
index fa6c71809f0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/scarecrowcaptain.dck
+++ /dev/null
@@ -1,18 +0,0 @@
-[metadata]
-Name=scarecrowleader
-[Main]
-2 All Is Dust|UMA|1
-3 Ancient Tomb|UMA|1
-2 Damnation|PLC|1
-3 Death Cloud|DST|1
-4 Defile|MH1|1
-3 Feed the Swarm|CLB|1
-4 Gate of the Black Dragon|HBG|1
-4 Mind Stone|WTH|1
-4 Power Word Kill|AFR|1
-4 Reaper King|SLD|1
-2 Sol Ring|LEA|1
-14 Swamp|SCD|1
-4 Torment of Hailfire|HOU|1
-3 Unearth|ULG|1
-4 Witch's Cottage|ELD|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/scorpion.dck b/forge-gui/res/adventure/Shandalar/decks/standard/scorpion.dck
deleted file mode 100644
index d4a6530486a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/scorpion.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=scorpion
-[Avatar]
-
-[Main]
-4 Bala Ged Scorpion|IMA|1
-3 Dakmor Scorpion|PO2|1
-1 Forest|IKO|1
-1 Forest|IKO|2
-2 Forest|IKO|3
-4 Giant Regrowth|YSNC|1
-4 Giant Scorpion|DDR|1
-4 Golgari Guildgate|GRN|1
-4 Golgari Rot Farm|2X2|1
-4 Jungle Hollow|MOM|1
-4 Poison the Cup|KHM|1
-4 Sedge Scorpion|M20|1
-4 Serrated Scorpion|IKO|1
-1 Swamp|IKO|1
-2 Swamp|IKO|2
-1 Swamp|IKO|3
-1 Tlincalli Hunter|CLB|2
-4 Toxic Scorpion|VOW|1
-4 Wasteland Scorpion|AKH|1
-4 Woodland Cemetery|DMR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sea_monster.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sea_monster.dck
deleted file mode 100644
index ed9a9311afc..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sea_monster.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=sea_monster
-[Main]
-1 Aquatic Incursion|RIX|1
-2 Biolume Egg|VOW|1
-1 Caller of Gales|MB1|1
-1 Charix, the Raging Isle|ZNR|1
-1 Consuming Tide|VOW|1
-1 Coral Commando|RNA|1
-1 Coralhelm Commander|ROE|1
-1 Coralhelm Guide|MB1|1
-1 Deeproot Waters|XLN|1
-2 Dive Down|XLN|1
-1 Giant Octopus|9ED|1
-4 Island|2XM|1
-8 Island|DOM|3
-3 Island|JMP|6
-4 Island|M12|3
-4 Island|VOW|3
-2 Island|ZNR|3
-2 Kraken Hatchling|BBD|1
-1 Lorthos, the Tidemaker|C14|1
-1 Master of the Pearl Trident|DDT|1
-1 Merfolk Sovereign|E02|1
-1 Merfolk Wayfinder|DDT|1
-1 Nadir Kraken|THB|1
-1 Octoprophet|ANB|1
-1 Overwhelming Denial|OGW|1
-1 Quest for Ula's Temple|WWK|1
-1 Reef Worm|C21|1
-1 River Sneak|XLN|1
-1 Sea-Dasher Octopus|IKO|1
-1 Serpent of Yawning Depths|THB|1
-4 Serpentine Ambush|VOW|1
-1 Slinn Voda, the Rising Deep|CMR|1
-1 Spawning Kraken|C21|1
-1 Triton Shorestalker|ZNC|1
-1 Whelming Wave|CMR|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/shade.dck b/forge-gui/res/adventure/Shandalar/decks/standard/shade.dck
deleted file mode 100644
index 71d6faf21bf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/shade.dck
+++ /dev/null
@@ -1,17 +0,0 @@
-[metadata]
-Name=shades
-[Main]
-2 Author of Shadows|C21|1
-4 Cabal Coffers|MH2|1
-4 Charcoal Diamond|VOC|1
-3 Dread Shade|DOM|1
-2 Evernight Shade|C14|1
-3 Feed the Swarm|J21|1
-4 Frozen Shade|30A|1
-2 Ihsan's Shade|A25|1
-4 Infernal Grasp|MID|1
-1 Looming Shade|10E|1
-3 Misery's Shadow|BRO|1
-4 Nirkana Revenant|BBD|1
-4 Skyclave Shade|NCC|1
-20 Swamp|BRO|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/shaman.json b/forge-gui/res/adventure/Shandalar/decks/standard/shaman.json
deleted file mode 100644
index 44c84de266e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/shaman.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Shaman",
- "template":
- {
- "count":60,
- "colors":["Red","Green"],
- "tribe":"Shaman",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/shamanelite.dck b/forge-gui/res/adventure/Shandalar/decks/standard/shamanelite.dck
deleted file mode 100644
index 6cf92b57447..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/shamanelite.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=shamanelite
-[Avatar]
-
-[Main]
-1 Abzan Beastmaster|F15|1
-2 Destructive Revelry|THS|1
-2 Dragonmaster Outcast|BFZ|1
-2 Eternal Witness|SLD|1
-2 Forceful Cultivator|YNEO|1
-12 Forest|DMU|3
-2 Giant Growth|GVL|1
-2 Giant Regrowth|YSNC|1
-2 Guttersnipe|M19|1
-4 Harmonic Prodigy|MH2|1
-4 Ignoble Hierarch|MH2|1
-4 Lightning Bolt|PLIST|2
-1 Master of the Wild Hunt|SLD|1
-12 Mountain|DMU|3
-2 Reclamation Sage|TSR|1
-2 Seasoned Pyromancer|2X2|1
-2 Silverback Elder|DMU|1
-2 Young Pyromancer|EMA|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_evolve.dck b/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_evolve.dck
deleted file mode 100644
index d1770746326..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_evolve.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[duel]
-[metadata]
-Name=The Very Hungry Caterpillar 3
-Title=The Very Hungry Caterpillar
-Difficulty=hard
-Description=BUG Evolve deck with Corpsejack Menace and Master Biomancer
-Icon=The Very Hungry Caterpillar.jpg
-Deck Type=constructed
-[main]
-4 Bayou
-2 Bramblewood Paragon
-2 Bred for the Hunt
-2 Cloudfin Raptor
-4 Corpsejack Menace
-2 Cytoplast Root-Kin
-4 Drowned Catacomb
-2 Elusive Krasis
-2 Experiment One
-2 Fathom Mage
-4 Hinterland Harbor
-4 Master Biomancer
-2 Oona's Blackguard
-1 Prime Speaker Zegana
-4 Renegade Krasis
-2 Sapphire Drake
-2 Shambleshark
-1 Tree of Redemption
-4 Tropical Island
-4 Underground Sea
-1 Varolz, the Scar-Striped
-1 Vigean Hydropon
-4 Woodland Cemetery
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_intruderalarm.dck b/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_intruderalarm.dck
deleted file mode 100644
index d179eee2403..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/simicwizard_intruderalarm.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[duel]
-[metadata]
-Name=Mister Fantastic 3
-Title=Mister Fantastic
-Difficulty=hard
-Description=UG Intruder Alarm deck with Imperious Perfect and mana elves
-Icon=Mister Fantastic.jpg
-Deck Type=constructed
-[main]
-4 Misty Rainforest
-4 Tropical Island
-7 Island|M12
-5 Forest|M12
-4 Dryad Arbor
-4 Intruder Alarm
-4 Seedborn Muse
-4 Murkfiend Liege
-4 Imperious Perfect
-2 Ant Queen
-1 Rhys the Redeemed
-4 Noble Hierarch
-3 Llanowar Elves
-3 Fyndhorn Elves
-4 Dormant Gomazoa
-2 Apes of Rath
-1 Walking Dream
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton.dck b/forge-gui/res/adventure/Shandalar/decks/standard/skeleton.dck
deleted file mode 100644
index 3532587de57..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton.dck
+++ /dev/null
@@ -1,23 +0,0 @@
-[duel]
-[metadata]
-Name=Lex Luthor 2
-Title=Lex Luthor
-Difficulty=medium
-Description=Mono B Zombie/Skeleton deck with Death Baron and Pontiff of Blight
-Icon=Lex Luthor.jpg
-Deck Type=constructed
-[main]
-4 Blood Scrivener
-4 Death Baron
-2 Diregraf Ghoul
-2 Drudge Skeletons
-4 Duty-Bound Dead
-4 Pontiff of Blight
-2 Restless Dead
-4 Rimebound Dead
-3 Sanguine Guard
-24 Snow-Covered Swamp
-2 Unworthy Dead
-3 Urborg Skeleton
-2 Walking Dead
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_2.dck b/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_2.dck
deleted file mode 100644
index c82d965f0d3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_2.dck
+++ /dev/null
@@ -1,47 +0,0 @@
-[metadata]
-Name=skeleton_2
-[Main]
-1 Abnormal Endurance|J21|1
-1 Augur of Skulls|FUT|1
-1 Barrier of Bones|GRN|1
-1 Blight Sickle|SHM|1
-1 Bone Dragon|M19|1
-2 Bone Shards|MH2|1
-1 Bone Splinters|ALA|1
-1 Bone Splinters|JMP|1
-1 Carrionette|TMP|1
-1 Cinderbones|SHM|1
-1 Corpse Churn|OGW|1
-1 Death Tyrant|AFC|1
-1 Death-Priest of Myrkul|AFR|1
-1 Dread Return|TSR|1
-1 Drudge Sentinel|DOM|1
-1 Drudge Spell|HML|1
-1 Duty-Bound Dead|M13|1
-1 Grim Roustabout|RTR|1
-1 Gutterbones|RNA|1
-1 Lim-Dul's High Guard|ALL|1
-1 Malefic Scythe|M21|1
-1 Marrow Bats|AVR|1
-2 Mortuary Mire|BFZ|1
-1 Necrobite|AVR|1
-1 Persistent Specimen|VOW|1
-1 Reassembling Skeleton|M11|1
-1 Restless Bones|GPT|1
-1 Sanitarium Skeleton|SOI|1
-1 Skeletal Vampire|GPT|1
-1 Skeleton Scavengers|STH|1
-1 Skithiryx, the Blight Dragon|SOM|1
-2 Spawning Pool|10E|1
-1 Swamp|AFR|4
-4 Swamp|ALA|2
-4 Swamp|ALA|3
-6 Swamp|ISD|1
-3 Swamp|ISD|2
-1 Swamp|ISD|3
-1 Swamp|M12|1
-1 Tenacious Dead|M14|1
-1 Tinybones, Trinket Thief|JMP|1
-1 Unburial Rites|AFC|1
-1 Urborg Skeleton|INV|1
-1 Wall of Bone|M10|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_champion.dck b/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_champion.dck
deleted file mode 100644
index ea087dd8476..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/skeleton_champion.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=Skeleton_Champion
-[Main]
-4 Adaptive Automaton|BRR|1
-4 Barrier of Bones|GRN|1
-2 Cabal Coffers|MH2|1
-2 Cavern of Souls|2X2|1
-4 Clattering Augur|MH2|1
-1 Dead-Iron Sledge|MRD|1
-2 Death Baron|ALA|1
-2 Death-Priest of Myrkul|AFR|1
-3 Drain Life|5ED|1
-4 Gutterbones|RNA|1
-1 Hot Soup|MB1|1
-4 Leechridden Swamp|J22|1
-1 Malefic Scythe|M21|1
-4 Metallic Mimic|KLR|1
-2 Paragon of Open Graves|M15|1
-4 Persistent Specimen|VOW|1
-2 Spawning Pool|10E|1
-1 Suspicious Bookcase|SNC|1
-12 Swamp|MOM|1
-1 Vorpal Sword|AFR|2
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver.json b/forge-gui/res/adventure/Shandalar/decks/standard/sliver.json
deleted file mode 100644
index 4b3ac764331..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Sliver",
- "template":
- {
- "count":60,
- "colors":["White","Red","Green"],
- "tribe":"Sliver",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.4
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_black.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sliver_black.dck
deleted file mode 100644
index 74ef11d89e0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_black.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=Black Sliver
-[Main]
-2 Acidic Sliver|TPR|1
-2 Blade Sliver|LGN|1
-2 Bladeback Sliver|J21|1
-4 Cavern of Souls|AVR|1
-1 Choked Estuary|SCD|1
-2 Clot Sliver|TPR|1
-3 Crypt Sliver|LGN|1
-2 Diffusion Sliver|M15|1
-1 Dragonskull Summit|DMC|1
-1 Foreboding Ruins|SCD|1
-2 Frenzy Sliver|PDS|1
-2 Galerider Sliver|M14|1
-4 Leeching Sliver|J21|1
-2 Mountain|TPR|1
-1 Mountain|TPR|4
-2 Mutavault|PCMP|1
-2 Sedge Sliver|PLIST|1
-2 Shadow Sliver|TSP|1
-4 Sliver Hive|J21|1
-1 Smoldering Marsh|SCD|1
-2 Spiteful Sliver|J21|1
-2 Spitting Sliver|PLC|1
-2 Striking Sliver|J21|1
-1 Sunken Hollow|SCD|1
-1 Swamp|TPR|1
-2 Swamp|TPR|2
-1 Swamp|TPR|3
-4 Syphon Sliver|M14|1
-2 Thorncaster Sliver|M14|1
-3 Toxin Sliver|MB1|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_blue.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sliver_blue.dck
deleted file mode 100644
index 5446170390a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_blue.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=Sliver_Blue
-[Main]
-4 Altar of the Brood|UGF|1
-2 Basal Sliver|SLD|1
-2 Bruvac the Grandiloquent|JMP|1
-4 Crystalline Sliver|STH|1
-4 Diffusion Sliver|M15|1
-4 Equilibrium|EXO|1
-2 Hibernation Sliver|STH|1
-4 Intruder Alarm|FMB1|1
-3 Island|M15|1
-1 Island|M15|2
-1 Island|M15|3
-1 Island|M15|4
-2 Leeching Sliver|J21|1
-2 Mistmeadow Witch|2X2|1
-2 Necrotic Sliver|AFC|1
-2 Plains|M15|1
-1 Plains|M15|3
-4 Quilled Sliver|TSP|1
-4 Screeching Sliver|SLD|1
-2 Scrubland|3ED|1
-4 Sentinel Sliver|J21|1
-4 Sliver Hive|J21|1
-1 Swamp|M15|1
-4 Telekinetic Sliver|TSP|1
-3 Tundra|3ED|1
-3 Underground Sea|3ED|1
-2 Vedalken Mastermind|10E|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_green.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sliver_green.dck
deleted file mode 100644
index deb25bf16c0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_green.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=Sliver_Green
-[Main]
-3 Bayou|30A|1
-2 Bonescythe Sliver|J21|1
-4 Cavern of Souls|2X2|1
-1 Constricting Sliver|M15|1
-2 Essence Sliver|SLD|1
-4 Gemhide Sliver|TSR|1
-4 Harmonic Sliver|FMB1|1
-2 Homing Sliver|TSR|1
-4 Manaweft Sliver|M14|1
-4 Muscle Sliver|TPR|1
-4 Predatory Sliver|M14|1
-4 Savannah|30A|2
-2 Sliver Gravemother|CMM|3
-4 Sliver Hive|J21|1
-2 Sliver Hivelord|M15|1
-2 Sliver Legion|FUT|1
-2 Sliver Overlord|SCG|1
-2 Sliver Queen|STH|1
-2 Spiteful Sliver|J21|1
-4 Taiga|30A|1
-2 The First Sliver|MH1|1
-1 Thorncaster Sliver|SLD|1
-3 Tropical Island|30A|1
-4 Ward Sliver|SLD|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_red.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sliver_red.dck
deleted file mode 100644
index 912ab2ca781..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_red.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=Sliver_Red
-[Main]
-4 Acidic Sliver|TPR|1
-4 Badlands|30A|1
-4 Bayou|30A|1
-2 Fungus Sliver|TSP|1
-4 Leeching Sliver|J21|1
-4 Manaweft Sliver|M14|1
-1 Mountain|M15|1
-1 Mountain|M15|2
-1 Mountain|M15|3
-1 Mountain|M15|4
-2 Predatory Sliver|M14|1
-4 Sedge Sliver|TSR|1
-4 Sliver Hive|J21|1
-4 Spiteful Sliver|J21|1
-4 Striking Sliver|J21|1
-2 Swamp|M15|4
-4 Syphon Sliver|SLD|1
-2 Taiga|30A|1
-4 Thorncaster Sliver|SLD|1
-4 Venom Sliver|M15|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_white.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sliver_white.dck
deleted file mode 100644
index 8b3df19bc38..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sliver_white.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=WGU Slivers
-[Main]
-2 Bonescythe Sliver|J21|1
-2 Constricting Sliver|M15|1
-2 Crystalline Sliver|STH|1
-3 Diffusion Sliver|M15|1
-2 Essence Sliver|SLD|1
-2 Forest|M15|1
-1 Forest|M15|3
-1 Forest|M15|4
-4 Island|M15|1
-1 Island|M15|4
-2 Lancer Sliver|J21|1
-3 Manaweft Sliver|M14|1
-2 Opaline Sliver|TSP|1
-4 Plains|M15|1
-2 Plains|M15|3
-2 Plains|M15|4
-2 Poultice Sliver|TSR|1
-3 Psionic Sliver|TSP|1
-1 Pulmonic Sliver|TSR|1
-4 Quilled Sliver|TSP|1
-3 Sentinel Sliver|J21|1
-4 Sliver Hive|J21|1
-2 Spinneret Sliver|TSR|1
-2 Steelform Sliver|J21|1
-3 Venom Sliver|M15|1
-3 Ward Sliver|SLD|1
-2 Winged Sliver|TMP|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/snake.dck b/forge-gui/res/adventure/Shandalar/decks/standard/snake.dck
deleted file mode 100644
index 43b8342975e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/snake.dck
+++ /dev/null
@@ -1,46 +0,0 @@
-[metadata]
-Name=snake
-[Main]
-1 Ambush Viper|ISD|1
-2 Become Immense|KTK|1
-1 Cobra Trap|C15|1
-4 Death-Hood Cobra|NPH|1
-1 Deathcap Glade|VOW|1
-1 Desert|AFC|1
-3 Desert of the Glorified|AKR|1
-3 Desert of the Indomitable|AKR|1
-3 Feiyi Snake|GS1|1
-1 Forest|CHK|2
-1 Forest|CHK|4
-2 Forest|THB|2
-3 Forest|THB|3
-1 Foul Orchard|AKH|1
-1 Foul Orchard|RIX|1
-1 Foul Orchard|SOI|1
-1 Hooded Blightfang|M21|1
-1 Jewel-Eyed Cobra|MH2|1
-1 Jungle Hollow|FRF|1
-1 Jungle Hollow|IKO|1
-1 Jungle Hollow|MB1|1
-1 Moss Viper|THB|1
-1 Necrobite|AVR|1
-1 Nemesis of Mortals|THS|1
-2 Nessian Asp|THS|1
-1 Orochi Hatchery|CHK|1
-1 Pharika's Chosen|JOU|1
-1 Pharika, God of Affliction|JOU|1
-1 Prowling Serpopard|AKR|1
-1 Python|S00|1
-1 Ramunap Hydra|HOU|1
-1 Return to Nature|MID|1
-1 Rhonas's Last Stand|HOU|1
-1 Seed the Land|SOK|1
-1 Seshiro the Anointed|CHK|1
-4 Snakeskin Veil|KHM|1
-1 Stonecoil Serpent|ELD|1
-1 Sunscorched Desert|AKR|1
-1 Swamp|CHK|4
-1 Swamp|THB|3
-1 Voracious Typhon|THB|1
-1 Wasteland Viper|GTC|1
-1 Zodiac Snake|PRM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/snake.json b/forge-gui/res/adventure/Shandalar/decks/standard/snake.json
deleted file mode 100644
index 06e6a322d03..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/snake.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Snake",
- "template":
- {
- "count":60,
- "colors":["Green","Blue"],
- "tribe":"Snake",
- "tribeCards":1.0,
- "tribeSynergyCards":0.2,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/spider.json b/forge-gui/res/adventure/Shandalar/decks/standard/spider.json
deleted file mode 100644
index cee2c81c578..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/spider.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Spider",
- "template":
- {
- "count":60,
- "colors":["Green","Black"],
- "tribe":"Spider",
- "tribeCards":1.0,
- "tribeSynergyCards":0.3,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/spider_token.dck b/forge-gui/res/adventure/Shandalar/decks/standard/spider_token.dck
deleted file mode 100644
index 820a10cb886..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/spider_token.dck
+++ /dev/null
@@ -1,44 +0,0 @@
-[metadata]
-Name=Spider Token
-[Avatar]
-
-[Main]
-1 Aquastrand Spider|MM2|1
-1 Arachnogenesis|C15|1
-2 Arachnus Spinner|MM3|1
-4 Arachnus Web|MB1|1
-1 Arasta of the Endless Web|THB|1
-2 Brood Weaver|MID|1
-1 Canopy Spider|MB1|1
-1 Chainweb Aracnir|THB|1
-1 Curse of Clinging Webs|MIC|1
-2 Deadly Recluse|DDL|1
-4 Forest|LRW|1
-4 Forest|LRW|2
-3 Forest|LRW|3
-1 Forest|LRW|4
-2 Forest|SHM|1
-3 Forest|SHM|2
-3 Forest|SHM|3
-4 Forest|SHM|4
-4 Gloomwidow's Feast|SHM|1
-1 Gnottvold Recluse|KHM|1
-1 Grappler Spider|WWK|1
-1 Juvenile Gloomwidow|SHM|1
-1 Penumbra Spider|TSR|1
-4 Renowned Weaver|JOU|1
-1 Snarespinner|M21|1
-1 Spidery Grasp|GN2|1
-1 Sporeweb Weaver|M21|1
-4 Twin-Silk Spider|MH1|1
-1 Witch's Web|VOW|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/squirrel.dck b/forge-gui/res/adventure/Shandalar/decks/standard/squirrel.dck
deleted file mode 100644
index 3fb16999bb0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/squirrel.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=squirrel
-[Main]
-4 Bayou|30A|1
-4 Chatter of the Squirrel|SLD|1
-2 Chatterfang, Squirrel General|MH2|1
-2 Chitterspitter|MH2|1
-1 Deep Forest Hermit|MH1|1
-1 Deranged Hermit|VMA|1
-1 Drey Keeper|MH2|1
-1 Earl of Squirrel|UST|1
-3 Forest|MH2|1
-2 Forest|MH2|2
-2 Krosan Beast|SLD|1
-1 Liege of the Hollows|WTH|1
-4 Necroblossom Snarl|STX|1
-1 Nut Collector|DMR|1
-3 Ravenous Squirrel|MH2|1
-2 Scurrid Colony|STX|1
-4 Squirrel Mob|MH2|1
-3 Squirrel Sanctuary|MH2|1
-4 Squirrel Sovereign|MH2|1
-1 Squirrel Wrangler|SLD|1
-1 Swamp|MH2|1
-2 Swamp|MH2|2
-4 Swarmyard|SLD|1
-2 Toski, Bearer of Secrets|KHM|1
-1 Verdant Command|MH2|1
-4 Woodland Cemetery|DOM|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/stormtitan.dck b/forge-gui/res/adventure/Shandalar/decks/standard/stormtitan.dck
deleted file mode 100644
index be5ec4fea34..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/stormtitan.dck
+++ /dev/null
@@ -1,30 +0,0 @@
-[metadata]
-Name=stormtitan
-[Avatar]
-
-[Main]
-4 Counterspell|SLD|1
-4 Cyclone Summoner|KHM|1
-3 Echo of Eons|MH1|1
-4 Exhaustion|USG|1
-4 Frost Titan|PDP12|1
-3 Giant's Amulet|KHM|1
-2 Giant's Grasp|KHM|1
-4 Glimpse the Cosmos|KHM|1
-4 Hall of Storm Giants|AFR|1
-4 Island|THB|1
-9 Island|THB|2
-7 Island|THB|3
-4 Rimewall Protector|YMID|1
-2 Surtland Elementalist|KHM|1
-2 Thryx, the Sudden Storm|THB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/straycat.dck b/forge-gui/res/adventure/Shandalar/decks/standard/straycat.dck
deleted file mode 100644
index b1c0327dbf4..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/straycat.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=straycat
-[Avatar]
-
-[Main]
-4 Adorned Pouncer|MB1|1
-4 Charmed Stray|WAR|1
-4 Condemn|C17|1
-4 Garrison Cat|IKO|1
-4 Graceful Cat|AKH|1
-4 Maned Serval|IKO|1
-24 Plains|AKH|3
-4 Prowling Caracal|M20|1
-4 Regal Caracal|SLD|1
-4 Sacred Cat|AKR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sun titan.dck b/forge-gui/res/adventure/Shandalar/decks/standard/sun titan.dck
deleted file mode 100644
index 3fdc0bb735f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/sun titan.dck
+++ /dev/null
@@ -1,28 +0,0 @@
-[metadata]
-Name=sun titan
-[Avatar]
-
-[Main]
-4 Bulwark Giant|MB1|1
-4 Caravan Hurda|ZEN|1
-4 Goliath Paladin|CLB|1
-4 Hundred-Handed One|CN2|1
-4 Kalemne's Captain|CM2|1
-10 Plains|C16|1
-9 Plains|C16|2
-5 Plains|C16|3
-2 Planar Cleansing|M20|1
-4 Realm-Cloaked Giant|AFC|1
-4 Sun Titan|E01|1
-2 Swords to Plowshares|VMA|1
-4 Wrath of God|V14|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/swamptroll.dck b/forge-gui/res/adventure/Shandalar/decks/standard/swamptroll.dck
deleted file mode 100644
index 32e557a3781..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/swamptroll.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=swamptroll
-[Avatar]
-
-[Main]
-4 Charnel Troll|GRN|1
-4 Clackbridge Troll|ELD|1
-4 Eat to Extinction|THB|1
-2 Feasting Troll King|ELD|1
-1 Forest|ELD|1
-1 Forest|ELD|2
-3 Forest|ELD|4
-4 Gluttonous Troll|ELD|1
-2 Grismold, the Dreadsower|C19|1
-1 Gyome, Master Chef|C21|1
-4 Haunted Mire|DMU|1
-2 Hunted Troll|RAV|1
-3 Infernal Grasp|MID|1
-4 Jungle Hollow|KTK|1
-1 Nature's Claim|IMA|1
-2 Old-Growth Troll|KHM|1
-3 Swamp|ELD|1
-1 Swamp|ELD|2
-2 Swamp|ELD|3
-1 Swamp|ELD|4
-4 Tainted Wood|C15|1
-2 Taste of Death|ELD|1
-2 Thrun, Breaker of Silence|ONE|1
-1 Thrun, the Last Troll|MBS|1
-2 Varolz, the Scar-Striped|DGM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/symbiote.dck b/forge-gui/res/adventure/Shandalar/decks/standard/symbiote.dck
deleted file mode 100644
index d66c32c8852..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/symbiote.dck
+++ /dev/null
@@ -1,53 +0,0 @@
-[metadata]
-Name=symbiote
-[Avatar]
-
-[Main]
-1 Archipelagore|IKO|1
-2 Auspicious Starrix|IKO|1
-1 Boneyard Lurker|IKO|1
-1 Brokkos, Apex of Forever|IKO|1
-2 Chittering Harvester|IKO|1
-1 Dirge Bat|IKO|1
-2 Dismal Backwater|IKO|1
-1 Dreamtail Heron|IKO|1
-3 Essence Symbiote|IKO|1
-1 Forest|IKO|1
-3 Forest|IKO|3
-1 Gemrazer|IKO|1
-2 Glowstone Recluse|IKO|1
-1 Heartwood Storyteller|TSR|1
-2 Insatiable Hemophage|IKO|1
-1 Island|IKO|1
-3 Island|IKO|2
-2 Jungle Hollow|IKO|1
-2 Migratory Greathorn|IKO|1
-1 Mindleecher|C20|1
-2 Mysterious Egg|IKO|1
-1 Otrimi, the Ever-Playful|C20|1
-2 Pollywog Symbiote|IKO|1
-2 Pouncing Shoreshark|IKO|1
-1 Sawtusk Demolisher|C20|1
-1 Sea-Dasher Octopus|IKO|1
-1 Souvenir Snatcher|C20|1
-1 Stormchaser Drake|VOW|1
-3 Swamp|IKO|1
-1 Swamp|IKO|2
-2 Thornwood Falls|IKO|1
-1 Thriving Grove|JMP|1
-1 Thriving Isle|JMP|1
-1 Thriving Moor|JMP|1
-1 Tidal Barracuda|C20|1
-1 Trumpeting Gnarr|IKO|1
-3 Zagoth Mamba|IKO|1
-2 Zagoth Triome|IKO|1
-[Sideboard]
-1 Umori, the Collector|IKO|1
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/tiger.dck b/forge-gui/res/adventure/Shandalar/decks/standard/tiger.dck
deleted file mode 100644
index 1d4f0cd1ef2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/tiger.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=tiger
-[Avatar]
-
-[Main]
-4 Cave Tiger|USG|1
-4 Feral Prowler|JMP|1
-12 Forest|M21|1
-5 Forest|M21|2
-7 Forest|M21|3
-3 Giant Growth|MB1|1
-2 Giant Regrowth|YSNC|1
-4 Keeper of Fables|ELD|1
-4 Prey Upon|J22|1
-3 Sabertooth Mauler|M21|1
-2 Savage Swipe|MH1|1
-4 Scythe Leopard|BFZ|1
-4 Scythe Tiger|ZEN|1
-2 Stalking Tiger|10E|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/tokens.dck b/forge-gui/res/adventure/Shandalar/decks/standard/tokens.dck
deleted file mode 100644
index c9de46a5c83..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/tokens.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=tokens
-[Avatar]
-
-[Main]
-4 Benalish Marshal|GNT|1
-4 Castle Ardenvale|ONC|1
-1 Cathars' Crusade|CM2|1
-1 Elspeth Tirel|ONC|1
-4 Esper Sentinel|J21|1
-2 Finale of Glory|WAR|1
-2 Glorious Anthem|M21|1
-2 Hero of Bladehold|MOC|1
-4 Honor of the Pure|M12|1
-3 Intangible Virtue|HA5|1
-2 Martial Coup|V14|1
-3 Myrel, Shield of Argive|BRO|1
-7 Plains|WAR|1
-4 Plains|WAR|2
-9 Plains|WAR|3
-4 Precinct Captain|E01|1
-4 Secure the Wastes|DTK|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.dck b/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.dck
deleted file mode 100644
index 0b231380ed1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.dck
+++ /dev/null
@@ -1,53 +0,0 @@
-[metadata]
-Name=treefolk
-[Main]
-1 Awakener Druid|M10|1
-1 Battlewand Oak|LRW|1
-1 Bosk Banneret|MOR|1
-1 Cloudcrown Oak|LRW|1
-1 Cradle Guard|USG|1
-1 Dauntless Dourbark|LRW|1
-1 Dryad Greenseeker|M19|1
-1 Dungrove Elder|M12|1
-1 Forest|ELD|1
-1 Forest|ELD|3
-1 Forest|KLD|2
-1 Forest|KLD|3
-2 Forest|LRW|3
-1 Forest|M19|1
-2 Forest|M19|3
-3 Forest|M19|4
-2 Forest|MID|3
-2 Forest|PTK|3
-1 Forest|SHM|1
-1 Forest|SHM|3
-2 Forest|THS|4
-1 Forest|USG|3
-1 Forest|USG|4
-2 Forest|XLN|2
-2 Gaea's Embrace|USG|1
-1 Gnarled Sage|M21|1
-1 Gnarlwood Dryad|EMN|1
-1 Great Oak Guardian|C15|1
-1 Hidden Ancients|USG|1
-1 Klothys's Design|THB|1
-1 Kurbis, Harvest Celebrant|MIC|1
-1 Leafcrown Dryad|THS|1
-1 Lifecrafter's Gift|CMR|1
-1 Old-Growth Dryads|XLN|1
-1 Reach of Branches|MOR|1
-1 Rootgrapple|LRW|1
-1 Scurry Oak|MH2|1
-1 Shanodin Dryads|7ED|1
-1 Somberwald Dryad|DKA|1
-2 Song of Freyalise|DOM|1
-1 Tangletrap|STX|1
-1 Treefolk Harbinger|LRW|1
-1 Treefolk Seedlings|USG|1
-1 Tuinvale Treefolk|ELD|1
-1 Unseen Walker|MIR|1
-1 Unstoppable Ash|MOR|1
-1 Vastwood Fortification|ZNR|1
-1 Weatherseed Totem|TSP|1
-1 Willow Dryad|POR|1
-1 Willow Geist|MID|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.json b/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.json
deleted file mode 100644
index 11912720f66..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Treefolk",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Treefolk",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk_golgari.dck b/forge-gui/res/adventure/Shandalar/decks/standard/treefolk_golgari.dck
deleted file mode 100644
index 5c3b055441b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/treefolk_golgari.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[metadata]
-Name=Golgari Treefolk
-[Main]
-4 Blooming Marsh|KLR|1
-3 Bosk Banneret|MOR|1
-4 Dauntless Dourbark|PG07|1
-1 Fendeep Summoner|MOR|1
-4 Forest|ONE|1
-4 Heartless Summoning|ISD|1
-4 Leaf-Crowned Elder|MOR|1
-4 Orchard Warden|MOR|1
-4 Overgrown Tomb|PRM|1
-2 Plunge into Darkness|5DN|1
-2 Realmwalker|KHM|1
-4 Sapling of Colfenor|EVE|1
-1 Swamp|ONE|1
-1 Swamp|ONE|3
-4 Timber Protector|LRW|1
-4 Treefolk Harbinger|LRW|1
-3 Urborg, Tomb of Yawgmoth|TSR|1
-4 Verdant Catacombs|MH2|1
-3 Vito, Thorn of the Dusk Rose|J22|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/troll.json b/forge-gui/res/adventure/Shandalar/decks/standard/troll.json
deleted file mode 100644
index 191eeaa4c22..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/troll.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-"name":"Troll",
- "template":
- {
- "count":60,
- "colors":["Red","Green"],
- "tribe":"Troll",
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/turtle.json b/forge-gui/res/adventure/Shandalar/decks/standard/turtle.json
deleted file mode 100644
index ce37d0ac2c6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/turtle.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"name":"Turtle",
- "template":
- {
- "count":60,
- "colors":["Blue"],
- "tribe":"Turtle",
- "tribeCards":0.5,
- "tribeSynergyCards":0.2,
- "rares":0.5
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/vampire.dck b/forge-gui/res/adventure/Shandalar/decks/standard/vampire.dck
deleted file mode 100644
index fbf5586bb84..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/vampire.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[shop]
-WinsToUnlock=20
-Credits=3500
-MinDifficulty=0
-MaxDifficulty=5
-[metadata]
-Name=Vampire Onslaught
-Description=Blood is in the air! Soon your graveyard will yield foul fruit as your vampire horde feeds on itself in a frenzy to gain greater power. Turn your opponent's dead warriors against them using Mimic Vat to ensure a grisly victory.
-Set=M12
-Image=vampire_onslaught.jpg
-[main]
-2 Blade of the Bloodchief|ZEN
-1 Mimic Vat|SOM
-23 Swamp|M12
-2 Bloodghast|ZEN
-4 Bloodthrone Vampire|M11
-4 Gatekeeper of Malakir|ZEN
-1 Kalastria Highborn|WWK
-4 Pawn of Ulamog|ROE
-1 Vampire Hexmage|ZEN
-4 Vampire Lacerator
-2 Vampire Nighthawk|ZEN
-3 Vampire Outcasts|M12
-4 Viscera Seer
-4 Dismember|NPH
-1 Verdant Catacombs|ZEN
-[sideboard]
-4 Distress|M12
-2 Go for the Throat|MBS
-4 Skinrender|SOM
-3 Vampire Hexmage|ZEN
-2 Vampire Nighthawk|ZEN
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/vampire.json b/forge-gui/res/adventure/Shandalar/decks/standard/vampire.json
deleted file mode 100644
index e41bae8554b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/vampire.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Vampire",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Vampire",
- "tribeCards":1.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/vampire_blood_token_fly.dck b/forge-gui/res/adventure/Shandalar/decks/standard/vampire_blood_token_fly.dck
deleted file mode 100644
index a4274ff61ce..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/vampire_blood_token_fly.dck
+++ /dev/null
@@ -1,39 +0,0 @@
-[metadata]
-Name=VAMPIRE Blood Token Fly
-[Main]
-1 Anje, Maid of Dishonor|VOW|1
-1 Belligerent Guest|VOW|1
-2 Blood Fountain|VOW|1
-1 Blood Petal Celebrant|VOW|1
-1 Blood Servitor|VOW|1
-1 Bloodthirsty Adversary|MID|1
-1 Bloodtithe Collector|MID|1
-1 Bloodtithe Harvester|VOW|1
-1 Bloodvial Purveyor|VOW|1
-1 Bloody Betrayal|VOW|1
-1 Ceremonial Knife|VOW|1
-1 Courier Bat|VOW|1
-4 Evolving Wilds|VOW|1
-1 Falkenrath Forebear|VOW|1
-2 Gluttonous Guest|VOW|1
-1 Haunted Ridge|MID|1
-2 Lacerate Flesh|VOW|1
-4 Mountain|MID|3
-5 Mountain|VOW|3
-1 Mounted Dreadknight|MID|1
-1 Olivia's Attendants|VOW|1
-1 Olivia, Crimson Bride|VOW|1
-2 Restless Bloodseeker|VOW|1
-1 Slaughter Specialist|MID|1
-2 Stolen Vitality|MID|1
-4 Swamp|MID|3
-5 Swamp|VOW|3
-2 Vampire Interloper|MID|1
-1 Vampire Socialite|MID|1
-1 Vampire's Kiss|VOW|1
-2 Vampires' Vengeance|VOW|1
-1 Voldaren Bloodcaster|VOW|1
-1 Voldaren Epicure|VOW|1
-1 Voldaren Estate|VOW|1
-1 Voldaren Stinger|MID|1
-1 Wedding Invitation|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/viashino.dck b/forge-gui/res/adventure/Shandalar/decks/standard/viashino.dck
deleted file mode 100644
index a14c574dac2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/viashino.dck
+++ /dev/null
@@ -1,60 +0,0 @@
-[metadata]
-Name=viashino
-[Avatar]
-
-[Main]
-1 Bloodfell Caves|M21|1
-1 Broodmate Dragon|C17|1
-2 Carrion Thrash|ALA|1
-1 Decimate|C16|1
-1 Fervent Strike|DOM|1
-1 Flameblast Dragon|C18|1
-1 Forest|ALA|3
-1 Forest|RNA|1
-1 Gruul Guildgate|DGM|1
-1 Gruul Guildgate|GTC|1
-1 Gruul Guildgate|RNA|1
-1 Gruul Guildgate|RNA|2
-1 Gruul War Chant|MM3|1
-1 Gruul War Plow|GPT|1
-1 Heightened Reflexes|IKO|1
-1 Immolation Shaman|RNA|1
-1 Jund Panorama|ALA|1
-1 Jund Sojourners|ARB|1
-1 Lavalanche|ARB|1
-2 Mountain|ALA|2
-2 Mountain|ALA|4
-1 Mountain|DOM|1
-1 Mountain|DOM|2
-1 Mountain|DOM|3
-3 Mountain|RNA|1
-1 Naturalize|MB1|1
-1 Obelisk of Jund|C13|1
-1 Predatory Advantage|ARB|1
-2 Rubblebelt Runner|RNA|1
-2 Savage Lands|ALA|1
-2 Storm Strike|RNA|1
-1 Subterranean Tremors|PZ2|1
-1 Swamp|ALA|4
-1 Swamp|RNA|1
-1 Thunder Strike|BBD|1
-1 Viashino Bladescout|TSP|1
-1 Viashino Fangtail|RAV|1
-4 Viashino Pyromancer|M19|1
-2 Viashino Sandscout|10E|1
-1 Viashino Sandsprinter|MH1|1
-1 Viashino Sandstalker|MB1|1
-1 Viashino Slasher|RAV|1
-4 Viashino Slaughtermaster|MM2|1
-1 Woodland Cemetery|DOM|1
-1 Zirilan of the Claw|MIR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/vulture.dck b/forge-gui/res/adventure/Shandalar/decks/standard/vulture.dck
deleted file mode 100644
index eb5f9b418b8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/vulture.dck
+++ /dev/null
@@ -1,15 +0,0 @@
-[metadata]
-Name=vulture
-[Main]
-4 Aphetto Vulture|ONS|1
-4 Bone Picker|JMP|1
-4 Circling Vultures|WTH|1
-4 Doom Blade|E01|1
-4 Duress|M21|1
-4 Gorging Vulture|J22|1
-4 Screeching Buzzard|BBD|1
-4 Sultai Scavenger|KTK|1
-4 Swamp|J22|1
-9 Swamp|J22|2
-11 Swamp|J22|3
-4 Wake of Vultures|EMA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/walkingbrain.dck b/forge-gui/res/adventure/Shandalar/decks/standard/walkingbrain.dck
deleted file mode 100644
index a9bfe177a95..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/walkingbrain.dck
+++ /dev/null
@@ -1,19 +0,0 @@
-[metadata]
-Name=walkingbrain
-[Main]
-4 Annex|ONS|1
-1 Beguiler of Wills|DKA|1
-4 Confiscate|CMR|1
-2 Empress Galina|INV|1
-2 Invoke the Winds|NEO|1
-14 Island|NEO|1
-10 Island|NEO|2
-1 Keiga, the Tide Star|CLB|1
-1 Kiora Bests the Sea God|THB|1
-4 Mind Flayer|AFR|1
-4 Mind Stone|AFC|1
-1 Roil Elemental|SLD|1
-4 Shield Broker|NCC|1
-2 Steal Artifact|30A|1
-2 Steal Enchantment|TMP|1
-4 Thran Dynamo|C19|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wanderinggiant.dck b/forge-gui/res/adventure/Shandalar/decks/standard/wanderinggiant.dck
deleted file mode 100644
index 44b8e8e9c0a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wanderinggiant.dck
+++ /dev/null
@@ -1,36 +0,0 @@
-[metadata]
-Name=wanderinggiant
-[Avatar]
-
-[Main]
-2 Bonebreaker Giant|M12|1
-2 Bonecrusher Giant|CLB|1
-3 Craven Giant|TPR|1
-3 Crush Underfoot|LRW|1
-2 Desolation Giant|CM2|1
-1 Fire Giant's Fury|KHM|1
-4 Hammer Dropper|MB1|1
-4 Hill Giant|10E|1
-4 Hundred-Handed One|THS|1
-2 Lowland Giant|TPR|1
-5 Mountain|10E|1
-4 Mountain|10E|2
-3 Mountain|10E|3
-4 Mountain|10E|4
-1 Plains|10E|1
-1 Plains|10E|2
-2 Plains|10E|3
-4 Plains|10E|4
-3 Shock|DDN|1
-2 Stinkdrinker Daredevil|LRW|1
-4 Two-Headed Giant of Foriys|PRM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wasp.dck b/forge-gui/res/adventure/Shandalar/decks/standard/wasp.dck
deleted file mode 100644
index bc6871bf682..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wasp.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[metadata]
-Name=wasp
-[Avatar]
-
-[Main]
-4 Caustic Wasps|MMQ|1
-4 Crawling Infestation|VOW|1
-2 Doubling Season|BBD|1
-24 Forest|KHM|1
-2 Giant Dustwasp|TSR|1
-4 Hornet Nest|C21|1
-4 Hornet Queen|M15|1
-4 Hornet Sting|M11|1
-2 Infested Roothold|DST|1
-2 Killer Bees|ME3|1
-2 Moldgraf Millipede|VOW|1
-2 Thriss, Nantuko Primus|JUD|1
-2 Unyaro Bees|TSP|1
-2 Zask, Skittering Swarmlord|J22|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/water_elemental.dck b/forge-gui/res/adventure/Shandalar/decks/standard/water_elemental.dck
deleted file mode 100644
index f88e7037e06..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/water_elemental.dck
+++ /dev/null
@@ -1,23 +0,0 @@
-[metadata]
-Name=water_elemental
-[Main]
-1 Aethersnipe|UMA|1
-1 Air-Cult Elemental|AFR|1
-4 Boomerang|10E|1
-1 Boreal Elemental|M20|1
-1 Brine Elemental|TSP|1
-2 Cavalier of Gales|M20|1
-3 Cloudkin Seer|MB1|1
-4 Floodhound|J22|1
-3 Glimmerbell|IKO|1
-23 Island|BRO|4
-1 Nimbus of the Isles|BBD|1
-1 Plasma Elemental|5DN|1
-2 Subtlety|MH2|1
-1 Supreme Exemplar|MOR|1
-4 Unsummon|M20|1
-1 Void Stalker|M13|1
-2 Water Elemental|30A|1
-2 Water Servant|M14|1
-2 Water Weird|HBG|1
-1 Watercourser|MB1|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/werewolf.dck b/forge-gui/res/adventure/Shandalar/decks/standard/werewolf.dck
deleted file mode 100644
index a3f21a2cc99..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/werewolf.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=werewolf
-[Main]
-1 Avabruck Caretaker|VOW|1
-1 Ballista Watcher|VOW|1
-2 Bird Admirer|MID|1
-1 Brood Weaver|MID|1
-1 Cemetery Prowler|VOW|1
-1 Child of the Pack|VOW|1
-1 End the Festivities|VOW|1
-4 Evolving Wilds|VOW|1
-2 Fearful Villager|VOW|1
-3 Forest|SOI|1
-3 Forest|SOI|2
-4 Forest|SOI|3
-1 Hookhand Mariner|VOW|1
-1 Howling Moon|VOW|1
-4 Hungry Ridgewolf|VOW|1
-1 Ill-Tempered Loner|VOW|1
-1 Infestation Expert|VOW|1
-1 Into the Night|VOW|1
-1 Kessig Naturalist|MID|1
-2 Lunar Frenzy|MID|1
-5 Mountain|SOI|1
-3 Mountain|SOI|2
-2 Mountain|SOI|3
-1 Oakshade Stalker|VOW|1
-1 Outland Liberator|MID|1
-2 Packsong Pup|VOW|1
-1 Rockfall Vale|MID|1
-4 Uncaged Fury|SOI|1
-1 Volatile Arsonist|VOW|1
-1 Weaver of Blossoms|VOW|1
-3 Wolf Strike|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/white_dwarf.dck b/forge-gui/res/adventure/Shandalar/decks/standard/white_dwarf.dck
deleted file mode 100644
index 8562c126e15..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/white_dwarf.dck
+++ /dev/null
@@ -1,55 +0,0 @@
-[metadata]
-Name=white_dwarf
-[Avatar]
-
-[Main]
-2 Aerial Modification|AER|1
-2 Aerial Responder|KLD|1
-1 Aether Hub|KLD|1
-1 Aethergeode Miner|AER|1
-1 Aethershield Artificer|M19|1
-1 Aethersphere Harvester|AER|1
-2 Airdrop Aeronauts|AER|1
-2 Audacious Infiltrator|AER|1
-1 Aviary Mechanic|KLD|1
-1 Axgard Braggart|KHM|1
-1 Bound in Gold|KHM|1
-1 Caught in the Brights|AER|1
-1 Colossal Plow|KHM|1
-1 Consul's Shieldguard|KLD|1
-1 Countless Gears Renegade|AER|1
-1 Fairgrounds Warden|KLD|1
-2 Gearshift Ace|KLD|1
-1 Goldvein Pick|KHM|1
-1 Inspired Charge|KLD|1
-1 Inventor's Goggles|KLD|1
-1 Inventors' Fair|KLD|1
-1 Master Skald|KHM|1
-1 Master Trinketeer|KLD|1
-1 Ninth Bridge Patrol|KLD|1
-4 Plains|KHM|1
-6 Plains|KLD|1
-1 Plains|KLD|2
-3 Plains|KLD|3
-4 Renegade Map|AER|1
-1 Restoration Specialist|AER|1
-1 Sequestered Stash|KLD|1
-1 Sky Skiff|KLR|1
-1 Smuggler's Copter|KLD|1
-3 Snow-Covered Plains|KHM|2
-1 Solemn Recruit|AER|1
-1 Sram, Senior Edificer|AER|1
-1 Story Seeker|KHM|1
-1 Thopter Arrest|AER|1
-1 Toolcraft Exemplar|KLD|1
-1 Warchanter Skald|KHM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_ajani.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_ajani.dck
deleted file mode 100644
index 11cff194032..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_ajani.dck
+++ /dev/null
@@ -1,37 +0,0 @@
-[duel]
-[metadata]
-Name=Ajani's Enchanted Ascension 1
-Title=Ajani Goldmane
-Difficulty=easy
-Description=Mono-white life gain, enchantments, and Ajani planeswalkers theme deck
-Icon=Ajani Goldmane 1.jpg
-Deck Type=constructed
-[Main]
-1 Ajani Goldmane
-1 Ajani Steadfast
-2 Ajani's Chosen
-2 Ajani's Mantra
-3 Ajani's Pridemate
-2 Ajani's Sunstriker
-2 Ajani's Welcome
-1 Ajani, Adversary of Tyrants
-1 Ajani, Caller of the Pride
-1 Ajani, Inspiring Leader
-1 Ajani, Strength of the Pride
-2 Armored Ascension
-2 Blessed Spirits
-3 Court Cleric
-1 Daybreak Coronet
-2 Eidolon of Countless Battles
-1 Emeria, the Sky Ruin
-4 Flagstones of Trokair
-2 Ghostblade Eidolon
-2 Goldmane Griffin
-2 Griffin Aerie
-1 Hall of Heliod's Generosity
-1 Heliod, Sun-Crowned
-2 Land Tax
-2 Mesa Enchantress
-2 Path of Bravery
-13 Plains
-1 Serra's Sanctum
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_angelhuman.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_angelhuman.dck
deleted file mode 100644
index bd708202c90..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_angelhuman.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[duel]
-[metadata]
-Name=Sigismund's Avacyn's Glory 1
-Title=Sigismund, Avacyn's Faithful
-Difficulty=easy
-Description=Mono-white humans and angels theme deck
-Icon=Sigismund 1.jpg
-Deck Type=constructed
-[Main]
-1 Angelic Overseer
-1 Archangel
-1 Champion of the Parish
-2 Doomed Traveler
-2 Elder Cathar
-2 Elgaud Inquisitor
-2 Fiend Hunter
-3 Gather the Townsfolk
-1 Geist-Honored Monk
-2 Goldnight Commander
-2 Hallow
-1 Honor of the Pure
-1 Mentor of the Meek
-1 Midnight Guard
-2 Oblivion Ring
-2 Path to Exile
-25 Plains
-1 Requiem Angel
-2 Selfless Cathar
-3 Thraben Valiant
-2 Unruly Mob
-1 Voice of the Provinces
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_wanderer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_wanderer.dck
deleted file mode 100644
index cd0fda264a8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_easy_wanderer.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[duel]
-[metadata]
-Name=The Wanderer's Entourage 1
-Title=The Wanderer
-Difficulty=easy
-Description=Mono-white counters and proliferate theme deck with Wanderer planeswalkers
-Icon=The Wanderer 1.jpg
-Deck Type=constructed
-[Main]
-3 Armored Ascension
-3 Blighted Steppe
-2 Caravan Escort
-1 Champion of the Parish
-2 Contagion Clasp
-4 Flagstones of Trokair
-2 Grateful Apparition
-1 Herald of War
-2 Hopeful Initiate
-2 Ikiral Outrider
-2 Kabira Vindicator
-1 Kjeldoran Outpost
-1 Kor Haven
-3 Mana Tithe
-2 Martyr for the Cause
-1 Mikaeus, the Lunarch
-13 Plains
-2 Resilient Wanderer
-1 Savior of Ollenbock
-3 Soul Tithe
-3 The Wanderer
-2 Unbounded Potential
-1 Victory's Envoy
-3 Wanderer's Strike
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_armaggedon.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_armaggedon.dck
deleted file mode 100644
index e873369788f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_armaggedon.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[duel]
-[metadata]
-Name=Surtr 3
-Title=Surtr
-Difficulty=hard
-Description=Mono W Armageddon deck
-Icon=Surtr.jpg
-Deck Type=constructed
-[main]
-5 Plains
-4 Flagstones of Trokair
-4 Darksteel Citadel
-4 Wasteland
-1 Strip Mine
-1 Mox Emerald
-1 Mox Ruby
-1 Mox Pearl
-1 Mox Jet
-1 Mox Sapphire
-1 Sol Ring
-4 Crucible of Worlds
-4 Armageddon
-4 Ravages of War
-1 Mana Tithe
-1 Disenchant
-4 Swords to Plowshares
-1 Limited Resources
-3 Dryad Militant
-2 Student of Warfare
-1 Grand Abolisher
-1 Spirit of the Labyrinth
-1 Ethersworn Canonist
-1 True Believer
-1 Knight of the White Orchid
-1 Porcelain Legionnaire
-2 Aven Mindcensor
-1 Archetype of Courage
-1 Brimaz, King of Oreskos
-1 Fiend Hunter
-1 Elspeth, Knight-Errant
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_enchantments.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_enchantments.dck
deleted file mode 100644
index 4f1d30a8b0d..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_enchantments.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[duel]
-[metadata]
-Name=Casper 3
-Title=Casper
-Difficulty=hard
-Description=Mono W Enchantment deck with Blessed Spirits and Sigil of the Empty Throne
-Icon=Casper.jpg
-Deck Type=constructed
-[main]
-22 Plains
-1 Serra's Sanctum
-1 Archetype of Courage
-4 Blessed Spirits
-2 Celestial Ancient
-3 Hopeful Eidolon
-4 Mesa Enchantress
-1 Nyx-Fleece Ram
-4 Ethereal Armor
-1 Heliod, God of the Sun
-4 Journey to Nowhere
-3 Oblivion Ring
-4 Pacifism
-4 Sigil of the Empty Throne
-2 Replenish
-[sideboard]
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_hatebears.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_hatebears.dck
deleted file mode 100644
index 45e75d982a2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_hatebears.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[duel]
-[metadata]
-Name=Odysseus 3
-Title=Odysseus
-Difficulty=hard
-Description=Mono W Hate Bear deck
-Icon=Odysseus.jpg
-Deck Type=constructed
-[main]
-21 Plains
-1 Karakas
-1 Soul's Attendant
-4 Dryad Militant
-1 Icatian Javelineers
-2 Thalia, Guardian of Thraben
-1 Grand Abolisher
-1 True Believer
-1 Kataki, War's Wage
-1 Leonin Relic-Warder
-1 Samurai of the Pale Curtain
-2 Knight of the White Orchid
-1 Veteran Armorer
-1 Kitchen Finks
-1 Glowrider
-2 Vryn Wingmare
-4 Fiend Hunter
-2 Mentor of the Meek
-1 Mirran Crusader
-1 Archetype of Courage
-1 Silverblade Paladin
-1 Soltari Champion
-1 Linvala, Keeper of Silence
-1 Angel of Jubilation
-1 Celestial Crusader
-1 Loxodon Gatekeeper
-1 Hero of Bladehold
-1 Crovax, Ascendant Hero
-1 Elesh Norn, Grand Cenobite
-1 Imposing Sovereign
-[sideboard]
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humansoldier.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humansoldier.dck
deleted file mode 100644
index 22990e95eda..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humansoldier.dck
+++ /dev/null
@@ -1,43 +0,0 @@
-[metadata]
-Name=human_soldier_token
-[Main]
-1 Adamant Will|VOW|1
-1 Angelic Quartermaster|VOW|1
-1 Captain of the Watch|M10|1
-1 Cemetery Protector|VOW|1
-1 Commanding Presence|THB|1
-1 Darien, King of Kjeldor|CSP|1
-1 Dawn of Hope|GRN|1
-1 Field Marshal|CSP|1
-1 Fierce Retribution|VOW|1
-1 First Response|M15|1
-1 Flare of Faith|MID|1
-1 God-Favored General|BNG|1
-1 Haazda Marshal|GRN|1
-1 Heirloom Blade|AFC|1
-1 Herald of War|AVR|1
-1 Hero of Bladehold|MBS|1
-1 Iona's Judgment|CMR|1
-1 Keeper of the Accord|CMR|1
-1 Mobilization|10E|1
-1 Moment of Heroism|JMP|1
-2 Perimeter Sergeant|IKO|1
-1 Plains|IKO|1
-3 Plains|IKO|2
-2 Plains|IKO|3
-3 Plains|ISD|1
-2 Plains|ISD|2
-1 Plains|ISD|3
-3 Plains|RTR|2
-1 Plains|RTR|3
-1 Plains|RTR|4
-1 Plains|RTR|5
-2 Plains|THS|1
-2 Plains|THS|3
-3 Plains|THS|4
-1 Precinct Captain|RTR|1
-1 Rhox Pikemaster|M10|1
-2 Sanctuary Lockdown|IKO|1
-1 Thraben Standard Bearer|EMN|1
-4 Veteran Armorsmith|M10|1
-4 Veteran Swordsmith|M10|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humility.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humility.dck
deleted file mode 100644
index f008a1bbacf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_hard_humility.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[duel]
-[metadata]
-Name=Nac Mac Feegle 3
-Title=Nac Mac Feegle
-Difficulty=hard
-Description=Mono W 1/1 token Deck with Humility, Increasing Devotion and Intangible Virtue
-Icon=Nac Mac Feegle 3.jpg
-Deck Type=constructed
-[main]
-1 Elspeth, Knight-Errant
-4 Gather the Townsfolk
-3 Godhead of Awe
-4 Humility
-4 Increasing Devotion
-4 Intangible Virtue
-4 Leyline of the Meek
-1 Martial Coup
-3 Mobilization
-24 Plains
-4 Porphyry Nodes
-4 Reverence
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_aggro.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_aggro.dck
deleted file mode 100644
index 82cfc943fec..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_aggro.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[duel]
-[metadata]
-Name=Blackbeard 3
-Title=Blackbeard
-Difficulty=hard
-Description=Mono W Soldiers deck with Preeminent Captain, Captain of the Watch and Daru Warchief
-Icon=Blackbeard.jpg
-Deck Type=constructed
-[main]
-18 Plains|M11
-1 Daru Encampment
-1 Mox Pearl
-2 Tithe
-4 Preeminent Captain
-4 Veteran Armorsmith
-3 Ballyrush Banneret
-3 Veteran Swordsmith
-3 Daru Warchief
-3 Field Marshal
-2 Captain of the Watch
-1 Ranger of Eos
-1 Aven Brigadier
-1 Rhox Pikemaster
-1 Veteran Armorer
-1 Aven Riftwatcher
-1 Soltari Foot Soldier
-1 Raise the Alarm
-1 Mobilization
-1 Elspeth, Knight-Errant
-2 Path to Exile
-2 Valorous Stance
-1 Conqueror's Pledge
-1 Enlistment Officer
-1 Thalia, Guardian of Thraben
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_basri.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_basri.dck
deleted file mode 100644
index 193ec50c41a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_basri.dck
+++ /dev/null
@@ -1,35 +0,0 @@
-[metadata]
-Name=basri
-[Main]
-4 Adherent of Hope|M21|1
-1 Angel of Vitality|M20|1
-1 Angelic Accord|IMA|1
-3 Anointed Chorister|M21|1
-2 Aven Gagglemaster|M21|1
-1 Baneslayer Angel|M21|1
-2 Basri's Acolyte|M21|1
-1 Basri's Aegis|M21|1
-2 Basri's Solidarity|M21|1
-1 Basri, Devoted Paladin|M21|1
-1 Bishop of Wings|M20|1
-2 Chastise|9ED|1
-4 Makeshift Battalion|WAR|1
-3 Plains|AKH|2
-2 Plains|AKH|3
-2 Plains|ISD|2
-1 Plains|ISD|3
-3 Plains|M21|1
-1 Plains|M21|2
-1 Plains|M21|3
-5 Plains|RNA|1
-2 Plains|THB|3
-4 Radiant Fountain|M21|1
-1 Sigiled Contender|M21|1
-2 Silverstrike|SOI|1
-1 Speaker of the Heavens|M21|1
-1 Swift Justice|DDN|1
-1 Tandem Tactics|BFZ|1
-2 Tempered Veteran|M21|1
-1 Tenacity|SOI|1
-1 Trusted Pegasus|WAR|1
-1 Voice of the Blessed|VOW|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_control.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_control.dck
deleted file mode 100644
index 38804abf25a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_control.dck
+++ /dev/null
@@ -1,41 +0,0 @@
-[duel]
-[metadata]
-Name=Colossus 2
-Title=Colossus
-Difficulty=medium
-Description=Mono W control
-Icon=Colossus.jpg
-Deck Type=constructed
-[main]
-21 Plains|ISD
-1 Kjeldoran Outpost
-1 Flagstones of Trokair
-1 Karakas
-2 Abeyance
-2 Due Respect
-2 Silence
-1 Disenchant
-1 Revoke Existence
-2 Mana Tithe
-1 Rebuff the Wicked
-1 Ghostly Prison
-2 Condemn
-2 Exile
-2 Rebuke
-2 Swords to Plowshares
-2 Grand Abolisher
-1 Blind Obedience
-1 Serra Avenger
-1 True Believer
-1 Kataki, War's Wage
-1 Leonin Relic-Warder
-1 Kitchen Finks
-1 Fiend Hunter
-1 Commander Eesha
-1 Dawn Elemental
-1 Guardian Seraph
-1 Linvala, Keeper of Silence
-1 Windborn Muse
-1 Oversoul of Dusk
-1 Serra Angel
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_knight.dck b/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_knight.dck
deleted file mode 100644
index 44fe39a0108..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/whitewizard_medium_knight.dck
+++ /dev/null
@@ -1,29 +0,0 @@
-[duel]
-[metadata]
-Name=White Knight 2
-Title=White Knight
-Difficulty=medium
-Description=Mono W Knights deck
-Icon=White Knight.jpg
-Deck Type=constructed
-[main]
-3 Veteran Cavalier
-3 Kabira Vindicator
-4 Lionheart Maverick
-2 Knight of Cliffhaven
-2 Knight Errant
-2 Benalish Cavalry
-2 Accorder Paladin
-1 Hero of Bladehold
-1 Knight Exemplar
-2 Leonin Skyhunter
-1 Mirran Crusader
-2 Student of Warfare
-2 White Knight
-2 Caravan Escort
-2 Oust
-2 Saltblast
-2 Path of Peace
-1 War Falcon
-24 Plains|MBS
-[sideboard]
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wild-magic_sorcerer.dck b/forge-gui/res/adventure/Shandalar/decks/standard/wild-magic_sorcerer.dck
deleted file mode 100644
index 4b950869048..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wild-magic_sorcerer.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=wild-magic_sorcerer
-[Main]
-2 Annoyed Altisaur|CMR|1
-1 Aurora Phoenix|CMR|1
-2 Beanstalk Giant|ZNC|1
-2 Bloodbraid Elf|PCA|1
-2 Boarding Party|CMR|1
-1 Crashing Footfalls|MH1|1
-1 Creative Technique|C21|1
-2 Delayed Blast Fireball|CLB|2
-2 Epochrasite|CM2|1
-1 Escape to the Wilds|ELD|1
-2 Faldorn, Dread Wolf Herald|CLB|2
-4 Forest|DOM|1
-2 Forest|DOM|2
-1 Forest|DOM|3
-2 Forest|DOM|4
-2 Goblin Anarchomancer|MH2|1
-1 Journey to the Lost City|CLB|2
-1 Kami of Celebration|NEC|1
-2 Laelia, the Blade Reforged|C21|1
-1 Mosswort Bridge|NCC|1
-4 Mountain|DOM|1
-1 Mountain|DOM|2
-3 Mountain|DOM|3
-2 Mountain|DOM|4
-1 Natural Reclamation|CMR|1
-2 Reckless Impulse|VOW|1
-2 Rootbound Crag|C16|1
-2 Search for Tomorrow|CMR|1
-1 Sweet-Gum Recluse|CMR|1
-1 Tectonic Giant|THB|1
-1 Valakut Exploration|ZNR|1
-1 Venture Forth|CLB|2
-1 Volcanic Torrent|CMR|1
-2 Wild-Magic Sorcerer|AFC|1
-2 Wooded Ridgeline|DMU|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/witch.dck b/forge-gui/res/adventure/Shandalar/decks/standard/witch.dck
deleted file mode 100644
index 8747189507f..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/witch.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=witch
-[Avatar]
-
-[Main]
-2 Accursed Witch|SOI|1
-2 Cast Down|DOM|1
-4 Cuombajj Witches|CMR|1
-4 Curse of Leeches|MID|1
-4 Cursebound Witch|YMID|1
-1 Cut Down|DMU|1
-4 Kindly Stranger|SOI|1
-4 Sedgemoor Witch|STX|1
-20 Swamp|ELD|2
-1 Tempting Witch|JMP|1
-2 The Cauldron of Eternity|ELD|1
-2 The Hourglass Coven|HBG|1
-2 Veinwitch Coven|C21|1
-2 Witch of the Moors|JMP|1
-4 Witch's Cottage|ELD|1
-2 Witch's Vengeance|ELD|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wolfboss.dck b/forge-gui/res/adventure/Shandalar/decks/standard/wolfboss.dck
deleted file mode 100644
index 3a617225ecf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wolfboss.dck
+++ /dev/null
@@ -1,38 +0,0 @@
-[metadata]
-Name=wolfboss
-[Avatar]
-
-[Main]
-2 Arlinn, Voice of the Pack|SLD|1
-4 Ascendant Packleader|VOW|1
-2 Briarpack Alpha|J22|1
-4 Cemetery Prowler|VOW|1
-5 Forest|J22|1
-9 Forest|J22|2
-16 Forest|J22|3
-4 Geistpack Alpha|YMID|1
-4 Hollowhenge Overlord|VOC|1
-4 Howl of the Night Pack|M14|1
-1 Kessig Cagebreakers|CMA|1
-2 Master of the Wild Hunt|SLD|1
-4 Nightpack Ambusher|J22|1
-4 Packsong Pup|J22|1
-2 Primal Adversary|MID|1
-4 Silverfur Partisan|SOI|1
-4 Tenacious Pup|YMID|1
-4 Timber Wolves|30A|1
-2 Tovolar's Huntmaster|MID|1
-4 Wicked Wolf|ELD|1
-2 Witchstalker|M14|1
-[Sideboard]
-1 Howling Moon|VOW|1
-1 Howlpack Resurgence|SOI|1
-1 Wolfcaller's Howl|C14|1
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wraithswampwalk.dck b/forge-gui/res/adventure/Shandalar/decks/standard/wraithswampwalk.dck
deleted file mode 100644
index 846d4d81db6..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wraithswampwalk.dck
+++ /dev/null
@@ -1,21 +0,0 @@
-[metadata]
-Name=wraithswampwalk
-[Main]
-4 Anurid Murkdiver|ONS|1
-4 Bog Raiders|USG|1
-4 Bog Tatters|ZEN|1
-4 Bog Wraith|30A|1
-4 Contaminated Ground|ROE|1
-4 Dirtwater Wraith|MIR|1
-4 Evil Presence|30A|1
-2 Mind Sludge|ZEN|1
-2 Snuff Out|DDD|1
-4 Street Wraith|DMR|1
-6 Swamp|ZEN|1
-2 Swamp|ZEN|2
-1 Swamp|ZEN|4
-2 Swamp|ZEN|5
-6 Swamp|ZEN|6
-2 Swamp|ZEN|7
-1 Swamp|ZEN|8
-4 Urborg, Tomb of Yawgmoth|UMA|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/wurm.json b/forge-gui/res/adventure/Shandalar/decks/standard/wurm.json
deleted file mode 100644
index 0c56dc06897..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/wurm.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Wurm",
- "template":
- {
- "count":60,
- "colors":["Green"],
- "tribe":"Wurm",
- "tribeCards":1.0,
- "rares":0.3
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/yeti.dck b/forge-gui/res/adventure/Shandalar/decks/standard/yeti.dck
deleted file mode 100644
index 44c541f36fe..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/yeti.dck
+++ /dev/null
@@ -1,40 +0,0 @@
-[metadata]
-Name=Yeti
-[Main]
-1 Blessing of Frost|KHM|1
-1 Drelnoch|CSP|1
-3 Frost Bite|KHM|1
-2 Frost Raptor|CSP|1
-4 Frostpeak Yeti|KHM|1
-2 Highland Forest|KHM|1
-2 Highland Weald|CSP|1
-1 Hungering Yeti|FRF|1
-1 Ice-Fang Coatl|MH1|1
-1 Icehide Troll|KHM|1
-1 Karplusan Strider|MM2|1
-1 Karplusan Yeti|9ED|1
-2 Mountain Yeti|MED|1
-1 Ohran Yeti|CSP|1
-1 Pilfering Hawk|KHM|1
-4 Rimewood Falls|KHM|1
-1 Shambling Strider|MED|1
-4 Skred|CSP|1
-3 Snow Devil|CST|1
-1 Snow-Covered Forest|CSP|1
-1 Snow-Covered Forest|ICE|1
-1 Snow-Covered Forest|KHM|1
-1 Snow-Covered Island|CSP|1
-1 Snow-Covered Island|ME2|1
-1 Snow-Covered Island|MH1|1
-1 Snow-Covered Island|SLD|1
-2 Snow-Covered Mountain|CSP|1
-1 Snow-Covered Mountain|ICE|1
-2 Snow-Covered Mountain|KHM|1
-2 Snow-Covered Mountain|KHM|2
-1 Snow-Covered Mountain|MH1|1
-1 Snow-Covered Mountain|SLD|1
-1 Summit Prowler|MB1|1
-1 Tundra Fumarole|KHM|1
-4 Volatile Fjord|KHM|1
-1 Wiitigo|ME2|1
-1 Woolly Mammoths|ME2|1
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_bad.json b/forge-gui/res/adventure/Shandalar/decks/standard/zombie_bad.json
deleted file mode 100644
index 97c75b13a29..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_bad.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Zombie bad",
- "template":
- {
- "count":80,
- "colors":["Black"],
- "tribe":"Zombie",
- "tribeCards":1.0,
- "rares":0.1
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_good.json b/forge-gui/res/adventure/Shandalar/decks/standard/zombie_good.json
deleted file mode 100644
index 7da34f98b44..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_good.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-"name":"Zombie good",
- "template":
- {
- "count":60,
- "colors":["Black"],
- "tribe":"Zombie",
- "tribeCards":1.0,
- "rares":0.8
- }
-}
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_greater.dck b/forge-gui/res/adventure/Shandalar/decks/standard/zombie_greater.dck
deleted file mode 100644
index 7e5662d79b3..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/standard/zombie_greater.dck
+++ /dev/null
@@ -1,25 +0,0 @@
-[metadata]
-Name=Zombie_Greater
-[Main]
-2 Cabal Coffers|TOR|1
-2 Cemetery Reaper|M12|1
-4 Champion of the Perished|SCD|1
-2 Cover of Darkness|ONS|1
-1 Damnation|PLC|1
-2 Death Baron|ALA|1
-3 Diregraf Colossus|SOI|1
-1 Grave Pact|10E|1
-4 Gravecrawler|2X2|1
-4 Gray Merchant of Asphodel|THS|1
-2 Leechridden Swamp|J22|1
-3 Lord of the Accursed|AKH|1
-3 Lord of the Undead|10E|1
-4 Plague Belcher|AKH|1
-3 Shepherd of Rot|ONS|1
-18 Swamp|MOM|1
-3 Terror|10E|1
-2 Tombstone Stairwell|MIR|1
-3 Undead Warchief|SCG|1
-1 Zombie Apocalypse|DKA|1
-[Sideboard]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Azorius.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Azorius.dck
deleted file mode 100644
index 23467ae6296..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Azorius.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Azorius
-[Avatar]
-
-[Main]
-2 Aqueous Form|CMR|1
-1 Ardenn, Intrepid Archaeologist|CMR|1
-1 Auramancer's Guise|PLC|1
-2 Azorius Locket|C19|1
-2 Cartouche of Knowledge|AKH|1
-2 Cartouche of Solidarity|AKH|1
-1 Danitha Capashen, Paragon|CMR|1
-1 Dawn Evangel|THB|1
-2 Ethereal Armor|Q06|1
-1 Face of Divinity|JMP|1
-1 Graceblade Artisan|DTK|1
-2 Heliod's Pilgrim|THB|1
-1 Ironclad Slayer|CMR|1
-7 Island|GK2|1
-4 Meandering River|GS1|1
-7 Plains|GK2|1
-1 Sovereigns of Lost Alara|UMA|1
-2 Transcendent Envoy|THB|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Black.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Black.dck
deleted file mode 100644
index 39319cfbd01..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Black.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=Adventure - Low Black
-[Avatar]
-
-[Main]
-1 Animate Dead|MB1|1
-1 Archfiend of Depravity|E01|1
-1 Banewhip Punisher|HOU|1
-2 Cartouche of Ambition|AKR|1
-2 Chainer's Edict|HA3|1
-1 Clattering Augur|MH2|1
-1 Dance of the Dead|ME2|1
-1 Deadly Dispute|AFR|1
-2 Doom Blade|STA|1
-1 Draugr Recruiter|KHM|1
-2 Ecstatic Awakener|MID|1
-1 Indulgent Tormentor|IMA|1
-1 Reassembling Skeleton|AFC|1
-2 Sanitarium Skeleton|CMR|1
-2 Soldevi Adnate|ALL|1
-1 Stab Wound|JMP|1
-18 Swamp|GK1|2
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Blue.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Blue.dck
deleted file mode 100644
index 2030340b842..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Blue.dck
+++ /dev/null
@@ -1,32 +0,0 @@
-[metadata]
-Name=Adventure - Low Blue
-[Avatar]
-
-[Main]
-1 Acquisition Octopus|NEO|1
-2 Armguard Familiar|NEO|1
-2 Boomerang|DPA|1
-1 Broodstar|HOP|1
-1 Callaphe, Beloved of the Sea|THB|1
-2 Disruption Protocol|NEO|1
-1 Ensoul Artifact|M15|1
-2 Etherium Sculptor|NEC|1
-2 Faerie Mechanist|2XM|1
-2 Into the Roil|ZNR|1
-13 Island|GK2|1
-1 Mysterious Tome|MID|1
-1 Replication Specialist|NEO|1
-4 Seat of the Synod|C18|1
-2 Silver Myr|NEC|1
-2 Sky Diamond|KHC|1
-1 Trickster's Talisman|AFR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Boros.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Boros.dck
deleted file mode 100644
index 93fbdd4ed46..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Boros.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Boros
-[Avatar]
-
-[Main]
-1 Balefire Liege|HOP|1
-2 Battlegate Mimic|EVE|1
-1 Boros Charm|NCC|1
-2 Boros Locket|C21|1
-2 Boros Recruit|RAV|1
-2 Double Cleave|UMA|1
-1 Faith Unbroken|CMR|1
-1 Flamewright|CNS|1
-1 Highspire Mantis|KTK|1
-2 Impetuous Sunchaser|BNG|1
-1 Lightning Helix|DDH|1
-7 Mountain|GK1|2
-7 Plains|GK1|1
-2 Scourge of the Nobilis|EVE|1
-1 Spitemare|DDH|1
-1 Squee's Embrace|APC|1
-4 Stone Quarry|M19|1
-2 Temur Battle Rage|CMR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Dimir.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Dimir.dck
deleted file mode 100644
index 6154f269b26..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Dimir.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Dimir
-[Avatar]
-
-[Main]
-1 Animate Dead|MB1|1
-2 Canal Courier|CN2|1
-2 Chainer's Edict|VMA|1
-2 Deathcult Rogue|GTC|1
-1 Deepchannel Mentor|SHM|1
-2 Dimir Locket|GRN|1
-2 Gravelgill Duo|SHM|1
-2 Hideous End|MB1|1
-2 Infiltrate|NMS|1
-1 Inkfathom Infiltrator|SHM|1
-7 Island|GK1|1
-1 Krydle of Baldur's Gate|AFR|1
-2 Library Larcenist|M21|1
-1 Soaring Thought-Thief|ZNR|1
-4 Submerged Boneyard|M19|1
-1 Sure-Footed Infiltrator|ZNR|1
-6 Swamp|GK1|1
-1 Zareth San, the Trickster|ZNR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Golgari.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Golgari.dck
deleted file mode 100644
index 1f76f0ef502..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Golgari.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Golgari
-[Avatar]
-
-[Main]
-1 Aspect of Lamprey|THB|1
-2 Elvish Vanguard|EMA|1
-1 Fell Specter|M19|1
-7 Forest|GK1|1
-4 Foul Orchard|M19|1
-1 Ghost-Lit Stalker|DDD|1
-2 Golgari Locket|GRN|1
-2 Headless Specter|MH1|1
-2 Hideous End|MB1|1
-2 Ivy Lane Denizen|GTC|1
-1 Liliana's Caress|M11|1
-2 Mind Drain|ZNR|1
-1 Nath of the Gilt-Leaf|C16|1
-1 Nullmage Shepherd|KHC|1
-1 Poison-Tip Archer|M19|1
-1 Raiders' Wake|XLN|1
-7 Swamp|GK1|2
-2 Winnower Patrol|MOR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Green.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Green.dck
deleted file mode 100644
index 23e42348c0c..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Green.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=Adventure - Low Green
-[Avatar]
-
-[Main]
-2 Ancient Animus|DOM|1
-2 Aquastrand Spider|DIS|1
-1 Armorcraft Judge|CMR|1
-2 Baloth Packhunter|ANB|1
-2 Big Play|STX|1
-1 Biogenic Upgrade|MIC|1
-1 Blessings of Nature|AVR|1
-1 Bramblewood Paragon|MOR|1
-1 Cytoplast Root-Kin|MM2|1
-2 Deepwood Denizen|MH2|1
-2 Earthen Arms|BFZ|1
-2 Forced Adaptation|GTC|1
-18 Forest|GK1|2
-1 Leyline Invocation|STX|1
-1 Paradox Zone|C21|1
-1 Renata, Called to the Hunt|THB|2
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Gruul.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Gruul.dck
deleted file mode 100644
index 23f40f63507..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Gruul.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=Adventure - Low Gruul
-[Avatar]
-
-[Main]
-2 Annoyed Altisaur|CMR|1
-1 Charging Tuskodon|RIX|1
-2 Commune with Dinosaurs|JMP|1
-1 Dinosaur Stampede|XLN|1
-7 Forest|GK2|1
-2 Grazing Whiptail|XLN|1
-2 Gruul Locket|RNA|1
-2 Knight of the Stampede|RIX|1
-1 Manamorphose|SHM|1
-1 Momentum Rumbler|IKO|1
-6 Mountain|GK2|2
-1 Pyretic Ritual|M11|1
-2 Pyroceratops|IKO|1
-1 Raging Regisaur|RIX|1
-1 Raging Swordtooth|XLN|1
-2 Ram Through|IKO|1
-1 Regisaur Alpha|XLN|1
-1 Savage Stomp|JMP|1
-4 Timber Gorge|DOM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Izzet.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Izzet.dck
deleted file mode 100644
index b756ac54cbf..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Izzet.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Izzet
-[Avatar]
-
-[Main]
-2 Careful Study|ODY|1
-2 Electrickery|RTR|1
-2 Goblin Wizardry|M21|1
-4 Highland Lake|M19|1
-1 Incursion Specialist|GTC|1
-6 Island|GK1|2
-1 Izzet Charm|2XM|1
-2 Izzet Locket|C19|1
-1 Izzet Staticaster|RTR|1
-1 Jori En, Ruin Diver|OGW|1
-2 Lotus Path Djinn|FRF|1
-2 Mage-Ring Bully|ORI|1
-7 Mountain|GK1|1
-1 Pyromancer's Assault|OGW|1
-1 Quicksilver Dagger|A25|1
-2 Thorned Moloch|HOU|1
-2 Thunder Drake|WAR|1
-1 Wizard Class|AFR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Orzhov.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Orzhov.dck
deleted file mode 100644
index ed4dcdf9b79..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Orzhov.dck
+++ /dev/null
@@ -1,34 +0,0 @@
-[metadata]
-Name=Adventure - Low Orzhov
-[Avatar]
-
-[Main]
-2 Basilica Screecher|GTC|1
-1 Blood Artist|JMP|1
-1 Exile|VMA|1
-1 Faith Unbroken|CMR|1
-4 Forsaken Sanctuary|M19|1
-2 Herald of Hadar|AFR|1
-2 Hideous End|MB1|1
-2 Marauding Blight-Priest|ZNR|1
-1 Obzedat, Ghost Council|MM3|1
-1 Okiba Reckoner Raid|NEO|1
-2 Orzhov Locket|RNA|1
-4 Plains|GK2|2
-1 Restless Bloodseeker|VOW|2
-1 Retreat to Hagra|BFZ|1
-1 Sanguine Bond|IMA|1
-2 Sovereign's Bite|M19|1
-2 Suture Priest|NPH|1
-9 Swamp|GK2|1
-1 Vizkopa Guildmage|GTC|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Rakdos.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Rakdos.dck
deleted file mode 100644
index 4ef1c845620..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Rakdos.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Rakdos
-[Avatar]
-
-[Main]
-4 Cinder Barrens|M19|1
-1 Falkenrath Exterminator|AVR|1
-1 Florian, Voldaren Scion|MID|1
-2 Gift of Fangs|VOW|1
-2 Hideous End|MB1|1
-1 Hungry for More|MID|1
-2 Mark of the Vampire|M13|1
-2 Midnight Assassin|SNC|1
-6 Mountain|GK2|1
-2 Nocturnal Feeder|JMP|1
-2 Rakdos Locket|RNA|1
-1 Rakish Heir|VOC|1
-1 Stromkirk Captain|DKA|1
-7 Swamp|GK2|2
-1 Vampire Nighthawk|C21|1
-1 Vampire Socialite|MID|1
-2 Vampire Spawn|AFR|1
-2 Vampire's Kiss|VOW|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Red.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Red.dck
deleted file mode 100644
index c620f36338a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Red.dck
+++ /dev/null
@@ -1,27 +0,0 @@
-[metadata]
-Name=Adventure - Low Red
-[Avatar]
-
-[Main]
-10 Dragon's Approach|STX|1
-1 Fire Servant|M11|1
-1 Guttersnipe|MB1|1
-2 Kiln Fiend|IMA|1
-17 Mountain|GK2|2
-2 Pyre Hound|A25|1
-1 Pyromancer Ascension|SS3|1
-1 Red Dragon|AFR|1
-1 Syr Carah, the Bold|ELD|1
-2 Thermo-Alchemist|EMN|1
-1 Voltaic Visionary|VOW|1
-1 Young Pyromancer|MB1|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Selesnya.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Selesnya.dck
deleted file mode 100644
index f4dc4bea4f2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Selesnya.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Selesnya
-[Avatar]
-
-[Main]
-1 Abzan Beastmaster|FRF|1
-1 Archon of Valor's Reach|C20|1
-2 Armadillo Cloak|ARC|1
-1 Assault Formation|PLIST|1
-1 Belligerent Brontodon|MB1|1
-2 Cartouche of Strength|AKH|1
-7 Forest|GK1|2
-2 Looming Altisaur|XLN|1
-7 Plains|GK1|2
-1 Qasali Ambusher|ALA|1
-2 Savage Punch|KTK|1
-2 Selesnya Locket|GRN|1
-1 Selesnya Sagittars|RAV|1
-1 Shinen of Life's Roar|SOK|1
-2 Stampeding Elk Herd|DTK|1
-4 Tranquil Expanse|M19|1
-2 Treefolk Umbra|MH1|1
-1 Unflinching Courage|DGM|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Simic.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Simic.dck
deleted file mode 100644
index 84614829267..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low Simic.dck
+++ /dev/null
@@ -1,33 +0,0 @@
-[metadata]
-Name=Adventure - Low Simic
-[Avatar]
-
-[Main]
-1 Briarbridge Patrol|SOI|1
-1 Byway Courier|SOI|1
-2 Confront the Unknown|SOI|1
-2 Drownyard Explorers|SOI|1
-1 Erdwal Illuminator|SOI|1
-2 Floodhound|MH2|1
-7 Forest|GK2|2
-2 Funnel-Web Recluse|MH2|1
-1 Graf Mole|SOI|1
-7 Island|GK2|2
-1 Lonis, Cryptozoologist|PLIST|1
-1 Magnifying Glass|C18|1
-1 Ongoing Investigation|SOI|1
-2 Secrets of the Key|MID|1
-2 Simic Locket|RNA|1
-1 Ulvenwald Mysteries|PLIST|1
-2 Wavesifter|MH2|1
-4 Woodland Stream|CMR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low White.dck b/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low White.dck
deleted file mode 100644
index ee183f4b2ed..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Adventure - Low White.dck
+++ /dev/null
@@ -1,31 +0,0 @@
-[metadata]
-Name=Adventure - Low White
-[Avatar]
-
-[Main]
-1 Angel of Vitality|M20|1
-2 Answered Prayers|MH1|1
-1 Blessed Alliance|EMN|1
-1 Cleric Class|AFR|1
-2 Faith's Fetters|C15|1
-1 Glorious Enforcer|MH2|1
-1 Goldnight Redeemer|DDQ|1
-2 Inspiring Overseer|SNC|1
-2 Invoke the Divine|DOM|1
-1 Ixalan's Binding|XLN|1
-2 Martyr of Sands|UMA|1
-18 Plains|GK2|2
-1 Righteous Valkyrie|KHM|1
-2 Seraph of Dawn|CMR|1
-2 Suture Priest|NPH|1
-1 You're Ambushed on the Road|AFR|1
-[Sideboard]
-
-[Planes]
-
-[Schemes]
-
-[Conspiracy]
-
-[Dungeon]
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_best.json b/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_best.json
deleted file mode 100644
index eeb21232c49..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_best.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":16,
- "cardName": "Plains"
- },
- {
- "count":8,
- "cardTypes": ["Creature"],
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":4,
- "cardTypes": ["Creature"],
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3]
- },
- {
- "count":3,
- "cardTypes": ["Creature"],
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [4,5,6]
- },
- {
- "count":1,
- "cardTypes": ["Creature"],
- "colors": ["white"],
- "rarity": ["rare"],
- "manaCosts": [4,5,6,7,8,9]
- },
- {
- "count":1,
- "cardTypes": ["Planeswalker"],
- "colors": ["white"],
- "manaCosts": [1,2,3,4,5,6,7]
- },
- {
- "count":7,
- "cardTypes": ["Instant","Sorcery","Enchantment","Artifact"],
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2,3,4,5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_default.json b/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_default.json
deleted file mode 100644
index a5d53a22cd0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_default.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":10,
- "cardName": "Plains"
- },
- {
- "count":4,
- "cardName": "Forest"
- },
- {
- "count":4,
- "cardName": "Island"
- },
- {
- "count":6,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":4,
- "colors": ["green","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":4,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":2,
- "colors": ["green","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":5,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- },
- {
- "count":1,
- "colors": ["white"],
- "rarity": ["rare"],
- "manaCosts": [7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_good.json b/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_good.json
deleted file mode 100644
index ce7593d3a9a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/Archive for Testing/white_good.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":16,
- "cardName": "Plains"
- },
- {
- "count":11,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":7,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3]
- },
- {
- "count":5,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [4,5,6]
- },
- {
- "count":1,
- "colors": ["white"],
- "rarity": ["rare"],
- "manaCosts": [4,5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/black_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/black_e.json
deleted file mode 100644
index 56de9d0d563..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/black_e.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Black",
-"jumpstartPacks":["black","black","black"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/black_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/black_h.json
deleted file mode 100644
index 7a0d175963a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/black_h.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Black",
-"jumpstartPacks":["black","blue"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/black_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/black_n.json
deleted file mode 100644
index 2deb36f94f8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/black_n.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Black",
-"jumpstartPacks":["black","black","blue"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/blue_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/blue_e.json
deleted file mode 100644
index 8b4011066f7..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/blue_e.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Blue",
-"jumpstartPacks":["blue","blue","blue"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/blue_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/blue_h.json
deleted file mode 100644
index f3ad08b789a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/blue_h.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Blue",
-"jumpstartPacks":["blue","white"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/blue_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/blue_n.json
deleted file mode 100644
index ef3e396c2f2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/blue_n.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Blue",
-"jumpstartPacks":["blue","blue","white"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/green_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/green_e.json
deleted file mode 100644
index fd5bacfe2a8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/green_e.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Green",
-"jumpstartPacks":["green","green","green"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/green_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/green_h.json
deleted file mode 100644
index ac672430771..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/green_h.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Green",
-"jumpstartPacks":["green","red"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/green_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/green_n.json
deleted file mode 100644
index 2dae4f8eae5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/green_n.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Green",
-"jumpstartPacks":["green","green","red"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/angels.dck b/forge-gui/res/adventure/Shandalar/decks/starter/not in use/angels.dck
deleted file mode 100644
index 8695803ef6e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/angels.dck
+++ /dev/null
@@ -1,22 +0,0 @@
-[duel]
-[metadata]
-Title=Wonders of the Sky
-Icon=Dungeon Crawling White.jpg
-Difficulty=easy
-Description=White angel deck
-Deck Type=constructed
-Name=Angels
-[Main]
-4 Alabaster Dragon|POR
-4 Angel of Fury|PO2
-4 Angel of Light|S99
-4 Angel of Mercy|PO2
-4 Angelic Wall|PO2
-4 Archangel|POR
-4 Gift of Estates|POR
-8 Plains|POR|1
-5 Plains|POR|2
-6 Plains|POR|3
-7 Plains|POR|4
-4 Starlit Angel|POR
-2 Wild Griffin|PO2
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/blackrush2.dck b/forge-gui/res/adventure/Shandalar/decks/starter/not in use/blackrush2.dck
deleted file mode 100644
index f4e1bda453b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/blackrush2.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[duel]
-[metadata]
-Title=Dark Forces
-Icon=Dungeon Crawling Black.jpg
-Difficulty=medium
-Description=Black weenie deck
-Deck Type=constructed
-Name=BlackRush2
-[Main]
-1 Cao Ren, Wei Commander|PTK
-4 Craven Knight|POR
-4 Foul Spirit|PO2
-4 Hidden Horror|PO2
-4 Imperial Edict|PTK
-2 Lurking Nightstalker|PO2
-4 Mercenary Knight|POR
-4 Ravenous Rats|PO2
-5 Swamp|PO2|1
-7 Swamp|PO2|2
-9 Swamp|PO2|3
-2 Vampiric Spirit|PO2
-3 Wei Infantry|PTK
-3 Wei Strike Force|PTK
-4 Young Wei Recruits|PTK
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/bluecontrol.dck b/forge-gui/res/adventure/Shandalar/decks/starter/not in use/bluecontrol.dck
deleted file mode 100644
index 6347fe78820..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/bluecontrol.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[duel]
-[metadata]
-Title=Djinn of the Lamp
-Icon=Dungeon Crawling Blue.jpg
-Difficulty=easy
-Description=Blue control
-Deck Type=constructed
-Name=BlueControl
-[Main]
-2 Air Elemental|S99
-2 Brilliant Plan|PTK
-2 Counterintelligence|PTK
-4 Counterspell|S99
-3 Djinn of the Lamp|POR
-4 False Summoning|PO2
-2 Horned Turtle|POR
-8 Island|S99|1
-3 Island|S99|2
-10 Island|S99|3
-3 Island|S99|4
-2 Lu Su, Wu Advisor|PTK
-3 Lu Xun, Scholar General|PTK
-4 Man-o'-War|POR
-2 Mystic Denial|POR
-2 Preemptive Strike|PTK
-4 Tidings|S99
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/goblins.dck b/forge-gui/res/adventure/Shandalar/decks/starter/not in use/goblins.dck
deleted file mode 100644
index dcfbb220e2e..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/goblins.dck
+++ /dev/null
@@ -1,24 +0,0 @@
-[duel]
-[metadata]
-Title=Goblin General
-Icon=Dungeon Crawling Red.jpg
-Difficulty=easy
-Description=Goblins, goblins and more goblins!
-Deck Type=constructed
-Name=Goblins
-[Main]
-4 Goblin Bully|POR
-4 Goblin Cavaliers|PO2
-4 Goblin Chariot|S99
-4 Goblin General|PO2
-2 Goblin Glider|PO2
-4 Goblin Piker|PO2
-4 Goblin Raider|PO2
-2 Goblin War Strike|PO2
-2 Hulking Goblin|POR
-10 Mountain|PO2|1
-5 Mountain|PO2|2
-5 Mountain|PO2|3
-4 Raging Goblin|POR|2
-4 Relentless Assault|PO2
-2 Volcanic Hammer|POR
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/stompy2.dck b/forge-gui/res/adventure/Shandalar/decks/starter/not in use/stompy2.dck
deleted file mode 100644
index 2c1a0019f07..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/not in use/stompy2.dck
+++ /dev/null
@@ -1,26 +0,0 @@
-[duel]
-[metadata]
-Title=The Jungle
-Icon=Dungeon Crawling Green.jpg
-Difficulty=medium
-Description=A.k.a. Stompy.
-Deck Type=constructed
-Name=Stompy2
-[Main]
-3 Bear Cub|PO2
-1 Forest|POR|1
-8 Forest|POR|2
-6 Forest|POR|3
-8 Forest|POR|4
-2 Forest Bear|PTK
-4 Grizzly Bears|POR
-4 Jungle Lion|POR
-4 Lone Wolf|PO2
-2 Meng Huo, Barbarian King|PTK
-2 Monstrous Growth|POR|2
-4 Plant Elemental|POR
-2 Primeval Force|POR
-4 Riding the Dilu Horse|PTK
-2 Whirlwind|S99
-2 Wielding the Green Dragon|PTK
-2 Zodiac Monkey|PTK
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_e.json
deleted file mode 100644
index 38b17e9bfaa..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-"name":"Black",
- "mainDeck": [
- {
- "count":18,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "cardName": "Mountain"
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_h.json
deleted file mode 100644
index 7f2e2f554c8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_h.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Black",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Swamp"
- },
- {
- "count":6,
- "cardName": "Mountain"
- },
- {
- "count":6,
- "cardName": "Island"
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red","blue"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["black"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["red","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_n.json
deleted file mode 100644
index d148465d3ef..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_black_n.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Black",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Swamp"
- },
- {
- "count":6,
- "cardName": "Mountain"
- },
- {
- "count":6,
- "cardName": "Island"
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["red","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["black"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_e.json
deleted file mode 100644
index 166b7762a1a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-"name":"Blue",
- "mainDeck": [
- {
- "count":18,
- "cardName": "Island"
- },
- {
- "count":9,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["black"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["black"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_h.json
deleted file mode 100644
index f9ff744ee09..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_h.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Blue",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Island"
- },
- {
- "count":6,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white","black"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["blue"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["white","black"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_n.json
deleted file mode 100644
index afaf7237dbe..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_blue_n.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Blue",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Island"
- },
- {
- "count":6,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white","black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["white","black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["blue"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_e.json
deleted file mode 100644
index 917b2d14e5a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-"name":"Green",
- "mainDeck": [
- {
- "count":18,
- "cardName": "Forest"
- },
- {
- "count":9,
- "cardName": "Plains"
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["white"],
- "rarity": ["Uncommon"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_h.json
deleted file mode 100644
index 82ec54b8912..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_h.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Green",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Mountain"
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white","red"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["red","white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_n.json
deleted file mode 100644
index 978c36d68c1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_green_n.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Green",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Mountain"
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white","red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["red","white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["green"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_e.json
deleted file mode 100644
index 9cf28c241b9..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-"name":"Red",
- "mainDeck": [
- {
- "count":18,
- "cardName": "Mountain"
- },
- {
- "count":9,
- "cardName": "Forest"
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["rare"] ,
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_h.json
deleted file mode 100644
index 131a0489f7a..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_h.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Red",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Mountain"
- },
- {
- "count":6,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green","black"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green","black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_n.json
deleted file mode 100644
index 972aee6ba19..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_red_n.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"Red",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Mountain"
- },
- {
- "count":6,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Swamp"
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green","black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["red"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green","black"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["red"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_e.json
deleted file mode 100644
index fae77b94890..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_e.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":18,
- "cardName": "Plains"
- },
- {
- "count":9,
- "cardName": "Forest"
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_h.json
deleted file mode 100644
index 3ec70360ae5..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_h.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Island"
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green","blue"],
- "rarity": ["Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white"],
- "rarity": ["Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [5,6]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_n.json
deleted file mode 100644
index c9ea11ead09..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/pile_white_n.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-"name":"White",
- "mainDeck": [
- {
- "count":15,
- "cardName": "Plains"
- },
- {
- "count":6,
- "cardName": "Forest"
- },
- {
- "count":6,
- "cardName": "Island"
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["green","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [1,2]
- },
- {
- "count":6,
- "colors": ["white"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":3,
- "colors": ["green","blue"],
- "rarity": ["Uncommon","Common"],
- "manaCosts": [3,4]
- },
- {
- "count":9,
- "colors": ["white"],
- "rarity": ["rare"],
- "manaCosts": [5,6,7,8,9]
- }
- ]
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/red_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/red_e.json
deleted file mode 100644
index a3ef0e0bb63..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/red_e.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Red",
-"jumpstartPacks":["red","red","red"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/red_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/red_h.json
deleted file mode 100644
index 8b974c77ed0..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/red_h.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Red",
-"jumpstartPacks":["red","black"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/red_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/red_n.json
deleted file mode 100644
index 45f625ca2e1..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/red_n.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"Red",
-"jumpstartPacks":["red","red","black"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/white_e.json b/forge-gui/res/adventure/Shandalar/decks/starter/white_e.json
deleted file mode 100644
index 8d353376bf2..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/white_e.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"White",
-"jumpstartPacks":["white","white","white"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/white_h.json b/forge-gui/res/adventure/Shandalar/decks/starter/white_h.json
deleted file mode 100644
index af44d52296b..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/white_h.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"White",
-"jumpstartPacks":["white","green"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/decks/starter/white_n.json b/forge-gui/res/adventure/Shandalar/decks/starter/white_n.json
deleted file mode 100644
index c542500d4f8..00000000000
--- a/forge-gui/res/adventure/Shandalar/decks/starter/white_n.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-"name":"White",
-"jumpstartPacks":["white","white","green"]
-
-}
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/main.tiled-project b/forge-gui/res/adventure/Shandalar/maps/main.tiled-project
deleted file mode 100644
index 7d63f270301..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/main.tiled-project
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "automappingRulesFile": "",
- "commands": [
- ],
- "extensionsPath": "extensions",
- "folders": [
- "map",
- "obj",
- "tileset"
- ],
- "propertyTypes": [
- ]
-}
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/RotatingShop.tx b/forge-gui/res/adventure/Shandalar/maps/obj/RotatingShop.tx
deleted file mode 100644
index 07b5c17c2db..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/RotatingShop.tx
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/block.tx b/forge-gui/res/adventure/Shandalar/maps/obj/block.tx
deleted file mode 100644
index 2c40f9ecb10..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/block.tx
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/booster.tx b/forge-gui/res/adventure/Shandalar/maps/obj/booster.tx
deleted file mode 100644
index d667190486b..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/booster.tx
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/collision.tx b/forge-gui/res/adventure/Shandalar/maps/obj/collision.tx
deleted file mode 100644
index 4a1d90320cb..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/collision.tx
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/door_down.tx b/forge-gui/res/adventure/Shandalar/maps/obj/door_down.tx
deleted file mode 100644
index f1dcafb8ad2..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/door_down.tx
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/door_left.tx b/forge-gui/res/adventure/Shandalar/maps/obj/door_left.tx
deleted file mode 100644
index cb1d526e74b..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/door_left.tx
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/door_right.tx b/forge-gui/res/adventure/Shandalar/maps/obj/door_right.tx
deleted file mode 100644
index 8f8c5683017..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/door_right.tx
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/door_up.tx b/forge-gui/res/adventure/Shandalar/maps/obj/door_up.tx
deleted file mode 100644
index 5ced40e8c94..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/door_up.tx
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/entry.tx b/forge-gui/res/adventure/Shandalar/maps/obj/entry.tx
deleted file mode 100644
index d679c11474d..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/entry.tx
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/entry_down.tx b/forge-gui/res/adventure/Shandalar/maps/obj/entry_down.tx
deleted file mode 100644
index d408f3feae9..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/entry_down.tx
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/entry_left.tx b/forge-gui/res/adventure/Shandalar/maps/obj/entry_left.tx
deleted file mode 100644
index 2a671a6dc88..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/entry_left.tx
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/entry_up.tx b/forge-gui/res/adventure/Shandalar/maps/obj/entry_up.tx
deleted file mode 100644
index a6cac56e68a..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/entry_up.tx
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/exit.tx b/forge-gui/res/adventure/Shandalar/maps/obj/exit.tx
deleted file mode 100644
index 33b2c3fa16d..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/exit.tx
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/gate.tx b/forge-gui/res/adventure/Shandalar/maps/obj/gate.tx
deleted file mode 100644
index 063b89f1229..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/gate.tx
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/gold.tx b/forge-gui/res/adventure/Shandalar/maps/obj/gold.tx
deleted file mode 100644
index 3fe807d7ed6..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/gold.tx
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/inn.tx b/forge-gui/res/adventure/Shandalar/maps/obj/inn.tx
deleted file mode 100644
index a536d04e38e..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/inn.tx
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/item.tx b/forge-gui/res/adventure/Shandalar/maps/obj/item.tx
deleted file mode 100644
index 4797fa7ce5d..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/item.tx
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/manashards.tx b/forge-gui/res/adventure/Shandalar/maps/obj/manashards.tx
deleted file mode 100644
index 808056ba3bf..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/manashards.tx
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/portal.tx b/forge-gui/res/adventure/Shandalar/maps/obj/portal.tx
deleted file mode 100644
index d4d5dd03177..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/portal.tx
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/quest.tx b/forge-gui/res/adventure/Shandalar/maps/obj/quest.tx
deleted file mode 100644
index 5653e95da83..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/quest.tx
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/scroll.tx b/forge-gui/res/adventure/Shandalar/maps/obj/scroll.tx
deleted file mode 100644
index fdab5305ead..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/scroll.tx
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/shardtrader.tx b/forge-gui/res/adventure/Shandalar/maps/obj/shardtrader.tx
deleted file mode 100644
index 2427f4a6b7c..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/shardtrader.tx
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/shop.tx b/forge-gui/res/adventure/Shandalar/maps/obj/shop.tx
deleted file mode 100644
index be6c5a1f872..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/shop.tx
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/spellsmith.tx b/forge-gui/res/adventure/Shandalar/maps/obj/spellsmith.tx
deleted file mode 100644
index cdb43d5d9bd..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/spellsmith.tx
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/town_center.tx b/forge-gui/res/adventure/Shandalar/maps/obj/town_center.tx
deleted file mode 100644
index 29f5f1610cf..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/town_center.tx
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/treasure.tx b/forge-gui/res/adventure/Shandalar/maps/obj/treasure.tx
deleted file mode 100644
index ecd069422cb..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/treasure.tx
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/obj/waypoint.tx b/forge-gui/res/adventure/Shandalar/maps/obj/waypoint.tx
deleted file mode 100644
index bc16d1b5496..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/obj/waypoint.tx
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/buildings-nocollide.tsx b/forge-gui/res/adventure/Shandalar/maps/tileset/buildings-nocollide.tsx
deleted file mode 100644
index 9fbe13a25fb..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/tileset/buildings-nocollide.tsx
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/buildings.xcf b/forge-gui/res/adventure/Shandalar/maps/tileset/buildings.xcf
deleted file mode 100644
index 5c98cb8920b..00000000000
Binary files a/forge-gui/res/adventure/Shandalar/maps/tileset/buildings.xcf and /dev/null differ
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/compass.atlas b/forge-gui/res/adventure/Shandalar/maps/tileset/compass.atlas
deleted file mode 100644
index 823251c5561..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/tileset/compass.atlas
+++ /dev/null
@@ -1,18 +0,0 @@
-
-compass.png
-size: 50,50
-format: RGBA8888
-filter: Nearest,Nearest
-repeat: none
-right3
- xy: 9,0
- size: 50,50
-right2
- xy: 6,0
- size: 50,50
-right1
- xy: 3,0
- size: 50,50
-right0
- xy: 0,0
- size: 50,50
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/compass.png b/forge-gui/res/adventure/Shandalar/maps/tileset/compass.png
deleted file mode 100644
index b1604dee3f9..00000000000
Binary files a/forge-gui/res/adventure/Shandalar/maps/tileset/compass.png and /dev/null differ
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/main.png b/forge-gui/res/adventure/Shandalar/maps/tileset/main.png
deleted file mode 100644
index 319919007da..00000000000
Binary files a/forge-gui/res/adventure/Shandalar/maps/tileset/main.png and /dev/null differ
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/main.tsx b/forge-gui/res/adventure/Shandalar/maps/tileset/main.tsx
deleted file mode 100644
index 76584c9af14..00000000000
--- a/forge-gui/res/adventure/Shandalar/maps/tileset/main.tsx
+++ /dev/null
@@ -1,15115 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/forge-gui/res/adventure/Shandalar/maps/tileset/main.xcf b/forge-gui/res/adventure/Shandalar/maps/tileset/main.xcf
deleted file mode 100644
index fd5dbd97af6..00000000000
Binary files a/forge-gui/res/adventure/Shandalar/maps/tileset/main.xcf and /dev/null differ
diff --git a/forge-gui/res/adventure/Shandalar/world/world.json b/forge-gui/res/adventure/Shandalar/world/world.json
index f73b5d45a01..f57c8eb4d90 100644
--- a/forge-gui/res/adventure/Shandalar/world/world.json
+++ b/forge-gui/res/adventure/Shandalar/world/world.json
@@ -14,12 +14,12 @@
"biomesSprites": "world/sprites/map_sprites.json",
"maxRoadDistance": 1000,
"biomesNames": [
- "world/base.json",
- "world/waste.json",
- "world/white.json",
- "world/blue.json",
- "world/black.json",
- "world/red.json",
- "world/green.json"
+ "world/biomes/base.json",
+ "world/biomes/waste.json",
+ "world/biomes/white.json",
+ "world/biomes/blue.json",
+ "world/biomes/black.json",
+ "world/biomes/red.json",
+ "world/biomes/green.json"
]
}
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/akroma.dck b/forge-gui/res/adventure/common/decks/boss/akroma.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/akroma.dck
rename to forge-gui/res/adventure/common/decks/boss/akroma.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/emrakul.dck b/forge-gui/res/adventure/common/decks/boss/emrakul.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/emrakul.dck
rename to forge-gui/res/adventure/common/decks/boss/emrakul.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/ghalta.dck b/forge-gui/res/adventure/common/decks/boss/ghalta.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/ghalta.dck
rename to forge-gui/res/adventure/common/decks/boss/ghalta.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/griselbrand.dck b/forge-gui/res/adventure/common/decks/boss/griselbrand.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/griselbrand.dck
rename to forge-gui/res/adventure/common/decks/boss/griselbrand.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/lathliss.dck b/forge-gui/res/adventure/common/decks/boss/lathliss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/lathliss.dck
rename to forge-gui/res/adventure/common/decks/boss/lathliss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/lorthos.dck b/forge-gui/res/adventure/common/decks/boss/lorthos.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/lorthos.dck
rename to forge-gui/res/adventure/common/decks/boss/lorthos.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/boss/sliver_queen.dck b/forge-gui/res/adventure/common/decks/boss/sliver_queen.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/boss/sliver_queen.dck
rename to forge-gui/res/adventure/common/decks/boss/sliver_queen.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/Fire of Kaladesh.dck b/forge-gui/res/adventure/common/decks/miniboss/Fire of Kaladesh.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/Fire of Kaladesh.dck
rename to forge-gui/res/adventure/common/decks/miniboss/Fire of Kaladesh.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/angel_rainbow_encounter.dck b/forge-gui/res/adventure/common/decks/miniboss/angel_rainbow_encounter.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/angel_rainbow_encounter.dck
rename to forge-gui/res/adventure/common/decks/miniboss/angel_rainbow_encounter.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/conjure.dck b/forge-gui/res/adventure/common/decks/miniboss/conjure.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/conjure.dck
rename to forge-gui/res/adventure/common/decks/miniboss/conjure.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/frogboss.dck b/forge-gui/res/adventure/common/decks/miniboss/frogboss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/frogboss.dck
rename to forge-gui/res/adventure/common/decks/miniboss/frogboss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/garruk.dck b/forge-gui/res/adventure/common/decks/miniboss/garruk.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/garruk.dck
rename to forge-gui/res/adventure/common/decks/miniboss/garruk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/jace.dck b/forge-gui/res/adventure/common/decks/miniboss/jace.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/jace.dck
rename to forge-gui/res/adventure/common/decks/miniboss/jace.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/kiora.dck b/forge-gui/res/adventure/common/decks/miniboss/kiora.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/kiora.dck
rename to forge-gui/res/adventure/common/decks/miniboss/kiora.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/liliana_zombies.dck b/forge-gui/res/adventure/common/decks/miniboss/liliana_zombies.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/liliana_zombies.dck
rename to forge-gui/res/adventure/common/decks/miniboss/liliana_zombies.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/nahiri.dck b/forge-gui/res/adventure/common/decks/miniboss/nahiri.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/nahiri.dck
rename to forge-gui/res/adventure/common/decks/miniboss/nahiri.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/chandra.dck b/forge-gui/res/adventure/common/decks/miniboss/not in use/chandra.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/chandra.dck
rename to forge-gui/res/adventure/common/decks/miniboss/not in use/chandra.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/liliana.dck b/forge-gui/res/adventure/common/decks/miniboss/not in use/liliana.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/liliana.dck
rename to forge-gui/res/adventure/common/decks/miniboss/not in use/liliana.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/warlockmaster.dck b/forge-gui/res/adventure/common/decks/miniboss/not in use/warlockmaster.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/not in use/warlockmaster.dck
rename to forge-gui/res/adventure/common/decks/miniboss/not in use/warlockmaster.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/ooze_boss.dck b/forge-gui/res/adventure/common/decks/miniboss/ooze_boss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/ooze_boss.dck
rename to forge-gui/res/adventure/common/decks/miniboss/ooze_boss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/slimefoot.dck b/forge-gui/res/adventure/common/decks/miniboss/slimefoot.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/slimefoot.dck
rename to forge-gui/res/adventure/common/decks/miniboss/slimefoot.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/sliver_shandalar.dck b/forge-gui/res/adventure/common/decks/miniboss/sliver_shandalar.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/sliver_shandalar.dck
rename to forge-gui/res/adventure/common/decks/miniboss/sliver_shandalar.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/slobad.dck b/forge-gui/res/adventure/common/decks/miniboss/slobad.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/slobad.dck
rename to forge-gui/res/adventure/common/decks/miniboss/slobad.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/teferi_boss.dck b/forge-gui/res/adventure/common/decks/miniboss/teferi_boss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/teferi_boss.dck
rename to forge-gui/res/adventure/common/decks/miniboss/teferi_boss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/thecheff.dck b/forge-gui/res/adventure/common/decks/miniboss/thecheff.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/thecheff.dck
rename to forge-gui/res/adventure/common/decks/miniboss/thecheff.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/tibalt.dck b/forge-gui/res/adventure/common/decks/miniboss/tibalt.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/tibalt.dck
rename to forge-gui/res/adventure/common/decks/miniboss/tibalt.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/torturer.dck b/forge-gui/res/adventure/common/decks/miniboss/torturer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/torturer.dck
rename to forge-gui/res/adventure/common/decks/miniboss/torturer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/xira.dck b/forge-gui/res/adventure/common/decks/miniboss/xira.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/xira.dck
rename to forge-gui/res/adventure/common/decks/miniboss/xira.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/miniboss/zedruubis.dck b/forge-gui/res/adventure/common/decks/miniboss/zedruubis.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/miniboss/zedruubis.dck
rename to forge-gui/res/adventure/common/decks/miniboss/zedruubis.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/adventurer.dck b/forge-gui/res/adventure/common/decks/standard/adventurer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/adventurer.dck
rename to forge-gui/res/adventure/common/decks/standard/adventurer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/aether_channeler.dck b/forge-gui/res/adventure/common/decks/standard/aether_channeler.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/aether_channeler.dck
rename to forge-gui/res/adventure/common/decks/standard/aether_channeler.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_aven_u.dck b/forge-gui/res/adventure/common/decks/standard/amonkhet_aven_u.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_aven_u.dck
rename to forge-gui/res/adventure/common/decks/standard/amonkhet_aven_u.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_aven_w.dck b/forge-gui/res/adventure/common/decks/standard/amonkhet_aven_w.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_aven_w.dck
rename to forge-gui/res/adventure/common/decks/standard/amonkhet_aven_w.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_minotaur.dck b/forge-gui/res/adventure/common/decks/standard/amonkhet_minotaur.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/amonkhet_minotaur.dck
rename to forge-gui/res/adventure/common/decks/standard/amonkhet_minotaur.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/angel.json b/forge-gui/res/adventure/common/decks/standard/angel.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/angel.json
rename to forge-gui/res/adventure/common/decks/standard/angel.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/angelwarrior.dck b/forge-gui/res/adventure/common/decks/standard/angelwarrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/angelwarrior.dck
rename to forge-gui/res/adventure/common/decks/standard/angelwarrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ape.json b/forge-gui/res/adventure/common/decks/standard/ape.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ape.json
rename to forge-gui/res/adventure/common/decks/standard/ape.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/archaeologist.dck b/forge-gui/res/adventure/common/decks/standard/archaeologist.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/archaeologist.dck
rename to forge-gui/res/adventure/common/decks/standard/archaeologist.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/archerelite.dck b/forge-gui/res/adventure/common/decks/standard/archerelite.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/archerelite.dck
rename to forge-gui/res/adventure/common/decks/standard/archerelite.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/archmage.dck b/forge-gui/res/adventure/common/decks/standard/archmage.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/archmage.dck
rename to forge-gui/res/adventure/common/decks/standard/archmage.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/armored_knight.dck b/forge-gui/res/adventure/common/decks/standard/armored_knight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/armored_knight.dck
rename to forge-gui/res/adventure/common/decks/standard/armored_knight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/artifactwarrior.dck b/forge-gui/res/adventure/common/decks/standard/artifactwarrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/artifactwarrior.dck
rename to forge-gui/res/adventure/common/decks/standard/artifactwarrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/artificer.dck b/forge-gui/res/adventure/common/decks/standard/artificer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/artificer.dck
rename to forge-gui/res/adventure/common/decks/standard/artificer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ashmouth_devil.dck b/forge-gui/res/adventure/common/decks/standard/ashmouth_devil.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ashmouth_devil.dck
rename to forge-gui/res/adventure/common/decks/standard/ashmouth_devil.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/axgard_dwarf.dck b/forge-gui/res/adventure/common/decks/standard/axgard_dwarf.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/axgard_dwarf.dck
rename to forge-gui/res/adventure/common/decks/standard/axgard_dwarf.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/badger.dck b/forge-gui/res/adventure/common/decks/standard/badger.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/badger.dck
rename to forge-gui/res/adventure/common/decks/standard/badger.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bandit.dck b/forge-gui/res/adventure/common/decks/standard/bandit.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bandit.dck
rename to forge-gui/res/adventure/common/decks/standard/bandit.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/barbarian.dck b/forge-gui/res/adventure/common/decks/standard/barbarian.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/barbarian.dck
rename to forge-gui/res/adventure/common/decks/standard/barbarian.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bat.dck b/forge-gui/res/adventure/common/decks/standard/bat.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bat.dck
rename to forge-gui/res/adventure/common/decks/standard/bat.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bear.json b/forge-gui/res/adventure/common/decks/standard/bear.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bear.json
rename to forge-gui/res/adventure/common/decks/standard/bear.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/beast_green.json b/forge-gui/res/adventure/common/decks/standard/beast_green.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/beast_green.json
rename to forge-gui/res/adventure/common/decks/standard/beast_green.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/beast_red.json b/forge-gui/res/adventure/common/decks/standard/beast_red.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/beast_red.json
rename to forge-gui/res/adventure/common/decks/standard/beast_red.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/beastmaster.dck b/forge-gui/res/adventure/common/decks/standard/beastmaster.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/beastmaster.dck
rename to forge-gui/res/adventure/common/decks/standard/beastmaster.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/beholder.dck b/forge-gui/res/adventure/common/decks/standard/beholder.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/beholder.dck
rename to forge-gui/res/adventure/common/decks/standard/beholder.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/berserker.json b/forge-gui/res/adventure/common/decks/standard/berserker.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/berserker.json
rename to forge-gui/res/adventure/common/decks/standard/berserker.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bird_blue.json b/forge-gui/res/adventure/common/decks/standard/bird_blue.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bird_blue.json
rename to forge-gui/res/adventure/common/decks/standard/bird_blue.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bird_gu.dck b/forge-gui/res/adventure/common/decks/standard/bird_gu.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bird_gu.dck
rename to forge-gui/res/adventure/common/decks/standard/bird_gu.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy.json b/forge-gui/res/adventure/common/decks/standard/blackwizard_easy.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy.json
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_easy.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_artifact.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_easy_artifact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_artifact.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_easy_artifact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_badmoon.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_easy_badmoon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_badmoon.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_easy_badmoon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_mill.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_easy_mill.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_easy_mill.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_easy_mill.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_gravepact.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_hard_gravepact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_gravepact.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_hard_gravepact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_knight.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_hard_knight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_knight.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_hard_knight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_liliana.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_hard_liliana.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_liliana.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_hard_liliana.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_sacrifice.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_hard_sacrifice.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_hard_sacrifice.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_hard_sacrifice.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_demonicpact.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_medium_demonicpact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_demonicpact.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_medium_demonicpact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_fear.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_medium_fear.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_fear.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_medium_fear.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_goblins.dck b/forge-gui/res/adventure/common/decks/standard/blackwizard_medium_goblins.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/blackwizard_medium_goblins.dck
rename to forge-gui/res/adventure/common/decks/standard/blackwizard_medium_goblins.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy.json b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy.json
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_easy.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_artifact.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_artifact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_artifact.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_easy_artifact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_control.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_control.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_thassa.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_thassa.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_easy_thassa.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_easy_thassa.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_artifact.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_hard_artifact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_artifact.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_hard_artifact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_bounce.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_hard_bounce.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_bounce.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_hard_bounce.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_control.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_hard_control.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_control.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_hard_control.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_control2.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_hard_control2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_hard_control2.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_hard_control2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_donate.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_medium_donate.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_donate.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_medium_donate.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_dragons.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_medium_dragons.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_dragons.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_medium_dragons.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_midrange.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_medium_midrange.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_midrange.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_medium_midrange.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_mill.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_medium_mill.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bluewizard_medium_mill.dck
rename to forge-gui/res/adventure/common/decks/standard/bluewizard_medium_mill.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/boar.json b/forge-gui/res/adventure/common/decks/standard/boar.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/boar.json
rename to forge-gui/res/adventure/common/decks/standard/boar.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/boar_gruul.dck b/forge-gui/res/adventure/common/decks/standard/boar_gruul.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/boar_gruul.dck
rename to forge-gui/res/adventure/common/decks/standard/boar_gruul.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/boar_monogreenlifegain.dck b/forge-gui/res/adventure/common/decks/standard/boar_monogreenlifegain.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/boar_monogreenlifegain.dck
rename to forge-gui/res/adventure/common/decks/standard/boar_monogreenlifegain.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bonedragon.dck b/forge-gui/res/adventure/common/decks/standard/bonedragon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bonedragon.dck
rename to forge-gui/res/adventure/common/decks/standard/bonedragon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/br_elemental.dck b/forge-gui/res/adventure/common/decks/standard/br_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/br_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/br_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/bull.dck b/forge-gui/res/adventure/common/decks/standard/bull.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/bull.dck
rename to forge-gui/res/adventure/common/decks/standard/bull.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/camel.dck b/forge-gui/res/adventure/common/decks/standard/camel.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/camel.dck
rename to forge-gui/res/adventure/common/decks/standard/camel.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenblack.dck b/forge-gui/res/adventure/common/decks/standard/cat_greenblack.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenblack.dck
rename to forge-gui/res/adventure/common/decks/standard/cat_greenblack.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenwhite.dck b/forge-gui/res/adventure/common/decks/standard/cat_greenwhite.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenwhite.dck
rename to forge-gui/res/adventure/common/decks/standard/cat_greenwhite.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenwhite2.dck b/forge-gui/res/adventure/common/decks/standard/cat_greenwhite2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cat_greenwhite2.dck
rename to forge-gui/res/adventure/common/decks/standard/cat_greenwhite2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cathar.dck b/forge-gui/res/adventure/common/decks/standard/cathar.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cathar.dck
rename to forge-gui/res/adventure/common/decks/standard/cathar.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cave_spider.dck b/forge-gui/res/adventure/common/decks/standard/cave_spider.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cave_spider.dck
rename to forge-gui/res/adventure/common/decks/standard/cave_spider.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/centaur.json b/forge-gui/res/adventure/common/decks/standard/centaur.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/centaur.json
rename to forge-gui/res/adventure/common/decks/standard/centaur.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/centaur_warrior.dck b/forge-gui/res/adventure/common/decks/standard/centaur_warrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/centaur_warrior.dck
rename to forge-gui/res/adventure/common/decks/standard/centaur_warrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cephalid.dck b/forge-gui/res/adventure/common/decks/standard/cephalid.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cephalid.dck
rename to forge-gui/res/adventure/common/decks/standard/cephalid.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_allied_fires.dck b/forge-gui/res/adventure/common/decks/standard/challenger_20_allied_fires.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_allied_fires.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_20_allied_fires.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_cavalcade_charge.dck b/forge-gui/res/adventure/common/decks/standard/challenger_20_cavalcade_charge.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_cavalcade_charge.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_20_cavalcade_charge.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_final_adventure.dck b/forge-gui/res/adventure/common/decks/standard/challenger_20_final_adventure.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_final_adventure.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_20_final_adventure.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_flash_of_ferocity.dck b/forge-gui/res/adventure/common/decks/standard/challenger_20_flash_of_ferocity.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_20_flash_of_ferocity.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_20_flash_of_ferocity.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_azorius_control.dck b/forge-gui/res/adventure/common/decks/standard/challenger_21_azorius_control.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_azorius_control.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_21_azorius_control.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_dimir_rogue.dck b/forge-gui/res/adventure/common/decks/standard/challenger_21_dimir_rogue.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_dimir_rogue.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_21_dimir_rogue.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_mono-green_stompy.dck b/forge-gui/res/adventure/common/decks/standard/challenger_21_mono-green_stompy.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_mono-green_stompy.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_21_mono-green_stompy.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_mono-red_aggro.dck b/forge-gui/res/adventure/common/decks/standard/challenger_21_mono-red_aggro.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_21_mono-red_aggro.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_21_mono-red_aggro.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_dimir_control.dck b/forge-gui/res/adventure/common/decks/standard/challenger_22_dimir_control.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_dimir_control.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_22_dimir_control.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_gruul_stompy.dck b/forge-gui/res/adventure/common/decks/standard/challenger_22_gruul_stompy.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_gruul_stompy.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_22_gruul_stompy.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_mono_white_aggro.dck b/forge-gui/res/adventure/common/decks/standard/challenger_22_mono_white_aggro.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_mono_white_aggro.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_22_mono_white_aggro.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_rakdos_vampires.dck b/forge-gui/res/adventure/common/decks/standard/challenger_22_rakdos_vampires.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/challenger_22_rakdos_vampires.dck
rename to forge-gui/res/adventure/common/decks/standard/challenger_22_rakdos_vampires.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra1.dck b/forge-gui/res/adventure/common/decks/standard/chandra1.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra1.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra1.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra2.dck b/forge-gui/res/adventure/common/decks/standard/chandra2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra2.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra3.dck b/forge-gui/res/adventure/common/decks/standard/chandra3.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra3.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra3.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra4.dck b/forge-gui/res/adventure/common/decks/standard/chandra4.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra4.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra4.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra5.dck b/forge-gui/res/adventure/common/decks/standard/chandra5.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra5.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra5.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chandra6.dck b/forge-gui/res/adventure/common/decks/standard/chandra6.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chandra6.dck
rename to forge-gui/res/adventure/common/decks/standard/chandra6.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/chicken.dck b/forge-gui/res/adventure/common/decks/standard/chicken.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/chicken.dck
rename to forge-gui/res/adventure/common/decks/standard/chicken.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cleric.json b/forge-gui/res/adventure/common/decks/standard/cleric.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cleric.json
rename to forge-gui/res/adventure/common/decks/standard/cleric.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cleric_orzhov.dck b/forge-gui/res/adventure/common/decks/standard/cleric_orzhov.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cleric_orzhov.dck
rename to forge-gui/res/adventure/common/decks/standard/cleric_orzhov.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/construct.json b/forge-gui/res/adventure/common/decks/standard/construct.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/construct.json
rename to forge-gui/res/adventure/common/decks/standard/construct.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/copperhostbrutalizer.dck b/forge-gui/res/adventure/common/decks/standard/copperhostbrutalizer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/copperhostbrutalizer.dck
rename to forge-gui/res/adventure/common/decks/standard/copperhostbrutalizer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/copperhostinfector.json b/forge-gui/res/adventure/common/decks/standard/copperhostinfector.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/copperhostinfector.json
rename to forge-gui/res/adventure/common/decks/standard/copperhostinfector.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/crab.json b/forge-gui/res/adventure/common/decks/standard/crab.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/crab.json
rename to forge-gui/res/adventure/common/decks/standard/crab.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/curselord.dck b/forge-gui/res/adventure/common/decks/standard/curselord.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/curselord.dck
rename to forge-gui/res/adventure/common/decks/standard/curselord.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/cyclops.dck b/forge-gui/res/adventure/common/decks/standard/cyclops.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/cyclops.dck
rename to forge-gui/res/adventure/common/decks/standard/cyclops.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dark_spirit.dck b/forge-gui/res/adventure/common/decks/standard/dark_spirit.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dark_spirit.dck
rename to forge-gui/res/adventure/common/decks/standard/dark_spirit.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/darkenchanter.dck b/forge-gui/res/adventure/common/decks/standard/darkenchanter.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/darkenchanter.dck
rename to forge-gui/res/adventure/common/decks/standard/darkenchanter.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dawnhart_witch.dck b/forge-gui/res/adventure/common/decks/standard/dawnhart_witch.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dawnhart_witch.dck
rename to forge-gui/res/adventure/common/decks/standard/dawnhart_witch.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/death_knight.dck b/forge-gui/res/adventure/common/decks/standard/death_knight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/death_knight.dck
rename to forge-gui/res/adventure/common/decks/standard/death_knight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/death_knight.json b/forge-gui/res/adventure/common/decks/standard/death_knight.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/death_knight.json
rename to forge-gui/res/adventure/common/decks/standard/death_knight.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/demon.json b/forge-gui/res/adventure/common/decks/standard/demon.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/demon.json
rename to forge-gui/res/adventure/common/decks/standard/demon.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/demonblackred.dck b/forge-gui/res/adventure/common/decks/standard/demonblackred.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/demonblackred.dck
rename to forge-gui/res/adventure/common/decks/standard/demonblackred.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/demonmonoblack.dck b/forge-gui/res/adventure/common/decks/standard/demonmonoblack.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/demonmonoblack.dck
rename to forge-gui/res/adventure/common/decks/standard/demonmonoblack.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/demonshard.dck b/forge-gui/res/adventure/common/decks/standard/demonshard.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/demonshard.dck
rename to forge-gui/res/adventure/common/decks/standard/demonshard.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/devil.json b/forge-gui/res/adventure/common/decks/standard/devil.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/devil.json
rename to forge-gui/res/adventure/common/decks/standard/devil.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dimir_faerie.dck b/forge-gui/res/adventure/common/decks/standard/dimir_faerie.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dimir_faerie.dck
rename to forge-gui/res/adventure/common/decks/standard/dimir_faerie.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dimir_ninja.dck b/forge-gui/res/adventure/common/decks/standard/dimir_ninja.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dimir_ninja.dck
rename to forge-gui/res/adventure/common/decks/standard/dimir_ninja.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dinosaur_w_r.dck b/forge-gui/res/adventure/common/decks/standard/dinosaur_w_r.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dinosaur_w_r.dck
rename to forge-gui/res/adventure/common/decks/standard/dinosaur_w_r.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dinosaurs.json b/forge-gui/res/adventure/common/decks/standard/dinosaurs.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dinosaurs.json
rename to forge-gui/res/adventure/common/decks/standard/dinosaurs.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/disciple_of_teferi.dck b/forge-gui/res/adventure/common/decks/standard/disciple_of_teferi.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/disciple_of_teferi.dck
rename to forge-gui/res/adventure/common/decks/standard/disciple_of_teferi.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/djinn.json b/forge-gui/res/adventure/common/decks/standard/djinn.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/djinn.json
rename to forge-gui/res/adventure/common/decks/standard/djinn.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/djinn_tarkir.dck b/forge-gui/res/adventure/common/decks/standard/djinn_tarkir.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/djinn_tarkir.dck
rename to forge-gui/res/adventure/common/decks/standard/djinn_tarkir.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dog.dck b/forge-gui/res/adventure/common/decks/standard/dog.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dog.dck
rename to forge-gui/res/adventure/common/decks/standard/dog.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dog.json b/forge-gui/res/adventure/common/decks/standard/dog.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dog.json
rename to forge-gui/res/adventure/common/decks/standard/dog.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dragon.dck b/forge-gui/res/adventure/common/decks/standard/dragon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dragon.dck
rename to forge-gui/res/adventure/common/decks/standard/dragon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/drossgladiator.json b/forge-gui/res/adventure/common/decks/standard/drossgladiator.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/drossgladiator.json
rename to forge-gui/res/adventure/common/decks/standard/drossgladiator.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/drossgrimnarch.dck b/forge-gui/res/adventure/common/decks/standard/drossgrimnarch.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/drossgrimnarch.dck
rename to forge-gui/res/adventure/common/decks/standard/drossgrimnarch.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/drossgrimnarch.json b/forge-gui/res/adventure/common/decks/standard/drossgrimnarch.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/drossgrimnarch.json
rename to forge-gui/res/adventure/common/decks/standard/drossgrimnarch.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dwarf.json b/forge-gui/res/adventure/common/decks/standard/dwarf.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dwarf.json
rename to forge-gui/res/adventure/common/decks/standard/dwarf.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dwarfdemolisher.dck b/forge-gui/res/adventure/common/decks/standard/dwarfdemolisher.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dwarfdemolisher.dck
rename to forge-gui/res/adventure/common/decks/standard/dwarfdemolisher.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dwarfmercenary.dck b/forge-gui/res/adventure/common/decks/standard/dwarfmercenary.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dwarfmercenary.dck
rename to forge-gui/res/adventure/common/decks/standard/dwarfmercenary.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/dwarfpilot.dck b/forge-gui/res/adventure/common/decks/standard/dwarfpilot.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/dwarfpilot.dck
rename to forge-gui/res/adventure/common/decks/standard/dwarfpilot.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/efreet.dck b/forge-gui/res/adventure/common/decks/standard/efreet.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/efreet.dck
rename to forge-gui/res/adventure/common/decks/standard/efreet.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/eldraine_faerie.dck b/forge-gui/res/adventure/common/decks/standard/eldraine_faerie.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/eldraine_faerie.dck
rename to forge-gui/res/adventure/common/decks/standard/eldraine_faerie.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/eldraine_knight.dck b/forge-gui/res/adventure/common/decks/standard/eldraine_knight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/eldraine_knight.dck
rename to forge-gui/res/adventure/common/decks/standard/eldraine_knight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/eldrazi.json b/forge-gui/res/adventure/common/decks/standard/eldrazi.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/eldrazi.json
rename to forge-gui/res/adventure/common/decks/standard/eldrazi.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elemental_blue.json b/forge-gui/res/adventure/common/decks/standard/elemental_blue.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elemental_blue.json
rename to forge-gui/res/adventure/common/decks/standard/elemental_blue.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elephant.json b/forge-gui/res/adventure/common/decks/standard/elephant.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elephant.json
rename to forge-gui/res/adventure/common/decks/standard/elephant.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elf_bad.json b/forge-gui/res/adventure/common/decks/standard/elf_bad.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elf_bad.json
rename to forge-gui/res/adventure/common/decks/standard/elf_bad.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elf_golgari.dck b/forge-gui/res/adventure/common/decks/standard/elf_golgari.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elf_golgari.dck
rename to forge-gui/res/adventure/common/decks/standard/elf_golgari.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elf_good.json b/forge-gui/res/adventure/common/decks/standard/elf_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elf_good.json
rename to forge-gui/res/adventure/common/decks/standard/elf_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elf_mid.json b/forge-gui/res/adventure/common/decks/standard/elf_mid.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elf_mid.json
rename to forge-gui/res/adventure/common/decks/standard/elf_mid.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/elk.dck b/forge-gui/res/adventure/common/decks/standard/elk.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/elk.dck
rename to forge-gui/res/adventure/common/decks/standard/elk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/enchantress.dck b/forge-gui/res/adventure/common/decks/standard/enchantress.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/enchantress.dck
rename to forge-gui/res/adventure/common/decks/standard/enchantress.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/eye.dck b/forge-gui/res/adventure/common/decks/standard/eye.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/eye.dck
rename to forge-gui/res/adventure/common/decks/standard/eye.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/eyeblight.dck b/forge-gui/res/adventure/common/decks/standard/eyeblight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/eyeblight.dck
rename to forge-gui/res/adventure/common/decks/standard/eyeblight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/faerie.json b/forge-gui/res/adventure/common/decks/standard/faerie.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/faerie.json
rename to forge-gui/res/adventure/common/decks/standard/faerie.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/falcon_w.dck b/forge-gui/res/adventure/common/decks/standard/falcon_w.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/falcon_w.dck
rename to forge-gui/res/adventure/common/decks/standard/falcon_w.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/farmer.dck b/forge-gui/res/adventure/common/decks/standard/farmer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/farmer.dck
rename to forge-gui/res/adventure/common/decks/standard/farmer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/fire_elemental.dck b/forge-gui/res/adventure/common/decks/standard/fire_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/fire_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/fire_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/firedragon.dck b/forge-gui/res/adventure/common/decks/standard/firedragon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/firedragon.dck
rename to forge-gui/res/adventure/common/decks/standard/firedragon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/fireelemental.dck b/forge-gui/res/adventure/common/decks/standard/fireelemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/fireelemental.dck
rename to forge-gui/res/adventure/common/decks/standard/fireelemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/firegiant.dck b/forge-gui/res/adventure/common/decks/standard/firegiant.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/firegiant.dck
rename to forge-gui/res/adventure/common/decks/standard/firegiant.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/flame_elemental.dck b/forge-gui/res/adventure/common/decks/standard/flame_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/flame_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/flame_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/foresttitan.dck b/forge-gui/res/adventure/common/decks/standard/foresttitan.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/foresttitan.dck
rename to forge-gui/res/adventure/common/decks/standard/foresttitan.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/fox.json b/forge-gui/res/adventure/common/decks/standard/fox.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/fox.json
rename to forge-gui/res/adventure/common/decks/standard/fox.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/fox_greenwhite.dck b/forge-gui/res/adventure/common/decks/standard/fox_greenwhite.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/fox_greenwhite.dck
rename to forge-gui/res/adventure/common/decks/standard/fox_greenwhite.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/frog.json b/forge-gui/res/adventure/common/decks/standard/frog.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/frog.json
rename to forge-gui/res/adventure/common/decks/standard/frog.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/frost_titan.dck b/forge-gui/res/adventure/common/decks/standard/frost_titan.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/frost_titan.dck
rename to forge-gui/res/adventure/common/decks/standard/frost_titan.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/fungus.json b/forge-gui/res/adventure/common/decks/standard/fungus.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/fungus.json
rename to forge-gui/res/adventure/common/decks/standard/fungus.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/fungus_golgari.dck b/forge-gui/res/adventure/common/decks/standard/fungus_golgari.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/fungus_golgari.dck
rename to forge-gui/res/adventure/common/decks/standard/fungus_golgari.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/furnacegoblin.json b/forge-gui/res/adventure/common/decks/standard/furnacegoblin.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/furnacegoblin.json
rename to forge-gui/res/adventure/common/decks/standard/furnacegoblin.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/furnacetormentor.dck b/forge-gui/res/adventure/common/decks/standard/furnacetormentor.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/furnacetormentor.dck
rename to forge-gui/res/adventure/common/decks/standard/furnacetormentor.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gargoyle.dck b/forge-gui/res/adventure/common/decks/standard/gargoyle.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gargoyle.dck
rename to forge-gui/res/adventure/common/decks/standard/gargoyle.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gargoyle.json b/forge-gui/res/adventure/common/decks/standard/gargoyle.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gargoyle.json
rename to forge-gui/res/adventure/common/decks/standard/gargoyle.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ghost.json b/forge-gui/res/adventure/common/decks/standard/ghost.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ghost.json
rename to forge-gui/res/adventure/common/decks/standard/ghost.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ghost_blue.dck b/forge-gui/res/adventure/common/decks/standard/ghost_blue.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ghost_blue.dck
rename to forge-gui/res/adventure/common/decks/standard/ghost_blue.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ghoul.dck b/forge-gui/res/adventure/common/decks/standard/ghoul.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ghoul.dck
rename to forge-gui/res/adventure/common/decks/standard/ghoul.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ghoulgravecrawler.dck b/forge-gui/res/adventure/common/decks/standard/ghoulgravecrawler.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ghoulgravecrawler.dck
rename to forge-gui/res/adventure/common/decks/standard/ghoulgravecrawler.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/giant_crab.dck b/forge-gui/res/adventure/common/decks/standard/giant_crab.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/giant_crab.dck
rename to forge-gui/res/adventure/common/decks/standard/giant_crab.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gitaxianscientist.dck b/forge-gui/res/adventure/common/decks/standard/gitaxianscientist.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gitaxianscientist.dck
rename to forge-gui/res/adventure/common/decks/standard/gitaxianscientist.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gitaxianunderling.json b/forge-gui/res/adventure/common/decks/standard/gitaxianunderling.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gitaxianunderling.json
rename to forge-gui/res/adventure/common/decks/standard/gitaxianunderling.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gladiator.dck b/forge-gui/res/adventure/common/decks/standard/gladiator.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gladiator.dck
rename to forge-gui/res/adventure/common/decks/standard/gladiator.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/goblin_artificer.dck b/forge-gui/res/adventure/common/decks/standard/goblin_artificer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/goblin_artificer.dck
rename to forge-gui/res/adventure/common/decks/standard/goblin_artificer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/goblin_bad.json b/forge-gui/res/adventure/common/decks/standard/goblin_bad.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/goblin_bad.json
rename to forge-gui/res/adventure/common/decks/standard/goblin_bad.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/goblin_good.json b/forge-gui/res/adventure/common/decks/standard/goblin_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/goblin_good.json
rename to forge-gui/res/adventure/common/decks/standard/goblin_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/goblin_mid.json b/forge-gui/res/adventure/common/decks/standard/goblin_mid.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/goblin_mid.json
rename to forge-gui/res/adventure/common/decks/standard/goblin_mid.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/goblinking.dck b/forge-gui/res/adventure/common/decks/standard/goblinking.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/goblinking.dck
rename to forge-gui/res/adventure/common/decks/standard/goblinking.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/golem.json b/forge-gui/res/adventure/common/decks/standard/golem.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/golem.json
rename to forge-gui/res/adventure/common/decks/standard/golem.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/golem_good.json b/forge-gui/res/adventure/common/decks/standard/golem_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/golem_good.json
rename to forge-gui/res/adventure/common/decks/standard/golem_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golgari_treefolk.dck b/forge-gui/res/adventure/common/decks/standard/golgari_treefolk.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golgari_treefolk.dck
rename to forge-gui/res/adventure/common/decks/standard/golgari_treefolk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gorgon.dck b/forge-gui/res/adventure/common/decks/standard/gorgon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gorgon.dck
rename to forge-gui/res/adventure/common/decks/standard/gorgon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gorgon_2.dck b/forge-gui/res/adventure/common/decks/standard/gorgon_2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gorgon_2.dck
rename to forge-gui/res/adventure/common/decks/standard/gorgon_2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gorilla.dck b/forge-gui/res/adventure/common/decks/standard/gorilla.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gorilla.dck
rename to forge-gui/res/adventure/common/decks/standard/gorilla.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/gravetitan.dck b/forge-gui/res/adventure/common/decks/standard/gravetitan.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/gravetitan.dck
rename to forge-gui/res/adventure/common/decks/standard/gravetitan.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy.json b/forge-gui/res/adventure/common/decks/standard/greenwizard_easy.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy.json
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_easy.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_elf.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_easy_elf.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_elf.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_easy_elf.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_enchantment.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_easy_enchantment.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_enchantment.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_easy_enchantment.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_vanilla.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_easy_vanilla.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_easy_vanilla.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_easy_vanilla.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_ramp.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_hard_ramp.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_ramp.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_hard_ramp.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_rampbis.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_hard_rampbis.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_rampbis.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_hard_rampbis.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_sapproling.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_hard_sapproling.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_hard_sapproling.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_hard_sapproling.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_cheatramp.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_medium_cheatramp.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_cheatramp.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_medium_cheatramp.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_nissa.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_medium_nissa.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_nissa.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_medium_nissa.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_snakes.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_medium_snakes.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_snakes.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_medium_snakes.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_trample.dck b/forge-gui/res/adventure/common/decks/standard/greenwizard_medium_trample.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/greenwizard_medium_trample.dck
rename to forge-gui/res/adventure/common/decks/standard/greenwizard_medium_trample.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/griffin.json b/forge-gui/res/adventure/common/decks/standard/griffin.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/griffin.json
rename to forge-gui/res/adventure/common/decks/standard/griffin.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/harpy.dck b/forge-gui/res/adventure/common/decks/standard/harpy.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/harpy.dck
rename to forge-gui/res/adventure/common/decks/standard/harpy.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/harpy_2.dck b/forge-gui/res/adventure/common/decks/standard/harpy_2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/harpy_2.dck
rename to forge-gui/res/adventure/common/decks/standard/harpy_2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/hellhound.dck b/forge-gui/res/adventure/common/decks/standard/hellhound.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/hellhound.dck
rename to forge-gui/res/adventure/common/decks/standard/hellhound.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/hellhound2.dck b/forge-gui/res/adventure/common/decks/standard/hellhound2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/hellhound2.dck
rename to forge-gui/res/adventure/common/decks/standard/hellhound2.dck
diff --git a/forge-gui/res/adventure/common/decks/standard/hellion.dck b/forge-gui/res/adventure/common/decks/standard/hellion.dck
new file mode 100644
index 00000000000..eb9a7bf499b
--- /dev/null
+++ b/forge-gui/res/adventure/common/decks/standard/hellion.dck
@@ -0,0 +1,40 @@
+[metadata]
+Name=hellion
+[Avatar]
+
+[Main]
+4 Molten Monstrosity
+1 Chaos Maw
+1 Tectonic Hellion
+1 Crater Hellion
+1 Hellion Eruption
+2 Iron-Barb Hellion
+4 Flameborn Hellion
+1 Thromok the Insatiable
+1 Blitz Hellion
+1 Obosh, the Preypiercer
+1 Caldera Hellion
+1 Chandra's Firemaw
+1 Embermaw Hellion
+2 Flowstone Hellion
+4 Cinder Hellion
+4 Pyroclastic Hellion
+1 Ulasht, the Hate Seed
+4 Sneak Attack
+2 Inferno Hellion
+1 Tibalt the Chaotic
+1 Great Desert Hellion
+1 Lathnu Hellion
+3 Plated Geopede
+1 Hellion Crucible
+1 Mountain
+1 Mountain
+1 Mountain
+2 Mountain
+1 Mountain
+3 Mountain
+1 Mountain
+1 Mountain
+1 Mountain
+3 Mountain
+1 Mountain
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/hippo.dck b/forge-gui/res/adventure/common/decks/standard/hippo.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/hippo.dck
rename to forge-gui/res/adventure/common/decks/standard/hippo.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/homarid.dck b/forge-gui/res/adventure/common/decks/standard/homarid.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/homarid.dck
rename to forge-gui/res/adventure/common/decks/standard/homarid.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/horror.dck b/forge-gui/res/adventure/common/decks/standard/horror.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/horror.dck
rename to forge-gui/res/adventure/common/decks/standard/horror.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/horse.dck b/forge-gui/res/adventure/common/decks/standard/horse.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/horse.dck
rename to forge-gui/res/adventure/common/decks/standard/horse.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/horsemanship.dck b/forge-gui/res/adventure/common/decks/standard/horsemanship.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/horsemanship.dck
rename to forge-gui/res/adventure/common/decks/standard/horsemanship.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/human_archer.dck b/forge-gui/res/adventure/common/decks/standard/human_archer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/human_archer.dck
rename to forge-gui/res/adventure/common/decks/standard/human_archer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/human_bad.json b/forge-gui/res/adventure/common/decks/standard/human_bad.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/human_bad.json
rename to forge-gui/res/adventure/common/decks/standard/human_bad.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/human_good.json b/forge-gui/res/adventure/common/decks/standard/human_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/human_good.json
rename to forge-gui/res/adventure/common/decks/standard/human_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/human_mid.json b/forge-gui/res/adventure/common/decks/standard/human_mid.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/human_mid.json
rename to forge-gui/res/adventure/common/decks/standard/human_mid.json
diff --git a/forge-gui/res/adventure/common/decks/standard/human_warrior_amonkhet.dck b/forge-gui/res/adventure/common/decks/standard/human_warrior_amonkhet.dck
new file mode 100644
index 00000000000..1db4bc9cfef
--- /dev/null
+++ b/forge-gui/res/adventure/common/decks/standard/human_warrior_amonkhet.dck
@@ -0,0 +1,30 @@
+[metadata]
+Name=human_warrior_amonkhet
+[Main]
+1 Ahn-Crop Champion
+1 Wrath of God
+1 Oketra the True
+1 Devoted Crop-Mate
+2 Rhet-Crop Spearmaster
+2 Unwavering Initiate
+2 Oketra's Monument
+3 Initiate's Companion
+1 Honored Crop-Captain
+3 Nef-Crop Entangler
+1 Glory-Bound Initiate
+2 Hapatra's Mark
+2 Sixth Sense
+4 Stinging Shot
+4 Blazing Volley
+4 Bloodlust Inciter
+4 Djeru's Resolve
+1 Pyramid of the Pantheon
+4 Honed Khopesh
+4 Traveler's Amulet
+1 Cascading Cataracts
+1 Scattered Groves
+1 Sheltered Thicket
+4 Stone Quarry
+4 Forest
+5 Mountain
+6 Plains
\ No newline at end of file
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/humanelite.dck b/forge-gui/res/adventure/common/decks/standard/humanelite.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/humanelite.dck
rename to forge-gui/res/adventure/common/decks/standard/humanelite.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/humanmercenary.dck b/forge-gui/res/adventure/common/decks/standard/humanmercenary.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/humanmercenary.dck
rename to forge-gui/res/adventure/common/decks/standard/humanmercenary.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/humanoidrat.dck b/forge-gui/res/adventure/common/decks/standard/humanoidrat.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/humanoidrat.dck
rename to forge-gui/res/adventure/common/decks/standard/humanoidrat.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/hydra.json b/forge-gui/res/adventure/common/decks/standard/hydra.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/hydra.json
rename to forge-gui/res/adventure/common/decks/standard/hydra.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/illusion.dck b/forge-gui/res/adventure/common/decks/standard/illusion.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/illusion.dck
rename to forge-gui/res/adventure/common/decks/standard/illusion.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/immersturm_demon.dck b/forge-gui/res/adventure/common/decks/standard/immersturm_demon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/immersturm_demon.dck
rename to forge-gui/res/adventure/common/decks/standard/immersturm_demon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/infectrat.dck b/forge-gui/res/adventure/common/decks/standard/infectrat.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/infectrat.dck
rename to forge-gui/res/adventure/common/decks/standard/infectrat.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/insect.dck b/forge-gui/res/adventure/common/decks/standard/insect.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/insect.dck
rename to forge-gui/res/adventure/common/decks/standard/insect.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/jackal.dck b/forge-gui/res/adventure/common/decks/standard/jackal.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/jackal.dck
rename to forge-gui/res/adventure/common/decks/standard/jackal.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/jellyfish.dck b/forge-gui/res/adventure/common/decks/standard/jellyfish.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/jellyfish.dck
rename to forge-gui/res/adventure/common/decks/standard/jellyfish.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/kavu.dck b/forge-gui/res/adventure/common/decks/standard/kavu.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/kavu.dck
rename to forge-gui/res/adventure/common/decks/standard/kavu.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/knight.json b/forge-gui/res/adventure/common/decks/standard/knight.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/knight.json
rename to forge-gui/res/adventure/common/decks/standard/knight.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/knightmercenary.dck b/forge-gui/res/adventure/common/decks/standard/knightmercenary.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/knightmercenary.dck
rename to forge-gui/res/adventure/common/decks/standard/knightmercenary.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/kobold.dck b/forge-gui/res/adventure/common/decks/standard/kobold.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/kobold.dck
rename to forge-gui/res/adventure/common/decks/standard/kobold.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/kobolddragoncaller.dck b/forge-gui/res/adventure/common/decks/standard/kobolddragoncaller.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/kobolddragoncaller.dck
rename to forge-gui/res/adventure/common/decks/standard/kobolddragoncaller.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/koboldtrapmaster.dck b/forge-gui/res/adventure/common/decks/standard/koboldtrapmaster.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/koboldtrapmaster.dck
rename to forge-gui/res/adventure/common/decks/standard/koboldtrapmaster.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/koboldworker.dck b/forge-gui/res/adventure/common/decks/standard/koboldworker.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/koboldworker.dck
rename to forge-gui/res/adventure/common/decks/standard/koboldworker.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/kor_warrior.dck b/forge-gui/res/adventure/common/decks/standard/kor_warrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/kor_warrior.dck
rename to forge-gui/res/adventure/common/decks/standard/kor_warrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/leoninswordsmith.dck b/forge-gui/res/adventure/common/decks/standard/leoninswordsmith.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/leoninswordsmith.dck
rename to forge-gui/res/adventure/common/decks/standard/leoninswordsmith.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/leoninwarrior.dck b/forge-gui/res/adventure/common/decks/standard/leoninwarrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/leoninwarrior.dck
rename to forge-gui/res/adventure/common/decks/standard/leoninwarrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/lich.dck b/forge-gui/res/adventure/common/decks/standard/lich.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/lich.dck
rename to forge-gui/res/adventure/common/decks/standard/lich.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/lightning_elemental.dck b/forge-gui/res/adventure/common/decks/standard/lightning_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/lightning_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/lightning_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/lilianas_herbalist.dck b/forge-gui/res/adventure/common/decks/standard/lilianas_herbalist.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/lilianas_herbalist.dck
rename to forge-gui/res/adventure/common/decks/standard/lilianas_herbalist.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/lion.dck b/forge-gui/res/adventure/common/decks/standard/lion.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/lion.dck
rename to forge-gui/res/adventure/common/decks/standard/lion.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/loamspeaker.dck b/forge-gui/res/adventure/common/decks/standard/loamspeaker.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/loamspeaker.dck
rename to forge-gui/res/adventure/common/decks/standard/loamspeaker.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/magma_elemental.dck b/forge-gui/res/adventure/common/decks/standard/magma_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/magma_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/magma_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/mardu.dck b/forge-gui/res/adventure/common/decks/standard/mardu.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/mardu.dck
rename to forge-gui/res/adventure/common/decks/standard/mardu.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_bad.json b/forge-gui/res/adventure/common/decks/standard/merfolk_bad.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_bad.json
rename to forge-gui/res/adventure/common/decks/standard/merfolk_bad.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_good.json b/forge-gui/res/adventure/common/decks/standard/merfolk_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_good.json
rename to forge-gui/res/adventure/common/decks/standard/merfolk_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_lord2.dck b/forge-gui/res/adventure/common/decks/standard/merfolk_lord2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_lord2.dck
rename to forge-gui/res/adventure/common/decks/standard/merfolk_lord2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_lords.dck b/forge-gui/res/adventure/common/decks/standard/merfolk_lords.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_lords.dck
rename to forge-gui/res/adventure/common/decks/standard/merfolk_lords.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_mid.json b/forge-gui/res/adventure/common/decks/standard/merfolk_mid.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_mid.json
rename to forge-gui/res/adventure/common/decks/standard/merfolk_mid.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_v_goblins.dck b/forge-gui/res/adventure/common/decks/standard/merfolk_v_goblins.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/merfolk_v_goblins.dck
rename to forge-gui/res/adventure/common/decks/standard/merfolk_v_goblins.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/millwizard.dck b/forge-gui/res/adventure/common/decks/standard/millwizard.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/millwizard.dck
rename to forge-gui/res/adventure/common/decks/standard/millwizard.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/mimic.dck b/forge-gui/res/adventure/common/decks/standard/mimic.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/mimic.dck
rename to forge-gui/res/adventure/common/decks/standard/mimic.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/mindclaw_shaman.dck b/forge-gui/res/adventure/common/decks/standard/mindclaw_shaman.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/mindclaw_shaman.dck
rename to forge-gui/res/adventure/common/decks/standard/mindclaw_shaman.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/minotaur.dck b/forge-gui/res/adventure/common/decks/standard/minotaur.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/minotaur.dck
rename to forge-gui/res/adventure/common/decks/standard/minotaur.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/minotaur.json b/forge-gui/res/adventure/common/decks/standard/minotaur.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/minotaur.json
rename to forge-gui/res/adventure/common/decks/standard/minotaur.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/minotaurblackredmadness.dck b/forge-gui/res/adventure/common/decks/standard/minotaurblackredmadness.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/minotaurblackredmadness.dck
rename to forge-gui/res/adventure/common/decks/standard/minotaurblackredmadness.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/minotaurmid.dck b/forge-gui/res/adventure/common/decks/standard/minotaurmid.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/minotaurmid.dck
rename to forge-gui/res/adventure/common/decks/standard/minotaurmid.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/minotaurmonored.dck b/forge-gui/res/adventure/common/decks/standard/minotaurmonored.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/minotaurmonored.dck
rename to forge-gui/res/adventure/common/decks/standard/minotaurmonored.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/monk.json b/forge-gui/res/adventure/common/decks/standard/monk.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/monk.json
rename to forge-gui/res/adventure/common/decks/standard/monk.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/mummy.dck b/forge-gui/res/adventure/common/decks/standard/mummy.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/mummy.dck
rename to forge-gui/res/adventure/common/decks/standard/mummy.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/nagawarrior.dck b/forge-gui/res/adventure/common/decks/standard/nagawarrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/nagawarrior.dck
rename to forge-gui/res/adventure/common/decks/standard/nagawarrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/nightmare.dck b/forge-gui/res/adventure/common/decks/standard/nightmare.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/nightmare.dck
rename to forge-gui/res/adventure/common/decks/standard/nightmare.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/Akroma's Angelfire 1.dck b/forge-gui/res/adventure/common/decks/standard/not in use/Akroma's Angelfire 1.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/Akroma's Angelfire 1.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/Akroma's Angelfire 1.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/Akroma's Angelfire 3.dck b/forge-gui/res/adventure/common/decks/standard/not in use/Akroma's Angelfire 3.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/Akroma's Angelfire 3.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/Akroma's Angelfire 3.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/angelcontrol.dck b/forge-gui/res/adventure/common/decks/standard/not in use/angelcontrol.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/angelcontrol.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/angelcontrol.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/cat.json b/forge-gui/res/adventure/common/decks/standard/not in use/cat.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/cat.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/cat.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/copperhostbrutalizer.json b/forge-gui/res/adventure/common/decks/standard/not in use/copperhostbrutalizer.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/copperhostbrutalizer.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/copperhostbrutalizer.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/dimir_poison.dck b/forge-gui/res/adventure/common/decks/standard/not in use/dimir_poison.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/dimir_poison.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/dimir_poison.dck
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/drossgrimnarch.json b/forge-gui/res/adventure/common/decks/standard/not in use/drossgrimnarch.json
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/decks/standard/drossgrimnarch.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/drossgrimnarch.json
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/fireelemental.dck b/forge-gui/res/adventure/common/decks/standard/not in use/fireelemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/decks/standard/fireelemental.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/fireelemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/firegiantboss.dck b/forge-gui/res/adventure/common/decks/standard/not in use/firegiantboss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/firegiantboss.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/firegiantboss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/fungus.dck b/forge-gui/res/adventure/common/decks/standard/not in use/fungus.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/fungus.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/fungus.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/furnacetormentor.json b/forge-gui/res/adventure/common/decks/standard/not in use/furnacetormentor.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/furnacetormentor.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/furnacetormentor.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/gitaxianscientist.json b/forge-gui/res/adventure/common/decks/standard/not in use/gitaxianscientist.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/gitaxianscientist.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/gitaxianscientist.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/goblins.dck b/forge-gui/res/adventure/common/decks/standard/not in use/goblins.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/goblins.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/goblins.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golem.dck b/forge-gui/res/adventure/common/decks/standard/not in use/golem.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golem.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/golem.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golgari_elf.dck b/forge-gui/res/adventure/common/decks/standard/not in use/golgari_elf.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/golgari_elf.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/golgari_elf.dck
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/golgari_treefolk.dck b/forge-gui/res/adventure/common/decks/standard/not in use/golgari_treefolk.dck
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/decks/standard/golgari_treefolk.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/golgari_treefolk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/human_soldier_token.dck b/forge-gui/res/adventure/common/decks/standard/not in use/human_soldier_token.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/human_soldier_token.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/human_soldier_token.dck
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/not in use/koboldwarrior.dck b/forge-gui/res/adventure/common/decks/standard/not in use/koboldwarrior.dck
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/decks/standard/not in use/koboldwarrior.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/koboldwarrior.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/ladybug.dck b/forge-gui/res/adventure/common/decks/standard/not in use/ladybug.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/ladybug.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/ladybug.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/phyrexianangel.json b/forge-gui/res/adventure/common/decks/standard/not in use/phyrexianangel.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/phyrexianangel.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/phyrexianangel.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/reanimator_cycling_rbu.dck b/forge-gui/res/adventure/common/decks/standard/not in use/reanimator_cycling_rbu.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/reanimator_cycling_rbu.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/reanimator_cycling_rbu.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/unicorn.dck b/forge-gui/res/adventure/common/decks/standard/not in use/unicorn.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/unicorn.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/unicorn.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/zombie.dck b/forge-gui/res/adventure/common/decks/standard/not in use/zombie.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/zombie.dck
rename to forge-gui/res/adventure/common/decks/standard/not in use/zombie.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/not in use/zombie_mid.json b/forge-gui/res/adventure/common/decks/standard/not in use/zombie_mid.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/not in use/zombie_mid.json
rename to forge-gui/res/adventure/common/decks/standard/not in use/zombie_mid.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/octopus.dck b/forge-gui/res/adventure/common/decks/standard/octopus.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/octopus.dck
rename to forge-gui/res/adventure/common/decks/standard/octopus.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ooze.json b/forge-gui/res/adventure/common/decks/standard/ooze.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ooze.json
rename to forge-gui/res/adventure/common/decks/standard/ooze.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ooze_greenblackred.dck b/forge-gui/res/adventure/common/decks/standard/ooze_greenblackred.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ooze_greenblackred.dck
rename to forge-gui/res/adventure/common/decks/standard/ooze_greenblackred.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ooze_greenblue.dck b/forge-gui/res/adventure/common/decks/standard/ooze_greenblue.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ooze_greenblue.dck
rename to forge-gui/res/adventure/common/decks/standard/ooze_greenblue.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ooze_monogreen.dck b/forge-gui/res/adventure/common/decks/standard/ooze_monogreen.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ooze_monogreen.dck
rename to forge-gui/res/adventure/common/decks/standard/ooze_monogreen.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/owl.dck b/forge-gui/res/adventure/common/decks/standard/owl.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/owl.dck
rename to forge-gui/res/adventure/common/decks/standard/owl.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/phoenix.dck b/forge-gui/res/adventure/common/decks/standard/phoenix.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/phoenix.dck
rename to forge-gui/res/adventure/common/decks/standard/phoenix.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/phyrexianangel.dck b/forge-gui/res/adventure/common/decks/standard/phyrexianangel.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/phyrexianangel.dck
rename to forge-gui/res/adventure/common/decks/standard/phyrexianangel.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/phyrexianduelist.json b/forge-gui/res/adventure/common/decks/standard/phyrexianduelist.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/phyrexianduelist.json
rename to forge-gui/res/adventure/common/decks/standard/phyrexianduelist.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/pirate.dck b/forge-gui/res/adventure/common/decks/standard/pirate.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/pirate.dck
rename to forge-gui/res/adventure/common/decks/standard/pirate.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/plant.dck b/forge-gui/res/adventure/common/decks/standard/plant.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/plant.dck
rename to forge-gui/res/adventure/common/decks/standard/plant.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/plant.json b/forge-gui/res/adventure/common/decks/standard/plant.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/plant.json
rename to forge-gui/res/adventure/common/decks/standard/plant.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/poisonoussnake.dck b/forge-gui/res/adventure/common/decks/standard/poisonoussnake.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/poisonoussnake.dck
rename to forge-gui/res/adventure/common/decks/standard/poisonoussnake.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/pyromancer.dck b/forge-gui/res/adventure/common/decks/standard/pyromancer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/pyromancer.dck
rename to forge-gui/res/adventure/common/decks/standard/pyromancer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rakdos_devil.dck b/forge-gui/res/adventure/common/decks/standard/rakdos_devil.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rakdos_devil.dck
rename to forge-gui/res/adventure/common/decks/standard/rakdos_devil.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rakdos_vamps.dck b/forge-gui/res/adventure/common/decks/standard/rakdos_vamps.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rakdos_vamps.dck
rename to forge-gui/res/adventure/common/decks/standard/rakdos_vamps.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rat.json b/forge-gui/res/adventure/common/decks/standard/rat.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rat.json
rename to forge-gui/res/adventure/common/decks/standard/rat.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rat_realmagic.dck b/forge-gui/res/adventure/common/decks/standard/rat_realmagic.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rat_realmagic.dck
rename to forge-gui/res/adventure/common/decks/standard/rat_realmagic.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/ratswarm.dck b/forge-gui/res/adventure/common/decks/standard/ratswarm.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/ratswarm.dck
rename to forge-gui/res/adventure/common/decks/standard/ratswarm.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/raven.dck b/forge-gui/res/adventure/common/decks/standard/raven.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/raven.dck
rename to forge-gui/res/adventure/common/decks/standard/raven.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/reanimator.dck b/forge-gui/res/adventure/common/decks/standard/reanimator.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/reanimator.dck
rename to forge-gui/res/adventure/common/decks/standard/reanimator.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/reassemblingskeleton.dck b/forge-gui/res/adventure/common/decks/standard/reassemblingskeleton.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/reassemblingskeleton.dck
rename to forge-gui/res/adventure/common/decks/standard/reassemblingskeleton.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy.json b/forge-gui/res/adventure/common/decks/standard/redwizard_easy.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy.json
rename to forge-gui/res/adventure/common/decks/standard/redwizard_easy.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_burn.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_easy_burn.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_burn.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_easy_burn.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_dragons.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_easy_dragons.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_dragons.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_easy_dragons.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_gauntletofmight.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_easy_gauntletofmight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_easy_gauntletofmight.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_easy_gauntletofmight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_burn.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_hard_burn.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_burn.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_hard_burn.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_dragons.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_hard_dragons.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_dragons.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_hard_dragons.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_fight.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_hard_fight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_fight.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_hard_fight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_lavaaxe.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_hard_lavaaxe.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_hard_lavaaxe.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_hard_lavaaxe.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_artifact.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_medium_artifact.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_artifact.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_medium_artifact.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_circleofflame.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_medium_circleofflame.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_circleofflame.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_medium_circleofflame.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_giant.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_medium_giant.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_giant.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_medium_giant.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_hasteburn.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_medium_hasteburn.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_hasteburn.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_medium_hasteburn.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_ralburn.dck b/forge-gui/res/adventure/common/decks/standard/redwizard_medium_ralburn.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/redwizard_medium_ralburn.dck
rename to forge-gui/res/adventure/common/decks/standard/redwizard_medium_ralburn.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rhino.dck b/forge-gui/res/adventure/common/decks/standard/rhino.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rhino.dck
rename to forge-gui/res/adventure/common/decks/standard/rhino.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/rogue.json b/forge-gui/res/adventure/common/decks/standard/rogue.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/rogue.json
rename to forge-gui/res/adventure/common/decks/standard/rogue.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/roshnakhtheroic.dck b/forge-gui/res/adventure/common/decks/standard/roshnakhtheroic.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/roshnakhtheroic.dck
rename to forge-gui/res/adventure/common/decks/standard/roshnakhtheroic.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/runelord.dck b/forge-gui/res/adventure/common/decks/standard/runelord.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/runelord.dck
rename to forge-gui/res/adventure/common/decks/standard/runelord.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sandgolem.dck b/forge-gui/res/adventure/common/decks/standard/sandgolem.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sandgolem.dck
rename to forge-gui/res/adventure/common/decks/standard/sandgolem.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sandwurm.dck b/forge-gui/res/adventure/common/decks/standard/sandwurm.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sandwurm.dck
rename to forge-gui/res/adventure/common/decks/standard/sandwurm.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/satyr.dck b/forge-gui/res/adventure/common/decks/standard/satyr.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/satyr.dck
rename to forge-gui/res/adventure/common/decks/standard/satyr.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/scarab.dck b/forge-gui/res/adventure/common/decks/standard/scarab.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/scarab.dck
rename to forge-gui/res/adventure/common/decks/standard/scarab.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/scarecrow.dck b/forge-gui/res/adventure/common/decks/standard/scarecrow.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/scarecrow.dck
rename to forge-gui/res/adventure/common/decks/standard/scarecrow.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/scarecrowcaptain.dck b/forge-gui/res/adventure/common/decks/standard/scarecrowcaptain.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/scarecrowcaptain.dck
rename to forge-gui/res/adventure/common/decks/standard/scarecrowcaptain.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/scorpion.dck b/forge-gui/res/adventure/common/decks/standard/scorpion.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/scorpion.dck
rename to forge-gui/res/adventure/common/decks/standard/scorpion.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sea_monster.dck b/forge-gui/res/adventure/common/decks/standard/sea_monster.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sea_monster.dck
rename to forge-gui/res/adventure/common/decks/standard/sea_monster.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/shade.dck b/forge-gui/res/adventure/common/decks/standard/shade.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/shade.dck
rename to forge-gui/res/adventure/common/decks/standard/shade.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/shaman.json b/forge-gui/res/adventure/common/decks/standard/shaman.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/shaman.json
rename to forge-gui/res/adventure/common/decks/standard/shaman.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/shamanelite.dck b/forge-gui/res/adventure/common/decks/standard/shamanelite.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/shamanelite.dck
rename to forge-gui/res/adventure/common/decks/standard/shamanelite.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/simicwizard_evolve.dck b/forge-gui/res/adventure/common/decks/standard/simicwizard_evolve.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/simicwizard_evolve.dck
rename to forge-gui/res/adventure/common/decks/standard/simicwizard_evolve.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/simicwizard_intruderalarm.dck b/forge-gui/res/adventure/common/decks/standard/simicwizard_intruderalarm.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/simicwizard_intruderalarm.dck
rename to forge-gui/res/adventure/common/decks/standard/simicwizard_intruderalarm.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/skeleton.dck b/forge-gui/res/adventure/common/decks/standard/skeleton.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/skeleton.dck
rename to forge-gui/res/adventure/common/decks/standard/skeleton.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/skeleton_2.dck b/forge-gui/res/adventure/common/decks/standard/skeleton_2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/skeleton_2.dck
rename to forge-gui/res/adventure/common/decks/standard/skeleton_2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/skeleton_champion.dck b/forge-gui/res/adventure/common/decks/standard/skeleton_champion.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/skeleton_champion.dck
rename to forge-gui/res/adventure/common/decks/standard/skeleton_champion.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver.json b/forge-gui/res/adventure/common/decks/standard/sliver.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver.json
rename to forge-gui/res/adventure/common/decks/standard/sliver.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver_black.dck b/forge-gui/res/adventure/common/decks/standard/sliver_black.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver_black.dck
rename to forge-gui/res/adventure/common/decks/standard/sliver_black.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver_blue.dck b/forge-gui/res/adventure/common/decks/standard/sliver_blue.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver_blue.dck
rename to forge-gui/res/adventure/common/decks/standard/sliver_blue.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver_green.dck b/forge-gui/res/adventure/common/decks/standard/sliver_green.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver_green.dck
rename to forge-gui/res/adventure/common/decks/standard/sliver_green.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver_red.dck b/forge-gui/res/adventure/common/decks/standard/sliver_red.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver_red.dck
rename to forge-gui/res/adventure/common/decks/standard/sliver_red.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sliver_white.dck b/forge-gui/res/adventure/common/decks/standard/sliver_white.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sliver_white.dck
rename to forge-gui/res/adventure/common/decks/standard/sliver_white.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/snake.dck b/forge-gui/res/adventure/common/decks/standard/snake.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/snake.dck
rename to forge-gui/res/adventure/common/decks/standard/snake.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/snake.json b/forge-gui/res/adventure/common/decks/standard/snake.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/snake.json
rename to forge-gui/res/adventure/common/decks/standard/snake.json
diff --git a/forge-gui/res/adventure/Shandalar/decks/standard/sphinx amonkhet.dck b/forge-gui/res/adventure/common/decks/standard/sphinx amonkhet.dck
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/decks/standard/sphinx amonkhet.dck
rename to forge-gui/res/adventure/common/decks/standard/sphinx amonkhet.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/spider.json b/forge-gui/res/adventure/common/decks/standard/spider.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/spider.json
rename to forge-gui/res/adventure/common/decks/standard/spider.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/spider_token.dck b/forge-gui/res/adventure/common/decks/standard/spider_token.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/spider_token.dck
rename to forge-gui/res/adventure/common/decks/standard/spider_token.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/squirrel.dck b/forge-gui/res/adventure/common/decks/standard/squirrel.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/squirrel.dck
rename to forge-gui/res/adventure/common/decks/standard/squirrel.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/stormtitan.dck b/forge-gui/res/adventure/common/decks/standard/stormtitan.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/stormtitan.dck
rename to forge-gui/res/adventure/common/decks/standard/stormtitan.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/straycat.dck b/forge-gui/res/adventure/common/decks/standard/straycat.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/straycat.dck
rename to forge-gui/res/adventure/common/decks/standard/straycat.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/sun titan.dck b/forge-gui/res/adventure/common/decks/standard/sun titan.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/sun titan.dck
rename to forge-gui/res/adventure/common/decks/standard/sun titan.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/swamptroll.dck b/forge-gui/res/adventure/common/decks/standard/swamptroll.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/swamptroll.dck
rename to forge-gui/res/adventure/common/decks/standard/swamptroll.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/symbiote.dck b/forge-gui/res/adventure/common/decks/standard/symbiote.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/symbiote.dck
rename to forge-gui/res/adventure/common/decks/standard/symbiote.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/tiger.dck b/forge-gui/res/adventure/common/decks/standard/tiger.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/tiger.dck
rename to forge-gui/res/adventure/common/decks/standard/tiger.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/tokens.dck b/forge-gui/res/adventure/common/decks/standard/tokens.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/tokens.dck
rename to forge-gui/res/adventure/common/decks/standard/tokens.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/treefolk.dck b/forge-gui/res/adventure/common/decks/standard/treefolk.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/treefolk.dck
rename to forge-gui/res/adventure/common/decks/standard/treefolk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/treefolk.json b/forge-gui/res/adventure/common/decks/standard/treefolk.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/treefolk.json
rename to forge-gui/res/adventure/common/decks/standard/treefolk.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/treefolk_golgari.dck b/forge-gui/res/adventure/common/decks/standard/treefolk_golgari.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/treefolk_golgari.dck
rename to forge-gui/res/adventure/common/decks/standard/treefolk_golgari.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/troll.json b/forge-gui/res/adventure/common/decks/standard/troll.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/troll.json
rename to forge-gui/res/adventure/common/decks/standard/troll.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/turtle.json b/forge-gui/res/adventure/common/decks/standard/turtle.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/turtle.json
rename to forge-gui/res/adventure/common/decks/standard/turtle.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/vampire.dck b/forge-gui/res/adventure/common/decks/standard/vampire.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/vampire.dck
rename to forge-gui/res/adventure/common/decks/standard/vampire.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/vampire.json b/forge-gui/res/adventure/common/decks/standard/vampire.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/vampire.json
rename to forge-gui/res/adventure/common/decks/standard/vampire.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/vampire_blood_token_fly.dck b/forge-gui/res/adventure/common/decks/standard/vampire_blood_token_fly.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/vampire_blood_token_fly.dck
rename to forge-gui/res/adventure/common/decks/standard/vampire_blood_token_fly.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/viashino.dck b/forge-gui/res/adventure/common/decks/standard/viashino.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/viashino.dck
rename to forge-gui/res/adventure/common/decks/standard/viashino.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/vulture.dck b/forge-gui/res/adventure/common/decks/standard/vulture.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/vulture.dck
rename to forge-gui/res/adventure/common/decks/standard/vulture.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/walkingbrain.dck b/forge-gui/res/adventure/common/decks/standard/walkingbrain.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/walkingbrain.dck
rename to forge-gui/res/adventure/common/decks/standard/walkingbrain.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wanderinggiant.dck b/forge-gui/res/adventure/common/decks/standard/wanderinggiant.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wanderinggiant.dck
rename to forge-gui/res/adventure/common/decks/standard/wanderinggiant.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wasp.dck b/forge-gui/res/adventure/common/decks/standard/wasp.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wasp.dck
rename to forge-gui/res/adventure/common/decks/standard/wasp.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/water_elemental.dck b/forge-gui/res/adventure/common/decks/standard/water_elemental.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/water_elemental.dck
rename to forge-gui/res/adventure/common/decks/standard/water_elemental.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/werewolf.dck b/forge-gui/res/adventure/common/decks/standard/werewolf.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/werewolf.dck
rename to forge-gui/res/adventure/common/decks/standard/werewolf.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/white_dwarf.dck b/forge-gui/res/adventure/common/decks/standard/white_dwarf.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/white_dwarf.dck
rename to forge-gui/res/adventure/common/decks/standard/white_dwarf.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_ajani.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_easy_ajani.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_ajani.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_easy_ajani.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_angelhuman.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_easy_angelhuman.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_angelhuman.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_easy_angelhuman.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_wanderer.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_easy_wanderer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_easy_wanderer.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_easy_wanderer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_armaggedon.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_hard_armaggedon.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_armaggedon.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_hard_armaggedon.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_enchantments.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_hard_enchantments.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_enchantments.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_hard_enchantments.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_hatebears.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_hard_hatebears.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_hatebears.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_hard_hatebears.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_humansoldier.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_hard_humansoldier.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_humansoldier.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_hard_humansoldier.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_humility.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_hard_humility.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_hard_humility.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_hard_humility.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_aggro.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_medium_aggro.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_aggro.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_medium_aggro.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_basri.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_medium_basri.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_basri.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_medium_basri.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_control.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_medium_control.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_control.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_medium_control.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_knight.dck b/forge-gui/res/adventure/common/decks/standard/whitewizard_medium_knight.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/whitewizard_medium_knight.dck
rename to forge-gui/res/adventure/common/decks/standard/whitewizard_medium_knight.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wild-magic_sorcerer.dck b/forge-gui/res/adventure/common/decks/standard/wild-magic_sorcerer.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wild-magic_sorcerer.dck
rename to forge-gui/res/adventure/common/decks/standard/wild-magic_sorcerer.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/witch.dck b/forge-gui/res/adventure/common/decks/standard/witch.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/witch.dck
rename to forge-gui/res/adventure/common/decks/standard/witch.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wolfboss.dck b/forge-gui/res/adventure/common/decks/standard/wolfboss.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wolfboss.dck
rename to forge-gui/res/adventure/common/decks/standard/wolfboss.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wraithswampwalk.dck b/forge-gui/res/adventure/common/decks/standard/wraithswampwalk.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wraithswampwalk.dck
rename to forge-gui/res/adventure/common/decks/standard/wraithswampwalk.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/wurm.json b/forge-gui/res/adventure/common/decks/standard/wurm.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/wurm.json
rename to forge-gui/res/adventure/common/decks/standard/wurm.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/yeti.dck b/forge-gui/res/adventure/common/decks/standard/yeti.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/yeti.dck
rename to forge-gui/res/adventure/common/decks/standard/yeti.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/zombie_bad.json b/forge-gui/res/adventure/common/decks/standard/zombie_bad.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/zombie_bad.json
rename to forge-gui/res/adventure/common/decks/standard/zombie_bad.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/zombie_good.json b/forge-gui/res/adventure/common/decks/standard/zombie_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/zombie_good.json
rename to forge-gui/res/adventure/common/decks/standard/zombie_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/standard/zombie_greater.dck b/forge-gui/res/adventure/common/decks/standard/zombie_greater.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/standard/zombie_greater.dck
rename to forge-gui/res/adventure/common/decks/standard/zombie_greater.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Azorius.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Azorius.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Azorius.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Azorius.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Black.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Black.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Black.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Black.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Blue.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Blue.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Blue.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Blue.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Boros.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Boros.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Boros.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Boros.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Dimir.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Dimir.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Dimir.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Dimir.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Golgari.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Golgari.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Golgari.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Golgari.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Green.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Green.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Green.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Green.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Gruul.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Gruul.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Gruul.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Gruul.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Izzet.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Izzet.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Izzet.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Izzet.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Orzhov.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Orzhov.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Orzhov.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Orzhov.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Rakdos.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Rakdos.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Rakdos.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Rakdos.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Red.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Red.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Red.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Red.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Selesnya.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Selesnya.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Selesnya.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Selesnya.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Simic.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low Simic.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low Simic.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low Simic.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low White.dck b/forge-gui/res/adventure/common/decks/starter/Adventure - Low White.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Adventure - Low White.dck
rename to forge-gui/res/adventure/common/decks/starter/Adventure - Low White.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_best.json b/forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_best.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_best.json
rename to forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_best.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_default.json b/forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_default.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_default.json
rename to forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_default.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_good.json b/forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_good.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/Archive for Testing/white_good.json
rename to forge-gui/res/adventure/common/decks/starter/Archive for Testing/white_good.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/black_e.json b/forge-gui/res/adventure/common/decks/starter/black_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/black_e.json
rename to forge-gui/res/adventure/common/decks/starter/black_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/black_h.json b/forge-gui/res/adventure/common/decks/starter/black_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/black_h.json
rename to forge-gui/res/adventure/common/decks/starter/black_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/black_n.json b/forge-gui/res/adventure/common/decks/starter/black_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/black_n.json
rename to forge-gui/res/adventure/common/decks/starter/black_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/blue_e.json b/forge-gui/res/adventure/common/decks/starter/blue_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/blue_e.json
rename to forge-gui/res/adventure/common/decks/starter/blue_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/blue_h.json b/forge-gui/res/adventure/common/decks/starter/blue_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/blue_h.json
rename to forge-gui/res/adventure/common/decks/starter/blue_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/blue_n.json b/forge-gui/res/adventure/common/decks/starter/blue_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/blue_n.json
rename to forge-gui/res/adventure/common/decks/starter/blue_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/green_e.json b/forge-gui/res/adventure/common/decks/starter/green_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/green_e.json
rename to forge-gui/res/adventure/common/decks/starter/green_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/green_h.json b/forge-gui/res/adventure/common/decks/starter/green_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/green_h.json
rename to forge-gui/res/adventure/common/decks/starter/green_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/green_n.json b/forge-gui/res/adventure/common/decks/starter/green_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/green_n.json
rename to forge-gui/res/adventure/common/decks/starter/green_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/not in use/angels.dck b/forge-gui/res/adventure/common/decks/starter/not in use/angels.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/not in use/angels.dck
rename to forge-gui/res/adventure/common/decks/starter/not in use/angels.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/not in use/blackrush2.dck b/forge-gui/res/adventure/common/decks/starter/not in use/blackrush2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/not in use/blackrush2.dck
rename to forge-gui/res/adventure/common/decks/starter/not in use/blackrush2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/not in use/bluecontrol.dck b/forge-gui/res/adventure/common/decks/starter/not in use/bluecontrol.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/not in use/bluecontrol.dck
rename to forge-gui/res/adventure/common/decks/starter/not in use/bluecontrol.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/not in use/goblins.dck b/forge-gui/res/adventure/common/decks/starter/not in use/goblins.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/not in use/goblins.dck
rename to forge-gui/res/adventure/common/decks/starter/not in use/goblins.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/not in use/stompy2.dck b/forge-gui/res/adventure/common/decks/starter/not in use/stompy2.dck
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/not in use/stompy2.dck
rename to forge-gui/res/adventure/common/decks/starter/not in use/stompy2.dck
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_e.json b/forge-gui/res/adventure/common/decks/starter/pile_black_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_e.json
rename to forge-gui/res/adventure/common/decks/starter/pile_black_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_h.json b/forge-gui/res/adventure/common/decks/starter/pile_black_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_h.json
rename to forge-gui/res/adventure/common/decks/starter/pile_black_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_n.json b/forge-gui/res/adventure/common/decks/starter/pile_black_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_black_n.json
rename to forge-gui/res/adventure/common/decks/starter/pile_black_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_e.json b/forge-gui/res/adventure/common/decks/starter/pile_blue_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_e.json
rename to forge-gui/res/adventure/common/decks/starter/pile_blue_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_h.json b/forge-gui/res/adventure/common/decks/starter/pile_blue_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_h.json
rename to forge-gui/res/adventure/common/decks/starter/pile_blue_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_n.json b/forge-gui/res/adventure/common/decks/starter/pile_blue_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_blue_n.json
rename to forge-gui/res/adventure/common/decks/starter/pile_blue_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_e.json b/forge-gui/res/adventure/common/decks/starter/pile_green_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_e.json
rename to forge-gui/res/adventure/common/decks/starter/pile_green_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_h.json b/forge-gui/res/adventure/common/decks/starter/pile_green_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_h.json
rename to forge-gui/res/adventure/common/decks/starter/pile_green_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_n.json b/forge-gui/res/adventure/common/decks/starter/pile_green_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_green_n.json
rename to forge-gui/res/adventure/common/decks/starter/pile_green_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_e.json b/forge-gui/res/adventure/common/decks/starter/pile_red_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_e.json
rename to forge-gui/res/adventure/common/decks/starter/pile_red_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_h.json b/forge-gui/res/adventure/common/decks/starter/pile_red_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_h.json
rename to forge-gui/res/adventure/common/decks/starter/pile_red_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_n.json b/forge-gui/res/adventure/common/decks/starter/pile_red_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_red_n.json
rename to forge-gui/res/adventure/common/decks/starter/pile_red_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_e.json b/forge-gui/res/adventure/common/decks/starter/pile_white_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_e.json
rename to forge-gui/res/adventure/common/decks/starter/pile_white_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_h.json b/forge-gui/res/adventure/common/decks/starter/pile_white_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_h.json
rename to forge-gui/res/adventure/common/decks/starter/pile_white_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_n.json b/forge-gui/res/adventure/common/decks/starter/pile_white_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/pile_white_n.json
rename to forge-gui/res/adventure/common/decks/starter/pile_white_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/red_e.json b/forge-gui/res/adventure/common/decks/starter/red_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/red_e.json
rename to forge-gui/res/adventure/common/decks/starter/red_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/red_h.json b/forge-gui/res/adventure/common/decks/starter/red_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/red_h.json
rename to forge-gui/res/adventure/common/decks/starter/red_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/red_n.json b/forge-gui/res/adventure/common/decks/starter/red_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/red_n.json
rename to forge-gui/res/adventure/common/decks/starter/red_n.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/white_e.json b/forge-gui/res/adventure/common/decks/starter/white_e.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/white_e.json
rename to forge-gui/res/adventure/common/decks/starter/white_e.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/white_h.json b/forge-gui/res/adventure/common/decks/starter/white_h.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/white_h.json
rename to forge-gui/res/adventure/common/decks/starter/white_h.json
diff --git a/forge-gui/res/adventure/Amonkhet/decks/starter/white_n.json b/forge-gui/res/adventure/common/decks/starter/white_n.json
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/decks/starter/white_n.json
rename to forge-gui/res/adventure/common/decks/starter/white_n.json
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/GitaxianTilesheet.tsx b/forge-gui/res/adventure/common/maps/map/GitaxianTilesheet.tsx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/GitaxianTilesheet.tsx
rename to forge-gui/res/adventure/common/maps/map/GitaxianTilesheet.tsx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/aerie_1.tmx b/forge-gui/res/adventure/common/maps/map/aerie_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/aerie_1.tmx
rename to forge-gui/res/adventure/common/maps/map/aerie_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/aerie_1B.tmx b/forge-gui/res/adventure/common/maps/map/aerie_1B.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/aerie_1B.tmx
rename to forge-gui/res/adventure/common/maps/map/aerie_1B.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/aerie_1C.tmx b/forge-gui/res/adventure/common/maps/map/aerie_1C.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/aerie_1C.tmx
rename to forge-gui/res/adventure/common/maps/map/aerie_1C.tmx
diff --git a/forge-gui/res/adventure/Amonkhet/maps/map/autotiles.tsx b/forge-gui/res/adventure/common/maps/map/autotiles.tsx
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/maps/map/autotiles.tsx
rename to forge-gui/res/adventure/common/maps/map/autotiles.tsx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_1.tmx b/forge-gui/res/adventure/common/maps/map/barbariancamp_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_1.tmx
rename to forge-gui/res/adventure/common/maps/map/barbariancamp_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_2.tmx b/forge-gui/res/adventure/common/maps/map/barbariancamp_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_2.tmx
rename to forge-gui/res/adventure/common/maps/map/barbariancamp_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_3.tmx b/forge-gui/res/adventure/common/maps/map/barbariancamp_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_3.tmx
rename to forge-gui/res/adventure/common/maps/map/barbariancamp_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_4.tmx b/forge-gui/res/adventure/common/maps/map/barbariancamp_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/barbariancamp_4.tmx
rename to forge-gui/res/adventure/common/maps/map/barbariancamp_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castle_plains_1.tmx b/forge-gui/res/adventure/common/maps/map/castle_plains_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castle_plains_1.tmx
rename to forge-gui/res/adventure/common/maps/map/castle_plains_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castle_plains_2.tmx b/forge-gui/res/adventure/common/maps/map/castle_plains_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castle_plains_2.tmx
rename to forge-gui/res/adventure/common/maps/map/castle_plains_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castle_plains_3.tmx b/forge-gui/res/adventure/common/maps/map/castle_plains_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castle_plains_3.tmx
rename to forge-gui/res/adventure/common/maps/map/castle_plains_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/black_castle.tmx b/forge-gui/res/adventure/common/maps/map/castles/black_castle.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/black_castle.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/black_castle.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/black_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/castles/black_castle_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/black_castle_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/black_castle_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/blue_castle.tmx b/forge-gui/res/adventure/common/maps/map/castles/blue_castle.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/blue_castle.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/blue_castle.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/blue_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/castles/blue_castle_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/blue_castle_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/blue_castle_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/green_castle.tmx b/forge-gui/res/adventure/common/maps/map/castles/green_castle.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/green_castle.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/green_castle.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/green_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/castles/green_castle_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/green_castle_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/green_castle_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/red_castle.tmx b/forge-gui/res/adventure/common/maps/map/castles/red_castle.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/red_castle.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/red_castle.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/red_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/castles/red_castle_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/red_castle_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/red_castle_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/wastetown..tmx b/forge-gui/res/adventure/common/maps/map/castles/wastetown..tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/wastetown..tmx
rename to forge-gui/res/adventure/common/maps/map/castles/wastetown..tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/white_castle.tmx b/forge-gui/res/adventure/common/maps/map/castles/white_castle.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/white_castle.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/white_castle.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/castles/white_castle_f1.tmx b/forge-gui/res/adventure/common/maps/map/castles/white_castle_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/castles/white_castle_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/castles/white_castle_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/catlair_1.tmx b/forge-gui/res/adventure/common/maps/map/catlair_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/catlair_1.tmx
rename to forge-gui/res/adventure/common/maps/map/catlair_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/catlair_2.tmx b/forge-gui/res/adventure/common/maps/map/catlair_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/catlair_2.tmx
rename to forge-gui/res/adventure/common/maps/map/catlair_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/catlair_3.tmx b/forge-gui/res/adventure/common/maps/map/catlair_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/catlair_3.tmx
rename to forge-gui/res/adventure/common/maps/map/catlair_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_1.tmx b/forge-gui/res/adventure/common/maps/map/cave_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_1.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_10.tmx b/forge-gui/res/adventure/common/maps/map/cave_10.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_10.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_10.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_11.tmx b/forge-gui/res/adventure/common/maps/map/cave_11.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_11.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_11.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_12.tmx b/forge-gui/res/adventure/common/maps/map/cave_12.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_12.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_12.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_13.tmx b/forge-gui/res/adventure/common/maps/map/cave_13.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_13.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_13.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_14.tmx b/forge-gui/res/adventure/common/maps/map/cave_14.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_14.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_14.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_15.tmx b/forge-gui/res/adventure/common/maps/map/cave_15.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_15.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_15.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_17.tmx b/forge-gui/res/adventure/common/maps/map/cave_17.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_17.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_17.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_19.tmx b/forge-gui/res/adventure/common/maps/map/cave_19.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_19.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_19.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_2.tmx b/forge-gui/res/adventure/common/maps/map/cave_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_2.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_20.tmx b/forge-gui/res/adventure/common/maps/map/cave_20.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_20.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_20.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_22.tmx b/forge-gui/res/adventure/common/maps/map/cave_22.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_22.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_22.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_3.tmx b/forge-gui/res/adventure/common/maps/map/cave_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_3.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_4.tmx b/forge-gui/res/adventure/common/maps/map/cave_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_4.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_5.tmx b/forge-gui/res/adventure/common/maps/map/cave_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_5.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_6.tmx b/forge-gui/res/adventure/common/maps/map/cave_6.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_6.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_6.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_7.tmx b/forge-gui/res/adventure/common/maps/map/cave_7.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_7.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_7.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_8.tmx b/forge-gui/res/adventure/common/maps/map/cave_8.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_8.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_8.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/cave_9.tmx b/forge-gui/res/adventure/common/maps/map/cave_9.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/cave_9.tmx
rename to forge-gui/res/adventure/common/maps/map/cave_9.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crawlspace.tmx b/forge-gui/res/adventure/common/maps/map/crawlspace.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crawlspace.tmx
rename to forge-gui/res/adventure/common/maps/map/crawlspace.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crypt.tmx b/forge-gui/res/adventure/common/maps/map/crypt.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crypt.tmx
rename to forge-gui/res/adventure/common/maps/map/crypt.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crypt_2.tmx b/forge-gui/res/adventure/common/maps/map/crypt_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crypt_2.tmx
rename to forge-gui/res/adventure/common/maps/map/crypt_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crypt_3.tmx b/forge-gui/res/adventure/common/maps/map/crypt_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crypt_3.tmx
rename to forge-gui/res/adventure/common/maps/map/crypt_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crypt_4.tmx b/forge-gui/res/adventure/common/maps/map/crypt_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crypt_4.tmx
rename to forge-gui/res/adventure/common/maps/map/crypt_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/crypt_5.tmx b/forge-gui/res/adventure/common/maps/map/crypt_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/crypt_5.tmx
rename to forge-gui/res/adventure/common/maps/map/crypt_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/debug_map.tmx b/forge-gui/res/adventure/common/maps/map/debug_map.tmx
similarity index 98%
rename from forge-gui/res/adventure/Shandalar/maps/map/debug_map.tmx
rename to forge-gui/res/adventure/common/maps/map/debug_map.tmx
index 592faa378f2..68b08e7a6b1 100644
--- a/forge-gui/res/adventure/Shandalar/maps/map/debug_map.tmx
+++ b/forge-gui/res/adventure/common/maps/map/debug_map.tmx
@@ -14,8 +14,8 @@
-
-
+
+
eJxjYGBgkBCiL4aBUXtH7R21d3ja+0AUFdPC3mmcEDwS7IXZaciFaTe5WAMN47MXm5+Hq71TBtC/Axm/IH4aJwIjm6UggImR5cs4ERjEn8CO3150TE17QRhXPqKVvdgwOeUzIXuJwaP2kmY/OfpG7R21dzjaCwBbaKfR
diff --git a/forge-gui/res/adventure/Amonkhet/maps/map/desertbuildingtiles.tsx b/forge-gui/res/adventure/common/maps/map/desertbuildingtiles.tsx
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/maps/map/desertbuildingtiles.tsx
rename to forge-gui/res/adventure/common/maps/map/desertbuildingtiles.tsx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/dig_site.tmx b/forge-gui/res/adventure/common/maps/map/dig_site.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/dig_site.tmx
rename to forge-gui/res/adventure/common/maps/map/dig_site.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/dig_site_2.tmx b/forge-gui/res/adventure/common/maps/map/dig_site_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/dig_site_2.tmx
rename to forge-gui/res/adventure/common/maps/map/dig_site_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/dig_site_3.tmx b/forge-gui/res/adventure/common/maps/map/dig_site_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/dig_site_3.tmx
rename to forge-gui/res/adventure/common/maps/map/dig_site_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/djinnpalace_1.tmx b/forge-gui/res/adventure/common/maps/map/djinnpalace_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/djinnpalace_1.tmx
rename to forge-gui/res/adventure/common/maps/map/djinnpalace_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/djinnpalace_2.tmx b/forge-gui/res/adventure/common/maps/map/djinnpalace_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/djinnpalace_2.tmx
rename to forge-gui/res/adventure/common/maps/map/djinnpalace_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/dreamhalls.tmx b/forge-gui/res/adventure/common/maps/map/dreamhalls.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/dreamhalls.tmx
rename to forge-gui/res/adventure/common/maps/map/dreamhalls.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/elftown.tmx b/forge-gui/res/adventure/common/maps/map/elftown.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/elftown.tmx
rename to forge-gui/res/adventure/common/maps/map/elftown.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/evilgrove_1.tmx b/forge-gui/res/adventure/common/maps/map/evilgrove_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/evilgrove_1.tmx
rename to forge-gui/res/adventure/common/maps/map/evilgrove_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/evilgrove_2.tmx b/forge-gui/res/adventure/common/maps/map/evilgrove_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/evilgrove_2.tmx
rename to forge-gui/res/adventure/common/maps/map/evilgrove_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/evilgrove_3.tmx b/forge-gui/res/adventure/common/maps/map/evilgrove_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/evilgrove_3.tmx
rename to forge-gui/res/adventure/common/maps/map/evilgrove_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/evilgrove_4.tmx b/forge-gui/res/adventure/common/maps/map/evilgrove_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/evilgrove_4.tmx
rename to forge-gui/res/adventure/common/maps/map/evilgrove_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/evilgrove_5.tmx b/forge-gui/res/adventure/common/maps/map/evilgrove_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/evilgrove_5.tmx
rename to forge-gui/res/adventure/common/maps/map/evilgrove_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/factory_1.tmx b/forge-gui/res/adventure/common/maps/map/factory_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/factory_1.tmx
rename to forge-gui/res/adventure/common/maps/map/factory_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/factory_2.tmx b/forge-gui/res/adventure/common/maps/map/factory_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/factory_2.tmx
rename to forge-gui/res/adventure/common/maps/map/factory_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/factory_3.tmx b/forge-gui/res/adventure/common/maps/map/factory_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/factory_3.tmx
rename to forge-gui/res/adventure/common/maps/map/factory_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/factory_4.tmx b/forge-gui/res/adventure/common/maps/map/factory_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/factory_4.tmx
rename to forge-gui/res/adventure/common/maps/map/factory_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/forest_town.tmx b/forge-gui/res/adventure/common/maps/map/forest_town.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/forest_town.tmx
rename to forge-gui/res/adventure/common/maps/map/forest_town.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/forest_town_generic.tmx b/forge-gui/res/adventure/common/maps/map/forest_town_generic.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/forest_town_generic.tmx
rename to forge-gui/res/adventure/common/maps/map/forest_town_generic.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/forest_town_identity.tmx b/forge-gui/res/adventure/common/maps/map/forest_town_identity.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/forest_town_identity.tmx
rename to forge-gui/res/adventure/common/maps/map/forest_town_identity.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/forest_town_tribal.tmx b/forge-gui/res/adventure/common/maps/map/forest_town_tribal.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/forest_town_tribal.tmx
rename to forge-gui/res/adventure/common/maps/map/forest_town_tribal.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_1.tmx b/forge-gui/res/adventure/common/maps/map/fort_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_1.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_10.tmx b/forge-gui/res/adventure/common/maps/map/fort_10.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_10.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_10.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_2.tmx b/forge-gui/res/adventure/common/maps/map/fort_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_2.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_3.tmx b/forge-gui/res/adventure/common/maps/map/fort_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_3.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_4.tmx b/forge-gui/res/adventure/common/maps/map/fort_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_4.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_5.tmx b/forge-gui/res/adventure/common/maps/map/fort_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_5.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_6.tmx b/forge-gui/res/adventure/common/maps/map/fort_6.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_6.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_6.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_7.tmx b/forge-gui/res/adventure/common/maps/map/fort_7.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_7.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_7.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_8.tmx b/forge-gui/res/adventure/common/maps/map/fort_8.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_8.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_8.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/fort_9.tmx b/forge-gui/res/adventure/common/maps/map/fort_9.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/fort_9.tmx
rename to forge-gui/res/adventure/common/maps/map/fort_9.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/garruk.tmx b/forge-gui/res/adventure/common/maps/map/garruk.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/garruk.tmx
rename to forge-gui/res/adventure/common/maps/map/garruk.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/graveyard.tmx b/forge-gui/res/adventure/common/maps/map/graveyard.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/graveyard.tmx
rename to forge-gui/res/adventure/common/maps/map/graveyard.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/graveyard_2.tmx b/forge-gui/res/adventure/common/maps/map/graveyard_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/graveyard_2.tmx
rename to forge-gui/res/adventure/common/maps/map/graveyard_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/graveyard_3.tmx b/forge-gui/res/adventure/common/maps/map/graveyard_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/graveyard_3.tmx
rename to forge-gui/res/adventure/common/maps/map/graveyard_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/graveyard_4.tmx b/forge-gui/res/adventure/common/maps/map/graveyard_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/graveyard_4.tmx
rename to forge-gui/res/adventure/common/maps/map/graveyard_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/graveyard_5.tmx b/forge-gui/res/adventure/common/maps/map/graveyard_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/graveyard_5.tmx
rename to forge-gui/res/adventure/common/maps/map/graveyard_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grolnok.tmx b/forge-gui/res/adventure/common/maps/map/grolnok.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grolnok.tmx
rename to forge-gui/res/adventure/common/maps/map/grolnok.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grolnok_f1.tmx b/forge-gui/res/adventure/common/maps/map/grolnok_f1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grolnok_f1.tmx
rename to forge-gui/res/adventure/common/maps/map/grolnok_f1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_1.tmx b/forge-gui/res/adventure/common/maps/map/grove_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_1.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_2.tmx b/forge-gui/res/adventure/common/maps/map/grove_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_2.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_3.tmx b/forge-gui/res/adventure/common/maps/map/grove_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_3.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_4.tmx b/forge-gui/res/adventure/common/maps/map/grove_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_4.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_5.tmx b/forge-gui/res/adventure/common/maps/map/grove_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_5.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_6.tmx b/forge-gui/res/adventure/common/maps/map/grove_6.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_6.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_6.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_7.tmx b/forge-gui/res/adventure/common/maps/map/grove_7.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_7.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_7.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_8.tmx b/forge-gui/res/adventure/common/maps/map/grove_8.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_8.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_8.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/grove_9.tmx b/forge-gui/res/adventure/common/maps/map/grove_9.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/grove_9.tmx
rename to forge-gui/res/adventure/common/maps/map/grove_9.tmx
diff --git a/forge-gui/res/adventure/Amonkhet/maps/map/debug_map.tmx b/forge-gui/res/adventure/common/maps/map/gym.tmx
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/maps/map/debug_map.tmx
rename to forge-gui/res/adventure/common/maps/map/gym.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/island_town.tmx b/forge-gui/res/adventure/common/maps/map/island_town.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/island_town.tmx
rename to forge-gui/res/adventure/common/maps/map/island_town.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/island_town_generic.tmx b/forge-gui/res/adventure/common/maps/map/island_town_generic.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/island_town_generic.tmx
rename to forge-gui/res/adventure/common/maps/map/island_town_generic.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/island_town_identity.tmx b/forge-gui/res/adventure/common/maps/map/island_town_identity.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/island_town_identity.tmx
rename to forge-gui/res/adventure/common/maps/map/island_town_identity.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/island_town_tribal.tmx b/forge-gui/res/adventure/common/maps/map/island_town_tribal.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/island_town_tribal.tmx
rename to forge-gui/res/adventure/common/maps/map/island_town_tribal.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/jacehold.tmx b/forge-gui/res/adventure/common/maps/map/jacehold.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/jacehold.tmx
rename to forge-gui/res/adventure/common/maps/map/jacehold.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/kavulair.tmx b/forge-gui/res/adventure/common/maps/map/kavulair.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/kavulair.tmx
rename to forge-gui/res/adventure/common/maps/map/kavulair.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx b/forge-gui/res/adventure/common/maps/map/kiora_island.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/kiora_island.tmx
rename to forge-gui/res/adventure/common/maps/map/kiora_island.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/kobold_encampment.tmx b/forge-gui/res/adventure/common/maps/map/kobold_encampment.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/kobold_encampment.tmx
rename to forge-gui/res/adventure/common/maps/map/kobold_encampment.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/kobold_mine.tmx b/forge-gui/res/adventure/common/maps/map/kobold_mine.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/kobold_mine.tmx
rename to forge-gui/res/adventure/common/maps/map/kobold_mine.tmx
diff --git a/forge-gui/res/adventure/Amonkhet/maps/map/large_buildings.tsx b/forge-gui/res/adventure/common/maps/map/large_buildings.tsx
similarity index 100%
rename from forge-gui/res/adventure/Amonkhet/maps/map/large_buildings.tsx
rename to forge-gui/res/adventure/common/maps/map/large_buildings.tsx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/lavaforge_1.tmx b/forge-gui/res/adventure/common/maps/map/lavaforge_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/lavaforge_1.tmx
rename to forge-gui/res/adventure/common/maps/map/lavaforge_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/lavaforge_2.tmx b/forge-gui/res/adventure/common/maps/map/lavaforge_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/lavaforge_2.tmx
rename to forge-gui/res/adventure/common/maps/map/lavaforge_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/lichsmirror.tmx b/forge-gui/res/adventure/common/maps/map/lichsmirror.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/lichsmirror.tmx
rename to forge-gui/res/adventure/common/maps/map/lichsmirror.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_1.tmx b/forge-gui/res/adventure/common/maps/map/magetower_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_1.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_13.tmx b/forge-gui/res/adventure/common/maps/map/magetower_13.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_13.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_13.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_14.tmx b/forge-gui/res/adventure/common/maps/map/magetower_14.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_14.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_14.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_2.tmx b/forge-gui/res/adventure/common/maps/map/magetower_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_2.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_3.tmx b/forge-gui/res/adventure/common/maps/map/magetower_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_3.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_4.tmx b/forge-gui/res/adventure/common/maps/map/magetower_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_4.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_5.tmx b/forge-gui/res/adventure/common/maps/map/magetower_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_5.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_6.tmx b/forge-gui/res/adventure/common/maps/map/magetower_6.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_6.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_6.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/magetower_8.tmx b/forge-gui/res/adventure/common/maps/map/magetower_8.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/magetower_8.tmx
rename to forge-gui/res/adventure/common/maps/map/magetower_8.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/forest_capital.tmx b/forge-gui/res/adventure/common/maps/map/main_story/forest_capital.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/forest_capital.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/forest_capital.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/island_capital.tmx b/forge-gui/res/adventure/common/maps/map/main_story/island_capital.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/island_capital.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/island_capital.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/mountain_capital.tmx b/forge-gui/res/adventure/common/maps/map/main_story/mountain_capital.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/mountain_capital.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/mountain_capital.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/plains_capital.tmx b/forge-gui/res/adventure/common/maps/map/main_story/plains_capital.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/plains_capital.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/plains_capital.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/spawn.tmx b/forge-gui/res/adventure/common/maps/map/main_story/spawn.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/spawn.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/spawn.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/swamp_capital.tmx b/forge-gui/res/adventure/common/maps/map/main_story/swamp_capital.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/swamp_capital.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/swamp_capital.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/forest.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/forest.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/forest.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/forest.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/graveyard.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/graveyard.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/graveyard.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/graveyard.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/keep.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/keep.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/keep.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/keep.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/steppe.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/steppe.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/steppe.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/steppe.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/town.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/town.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_gideon/town.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_gideon/town.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/bog.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/bog.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/bog.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/bog.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/forest.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/forest.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/forest.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/forest.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/graveyard.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/graveyard.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/graveyard.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/graveyard.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/keep.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/keep.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/keep.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/keep.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx b/forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/town.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/temple_of_liliana/town.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/temple_of_liliana/town.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/main_story/templeofchandra.tmx b/forge-gui/res/adventure/common/maps/map/main_story/templeofchandra.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/main_story/templeofchandra.tmx
rename to forge-gui/res/adventure/common/maps/map/main_story/templeofchandra.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/maze_1.tmx b/forge-gui/res/adventure/common/maps/map/maze_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/maze_1.tmx
rename to forge-gui/res/adventure/common/maps/map/maze_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/maze_2.tmx b/forge-gui/res/adventure/common/maps/map/maze_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/maze_2.tmx
rename to forge-gui/res/adventure/common/maps/map/maze_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/maze_3.tmx b/forge-gui/res/adventure/common/maps/map/maze_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/maze_3.tmx
rename to forge-gui/res/adventure/common/maps/map/maze_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/maze_4.tmx b/forge-gui/res/adventure/common/maps/map/maze_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/maze_4.tmx
rename to forge-gui/res/adventure/common/maps/map/maze_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_1.tmx b/forge-gui/res/adventure/common/maps/map/merfolkpool_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_1.tmx
rename to forge-gui/res/adventure/common/maps/map/merfolkpool_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_2.tmx b/forge-gui/res/adventure/common/maps/map/merfolkpool_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_2.tmx
rename to forge-gui/res/adventure/common/maps/map/merfolkpool_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_3.tmx b/forge-gui/res/adventure/common/maps/map/merfolkpool_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_3.tmx
rename to forge-gui/res/adventure/common/maps/map/merfolkpool_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_4.tmx b/forge-gui/res/adventure/common/maps/map/merfolkpool_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_4.tmx
rename to forge-gui/res/adventure/common/maps/map/merfolkpool_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_5.tmx b/forge-gui/res/adventure/common/maps/map/merfolkpool_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/merfolkpool_5.tmx
rename to forge-gui/res/adventure/common/maps/map/merfolkpool_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/minibosses/emrakul.tmx b/forge-gui/res/adventure/common/maps/map/minibosses/emrakul.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/minibosses/emrakul.tmx
rename to forge-gui/res/adventure/common/maps/map/minibosses/emrakul.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/minibosses/slimefoot_boss.tmx b/forge-gui/res/adventure/common/maps/map/minibosses/slimefoot_boss.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/minibosses/slimefoot_boss.tmx
rename to forge-gui/res/adventure/common/maps/map/minibosses/slimefoot_boss.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/minibosses/slobad_factory.tmx b/forge-gui/res/adventure/common/maps/map/minibosses/slobad_factory.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/minibosses/slobad_factory.tmx
rename to forge-gui/res/adventure/common/maps/map/minibosses/slobad_factory.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/minibosses/xira.tmx b/forge-gui/res/adventure/common/maps/map/minibosses/xira.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/minibosses/xira.tmx
rename to forge-gui/res/adventure/common/maps/map/minibosses/xira.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/monastery_1.tmx b/forge-gui/res/adventure/common/maps/map/monastery_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/monastery_1.tmx
rename to forge-gui/res/adventure/common/maps/map/monastery_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/monastery_2.tmx b/forge-gui/res/adventure/common/maps/map/monastery_2.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/monastery_2.tmx
rename to forge-gui/res/adventure/common/maps/map/monastery_2.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/monastery_3.tmx b/forge-gui/res/adventure/common/maps/map/monastery_3.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/monastery_3.tmx
rename to forge-gui/res/adventure/common/maps/map/monastery_3.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/monastery_4.tmx b/forge-gui/res/adventure/common/maps/map/monastery_4.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/monastery_4.tmx
rename to forge-gui/res/adventure/common/maps/map/monastery_4.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/monastery_5.tmx b/forge-gui/res/adventure/common/maps/map/monastery_5.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/monastery_5.tmx
rename to forge-gui/res/adventure/common/maps/map/monastery_5.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/mountain_town.tmx b/forge-gui/res/adventure/common/maps/map/mountain_town.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/mountain_town.tmx
rename to forge-gui/res/adventure/common/maps/map/mountain_town.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/mountain_town_generic.tmx b/forge-gui/res/adventure/common/maps/map/mountain_town_generic.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/mountain_town_generic.tmx
rename to forge-gui/res/adventure/common/maps/map/mountain_town_generic.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/mountain_town_identity.tmx b/forge-gui/res/adventure/common/maps/map/mountain_town_identity.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/mountain_town_identity.tmx
rename to forge-gui/res/adventure/common/maps/map/mountain_town_identity.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/mountain_town_tribal.tmx b/forge-gui/res/adventure/common/maps/map/mountain_town_tribal.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/mountain_town_tribal.tmx
rename to forge-gui/res/adventure/common/maps/map/mountain_town_tribal.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/nahiri.tmx b/forge-gui/res/adventure/common/maps/map/nahiri.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/nahiri.tmx
rename to forge-gui/res/adventure/common/maps/map/nahiri.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/nahiricave.tmx b/forge-gui/res/adventure/common/maps/map/nahiricave.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/nahiricave.tmx
rename to forge-gui/res/adventure/common/maps/map/nahiricave.tmx
diff --git a/forge-gui/res/adventure/Amonkhet/maps/map/naktamun.tmx b/forge-gui/res/adventure/common/maps/map/naktamun.tmx
similarity index 99%
rename from forge-gui/res/adventure/Amonkhet/maps/map/naktamun.tmx
rename to forge-gui/res/adventure/common/maps/map/naktamun.tmx
index 32eaf365c39..cd6d382fcfa 100644
--- a/forge-gui/res/adventure/Amonkhet/maps/map/naktamun.tmx
+++ b/forge-gui/res/adventure/common/maps/map/naktamun.tmx
@@ -518,7 +518,7 @@
-
+
74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,4657,32,4184,4184,4184,4184,4184,4184,4184,32,4657,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/nest_blue_1.tmx b/forge-gui/res/adventure/common/maps/map/nest_blue_1.tmx
similarity index 100%
rename from forge-gui/res/adventure/Shandalar/maps/map/nest_blue_1.tmx
rename to forge-gui/res/adventure/common/maps/map/nest_blue_1.tmx
diff --git a/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx b/forge-gui/res/adventure/common/maps/map/nest_white_1.tmx
similarity index 87%
rename from forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx
rename to forge-gui/res/adventure/common/maps/map/nest_white_1.tmx
index 8a6abc43491..b3a24df2ad2 100644
--- a/forge-gui/res/adventure/Shandalar/maps/map/nest_white_1.tmx
+++ b/forge-gui/res/adventure/common/maps/map/nest_white_1.tmx
@@ -24,60 +24,60 @@
-