Adding extra Planes to Adventure mode and providing an easy method to swap between them. (#7932)

* updating local project

* updating local project

* updating local project

* updating local project

* Update Config.java

updating the file with the better change made by Jetz

* Merge remote-tracking branch 'origin/master'

* Merge remote-tracking branch 'origin/master'

* Merge remote-tracking branch 'origin/master'

* Merge remote-tracking branch 'origin/master'
This commit is contained in:
shenshinoman
2025-07-12 21:21:25 -04:00
committed by GitHub
parent 6a70c6705d
commit 200e509cda
842 changed files with 160584 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ import static java.nio.file.StandardCopyOption.REPLACE_EXISTING;
public class SettingsScene extends UIScene {
private final Table settingGroup;
TextraButton backButton;
//TextraButton newPlane;
TextraButton newPlane;
ScrollPane scrollPane;
SelectBox<String> selectSourcePlane;
@@ -99,7 +99,7 @@ public class SettingsScene extends UIScene {
settingGroup = new Table();
//temporary disable custom world until it works correctly on each update
/*selectSourcePlane = Controls.newComboBox();
selectSourcePlane = Controls.newComboBox();
newPlaneName = Controls.newTextField("");
selectSourcePlane.setItems(Config.instance().getAllAdventures());
@@ -108,17 +108,17 @@ public class SettingsScene extends UIScene {
Config.instance().saveSettings();
return null;
});
newPlane = Controls.newTextButton("Create own plane");
/*newPlane = Controls.newTextButton("Create own plane");
newPlane.addListener(new ClickListener() {
@Override
public void clicked(InputEvent event, float x, float y) {
createNewPlane();
}
});
});*/
addLabel(Forge.getLocalizer().getMessage("lblWorld"));
settingGroup.add(plane).align(Align.right).pad(2);
addLabel(Forge.getLocalizer().getMessage("lblCreate") + Forge.getLocalizer().getMessage("lblWorld"));
settingGroup.add(newPlane).align(Align.right).pad(2);*/
settingGroup.add(newPlane).align(Align.right).pad(2);
if (!GuiBase.isAndroid()) {
SelectBox<String> videomode = Controls.newComboBox(ForgeConstants.VIDEO_MODES, Config.instance().getSettingData().videomode, o -> {

View File

@@ -0,0 +1,253 @@
{
"screenWidth": 480,
"screenHeight": 270,
"skin": "skin/ui_skin.json",
"playerBaseSpeed": 32,
"minDeckSize": 40,
"colorIds":["W","U","B","R","G"],
"colorIdNames":["tr(lblWhite) [+pmW]","tr(lblBlue) [+pmU]","tr(lblBlack) [+pmB]","tr(lblRed) [+pmR]","tr(lblGreen) [+pmG]"],
"restrictedCards": [
"Black Lotus",
"Mox Emerald",
"Mox Pearl",
"Mox Ruby",
"Mox Sapphire",
"Mox Jet",
"Ancestral Recall",
"Timetwister",
"Time Walk",
"Command Tower",
"Arcane Signet",
"Opal Palace",
"Path of Ancestry",
"War Room",
"Commander's Plate",
"Campfire",
"Cloudkill",
"Command Beacon",
"Commander's Insignia",
"Forge of Heroes",
"Imposing Grandeur",
"Jeweled Lotus",
"Myth Unbound",
"Netherborn Altar",
"Sanctum of Eternity",
"Stinging Study",
"Study Hall",
"Witch's Clinic",
"Time Vault",
"Sol Ring",
"Mana Crypt",
"Tolarian Academy",
"Tinker",
"Demonic Tutor",
"Vampiric Tutor",
"Bazaar of Baghdad",
"Library of Alexandria",
"Mana Vault",
"Fastbond",
"Mishra's Workshop",
"Yawgmoth's Bargain",
"Gaea's Cradle",
"Commander's Sphere",
"Drake Stone",
"Wrenn and One",
"Under-Construction Skyscraper",
"Temur Elevator",
"Slumbering Waterways",
"Omenpath to Naya",
"The Heron Moon",
"Gobland",
"Fetching Garden",
"Mox Poison",
"Wisedrafter's Will",
"New Master of Arms",
"Halving Season",
"Questing Cosplayer",
"Teferi, Druid of Argoth",
"Anax and Cymede & Kynaios and Tiro",
"Call from the Grave",
"Mise"
],
"restrictedEditions": [
"(ALL)"
],
"legalCards": {
"editions": [
"FIN",
"FIC",
"FCA",
"RFIN"
]
},
"allowedEditions": [
"FIN"
],
"difficulties": [
{
"name": "Easy",
"startingLife": 16,
"startingShards": 5,
"startingMoney": 500,
"enemyLifeFactor": 0.8,
"spawnRank": 0,
"goldLoss": 0.02,
"lifeLoss": 0.1,
"rewardMaxFactor" : 1.5,
"sellFactor": 0.6,
"shardSellRatio": 0.95,
"starterDecks": {
"W":"decks/starter/white_e.json",
"B":"decks/starter/black_e.json",
"U":"decks/starter/blue_e.json",
"R":"decks/starter/red_e.json",
"G":"decks/starter/green_e.json"
},
"constructedStarterDecks": {
"W":"decks/starter/Adventure - Low White.dck",
"B":"decks/starter/Adventure - Low Black.dck",
"U":"decks/starter/Adventure - Low Blue.dck",
"R":"decks/starter/Adventure - Low Red.dck",
"G":"decks/starter/Adventure - Low Green.dck"
},
"pileDecks": {
"W":"decks/starter/pile_white_e.json",
"B":"decks/starter/pile_black_e.json",
"U":"decks/starter/pile_blue_e.json",
"R":"decks/starter/pile_red_e.json",
"G":"decks/starter/pile_green_e.json"
},
"startItems": [
"Manasight Amulet",
"Leather Boots"
]
},{
"name": "Normal",
"startingLife": 12,
"startingShards": 2,
"startingMoney": 250,
"startingDifficulty": true,
"enemyLifeFactor": 1.0,
"rewardMaxFactor" : 1.0,
"spawnRank": 1,
"goldLoss": 0.1,
"lifeLoss": 0.2,
"sellFactor": 0.5,
"shardSellRatio": 0.8,
"starterDecks": {
"W":"decks/starter/white_n.json",
"B":"decks/starter/black_n.json",
"U":"decks/starter/blue_n.json",
"R":"decks/starter/red_n.json",
"G":"decks/starter/green_n.json"
},
"constructedStarterDecks": {
"W":"decks/starter/Adventure - Timeless Artifice.dck",
"B":"decks/starter/Adventure - Wizard Waltz.dck",
"U":"decks/starter/Adventure - Locke or Unlocke.dck",
"R":"decks/starter/Adventure - Guardian Gladiolus.dck",
"G":"decks/starter/Adventure - Angelo Cannon.dck"
},
"pileDecks": {
"W":"decks/starter/pile_white_n.json",
"B":"decks/starter/pile_black_n.json",
"U":"decks/starter/pile_blue_n.json",
"R":"decks/starter/pile_red_n.json",
"G":"decks/starter/pile_green_n.json"
},
"startItems": [
"Leather Boots"
]
},{
"name": "Hard",
"startingLife": 8,
"startingShards": 0,
"startingMoney": 125,
"enemyLifeFactor": 1.5,
"rewardMaxFactor" : 0.5,
"spawnRank": 2,
"goldLoss": 0.3,
"lifeLoss": 0.3,
"sellFactor": 0.25,
"shardSellRatio": 0.6,
"starterDecks": {
"W":"decks/starter/white_h.json",
"B":"decks/starter/black_h.json",
"U":"decks/starter/blue_h.json",
"R":"decks/starter/red_h.json",
"G":"decks/starter/green_h.json"
},
"constructedStarterDecks": {
"W":"decks/starter/Adventure - Judge Gabranth.dck",
"B":"decks/starter/Adventure - Void Warlock.dck",
"U":"decks/starter/Adventure - Tactician Magician.dck",
"R":"decks/starter/Adventure - King Giott.dck",
"G":"decks/starter/Adventure - Heartless Evolution.dck"
},
"pileDecks": {
"W":"decks/starter/pile_white_h.json",
"B":"decks/starter/pile_black_h.json",
"U":"decks/starter/pile_blue_h.json",
"R":"decks/starter/pile_red_h.json",
"G":"decks/starter/pile_green_h.json"
}
},{
"name": "Insane",
"startingLife": 7,
"startingShards": 0,
"startingMoney": 0,
"enemyLifeFactor": 2.5,
"rewardMaxFactor" : 0.0,
"spawnRank": 2,
"goldLoss": 0.5,
"lifeLoss": 0.3,
"sellFactor": 0.05,
"shardSellRatio": 0.3,
"starterDecks": {
"W":"decks/starter/white_h.json",
"B":"decks/starter/black_h.json",
"U":"decks/starter/blue_h.json",
"R":"decks/starter/red_h.json",
"G":"decks/starter/green_h.json"
},
"constructedStarterDecks": {
"W":"decks/starter/Adventure - Judge Gabranth.dck",
"B":"decks/starter/Adventure - Void Warlock.dck",
"U":"decks/starter/Adventure - Tactician Magician.dck",
"R":"decks/starter/Adventure - King Giott.dck",
"G":"decks/starter/Adventure - Heartless Evolution.dck"
},
"pileDecks": {
"W":"decks/starter/pile_white_h.json",
"B":"decks/starter/pile_black_h.json",
"U":"decks/starter/pile_blue_h.json",
"R":"decks/starter/pile_red_h.json",
"G":"decks/starter/pile_green_h.json"
}
}
],
"starterEditions": [
"JMP",
"DMU",
"BRO",
"J22",
"ONE",
"MOM",
"LTR",
"J25",
"(All)"
],
"starterEditionNames": [
"Jumpstart",
"Dominaria United",
"The Brothers' War",
"Jumpstart 22",
"Phyrexia: ONE",
"March of the Machine",
"Lord of the Rings",
"Jumpstart 25",
"(All)"
]
}

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Angelo Cannon
[Avatar]
[Main]
1 Rinoa Heartilly
1 Shelinda, Yevon Acolyte
2 Battle Menu
1 Magitek Armor
1 Sazh's Chocobo
2 Loporrit Scout
7 Forest|FIN|2
2 Magitek Infantry
7 Plains|FIN|2
1 Summon: Fenrir
2 Duskshell Crawler|FIC|1
2 Magic Pot
1 Behemoth Sledge|FIC|1
1 Adventurer's Airship
2 Summon: Choco/Mog
4 Radiant Grove|FIC|1
2 Summon: Fat Chocobo
1 Coliseum Behemoth
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Guardian Gladiolus
[Avatar]
[Main]
2 Balamb T-Rexaur
1 Call the Mountain Chocobo
2 Cultivate|FIC|1
1 Gladiolus Amicitia
7 Forest|FIN|3
2 Gysahl Greens
2 Instant Ramen
2 Hill Gigas
1 Chocobo RAcetrack
6 Mountain|FIN|3
2 Prishe's Wanderings
2 Sabotender
1 Choco-Comet
1 Quina, Qu Gourmet
2 Blitzball Shot
1 Bartz and Boko
1 Sidequest: Raise a Chocobo
4 Gongaga, Reactor Town
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,37 @@
[metadata]
Name=Adventure - Heartless Evolution
[Avatar]
[Main]
1 Omega, Heartless Evolution
1 Balamb T-Rexaur
2 Chocobo Kick
2 Rook Turret
1 Relm's Sketching
2 World Map
3 Forest|FIN|2
2 Forest|FIN|1
2 Tangled Islet|FIC|1
2 Prishe's Wanderings
1 Chocobo Racetrack
3 Island|FIN|2
2 Island|FIN|3
2 Adventurer's Inn
1 Balamb Garden, SeeD Academy
1 Commune with Beavers
1 Brainstorm|FCA|1
2 Bard's Bow
2 Gigantoad
1 Cactuar
2 Qiqirn Merchant
4 Crossroads Village
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,34 @@
[metadata]
Name=Adventure - Judge Gabranth
[Avatar]
[Main]
2 Ahriman
1 Al Bhed Salvagers
1 Fate of the Sun-Cryst
1 Judge Magister Gabranth
4 Insomnia, Crown City
2 Hecteyes
2 Sephiroth's Intervention
2 Undercity Dire Rat
1 Papalymo Totolymo
1 Dwarven Castle Guard
2 Evolving Wilds|FIC|1
6 Plains|FIN|2
1 Lingering Souls|FIC|1
1 Phantom Train
1 Deadly Embrace
2 Black Mage's Rod
2 White Mage's Staff
7 Swamp|FIN|1
1 Gaius van Baelsar
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - King Giott
[Avatar]
[Main]
1 Beatrix, Loyal General
2 Cloudbound Moogle
1 Giott, King of the Dwarves
2 Monk's Fist
2 Paladin's Arms
2 Red Mage's Rapier
1 Samurai's Katana
1 Adelbert Steiner
1 Dragoon's Lance
2 Dwarven Castle Guard
1 Barret Wallace
7 Mountain|FIN|2
7 Plains|FIN|1
2 Gaelicat
1 Lion Heart
1 White Mage's Staff
4 Rabanastre, Royal City
2 Item Shopkeep
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Locke or Unlocke
[Avatar]
[Main]
1 Locke Cole
2 Ahriman
2 Demon Wall
2 Scorpion Sentinel
1 Thief's Knife
2 Vincent's Limit Break
2 Rook Turret
2 Snuff Out|FIC|1
2 Retrieve the Esper
1 Cargo Ship
7 Island|FIN|1
1 Eject
2 Dragoon's Wyvern
1 Morbid Opportunist|FIC|1
4 Treno, Dark City
1 Summon: Anima
6 Swamp|FIN|1
1 Archfiend of Depravity|FIC|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Tactician Magician
[Avatar]
[Main]
2 Blazing Bomb
2 Call the Mountain Chocobo
2 Ice Magic
4 Baron, Airship Kingdom
1 Shantotto, Tactician Magician
6 Island|FIN|2
1 Sorceress's Schemes
2 Sahagin
1 Ether
1 Hermes, Overseer of Elpis
2 Syncopate
2 Thunder Magic
7 Mountain|FIN|1
1 Prompto Argentum
1 Relm's Sketching
2 Warrior's Sword
2 Mysidian Elder
1 Ultros, Obnoxious Octopus
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Timeless Artifice
[Avatar]
[Main]
2 Magitek Infantry
1 Cid, Timeless Artificer|FIN|4
1 Cargo Ship
2 Rook Turret
2 Scorpion Sentinel
2 White Auracite
1 Ashe, Princess of Dalmasca
1 Ring of the Lucii
2 Valkyrie Aerial Unit
1 Iron Giant
1 Dispatch|FIC|1
2 Gaelicat
1 Magitek Armor
7 Island|FIN|1
4 Sharlayan, Nation of Scholars
7 Plains|FIN|1
1 Bronze Guardian|FIC|1
2 Sleep Magic
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Void Warlock
[Avatar]
[Main]
1 Fight On!
2 Gran Pulse Ochu
1 Exdeath, Void Warlock
7 Forest|FIN|3
4 Gohn, Town of Ruin
1 Evil Reawakened
2 Town Greeter
2 Undercity Dire Rat
2 Vayne's Treachery
2 Resentful Revelation
1 Shambling Cie'th
2 Malboro
1 Ninja's Blades
1 Fang, Fearless l'Cie
1 Vanille, Cheerful l'Cie
1 Tonberry
7 Swamp|FIN|1
2 Namazu Trader
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - Wizard Waltz
[Avatar]
[Main]
4 Vector, Imperial Capital
1 Black Waltz No. 3
1 Judgment Bolt
2 Black Mage's Rod
2 Cornered by Black Mages
1 Choco-Comet
2 Call the Mountain Chocobo
2 Hecteyes
6 Mountain|FIN|1
2 Mysidian Elder
2 Shinra Reinforcements
1 Circle of Power
1 Queen Brahne
7 Swamp|FIN|2
1 Shambling Cie'th
1 Summon: Esper Ramuh
2 Ahriman
2 Haste Magic
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,6 @@
{
"name":"Black",
"jumpstartPacks":["black","black","black"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Black",
"jumpstartPacks":["black","blue"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Black",
"jumpstartPacks":["black","black","blue"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Blue",
"jumpstartPacks":["blue","blue","blue"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Blue",
"jumpstartPacks":["blue","white"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Blue",
"jumpstartPacks":["blue","blue","white"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Green",
"jumpstartPacks":["green","green","green"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Green",
"jumpstartPacks":["green","red"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Green",
"jumpstartPacks":["green","green","red"]
}

View File

@@ -0,0 +1,44 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,44 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,44 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,44 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,44 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,48 @@
{
"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]
}
]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Red",
"jumpstartPacks":["red","red","red"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Red",
"jumpstartPacks":["red","black"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"Red",
"jumpstartPacks":["red","red","black"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"White",
"jumpstartPacks":["white","white","white"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"White",
"jumpstartPacks":["white","green"]
}

View File

@@ -0,0 +1,6 @@
{
"name":"White",
"jumpstartPacks":["white","white","green"]
}

View File

@@ -0,0 +1,29 @@
{
"invertHeight": true,
"collision": true,
"name": "ocean",
"startPointX": 0.5,
"startPointY": 0.5,
"noiseWeight": 0,
"distWeight": 0,
"tilesetName": "Base",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"terrain": [
{
"spriteName": "Base_1",
"min": 0,
"max": 0.2,
"resolution": 10
},
{
"spriteName": "Base_2",
"min": 0.8,
"max": 1.0,
"resolution": 10
}
],
"width": 1,
"height": 1,
"color": "0054a2",
"spriteNames": []
}

View File

@@ -0,0 +1,218 @@
{
"startPointX": 0.7,
"startPointY": 0.78,
"noiseWeight": 0.5,
"distWeight": 1.5,
"name": "FF6 World of Ruin",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Black",
"terrain": [
{
"spriteName": "Black_1",
"max": 0.2,
"resolution": 10
},
{
"spriteName": "Black_2",
"min": 0.8,
"max": 1,
"resolution": 10
}
],
"width": 0.7,
"height": 0.7,
"color": "110903",
"spriteNames": [
"DarkGras",
"Skull",
"DarkWood",
"Reed",
"Waterlily",
"Shroom",
"Shroom2"
],
"enemies": [
"Adept Black Wizard",
"Apprentice Black Wizard",
"Bat",
"Beholder",
"Minor Demon",
"Ancient Demon",
"Big Zombie",
"Black Sliver",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Curselord",
"Dark Knight",
"Death Knight",
"Demon",
"Dross Gladiator",
"Eye",
"Fallen Angel",
"Fungus",
"Frog",
"Ghoul",
"Ghost",
"Golgari Fungus",
"Harpy",
"Harpy 2",
"High Vampire",
"Horror",
"Giant Fly",
"Ibis",
"Lich",
"Master Black Wizard",
"Mindclaw Shaman",
"Mummy",
"Nezumi Ninja",
"Nightmare",
"Rakdos Devil",
"Shade",
"Skeleton",
"Skeleton Soldier",
"Vampire",
"Zombie",
"Zombie Lord",
"Walking Brain",
"Wild Rat"
],
"pointsOfInterest": [
"Black Castle",
"Swamp Capital",
"Swamp Town Generic",
"Swamp Town Identity",
"Swamp Town Tribal",
"Swamp Town2",
"Zombie Town",
"Graveyard",
"Graveyard1",
"Graveyard2",
"Graveyard3",
"Graveyard4",
"VampireCastle",
"VampireCastle1",
"VampireCastle2",
"VampireCastle3",
"EvilGrove",
"EvilGrove1",
"EvilGrove2",
"EvilGrove3",
"EvilGrove4",
"EvilGrove5",
"EvilGrove6",
"SkullCaveB",
"SkullCaveB1",
"SkullCaveB2",
"DrossOutpost",
"CaveB",
"CaveB1",
"CaveB2",
"CaveB3",
"CaveB4",
"CaveB5",
"CaveB6",
"CaveB8",
"CaveRat",
"CaveLarge1",
"Slimefoots Lair",
"Temple of Liliana",
"Grolnoks Bog",
"Lich's Mirror",
"DemonTower",
"CaveZombie"
],
"structures": [
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/black_structures.atlas",
"sourcePath": "world/structures/models/black.png",
"maskPath": "world/structures/masks/ring.png",
"height": 0.5,
"width": 0.5,
"symmetry": 8,
"mappingInfo": [
{
"name": "water",
"color": "00ffff",
"collision": true
},
{
"name": "tree",
"color": "004000",
"collision": true
},
{
"name": "tree2",
"color": "008000",
"collision": true
},
{
"name": "tree3",
"color": "ff00ff",
"collision": true
},
{
"name": "tree4",
"color": "00f000",
"collision": true
},
{
"name": "rock",
"color": "808080",
"collision": true
},
{
"name": "rock2",
"color": "ff0000",
"collision": true
}
]
},
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/black_structures.atlas",
"sourcePath": "world/structures/models/black.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.20000002,
"width": 0.20000002,
"symmetry": 8,
"mappingInfo": [
{
"name": "muck",
"color": "00ffff",
"collision": true
},
{
"name": "dead_tree",
"color": "004000",
"collision": true
},
{
"name": "dead_tree2",
"color": "008000",
"collision": true
},
{
"name": "dead_tree3",
"color": "ff00ff",
"collision": true
},
{
"name": "rock",
"color": "808080",
"collision": true
},
{
"name": "rock2",
"color": "ff0000",
"collision": true
}
]
}
]
}

View File

@@ -0,0 +1,216 @@
{
"startPointX": 0.79,
"startPointY": 0.43,
"noiseWeight": 0.5,
"distWeight": 1.5,
"name": "FF10 Spira",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Blue",
"terrain": [
{
"spriteName": "Blue_1",
"max": 0.2,
"resolution": 10
},
{
"spriteName": "Blue_2",
"min": 0.8,
"max": 1,
"resolution": 10
}
],
"width": 0.7,
"height": 0.7,
"color": "10a2e0",
"spriteNames": [
"Shell"
],
"enemies": [
"Adept Blue Wizard",
"Aether Channeler",
"Angelic Overseer",
"Apprentice Blue Wizard",
"Bird",
"Blue Sliver",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Crab",
"Djinn",
"Doppelganger",
"Dragonfly",
"Drake",
"Elemental",
"Frog",
"Frost Titan",
"Geist",
"Geistmage",
"Gitaxian Underling",
"Hermit Crab",
"Horror",
"Ibis",
"Ibis-headed Aven Initiate",
"Illusionist",
"Jellyfish",
"Master Blue Wizard",
"Merfolk",
"Merfolk Avatar",
"Merfolk Fighter",
"Merfolk Lord",
"Merfolk Soldier",
"Merfolk warrior",
"Octopus",
"Owl",
"Pirate",
"Polar Bear",
"Rogue",
"Scorpion",
"Sea Monster",
"Tarkir Djinn",
"Turtle",
"Walking Brain",
"Water Elemental"
],
"pointsOfInterest": [
"Blue Castle",
"Island Capital",
"Island Town Generic",
"Island Town Identity",
"Island Town Tribal",
"Aerie",
"NestU",
"MerfolkPool",
"MerfolkPool1",
"MerfolkPool2",
"MerfolkPool3",
"MerfolkPool4",
"MerfolkPool5",
"DjinnPalace",
"DjinnPalace1",
"Factory",
"Factory1",
"FortBlue1",
"FortBlue2",
"FortBlue3",
"FortBlue4",
"FortBlue5",
"MageTowerX",
"MageTowerU",
"MageTowerU1",
"MageTowerU2",
"MageTowerU3",
"MageTowerU4",
"MageTowerU5",
"MageTowerU7",
"CaveU",
"CaveU1",
"CaveU2",
"CaveU3",
"CaveU4",
"CaveCE",
"CaveAmphin",
"GitaxianLab",
"Kiora Island",
"Teferi Hideout",
"Jacehold",
"Skep",
"Dream Halls",
"Crawlspace",
"Quest_LibraryOfVarsil"
],
"structures": [
{
"N":2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/blue_structures.atlas",
"sourcePath": "world/structures/models/blue.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.1,
"width": 0.1,
"symmetry": 8,
"periodicOutput": false,
"mappingInfo": [
{
"name": "water",
"color": "00ffff",
"collision": true
},
{
"name": "tree",
"color": "00ff00",
"collision": true
},
{
"name": "tree2",
"color": "008000",
"collision": true
},
{
"name": "pineapple",
"color": "ffff00",
"collision": true
},
{
"name": "rock",
"color": "ff8000",
"collision": true
},
{
"name": "rock2",
"color": "804000",
"collision": true
},
{
"name": "rock3",
"color": "402000",
"collision": true
},
{
"name": "rock4",
"color": "201000",
"collision": true
}
]
},
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/blue_structures.atlas",
"sourcePath": "world/structures/models/beach.png",
"maskPath": "world/structures/masks/ring.png",
"height": 0.5,
"width": 0.5,
"symmetry": 8,
"mappingInfo": [
{
"name": "water",
"color": "00ffff",
"collision": true
},
{
"name": "tree",
"color": "00ff00",
"collision": true
},
{
"name": "tree2",
"color": "008000",
"collision": true
},
{
"name": "dune",
"color": "ff8000",
"collision": true
},
{
"name": "dune2",
"color": "402000",
"collision": true
}
]
}
]
}

View File

@@ -0,0 +1,229 @@
{
"startPointX": 0.5,
"startPointY": 0.5,
"noiseWeight": 0.3,
"distWeight": 1,
"name": "FF13 A Broken World",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Colorless",
"terrain": [
{
"spriteName": "Colorless_1",
"max": 0.2,
"resolution": 5
},
{
"spriteName": "Colorless_2",
"min": 0.8,
"max": 1,
"resolution": 5
}
],
"width": 0.85,
"height": 0.85,
"color": "aeaeae",
"spriteNames": [
"Stone"
],
"enemies": [
"Adept Black Wizard",
"Adept Blue Wizard",
"Adept Green Wizard",
"Adept Red Wizard",
"Angelic Page",
"Minor Demon",
"Ancient Demon",
"Adept White Wizard",
"Apprentice Black Wizard",
"Apprentice Blue Wizard",
"Human Looter",
"Apprentice Green Wizard",
"Apprentice Red Wizard",
"Apprentice White Wizard",
"Bandit",
"Boar",
"Caracal",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Clay Golem",
"Construct",
"Corrupted Cleric",
"Corrupted Green Wizard",
"Corrupted Red Wizard",
"Corrupted Blue Wizard",
"Dog",
"Doppelganger",
"Eldrazi",
"Falcon",
"Fox",
"Gargoyle",
"Gargoyle 2",
"Geonid Death-Cap",
"Golem",
"Maelstrom Angel",
"Mummy",
"Ooze",
"Pirate",
"Raven",
"Sliver",
"Wandering Giant",
"Wild Rat"
],
"pointsOfInterest": [
"Spawn",
"Waste Town Generic",
"Waste Town Identity",
"Waste Town Tribal",
"Fort1",
"Fort2",
"Fort3",
"Fort4",
"Fort5",
"Fort6",
"Aerie",
"Factory",
"Factory1",
"Factory2",
"Factory3",
"MageTowerX",
"MageTowerU",
"MageTowerU1",
"MageTowerU2",
"MageTowerU3",
"MageTowerU4",
"MageTowerU5",
"MageTowerU7",
"MageTower7Church",
"MageTowerRats",
"MageTowerUD",
"CaveC",
"CaveC1",
"CaveC2",
"CaveKobold",
"CaveZombie",
"CaveReptile",
"CaveTroll",
"CaveC3",
"CaveC4",
"CaveC5",
"CaveC6",
"CaveC7",
"CaveC8",
"CaveC9",
"CaveCA",
"CaveCB",
"CaveCE",
"FortMultilevel",
"CaveCerodon",
"CaveEldrazi",
"CaveAmphin",
"CaveRat",
"Slime Cave",
"Slobads Factory",
"Xiras Hive",
"Emrakul",
"Quest_APortalToNowhere",
"Quest_DigSite",
"Quest_PrimalJungle",
"Quest_BanditCave"
],
"structures": [
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/colorless_structures.atlas",
"sourcePath": "world/structures/models/colorless.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.25,
"width": 0.25,
"symmetry": 8,
"mappingInfo": [
{
"name": "crater",
"color": "808080",
"collision": true
},
{
"name": "tree",
"color": "ff0000",
"collision": true
},
{
"name": "tree2",
"color": "00ff00",
"collision": true
},
{
"name": "tree3",
"color": "0000ff",
"collision": true
},
{
"name": "tree4",
"color": "00ffff",
"collision": true
},
{
"name": "rock",
"color": "ff00ff",
"collision": true
},
{
"name": "mountain",
"color": "000000",
"collision": true
}
]
},
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/colorless_structures.atlas",
"sourcePath": "world/structures/models/colorless.png",
"maskPath": "world/structures/masks/ring.png",
"height": 0.5,
"width": 0.5,
"symmetry": 8,
"mappingInfo": [
{
"name": "hole",
"color": "808080",
"collision": true
},
{
"name": "tree",
"color": "ff0000",
"collision": true
},
{
"name": "tree2",
"color": "00ff00",
"collision": true
},
{
"name": "tree3",
"color": "0000ff",
"collision": true
},
{
"name": "tree4",
"color": "00ffff",
"collision": true
},
{
"name": "rock",
"color": "ff00ff",
"collision": true
},
{
"name": "mountain",
"color": "000000",
"collision": true
}
]
}
]
}

View File

@@ -0,0 +1,198 @@
{
"startPointX": 0.22,
"startPointY": 0.43,
"noiseWeight": 0.5,
"distWeight": 1.5,
"name": "FF7 Gaia",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Green",
"terrain": [
{
"spriteName": "Green_1",
"max": 0.2,
"resolution": 10
},
{
"spriteName": "Green_2",
"min": 0.8,
"max": 1,
"resolution": 10
}
],
"width": 0.7,
"height": 0.7,
"color": "59a650",
"spriteNames": [
"Stump",
"Moss",
"Stone",
"Flower",
"Wood"
],
"enemies": [
"Adept Green Wizard",
"Ape",
"Apprentice Green Wizard",
"Badger",
"Bear",
"Beastmaster",
"Centaur",
"Centaur Warrior",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Copper Host Infector",
"Eldraine Faerie",
"Elephant",
"Elf",
"Elf warrior",
"Elk",
"Faerie",
"Falcon",
"Fox",
"Frog",
"Giant Panda",
"Giant Spider",
"Goblin Fanatic",
"Gorgon",
"Gorgon 2",
"Green Beast",
"Green Sliver",
"High Elf",
"Hydra",
"Ibis",
"Kavu",
"Ladybug",
"Master Green Wizard",
"Owl",
"Plant",
"Porcupine",
"Raccoon",
"Rhino",
"Satyr",
"Snake",
"Spider",
"Squirrel",
"Tiger",
"Triceratops",
"Treefolk",
"Treefolk Guardian",
"Viper",
"Werewolf",
"Wild-Magic Sorcerer",
"Wurm"
],
"pointsOfInterest": [
"Green Castle",
"Forest Capital",
"Forest Town Generic",
"Forest Town Identity",
"Forest Town Tribal",
"ElfTown",
"WurmPond",
"Kavu Lair",
"Grove",
"Grove1",
"Grove2",
"Grove3",
"Grove4",
"Grove5",
"Grove6",
"Grove7",
"Grove8",
"Fort7",
"Fort8",
"Fort9",
"GroveBamboo",
"GroveCentaur",
"GroveGreenDragon",
"CatLairG",
"CatLairG1",
"CatLairG2",
"CaveG",
"CaveG1",
"CaveTroll",
"CaveReptile",
"CaveG2",
"CaveG3",
"CaveG4",
"CaveG5",
"CaveG6",
"CaveG8",
"CaveG9",
"CopperhostForest",
"Garruk Forest",
"Scarecrow Farm",
"Quest_FrostbittenCavern"
],
"structures": [
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/green_structures.atlas",
"sourcePath": "world/structures/models/green.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.5,
"width": 0.5,
"symmetry": 1,
"mappingInfo": [
{
"name": "water",
"color": "000080",
"collision": true
},
{
"name": "tree",
"color": "008000",
"collision": true
},
{
"name": "tree2",
"color": "004000",
"collision": true
},
{
"name": "vine",
"color": "8080ff",
"collision": true
},
{
"name": "tree3",
"color": "00c000",
"collision": true
},
{
"name": "tree4",
"color": "00f000",
"collision": true
},
{
"name": "tree5",
"color": "006000",
"collision": true
},
{
"name": "rock",
"color": "808080",
"collision": true
},
{
"name": "mountain",
"color": "ff0000",
"collision": true
},
{
"name": "plant",
"color": "800000",
"collision": true
},
{
"name": "bush",
"color": "ff8080",
"collision": true
}
]
}
]
}

View File

@@ -0,0 +1,218 @@
{
"startPointX": 0.31,
"startPointY": 0.78,
"noiseWeight": 0.5,
"distWeight": 1.5,
"name": "FF14 Eorzea",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Red",
"terrain": [
{
"spriteName": "Red_1",
"max": 0.2,
"resolution": 10
},
{
"spriteName": "Red_2",
"min": 0.8,
"max": 1,
"resolution": 10
}
],
"width": 0.7,
"height": 0.7,
"color": "b63729",
"spriteNames": [
"Gravel"
],
"enemies": [
"Armadillo",
"Adept Red Wizard",
"Amonkhet Minotaur Warrior",
"Apprentice Red Wizard",
"Ashmouth Devil",
"Axgard Dwarf",
"Berserker",
"Boar",
"Boggart",
"Bull",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Cyclops",
"Devil",
"Dinosaur",
"Dragon",
"Dwarf",
"Earth Elemental",
"Efreet",
"Falcon",
"Fire Elemental",
"Flame Elemental",
"Furnace Goblin",
"Goblin",
"Goblin Chief",
"Goblin Fanatic",
"Goblin Warrior",
"Hedgehog",
"Heart-Piercer Manticore",
"Hellhound",
"Hellion",
"Immersturm Demon",
"Khenra Warrior",
"Kavu",
"Bloodgift Demon",
"Khan",
"Kobold",
"Master Red Wizard",
"Mindclaw Shaman",
"Minotaur",
"Minotaur Flayer",
"Naked Mole Rat",
"Raptor",
"Red Beast",
"Red Sliver",
"Scorpion",
"Shaman",
"Troll",
"Vampire Lord",
"Viashino",
"Wild-Magic Sorcerer",
"Yeti"
],
"pointsOfInterest": [
"Red Castle",
"Mountain Capital",
"Mountain Town Generic",
"Mountain Town Identity",
"Mountain Town Tribal",
"YuleTown",
"BarbarianCamp",
"BarbarianCamp1",
"BarbarianCamp2",
"BarbarianCamp3",
"BarbarianCamp4",
"BarbarianCamp5",
"FurnaceBase",
"LavaForge1",
"LavaForge2",
"Maze",
"Maze1",
"Maze2",
"Fort8",
"SnowAbbey",
"SnowAbbey1",
"SnowAbbey2",
"SkullCaveR",
"SkullCaveR1",
"SkullCaveR2",
"CaveR",
"CaveR1",
"CaveR2",
"CaveR3",
"CaveR4",
"CaveR5",
"CaveR6",
"CaveR7",
"CaveDragon",
"CaveKobold",
"CaveR8",
"CaveR9",
"CaveRA",
"CaveRB",
"CaveRC",
"CaveRE",
"CaveRG",
"CaveRH",
"KorEncampment",
"CaveCerodon",
"Temple of Chandra",
"Tibalts Fortress",
"Zedruu City",
"Lavaforge Kobold",
"Quest_ShardMines"
],
"structures": [
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/red_structures.atlas",
"sourcePath": "world/structures/models/red.png",
"maskPath": "world/structures/masks/ring.png",
"height": 0.5,
"width": 0.5,
"symmetry": 8,
"mappingInfo": [
{
"name": "mountain",
"color": "ff0000",
"collision": true
},
{
"name": "tree",
"color": "00ff00",
"collision": true
},
{
"name": "tree2",
"color": "00ffff",
"collision": true
},
{
"name": "tree3",
"color": "0000ff",
"collision": true
},
{
"name": "tree4",
"color": "ff00ff",
"collision": true
},
{
"name": "rock",
"color": "ffff00",
"collision": true
}
]
},
{
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/red_structures.atlas",
"sourcePath": "world/structures/models/volcano.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.2,
"width": 0.2,
"N": 2,
"symmetry": 8,
"mappingInfo": [
{
"name": "lava",
"color": "ffff00",
"collision": true
},
{
"name": "mountain",
"color": "ff0000",
"collision": true
},
{
"name": "dead_tree",
"color": "000000",
"collision": true
},
{
"name": "dead_tree2",
"color": "808080",
"collision": true
},
{
"name": "rock",
"color": "0000ff",
"collision": true
}
]
}
]
}

View File

@@ -0,0 +1,195 @@
{
"startPointX": 0.5,
"startPointY": 0.22,
"noiseWeight": 0.5,
"distWeight": 1.5,
"name": "FF9 The Mist Continent",
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "White",
"terrain": [
{
"spriteName": "White_1",
"max": 0.2,
"resolution": 10
},
{
"spriteName": "White_2",
"min": 0.8,
"max": 1,
"resolution": 10
}
],
"width": 0.7,
"height": 0.7,
"color": "efe697",
"spriteNames": [
"DarkGras"
],
"enemies": [
"Adept White Wizard",
"Adventurer",
"Aether Channeler",
"Angelic Page",
"Angelic Overseer",
"Human Looter",
"Apprentice White Wizard",
"Archer",
"Armored Knight",
"Camel",
"Cathar",
"Cerodon",
"Challenger 20",
"Challenger 21",
"Challenger 22",
"Cleric",
"Criosphinx",
"Dawnhart Witch",
"Dog",
"Eldraine Knight",
"Elephant",
"Falcon",
"Falcon-headed Aven Warrior",
"Fox",
"Frost Titan",
"Griffin",
"Hellion",
"Horseman",
"Human",
"Human elite",
"Human guard",
"Ibis-headed Aven Warrior",
"Khenra Warrior",
"Leonin Warrior",
"Lion",
"Knight",
"Kor Warrior",
"Master White Wizard",
"Monk",
"Naga Warrior",
"Orthodoxy Duelist",
"Owl",
"Raven",
"Rhino",
"Runelord",
"Greater Sandwurm",
"Scorpion",
"Scarab",
"Sphinx",
"Stray Cat",
"Triceratops",
"Warrior",
"White Dwarf",
"White Sliver"
],
"pointsOfInterest": [
"White Castle",
"Plains Capital",
"Plains Town Generic",
"Plains Town Identity",
"Plains Town Tribal",
"Monastery",
"Monastery1",
"Monastery2",
"Monastery3",
"Monastery4",
"Castle",
"Castle1",
"Castle2",
"Castle3",
"Aerie",
"CatLairW",
"CatLairW1",
"CatLairW2",
"NestW",
"CaveW",
"CaveW1",
"CaveW2",
"CaveW3",
"CaveW4",
"CaveW5",
"CaveW6",
"OrthodoxyBasilica",
"Nahiri Encampment",
"KorEncampment",
"MageTower White",
"UnhallowedAbbey"
],
"structures": [
{
"N": 2,
"x": 0.5,
"y": 0.5,
"structureAtlasPath": "world/structures/white_structures.atlas",
"sourcePath": "world/structures/models/white.png",
"maskPath": "world/structures/masks/circle.png",
"height": 0.20000002,
"width": 0.20000002,
"symmetry": 8,
"mappingInfo": [
{
"name": "tree",
"color": "ff8000",
"collision": true
},
{
"name": "tree2",
"color": "008000",
"collision": true
},
{
"name": "tree3",
"color": "00ff00",
"collision": true
}
]
},
{
"N": 2,
"x": 0.5,
"y": 0.5,
"symmetry": 8,
"structureAtlasPath": "world/structures/white_structures.atlas",
"sourcePath": "world/structures/models/desert.png",
"maskPath": "world/structures/masks/ring.png",
"height": 0.5,
"width": 0.5,
"mappingInfo": [
{
"name": "plateau",
"color": "804000",
"collision": true
},
{
"name": "rock",
"color": "402000",
"collision": true
},
{
"name": "mesa",
"color": "201000",
"collision": true
},
{
"name": "plateau",
"color": "804000",
"collision": true
},
{
"name": "cactus",
"color": "00ff00",
"collision": true
},
{
"name": "cactus2",
"color": "008000",
"collision": true
},
{
"name": "cactus3",
"color": "004000",
"collision": true
}
]
}
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,117 @@
{
"avatar":"sprites/heroes/avatar.atlas",
"heroes":[
{
"name":"Devil",
"female":"sprites/heroes/devil_f.atlas",
"male":"sprites/heroes/devil_m.atlas",
"femaleAvatar":"Devil_f",
"maleAvatar":"Devil_m"
},
{
"name":"Kor",
"female":"sprites/heroes/kor_f.atlas",
"male":"sprites/heroes/kor_m.atlas",
"femaleAvatar":"Kor_f",
"maleAvatar":"Kor_m"
} ,
{
"name":"Human",
"female":"sprites/heroes/human_f.atlas",
"male":"sprites/heroes/human_m.atlas",
"femaleAvatar":"Human_f",
"maleAvatar":"Human_m"
},
{
"name":"Elf",
"female":"sprites/heroes/elf_f.atlas",
"male":"sprites/heroes/elf_m.atlas",
"femaleAvatar":"Elf_f",
"maleAvatar":"Elf_m"
},
{
"name":"Metathran",
"female":"sprites/heroes/metathran_f.atlas",
"male":"sprites/heroes/metathran_m.atlas",
"femaleAvatar":"Metathran_f",
"maleAvatar":"Metathran_m"
},
{
"name":"Undead",
"female":"sprites/heroes/undead_f.atlas",
"male":"sprites/heroes/undead_m.atlas",
"femaleAvatar":"Undead_f",
"maleAvatar":"Undead_m"
} ,
{
"name":"Viashino",
"female":"sprites/heroes/viashino_f.atlas",
"male":"sprites/heroes/viashino_m.atlas",
"femaleAvatar":"Viashino_f",
"maleAvatar":"Viashino_m"
} ,
{
"name":"Phyrexian",
"female":"sprites/heroes/phyrexian_r.atlas",
"male":"sprites/heroes/phyrexian_u.atlas",
"femaleAvatar":"Phyrexian_f",
"maleAvatar":"Phyrexian_m"
} ,
{
"name":"Dwarf",
"female":"sprites/heroes/dwarf_f.atlas",
"male":"sprites/heroes/dwarf_m.atlas",
"femaleAvatar":"Dwarf_f",
"maleAvatar":"Dwarf_m"
},
{
"name":"Werewolf",
"female":"sprites/heroes/werewolf_f.atlas",
"male":"sprites/heroes/werewolf_m.atlas",
"femaleAvatar":"Werewolf_f",
"maleAvatar":"Werewolf_m"
},
{
"name":"Leonin",
"female":"sprites/heroes/leonin_f.atlas",
"male":"sprites/heroes/leonin_m.atlas",
"femaleAvatar":"Leonin_f",
"maleAvatar":"Leonin_m"
},
{
"name":"Red Dragon",
"female":"sprites/heroes/dragonplayer_r.atlas",
"male":"sprites/heroes/dragonplayer_r.atlas",
"femaleAvatar":"Dragon_r",
"maleAvatar":"Dragon_r"
},
{
"name":"White Dragon",
"female":"sprites/heroes/dragonplayer_w.atlas",
"male":"sprites/heroes/dragonplayer_w.atlas",
"femaleAvatar":"Dragon_w",
"maleAvatar":"Dragon_w"
},
{
"name":"Blue Dragon",
"female":"sprites/heroes/dragonplayer_u.atlas",
"male":"sprites/heroes/dragonplayer_u.atlas",
"femaleAvatar":"Dragon_u",
"maleAvatar":"Dragon_u"
},
{
"name":"Green Dragon",
"female":"sprites/heroes/dragonplayer_g.atlas",
"male":"sprites/heroes/dragonplayer_g.atlas",
"femaleAvatar":"Dragon_g",
"maleAvatar":"Dragon_g"
},
{
"name":"Black Dragon",
"female":"sprites/heroes/dragonplayer_b.atlas",
"male":"sprites/heroes/dragonplayer_b.atlas",
"femaleAvatar":"Dragon_b",
"maleAvatar":"Dragon_b"
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,376 @@
Spirit's Vale
Spirit's Crossing
Spirit's Town
Spirit's Village
Spirit's Market
Spirit's Camp
Spirit's Tower
Spirit's Bazaar
Spirit's Forge
Spirit's Shrine
Spirithaven
Spirit's Hold
Spirit's Hall
Spirit's Steading
Spirit's Fen
Spirit's Wetlands
Spirit's Swamp
Spirit's Marsh
Spirit's Yard
Spirit's Sanctum
Spirit's Coven
Silent Vale
Silent Crossing
Silent Town
Silent Village
Silent Market
Silent Camp
Silent Tower
Silent Bazaar
Silent Forge
Silent Shrine
Silent Haven
Silent Hold
Silent Hall
Silent Steading
Silent Fen
Silent Wetlands
Silent Swamp
Silent Marsh
Silent Yard
Silent Sanctum
Silent Coven
Ghastly Vale
Ghastly Crossing
Ghastly Town
Ghastly Village
Ghastly Market
Ghastly Camp
Ghastly Tower
Ghastly Bazaar
Ghastly Forge
Ghastly Shrine
Ghastly Haven
Ghastly Hold
Ghastly Hall
Ghastly Steading
Ghastly Fen
Ghastly Wetlands
Ghastly Swamp
Ghastly Marsh
Ghastly Yard
Ghastly Sanctum
Ghastly Coven
Haunted Vale
Haunted Crossing
Haunted Town
Haunted Village
Haunted Market
Haunted Camp
Haunted Tower
Haunted Bazaar
Haunted Forge
Haunted Shrine
Haunted Haven
Haunted Hold
Haunted Hall
Haunted Steading
Haunted Fen
Haunted Wetlands
Haunted Swamp
Haunted Marsh
Haunted Yard
Haunted Sanctum
Haunted Coven
Wisp's Vale
Wisp's Crossing
Wisp's Town
Wisp's Village
Wisp's Market
Wisp's Camp
Wisp's Tower
Wisp's Bazaar
Wisp's Forge
Wisp's Shrine
Wisp's Haven
Wisp's Hold
Wisp's Hall
Wisp's Steading
Wisp's Fen
Wisp's Wetlands
Wisp's Swamp
Wisp's Marsh
Wisp's Yard
Wisp's Sanctum
Wisp's Coven
Black Vale
Black Crossing
Black Town
Black Village
Black Market
Black Camp
Black Tower
Black Bazaar
Black Forge
Black Shrine
Black Haven
Black Hold
Black Hall
Black Steading
Black Fen
Black Wetlands
Black Swamp
Black Marsh
Black Yard
Black Sanctum
Black Coven
Shrouded Vale
Shrouded Crossing
Shrouded Town
Shrouded Village
Shrouded Market
Shrouded Camp
Shrouded Tower
Shrouded Bazaar
Shrouded Forge
Shrouded Shrine
Shrouded Haven
Shrouded Hold
Shrouded Hall
Shrouded Steading
Shrouded Fen
Shrouded Wetlands
Shrouded Swamp
Shrouded Marsh
Shrouded Yard
Shrouded Sanctum
Shrouded Coven
Amanaxis Fen
Andor's Fen
Bloodsand Fen
Celestine Fen
Coldsnap Fen
Eloren Fen
Hornwall Fen
Kraag Fen
Mardrake Fen
Nevermoor Fen
Pyrenian Fen
Sarhmal's Fen
Shalecliff Fen
Unicorn's Fen
Windlass Fen
Zephyr's Fen
General's Fen
Baker's Fen
Apothecary's Fen
Minstrel's Fen
Tyrant's Fen
Bandits' Fen
Robbers' Fen
Scrappers' Fen
Tinkers' Fen
Nomads' Fen
Amanaxis Wetlands
Andor's Wetlands
Bloodsand Wetlands
Celestine Wetlands
Coldsnap Wetlands
Eloren Wetlands
Hornwall Wetlands
Kraag Wetlands
Mardrake Wetlands
Nevermoor Wetlands
Pyrenian Wetlands
Sarhmal's Wetlands
Shalecliff Wetlands
Unicorn's Wetlands
Windlass Wetlands
Zephyr's Wetlands
General's Wetlands
Baker's Wetlands
Apothecary's Wetlands
Minstrel's Wetlands
Tyrant's Wetlands
Bandits' Wetlands
Robbers' Wetlands
Scrappers' Wetlands
Tinkers' Wetlands
Nomads' Wetlands
Amanaxis Swamp
Andor's Swamp
Bloodsand Swamp
Celestine Swamp
Coldsnap Swamp
Eloren Swamp
Hornwall Swamp
Kraag Swamp
Mardrake Swamp
Nevermoor Swamp
Pyrenian Swamp
Sarhmal's Swamp
Shalecliff Swamp
Unicorn's Swamp
Windlass Swamp
Zephyr's Swamp
General's Swamp
Baker's Swamp
Apothecary's Swamp
Minstrel's Swamp
Tyrant's Swamp
Bandits' Swamp
Robbers' Swamp
Scrappers' Swamp
Tinkers' Swamp
Nomads' Swamp
Amanaxis Marsh
Andor's Marsh
Bloodsand Marsh
Celestine Marsh
Coldsnap Marsh
Eloren Marsh
Hornwall Marsh
Kraag Marsh
Mardrake Marsh
Nevermoor Marsh
Pyrenian Marsh
Sarhmal's Marsh
Shalecliff Marsh
Unicorn's Marsh
Windlass Marsh
Zephyr's Marsh
General's Marsh
Baker's Marsh
Apothecary's Marsh
Minstrel's Marsh
Tyrant's Marsh
Bandits' Marsh
Robbers' Marsh
Scrappers' Marsh
Tinkers' Marsh
Nomads' Marsh
Amanaxis Yard
Andor's Yard
Bloodsand Yard
Celestine Yard
Coldsnap Yard
Eloren Yard
Hornwall Yard
Kraag Yard
Mardrake Yard
Nevermoor Yard
Pyrenian Yard
Sarhmal's Yard
Shalecliff Yard
Unicorn's Yard
Windlass Yard
Zephyr's Yard
General's Yard
Baker's Yard
Apothecary's Yard
Minstrel's Yard
Tyrant's Yard
Bandits' Yard
Robbers' Yard
Scrappers' Yard
Tinkers' Yard
Nomads' Yard
Amanaxis Sanctum
Andor's Sanctum
Bloodsand Sanctum
Celestine Sanctum
Coldsnap Sanctum
Eloren Sanctum
Hornwall Sanctum
Kraag Sanctum
Mardrake Sanctum
Nevermoor Sanctum
Pyrenian Sanctum
Sarhmal's Sanctum
Shalecliff Sanctum
Unicorn's Sanctum
Windlass Sanctum
Zephyr's Sanctum
General's Sanctum
Baker's Sanctum
Apothecary's Sanctum
Minstrel's Sanctum
Tyrant's Sanctum
Bandits' Sanctum
Robbers' Sanctum
Scrappers' Sanctum
Tinkers' Sanctum
Nomads' Sanctum
Amanaxis Coven
Andor's Coven
Bloodsand Coven
Celestine Coven
Coldsnap Coven
Eloren Coven
Hornwall Coven
Kraag Coven
Mardrake Coven
Nevermoor Coven
Pyrenian Coven
Sarhmal's Coven
Shalecliff Coven
Unicorn's Coven
Windlass Coven
Zephyr's Coven
General's Coven
Baker's Coven
Apothecary's Coven
Minstrel's Coven
Tyrant's Coven
Bandits' Coven
Robbers' Coven
Scrappers' Coven
Tinkers' Coven
Nomads' Coven
Bonecliff
Blackfoot
Deadvale
Marrowhill
The Dread Gap
Whispermile
Hanging Tree
Vulture's Rock
The Morass
Castle Vastokov
Hope's End
Weepwater
Leper's Grove
Hagmill
Bogmeet
Severstring
Crasmere
Blackwell
Eframston
Thirdchance
Nas Laed
Saint's End
Rotbutcher
Geisthome
Slowfall Fen
Everdusk
Whispering Bog
Toadhole
Grasping Plains
Shadowglade
Mudcall
Ficklefen
Wisplight Mire
Drowned Garden
Wightlily
The Hissing Fen
Emptycairn
Marrowtown
Mirelight
Ravencrest Mill
Korven's Tomb
Gorgon's Gallery
Moudhrelmont
The Three Sisters
Moldermouth
Reaver's Point
Sparrow Crag

View File

@@ -0,0 +1,369 @@
Siren's Vale
Siren's Crossing
Siren's Town
Siren's Village
Siren's Market
Siren's Camp
Siren's Tower
Siren's Bazaar
Siren's Forge
Siren's Shrine
Siren's Haven
Siren's Hold
Siren's Hall
Siren's Steading
Shimmering Vale
Shimmering Crossing
Shimmering Town
Shimmering Village
Shimmering Market
Shimmering Camp
Shimmering Tower
Shimmering Bazaar
Shimmering Forge
Shimmering Shrine
Shimmering Haven
Shimmering Hold
Shimmering Hall
Shimmering Steading
Ebbing Vale
Ebbing Crossing
Ebbing Town
Ebbing Village
Ebbing Market
Ebbing Camp
Ebbing Tower
Ebbing Bazaar
Ebbing Forge
Ebbing Shrine
Ebbing Haven
Ebbing Hold
Ebbing Hall
Ebbing Steading
Coral Vale
Coral Crossing
Coral Town
Coral Village
Coral Market
Coral Camp
Coral Tower
Coral Bazaar
Coral Forge
Coral Shrine
Coral Haven
Coral Hold
Coral Hall
Coral Steading
Cloud Vale
Cloud Crossing
Cloud Town
Cloud Village
Cloud Market
Cloud Camp
Cloud Tower
Cloud Bazaar
Cloud Forge
Cloud Shrine
Cloud Haven
Cloud Hold
Cloud Hall
Cloud Steading
Mystic Vale
Mystic Crossing
Mystic Town
Mystic Village
Mystic Market
Mystic Camp
Mystic Tower
Mystic Bazaar
Mystic Forge
Mystic Shrine
Mystic Haven
Mystic Hold
Mystic Hall
Mystic Steading
Floating Vale
Floating Crossing
Floating Town
Floating Village
Floating Market
Floating Camp
Floating Tower
Floating Bazaar
Floating Forge
Floating Shrine
Floating Haven
Floating Hold
Floating Hall
Floating Steading
Amanaxis Beach
Andor's Beach
Bloodsand Beach
Celestine Beach
Coldsnap Beach
Eloren Beach
Hornwall Beach
Kraag Beach
Mardrake Beach
Nevermoor Beach
Pyrenian Beach
Sarhmal's Beach
Shalecliff Beach
Unicorn's Beach
Windlass Beach
Zephyr's Beach
General's Beach
Baker's Beach
Apothecary's Beach
Minstrel's Beach
Tyrant's Beach
Bandits' Beach
Robbers' Beach
Scrappers' Beach
Tinkers' Beach
Nomads' Beach
Amanaxis Cove
Andor's Cove
Bloodsand Cove
Celestine Cove
Coldsnap Cove
Eloren Cove
Hornwall Cove
Kraag Cove
Mardrake Cove
Nevermoor Cove
Pyrenian Cove
Sarhmal's Cove
Shalecliff Cove
Unicorn's Cove
Windlass Cove
Zephyr's Cove
General's Cove
Baker's Cove
Apothecary's Cove
Minstrel's Cove
Tyrant's Cove
Bandits' Cove
Robbers' Cove
Scrappers' Cove
Tinkers' Cove
Nomads' Cove
Amanaxis Island
Andor's Island
Bloodsand Island
Celestine Island
Coldsnap Island
Eloren Island
Hornwall Island
Kraag Island
Mardrake Island
Nevermoor Island
Pyrenian Island
Sarhmal's Island
Shalecliff Island
Unicorn's Island
Windlass Island
Zephyr's Island
General's Island
Baker's Island
Apothecary's Island
Minstrel's Island
Tyrant's Island
Bandits' Island
Robbers' Island
Scrappers' Island
Tinkers' Island
Nomads' Island
Amanaxis Port
Andor's Port
Bloodsand Port
Celestine Port
Coldsnap Port
Eloren Port
Hornwall Port
Kraag Port
Mardrake Port
Nevermoor Port
Pyrenian Port
Sarhmal's Port
Shalecliff Port
Unicorn's Port
Windlass Port
Zephyr's Port
General's Port
Baker's Port
Apothecary's Port
Minstrel's Port
Tyrant's Port
Bandits' Port
Robbers' Port
Scrappers' Port
Tinkers' Port
Nomads' Port
Amanaxis Landing
Andor's Landing
Bloodsand Landing
Celestine Landing
Coldsnap Landing
Eloren Landing
Hornwall Landing
Kraag Landing
Mardrake Landing
Nevermoor Landing
Pyrenian Landing
Sarhmal's Landing
Shalecliff Landing
Unicorn's Landing
Windlass Landing
Zephyr's Landing
General's Landing
Baker's Landing
Apothecary's Landing
Minstrel's Landing
Tyrant's Landing
Bandits' Landing
Robbers' Landing
Scrappers' Landing
Tinkers' Landing
Nomads' Landing
Amanaxis Oasis
Andor's Oasis
Bloodsand Oasis
Celestine Oasis
Coldsnap Oasis
Eloren Oasis
Hornwall Oasis
Kraag Oasis
Mardrake Oasis
Nevermoor Oasis
Pyrenian Oasis
Sarhmal's Oasis
Shalecliff Oasis
Unicorn's Oasis
Windlass Oasis
Zephyr's Oasis
General's Oasis
Baker's Oasis
Apothecary's Oasis
Minstrel's Oasis
Tyrant's Oasis
Bandits' Oasis
Robbers' Oasis
Scrappers' Oasis
Tinkers' Oasis
Nomads' Oasis
Amanaxis Harbor
Andor's Harbor
Bloodsand Harbor
Celestine Harbor
Coldsnap Harbor
Eloren Harbor
Hornwall Harbor
Kraag Harbor
Mardrake Harbor
Nevermoor Harbor
Pyrenian Harbor
Sarhmal's Harbor
Shalecliff Harbor
Unicorn's Harbor
Windlass Harbor
Zephyr's Harbor
General's Harbor
Baker's Harbor
Apothecary's Harbor
Minstrel's Harbor
Tyrant's Harbor
Bandits' Harbor
Robbers' Harbor
Scrappers' Harbor
Tinkers' Harbor
Nomads' Harbor
Siren's Beach
Siren's Cove
Siren's Island
Siren's Port
Siren's Landing
Siren's Oasis
Siren's Harbor
Shimmering Beach
Shimmering Cove
Shimmering Island
Shimmering Port
Shimmering Landing
Shimmering Oasis
Shimmering Harbor
Ebbing Beach
Ebbing Cove
Ebbing Island
Ebbing Port
Ebbing Landing
Ebbing Oasis
Ebbing Harbor
Coral Beach
Coral Cove
Coral Island
Coral Port
Coral Landing
Coral Oasis
Coral Harbor
Cloud Beach
Coral Cove
Coral Island
Coral Port
Coral Landing
Coral Oasis
Coral Harbor
Mystic Beach
Mystic Cove
Mystic Island
Mystic Port
Mystic Landing
Mystic Oasis
Mystic Harbor
Floating Beach
Floating Cove
Floating Island
Floating Port
Floating Landing
Floating Oasis
Floating Harbor
Briarport
Eldernaven Shoals
Wizard's Reach
Wrecker's Point
Fourmill Run
Port Rachkham
Cloudy Shallows
Slumnis
Silver Pointe
Abjuration Point
Crow's Nest
The Rookery
Mistwater Bay
Chambery Bay
Mistwind
Saltshore
Soliana
Bronze Lagoon
Oar's Rest
Sandcastle
Shallowreef
Rapier Isle
Rustkey Cove
The Crescent Isle
Scuttlefolk
Merfolk Crossing
Siren's Call
New Tolaria
Djinnhelm
Deepflow
Firstsun Bay
Brant's Shore
Blackflag Docks
Hightide Post
Stormhearth
Talrand's Retreat
Jarren's Outpost
Old Brightmine
Mithral Downs
Candleford

View File

@@ -0,0 +1,368 @@
Verdant Vale
Verdant Crossing
Verdant Town
Verdant Village
Verdant Market
Verdant Camp
Verdant Tower
Verdant Bazaar
Verdant Forge
Verdant Shrine
Verdant Haven
Verdant Hold
Verdant Hall
Verdant Steading
Living Vale
Living Crossing
Living Town
Living Village
Living Market
Living Camp
Living Tower
Living Bazaar
Living Forge
Living Shrine
Living Haven
Living Hold
Living Hall
Living Steading
Elven Vale
Elven Crossing
Elven Town
Elven Village
Elven Market
Elven Camp
Elven Tower
Elven Bazaar
Elven Forge
Elven Shrine
Elven Haven
Elven Hold
Elven Hall
Elven Steading
Tangled Vale
Tangled Crossing
Tangled Town
Tangled Village
Tangled Market
Tangled Camp
Tangled Tower
Tangled Bazaar
Tangled Forge
Tangled Shrine
Tangled Haven
Tangled Hold
Tangled Hall
Tangled Steading
Flowering Vale
Flowering Crossing
Flowering Town
Flowering Village
Flowering Market
Flowering Camp
Flowering Tower
Flowering Bazaar
Flowering Forge
Flowering Shrine
Flowering Haven
Flowering Hold
Flowering Hall
Flowering Steading
Hunter's Vale
Hunter's Crossing
Hunter's Town
Hunter's Village
Hunter's Market
Hunter's Camp
Hunter's Tower
Hunter's Bazaar
Hunter's Forge
Hunter's Shrine
Hunter's Haven
Hunter's Hold
Hunter's Hall
Hunter's Steading
Hidden Vale
Hidden Crossing
Hidden Town
Hidden Village
Hidden Market
Hidden Camp
Hidden Tower
Hidden Bazaar
Hidden Forge
Hidden Shrine
Hidden Haven
Hidden Hold
Hidden Hall
Hidden Steading
Verdant Trace
Verdant Glade
Verdant Copse
Verdant Bough
Verdant Clearing
Verdant Thicket
Verdant Forest
Living Trace
Living Glade
Living Copse
Living Bough
Living Clearing
Living Thicket
Living Forest
Elven Trace
Elven Glade
Elven Copse
Elven Bough
Elven Clearing
Elven Thicket
Elven Forest
Tangled Trace
Tangled Glade
Tangled Copse
Tangled Bough
Tangled Clearing
Tangled Thicket
Tangled Forest
Flowering Trace
Flowering Glade
Flowering Copse
Flowering Bough
Flowering Clearing
Flowering Thicket
Flowering Forest
Hunter's Trace
Hunter's Glade
Hunter's Copse
Hunter's Bough
Hunter's Clearing
Hunter's Thicket
Hunter's Forest
Hidden Trace
Hidden Glade
Hidden Copse
Hidden Bough
Hidden Clearing
Hidden Thicket
Hidden Forest
Amanaxis Trace
Andor's Trace
Bloodsand Trace
Celestine Trace
Coldsnap Trace
Eloren Trace
Hornwall Trace
Kraag Trace
Mardrake Trace
Nevermoor Trace
Pyrenian Trace
Sarhmal's Trace
Shalecliff Trace
Unicorn's Trace
Windlass Trace
Zephyr's Trace
General's Trace
Baker's Trace
Apothecary's Trace
Minstrel's Trace
Tyrant's Trace
Bandits' Trace
Robbers' Trace
Scrappers' Trace
Tinkers' Trace
Nomads' Trace
Amanaxis Glade
Andor's Glade
Bloodsand Glade
Celestine Glade
Coldsnap Glade
Eloren Glade
Hornwall Glade
Kraag Glade
Mardrake Glade
Nevermoor Glade
Pyrenian Glade
Sarhmal's Glade
Shalecliff Glade
Unicorn's Glade
Windlass Glade
Zephyr's Glade
General's Glade
Baker's Glade
Apothecary's Glade
Minstrel's Glade
Tyrant's Glade
Bandits' Glade
Robbers' Glade
Scrappers' Glade
Tinkers' Glade
Nomads' Glade
Amanaxis Copse
Andor's Copse
Bloodsand Copse
Celestine Copse
Coldsnap Copse
Eloren Copse
Hornwall Copse
Kraag Copse
Mardrake Copse
Nevermoor Copse
Pyrenian Copse
Sarhmal's Copse
Shalecliff Copse
Unicorn's Copse
Windlass Copse
Zephyr's Copse
General's Copse
Baker's Copse
Apothecary's Copse
Minstrel's Copse
Tyrant's Copse
Bandits' Copse
Robbers' Copse
Scrappers' Copse
Tinkers' Copse
Nomads' Copse
Amanaxis Bough
Andor's Bough
Bloodsand Bough
Celestine Bough
Coldsnap Bough
Eloren Bough
Hornwall Bough
Kraag Bough
Mardrake Bough
Nevermoor Bough
Pyrenian Bough
Sarhmal's Bough
Shalecliff Bough
Unicorn's Bough
Windlass Bough
Zephyr's Bough
General's Bough
Baker's Bough
Apothecary's Bough
Minstrel's Bough
Tyrant's Bough
Bandits' Bough
Robbers' Bough
Scrappers' Bough
Tinkers' Bough
Nomads' Bough
Amanaxis Clearing
Andor's Clearing
Bloodsand Clearing
Celestine Clearing
Coldsnap Clearing
Eloren Clearing
Hornwall Clearing
Kraag Clearing
Mardrake Clearing
Nevermoor Clearing
Pyrenian Clearing
Sarhmal's Clearing
Shalecliff Clearing
Unicorn's Clearing
Windlass Clearing
Zephyr's Clearing
General's Clearing
Baker's Clearing
Apothecary's Clearing
Minstrel's Clearing
Tyrant's Clearing
Bandits' Clearing
Robbers' Clearing
Scrappers' Clearing
Tinkers' Clearing
Nomads' Clearing
Amanaxis Thicket
Andor's Thicket
Bloodsand Thicket
Celestine Thicket
Coldsnap Thicket
Eloren Thicket
Hornwall Thicket
Kraag Thicket
Mardrake Thicket
Nevermoor Thicket
Pyrenian Thicket
Sarhmal's Thicket
Shalecliff Thicket
Unicorn's Thicket
Windlass Thicket
Zephyr's Thicket
General's Thicket
Baker's Thicket
Apothecary's Thicket
Minstrel's Thicket
Tyrant's Thicket
Bandits' Thicket
Robbers' Thicket
Scrappers' Thicket
Tinkers' Thicket
Nomads' Thicket
Amanaxis Forest
Andor's Forest
Bloodsand Forest
Celestine Forest
Coldsnap Forest
Eloren Forest
Hornwall Forest
Kraag Forest
Mardrake Forest
Nevermoor Forest
Pyrenian Forest
Sarhmal's Forest
Shalecliff Forest
Unicorn's Forest
Windlass Forest
Zephyr's Forest
General's Forest
Baker's Forest
Apothecary's Forest
Minstrel's Forest
Tyrant's Forest
Bandits' Forest
Robbers' Forest
Scrappers' Forest
Tinkers' Forest
Nomads' Forest
Adderfang
Greater Elm
Three Oaks
Bowerglen
Redwood Ford
Ogre's Gate
Mandrake Hollow
Irongate Mott
Felden Pond
Foxglove Point
Druid's Pact
Honeymead
Feyfire
Eldamar
Glenariff
Minnehil
Lorathyra
Applever
Violl's Garden
Mossroad
Hollyhearth
Steelthorn
Everspring
Cockatrice Glade
Mistbranch
Everyflower
Shadebough
Pinelight
Hartsden
Sleeping Boar
Weatherbark
Broadelm
Glade of Autumn
Eloren Springs
Kalonian Grove
Three Rivers
Liamswell
Braedon
Newsham

View File

@@ -0,0 +1,366 @@
Flame Vale
Flame Crossing
Flame Town
Flame Village
Flame Market
Flame Camp
Flame Tower
Flame Bazaar
Flame Forge
Flame Shrine
Flame Haven
Flame Hold
Flame Hall
Flame Steading
Granite Vale
Granite Crossing
Granite Town
Granite Village
Granite Market
Granite Camp
Granite Tower
Granite Bazaar
Granite Forge
Granite Shrine
Granite Haven
Granite Hold
Granite Hall
Granite Steading
Flowstone Vale
Flowstone Crossing
Flowstone Town
Flowstone Village
Flowstone Market
Flowstone Camp
Flowstone Tower
Flowstone Bazaar
Flowstone Forge
Flowstone Shrine
Flowstone Haven
Flowstone Hold
Flowstone Hall
Flowstone Steading
Burning Vale
Burning Crossing
Burning Town
Burning Village
Burning Market
Burning Camp
Burning Tower
Burning Bazaar
Burning Forge
Burning Shrine
Burning Haven
Burning Hold
Burning Hall
Burning Steading
Goblin Vale
Goblin Crossing
Goblin Town
Goblin Village
Goblin Market
Goblin Camp
Goblin Tower
Goblin Bazaar
Goblin Forge
Goblin Shrine
Goblin Haven
Goblin Hold
Goblin Hall
Goblin Steading
Chaos Vale
Chaos Crossing
Chaos Town
Chaos Village
Chaos Market
Chaos Camp
Chaos Tower
Chaos Bazaar
Chaos Forge
Chaos Shrine
Chaos Haven
Chaos Hold
Chaos Hall
Chaos Steading
Thunder Vale
Thunder Crossing
Thunder Town
Thunder Village
Thunder Market
Thunder Camp
Thunder Tower
Thunder Bazaar
Thunder Forge
Thunder Shrine
Thunder Haven
Thunder Hold
Thunder Hall
Thunder Steading
Flame Cliff
Flame Quarry
Flame Den
Flame Hill
Flame Cave
Flame Keep
Flame Mountain
Granite Cliff
Granite Quarry
Granite Den
Granite Hill
Granite Cave
Granite Keep
Granite Mountain
Flowstone Cliff
Flowstone Quarry
Flowstone Den
Flowstone Hill
Flowstone Cave
Flowstone Keep
Flowstone Mountain
Burning Cliff
Burning Quarry
Burning Den
Burning Hill
Burning Cave
Burning Keep
Burning Mountain
Goblin Cliff
Goblin Quarry
Goblin Den
Goblin Hill
Goblin Cave
Goblin Keep
Goblin Mountain
Chaos Cliff
Chaos Quarry
Chaos Den
Chaos Hill
Chaos Cave
Chaos Keep
Chaos Mountain
Thunder Cliff
Thunder Quarry
Thunder Den
Thunder Hill
Thunder Cave
Thunder Keep
Thunder Mountain
Amanaxis Cliff
Andor's Cliff
Bloodsand Cliff
Celestine Cliff
Coldsnap Cliff
Eloren Cliff
Hornwall Cliff
Kraag Cliff
Mardrake Cliff
Nevermoor Cliff
Pyrenian Cliff
Sarhmal's Cliff
Shalecliff Cliff
Unicorn's Cliff
Windlass Cliff
Zephyr's Cliff
General's Cliff
Baker's Cliff
Apothecary's Cliff
Minstrel's Cliff
Tyrant's Cliff
Bandits' Cliff
Robbers' Cliff
Scrappers' Cliff
Tinkers' Cliff
Nomads' Cliff
Amanaxis Quarry
Andor's Quarry
Bloodsand Quarry
Celestine Quarry
Coldsnap Quarry
Eloren Quarry
Hornwall Quarry
Kraag Quarry
Mardrake Quarry
Nevermoor Quarry
Pyrenian Quarry
Sarhmal's Quarry
Shalecliff Quarry
Unicorn's Quarry
Windlass Quarry
Zephyr's Quarry
General's Quarry
Baker's Quarry
Apothecary's Quarry
Minstrel's Quarry
Tyrant's Quarry
Bandits' Quarry
Robbers' Quarry
Scrappers' Quarry
Tinkers' Quarry
Nomads' Quarry
Amanaxis Den
Andor's Den
Bloodsand Den
Celestine Den
Coldsnap Den
Eloren Den
Hornwall Den
Kraag Den
Mardrake Den
Nevermoor Den
Pyrenian Den
Sarhmal's Den
Shalecliff Den
Unicorn's Den
Windlass Den
Zephyr's Den
General's Den
Baker's Den
Apothecary's Den
Minstrel's Den
Tyrant's Den
Bandits' Den
Robbers' Den
Scrappers' Den
Tinkers' Den
Nomads' Den
Amanaxis Hill
Andor's Hill
Bloodsand Hill
Celestine Hill
Coldsnap Hill
Eloren Hill
Hornwall Hill
Kraag Hill
Mardrake Hill
Nevermoor Hill
Pyrenian Hill
Sarhmal's Hill
Shalecliff Hill
Unicorn's Hill
Windlass Hill
Zephyr's Hill
General's Hill
Baker's Hill
Apothecary's Hill
Minstrel's Hill
Tyrant's Hill
Bandits' Hill
Robbers' Hill
Scrappers' Hill
Tinkers' Hill
Nomads' Hill
Amanaxis Cave
Andor's Cave
Bloodsand Cave
Celestine Cave
Coldsnap Cave
Eloren Cave
Hornwall Cave
Kraag Cave
Mardrake Cave
Nevermoor Cave
Pyrenian Cave
Sarhmal's Cave
Shalecliff Cave
Unicorn's Cave
Windlass Cave
Zephyr's Cave
General's Cave
Baker's Cave
Apothecary's Cave
Minstrel's Cave
Tyrant's Cave
Bandits' Cave
Robbers' Cave
Scrappers' Cave
Tinkers' Cave
Nomads' Cave
Amanaxis Keep
Andor's Keep
Bloodsand Keep
Celestine Keep
Coldsnap Keep
Eloren Keep
Hornwall Keep
Kraag Keep
Mardrake Keep
Nevermoor Keep
Pyrenian Keep
Sarhmal's Keep
Shalecliff Keep
Unicorn's Keep
Windlass Keep
Zephyr's Keep
General's Keep
Baker's Keep
Apothecary's Keep
Minstrel's Keep
Tyrant's Keep
Bandits' Keep
Robbers' Keep
Scrappers' Keep
Tinkers' Keep
Nomads' Keep
Amanaxis Mountain
Andor's Mountain
Bloodsand Mountain
Celestine Mountain
Coldsnap Mountain
Eloren Mountain
Hornwall Mountain
Kraag Mountain
Mardrake Mountain
Nevermoor Mountain
Pyrenian Mountain
Sarhmal's Mountain
Shalecliff Mountain
Unicorn's Mountain
Windlass Mountain
Zephyr's Mountain
General's Mountain
Baker's Mountain
Apothecary's Mountain
Minstrel's Mountain
Tyrant's Mountain
Bandits' Mountain
Robbers' Mountain
Scrappers' Mountain
Tinkers' Mountain
Nomads' Mountain
Ironskin Pass
Red Hollow
Cragtop
Ogre's Gate
Goblin Hill
Eastrise Crag
Hellgate
Skull Rock
Magemont
Trolltusk
Val Dorgo
Rocroost
Steel Peaks
Falkenberg
Longanvil Rock
Firstingot
Hillfar
Steaming Pass
Snake's Canyon
Lagrasse Cliffs
Hagsnose Cavern
Sisterpeak
Brotherpeak
Razorrock
Scaleburrow
Tallerhill
Flowstone Falls
Caldera of Stars
Neryth's Rock
Narrowstep Cliff
Giant's Arch
New Valkas
Onakke Keep
Foxdale
Redhawk
Redwater
Wolfden

View File

@@ -0,0 +1,396 @@
Amanaxis Vale
Amanaxis Crossing
Amanaxis Town
Amanaxis Village
Amanaxis Market
Camp Amanaxis
Amanaxis Tower
Amanaxis Bazaar
Amanaxis Forge
Amanaxis Shrine
Amanaxis Haven
Amanaxis Hold
Amanaxis Hall
Amanaxis Steading
Andorvale
Andor's Crossing
Andorstown
Andor's Village
Andor's Market
Camp Andor
Andor's Tower
Andor's Bazaar
Andor's Forge
Andor Shrine
Andorhaven
Andor's Hold
Andor's Hall
Andor's Steading
Bloodsand Vale
Bloodsand Crossing
Bloodsand Town
Bloodsand Village
Bloodsand Market
Camp Bloodsand
Bloodsand Tower
Bloodsand Bazaar
Bloodsand Forge
Bloodsand Shrine
Bloodsand Haven
Bloodsand Hold
Bloodsand Hall
Bloodsand Steading
Celestine Vale
Celestine Crossing
Celestine Town
Celestine Village
Celestine Market
Camp Celestine
Celestine Tower
Celestine Bazaar
Celestine Forge
Celestine Shrine
Celestine Haven
Celestine Hold
Celestine Hall
Celestine Steading
Coldsnap Vale
Coldsnap Crossing
Coldsnap Town
Coldsnap Village
Coldsnap Market
Camp Coldsnap
Coldsnap Tower
Coldsnap Bazaar
Coldsnap Forge
Coldsnap Shrine
Coldsnap Haven
Coldsnap Hold
Coldsnap Hall
Coldsnap Steading
Eloren Vale
Eloren Crossing
Eloren Town
Eloren Village
Eloren Market
Camp Eloren
Eloren Tower
Eloren Bazaar
Eloren Forge
Eloren Shrine
Eloren Haven
Eloren Hold
Eloren Hall
Eloren Steading
Hornwall Vale
Hornwall Crossing
Hornwall Town
Hornwall Village
Hornwall Market
Camp Hornwall
Hornwall Tower
Hornwall Bazaar
Hornwall Forge
Hornwall Shrine
Hornwall Haven
Hornwall Hold
Hornwall Hall
Hornwall Steading
Kraagvale
Kraag Crossing
Kraagtown
Kraag Village
Kraag Market
Camp Kraag
Kraag Tower
Kraag Bazaar
Kraag Forge
Kraag Shrine
Kraaghaven
Kraag Hold
Kraag Hall
Kraag Steading
Mardrake Vale
Mardrake Crossing
Mardrake Town
Mardrake Village
Mardrake Market
Camp Mardrake
Mardrake Tower
Mardrake Bazaar
Mardrake Forge
Mardrake Shrine
Mardrake Haven
Mardrake Hold
Mardrake Hall
Mardrake Steading
Nevermoor Vale
Nevermoor Crossing
Nevermoor Town
Nevermoor Village
Nevermoor Market
Nevermoor Camp
Nevermoor Tower
Nevermoor Bazaar
Nevermoor Forge
Nevermoor Shrine
Nevermoor Haven
Nevermoor Hold
Nevermoor Hall
Nevermoor Steading
Pyrenian Vale
Pyrenian Crossing
Pyrenian Town
Pyrenian Village
Pyrenian Market
Pyrenian Camp
Pyrenian Tower
Pyrenian Bazaar
Pyrenian Forge
Pyrenian Shrine
Pyrenian Haven
Pyrenian Hold
Pyrenian Hall
Pyrenian Steading
Sarhmal's Vale
Sarhmal's Crossing
Sarhmaltown
Sarhmal's Village
Sarhmal's Market
Camp Sarhmal
Sarhmal's Tower
Sarhmal's Bazaar
Sarhmal's Forge
Sarhmal's Shrine
Sarhmal's Haven
Sarhmal's Hold
Sarhmal's Hall
Sarhmal's Steading
Shalecliff Vale
Shalecliff Crossing
Shalecliff Town
Shalecliff Village
Shalecliff Market
Camp Shalecliff
Shalecliff Tower
Shalecliff Bazaar
Shalecliff Forge
Shalecliff Shrine
Shalecliff Haven
Shalecliff Hold
Shalecliff Hall
Shalecliff Steading
Unicorn's Vale
Unicorn's Crossing
Unicorn's Town
Unicorn's Village
Unicorn's Market
Camp Unicorn
Unicorn's Tower
Unicorn's Bazaar
Unicorn's Forge
Unicorn's Shrine
Unicorn's Haven
Unicorn's Hold
Unicorn's Hall
Unicorn's Steading
Windlass Vale
Windlass Crossing
Windlass Town
Windlass Village
Windlass Market
Camp Windlass
Windlass Tower
Windlass Bazaar
Windlass Forge
Windlass Shrine
Windlass Haven
Windlass Hold
Windlass Hall
Windlass Steading
Zephyrvale
Zephyr Crossing
Zephyrtown
Zephyr Village
Zephyr Market
Camp Zephyr
Zephyr Tower
Zephyr Bazaar
Zephyr Forge
Zephyr Shrine
Zephyrhaven
Zephyr Hold
Zephyr Hall
Zephyr Steading
General's Vale
General's Crossing
General's Town
General's Village
General's Market
General's Camp
General's Tower
General's Bazaar
General's Forge
General's Shrine
General's Haven
General's Hold
General's Hall
General's Steading
Baker's Vale
Baker's Crossing
Bakerstown
Baker's Village
Baker's Market
Baker's Camp
Baker's Tower
Baker's Bazaar
Baker's Forge
Baker's Shrine
Baker's Haven
Baker's Hold
Baker's Hall
Baker's Steading
Apothecary's Vale
Apothecary's Crossing
Apothecary's Town
Apothecary's Village
Apothecary's Market
Apothecary's Camp
Apothecary's Tower
Apothecary's Bazaar
Apothecary's Forge
Apothecary's Shrine
Apothecary's Haven
Apothecary's Hold
Apothecary's Hall
Apothecary's Steading
Minstrel's Vale
Minstrel's Crossing
Minstrel's Town
Minstrel's Village
Minstrel's Market
Minstrel's Camp
Minstrel's Tower
Minstrel's Bazaar
Minstrel's Forge
Minstrel's Shrine
Minstrel's Haven
Minstrel's Hold
Minstrel's Hall
Minstrel's Steading
Tyrant's Vale
Tyrant's Crossing
Tyrant's Town
Tyrant's Village
Tyrant's Market
Camp Tyrant
Tyrant's Tower
Tyrant's Bazaar
Tyrant's Forge
Tyrant's Shrine
Tyrant's Haven
Tyrant's Hold
Tyrant's Hall
Tyrant's Steading
Bandit's Crossing
Bandit's Town
Bandit's Village
Bandit's Market
Bandit's Camp
Bandit's Tower
Bandit's Bazaar
Bandit's Forge
Bandit's Shrine
Bandit's Haven
Bandit's Hold
Bandit's Hall
Bandit's Steading
Robbers' Crossing
Robbers' Town
Robbers' Village
Robbers' Market
Robbers' Camp
Robbers' Tower
Robbers' Bazaar
Robbers' Forge
Robbers' Shrine
Robbers' Haven
Robbers' Hold
Robbers' Hall
Robbers' Steading
Scrappers' Crossing
Scrappers' Town
Scrappers' Village
Scrappers' Market
Scrappers' Camp
Scrappers' Tower
Scrappers' Bazaar
Scrappers' Forge
Scrappers' Shrine
Scrappers' Haven
Scrappers' Hold
Scrappers' Hall
Scrappers' Steading
Tinkers' Crossing
Tinkers' Town
Tinkers' Village
Tinkers' Market
Tinkers' Camp
Tinkers' Tower
Tinkers' Bazaar
Tinkers' Forge
Tinkers' Shrine
Tinkers' Haven
Tinkers' Hold
Tinkers' Hall
Tinkers' Steading
Nomads' Crossing
Nomads' Town
Nomads' Village
Nomads' Market
Nomads' Camp
Nomads' Tower
Nomads' Bazaar
Nomads' Forge
Nomads' Shrine
Nomads' Haven
Nomads' Hold
Nomads' Hall
Nomads' Steading
Tanner's Gate
Copper Downs
North Ridge
Copperhill
King's Pass
Poacher's Crossing
Deep Silt
Worm's Eye
Meister's Folly
Burned River
Holmingsford
Marrisburg
Vome
Holder's Wail
Manortown
Chambery
Almacin
Hogsfoot
Cracked Hammer
Bracklewhyte
Yellowseed
Beggar's Hole
Ruestown
Merchant's Fortune
Merrowcreek
Crookedbrook
Warrior's Rest
Golemstooth
Gobspike
Rabbitsden
Greyrock
Rabbitpath
Benson Post
Walker's Knoll
Grand Creek
Bluebell Ridge
Circleston Hill

View File

@@ -0,0 +1,368 @@
Arden's Vale
Arden's Crossing
Arden's Town
Arden's Village
Arden's Market
Arden's Camp
Arden's Tower
Arden's Bazaar
Arden's Forge
Arden's Shrine
Arden's Haven
Arden's Hold
Arden's Hall
Arden's Steading
Tyr's Vale
Tyr's Crossing
Tyr's Town
Tyr's Village
Tyr's Market
Tyr's Camp
Tyr's Tower
Tyr's Bazaar
Tyr's Forge
Tyr's Shrine
Tyr's Haven
Tyr's Hold
Tyr's Hall
Tyr's Steading
Manning's Vale
Manning's Crossing
Manning's Town
Manning's Village
Manning's Market
Manning's Camp
Manning's Tower
Manning's Bazaar
Manning's Forge
Manning's Shrine
Manning's Haven
Manning's Hold
Manning's Hall
Manning's Steading
Uthor's Vale
Uthor's Crossing
Uthor's Town
Uthor's Village
Uthor's Market
Uthor's Camp
Uthor's Tower
Uthor's Bazaar
Uthor's Forge
Uthor's Shrine
Uthor's Haven
Uthor's Hold
Uthor's Hall
Uthor's Steading
Shannon's Vale
Shannon's Crossing
Shannon's Town
Shannon's Village
Shannon's Market
Shannon's Camp
Shannon's Tower
Shannon's Bazaar
Shannon's Forge
Shannon's Shrine
Shannon's Haven
Shannon's Hold
Shannon's Hall
Shannon's Steading
Roann's Vale
Roann's Crossing
Roann's Town
Roann's Village
Roann's Market
Roann's Camp
Roann's Tower
Roann's Bazaar
Roann's Forge
Roann's Shrine
Roann's Haven
Roann's Hold
Roann's Hall
Roann's Steading
Cael's Vale
Cael's Crossing
Cael's Town
Cael's Village
Cael's Market
Cael's Camp
Cael's Tower
Cael's Bazaar
Cael's Forge
Cael's Shrine
Cael's Haven
Cael's Hold
Cael's Hall
Cael's Steading
Arden's Fields
Arden's Valley
Arden's Fort
Arden's Outpost
Arden's Homestead
Arden's Mill
Arden's Plains
Tyr's Fields
Tyr's Valley
Tyr's Fort
Tyr's Outpost
Tyr's Homestead
Tyr's Mill
Tyr's Plains
Manning's Fields
Manning's Valley
Manning's Fort
Manning's Outpost
Manning's Homestead
Manning's Mill
Manning's Plains
Uthor's Fields
Uthor's Valley
Uthor's Fort
Uthor's Outpost
Uthor's Homestead
Uthor's Mill
Uthor's Plains
Shannon's Fields
Shannon's Valley
Shannon's Fort
Shannon's Outpost
Shannon's Homestead
Shannon's Mill
Shannon's Plains
Roann's Fields
Roann's Valley
Roann's Fort
Roann's Outpost
Roann's Homestead
Roann's Mill
Roann's Plains
Cael's Fields
Cael's Valley
Cael's Fort
Cael's Outpost
Cael's Homestead
Cael's Mill
Cael's Plains
Amanaxis Fields
Andor's Fields
Bloodsand Fields
Celestine Fields
Coldsnap Fields
Eloren Fields
Hornwall Fields
Kraag Fields
Mardrake Fields
Nevermoor Fields
Pyrenian Fields
Sarhmal's Fields
Shalecliff Fields
Unicorn's Fields
Windlass Fields
Zephyr's Fields
General's Fields
Baker's Fields
Apothecary's Fields
Minstrel's Fields
Tyrant's Fields
Bandits' Fields
Robbers' Fields
Scrappers' Fields
Tinkers' Fields
Nomads' Fields
Amanaxis Valley
Andor's Valley
Bloodsand Valley
Celestine Valley
Coldsnap Valley
Eloren Valley
Hornwall Valley
Kraag Valley
Mardrake Valley
Nevermoor Valley
Pyrenian Valley
Sarhmal's Valley
Shalecliff Valley
Unicorn's Valley
Windlass Valley
Zephyr's Valley
General's Valley
Baker's Valley
Apothecary's Valley
Minstrel's Valley
Tyrant's Valley
Bandits' Valley
Robbers' Valley
Scrappers' Valley
Tinkers' Valley
Nomads' Valley
Amanaxis Fort
Andor's Fort
Bloodsand Fort
Celestine Fort
Coldsnap Fort
Eloren Fort
Hornwall Fort
Kraag Fort
Mardrake Fort
Nevermoor Fort
Pyrenian Fort
Sarhmal's Fort
Shalecliff Fort
Unicorn's Fort
Windlass Fort
Zephyr's Fort
General's Fort
Baker's Fort
Apothecary's Fort
Minstrel's Fort
Tyrant's Fort
Bandits' Fort
Robbers' Fort
Scrappers' Fort
Tinkers' Fort
Nomads' Fort
Amanaxis Outpost
Andor's Outpost
Bloodsand Outpost
Celestine Outpost
Coldsnap Outpost
Eloren Outpost
Hornwall Outpost
Kraag Outpost
Mardrake Outpost
Nevermoor Outpost
Pyrenian Outpost
Sarhmal's Outpost
Shalecliff Outpost
Unicorn's Outpost
Windlass Outpost
Zephyr's Outpost
General's Outpost
Baker's Outpost
Apothecary's Outpost
Minstrel's Outpost
Tyrant's Outpost
Bandits' Outpost
Robbers' Outpost
Scrappers' Outpost
Tinkers' Outpost
Nomads' Outpost
Amanaxis Homestead
Andor's Homestead
Bloodsand Homestead
Celestine Homestead
Coldsnap Homestead
Eloren Homestead
Hornwall Homestead
Kraag Homestead
Mardrake Homestead
Nevermoor Homestead
Pyrenian Homestead
Sarhmal's Homestead
Shalecliff Homestead
Unicorn's Homestead
Windlass Homestead
Zephyr's Homestead
General's Homestead
Baker's Homestead
Apothecary's Homestead
Minstrel's Homestead
Tyrant's Homestead
Bandits' Homestead
Robbers' Homestead
Scrappers' Homestead
Tinkers' Homestead
Nomads' Homestead
Amanaxis Mill
Andor's Mill
Bloodsand Mill
Celestine Mill
Coldsnap Mill
Eloren Mill
Hornwall Mill
Kraag Mill
Mardrake Mill
Nevermoor Mill
Pyrenian Mill
Sarhmal's Mill
Shalecliff Mill
Unicorn's Mill
Windlass Mill
Zephyr's Mill
General's Mill
Baker's Mill
Apothecary's Mill
Minstrel's Mill
Tyrant's Mill
Bandits' Mill
Robbers' Mill
Scrappers' Mill
Tinkers' Mill
Nomads' Mill
Amanaxis Plains
Andor's Plains
Bloodsand Plains
Celestine Plains
Coldsnap Plains
Eloren Plains
Hornwall Plains
Kraag Plains
Mardrake Plains
Nevermoor Plains
Pyrenian Plains
Sarhmal's Plains
Shalecliff Plains
Unicorn's Plains
Windlass Plains
Zephyr's Plains
General's Plains
Baker's Plains
Apothecary's Plains
Minstrel's Plains
Tyrant's Plains
Bandits' Plains
Robbers' Plains
Scrappers' Plains
Tinkers' Plains
Nomads' Plains
Eastgate
Hawkston
Sotherburg
Esterburgh
Whitecliffe
Serra's Mercy
New Mill
Old Mill
Bootblack
Zephyston
Tilveld
Windpikes
Avrinyth
Pella's Wish
Bannockburn
Narthwich
Griffon Ridge
Aeredale
Clarisburg
Mirror Rock
Grafstone
Alcester
Dalchester
Kitsden
Squireholm
Bristonchapel
Torrim's Wall
Darnstall
Cadworth Abbey
Shepherd's Road
Horseshoe Pass
Lionshall
Dewberry
Fort Dannemore
New Ardestan
Hammersford
Ramstead
Duke's Watch
Fort Svarburg

View File

@@ -0,0 +1,25 @@
{
"width": 700,
"height": 700,
"playerStartPosX": 0.5,
"playerStartPosY": 0.5,
"noiseZoomBiome": 30,
"miniMapTileSize": 4,
"tileSize": 16,
"roadTileset": {
"tilesetAtlas": "world/tilesets/terrain.atlas",
"tilesetName": "Road",
"color": "ffffff"
},
"biomesSprites": "world/sprites/map_sprites.json",
"maxRoadDistance": 1000,
"biomesNames": [
"world/biomes/base.json",
"world/biomes/ff6WorldOfRuinB.json",
"world/biomes/ff7GaiaG.json",
"world/biomes/ff9MistContinentW.json",
"world/biomes/ff10SpiraU.json",
"world/biomes/ff13BrokenWorld.json",
"world/biomes/ff14EorzeaR.json"
]
}

View File

@@ -0,0 +1,52 @@
#-----------------------------------------------SHEN CUSTOM JUMPSTART PACKS START HERE------------------------------------------------#
# ISD Shen Custom Jumpstart for Innistrad plane
ISD Dearly Departed 1: 1 wholeSheet("ISD Dearly Departed 1"), 1 RareMythic:fromSheet("ISD White Inserts")
ISD Dearly Departed 2: 1 wholeSheet("ISD Dearly Departed 2"), 1 RareMythic:fromSheet("ISD White Inserts")
ISD Fraying Sanity 1: 1 wholeSheet("ISD Fraying Sanity 1"), 1 RareMythic:fromSheet("ISD Blue Inserts")
ISD Fraying Sanity 2: 1 wholeSheet("ISD Fraying Sanity 2"), 1 RareMythic:fromSheet("ISD Blue Inserts")
ISD Undead Horde 1: 1 wholeSheet("ISD Undead Horde 1"), 1 RareMythic:fromSheet("ISD Black Inserts")
ISD Undead Horde 2: 1 wholeSheet("ISD Undead Horde 2"), 1 RareMythic:fromSheet("ISD Black Inserts")
ISD Bloody Marauders 1: 1 wholeSheet("ISD Bloody Marauders 1"), 1 RareMythic:fromSheet("ISD Red Inserts")
ISD Bloody Marauders 2: 1 wholeSheet("ISD Bloody Marauders 2"), 1 RareMythic:fromSheet("ISD Red Inserts")
ISD Transformations 1: 1 wholeSheet("ISD Transformations 1"), 1 RareMythic:fromSheet("ISD Green Inserts")
ISD Transformations 2: 1 wholeSheet("ISD Transformations 2"), 1 RareMythic:fromSheet("ISD Green Inserts")
# DKA Shen Custom Jumpstart for Innistrad plane
DKA Fateful Hour 1: 1 wholeSheet("DKA Fateful Hour 1"), 1 RareMythic:fromSheet("DKA White Inserts")
DKA Fateful Hour 2: 1 wholeSheet("DKA Fateful Hour 2"), 1 RareMythic:fromSheet("DKA White Inserts")
DKA Undying Gifts 1: 1 wholeSheet("DKA Undying Gifts 1"), 1 RareMythic:fromSheet("DKA Blue Inserts")
DKA Undying Gifts 2: 1 wholeSheet("DKA Undying Gifts 2"), 1 RareMythic:fromSheet("DKA Blue Inserts")
DKA Death Unrelenting 1: 1 wholeSheet("DKA Death Unrelenting 1"), 1 RareMythic:fromSheet("DKA Black Inserts")
DKA Death Unrelenting 2: 1 wholeSheet("DKA Death Unrelenting 2"), 1 RareMythic:fromSheet("DKA Black Inserts")
DKA Devilish Mockery 1: 1 wholeSheet("DKA Devilish Mockery 1"), 1 RareMythic:fromSheet("DKA Red Inserts")
DKA Devilish Mockery 2: 1 wholeSheet("DKA Devilish Mockery 2"), 1 RareMythic:fromSheet("DKA Red Inserts")
DKA Beastly Killers 1: 1 wholeSheet("DKA Beastly Killers 1"), 1 RareMythic:fromSheet("DKA Green Inserts")
DKA Beastly Killers 2: 1 wholeSheet("DKA Beastly Killers 2"), 1 RareMythic:fromSheet("DKA Green Inserts")
# SOI Shen Custom Jumpstart for Innistrad plane
SOI Spiritual Clues 1: 1 wholeSheet("SOI Spiritual Clues 1"), 1 RareMythic:fromSheet("SOI White Inserts")
SOI Spiritual Clues 2: 1 wholeSheet("SOI Spiritual Clues 2"), 1 RareMythic:fromSheet("SOI White Inserts")
SOI Skulking Horrors 1: 1 wholeSheet("SOI Skulking Horrors 1"), 1 RareMythic:fromSheet("SOI Blue Inserts")
SOI Skulking Horrors 2: 1 wholeSheet("SOI Skulking Horrors 2"), 1 RareMythic:fromSheet("SOI Blue Inserts")
SOI Splitting Headache 1: 1 wholeSheet("SOI Splitting Headache 1"), 1 RareMythic:fromSheet("SOI Black Inserts")
SOI Splitting Headache 2: 1 wholeSheet("SOI Splitting Headache 2"), 1 RareMythic:fromSheet("SOI Black Inserts")
SOI Bloody Insanity 1: 1 wholeSheet("SOI Bloody Insanity 1"), 1 RareMythic:fromSheet("SOI Red Inserts")
SOI Bloody Insanity 2: 1 wholeSheet("SOI Bloody Insanity 2"), 1 RareMythic:fromSheet("SOI Red Inserts")
SOI Howlpack Forces 1: 1 wholeSheet("SOI Howlpack Forces 1"), 1 RareMythic:fromSheet("SOI Green Inserts")
SOI Howlpack Forces 2: 1 wholeSheet("SOI Howlpack Forces 2"), 1 RareMythic:fromSheet("SOI Green Inserts")
# MID Shen Custom Jumpstart for Innistrad plane
MID Coven of Hope 1: 1 wholeSheet("MID Coven of Hope 1"), 1 RareMythic:fromSheet("MID White Inserts")
MID Coven of Hope 2: 1 wholeSheet("MID Coven of Hope 2"), 1 RareMythic:fromSheet("MID White Inserts")
MID Disturbing Thoughts 1: 1 wholeSheet("MID Disturbing Thoughts 1"), 1 RareMythic:fromSheet("MID Blue Inserts")
MID Disturbing Thoughts 2: 1 wholeSheet("MID Disturbing Thoughts 2"), 1 RareMythic:fromSheet("MID Blue Inserts")
MID Morbid Decay 1: 1 wholeSheet("MID Morbid Decay 1"), 1 RareMythic:fromSheet("MID Black Inserts")
MID Morbid Decay 2: 1 wholeSheet("MID Morbid Decay 2"), 1 RareMythic:fromSheet("MID Black Inserts")
MID Playing with Fire 1: 1 wholeSheet("MID Playing with Fire 1"), 1 RareMythic:fromSheet("MID Red Inserts")
MID Playing with Fire 2: 1 wholeSheet("MID Playing with Fire 2"), 1 RareMythic:fromSheet("MID Red Inserts")
MID Token Aggression 1: 1 wholeSheet("MID Token Aggression 1"), 1 RareMythic:fromSheet("MID Green Inserts")
MID Token Aggression 2: 1 wholeSheet("MID Token Aggression 2"), 1 RareMythic:fromSheet("MID Green Inserts")

View File

@@ -0,0 +1,269 @@
{
"screenWidth": 480,
"screenHeight": 270,
"skin": "skin/ui_skin.json",
"playerBaseSpeed": 32,
"minDeckSize": 40,
"colorIds":["W","U","B","R","G"],
"colorIdNames":["tr(lblWhite) [+pmW]","tr(lblBlue) [+pmU]","tr(lblBlack) [+pmB]","tr(lblRed) [+pmR]","tr(lblGreen) [+pmG]"],
"restrictedCards": [
"Black Lotus",
"Mox Emerald",
"Mox Pearl",
"Mox Ruby",
"Mox Sapphire",
"Mox Jet",
"Ancestral Recall",
"Timetwister",
"Time Walk",
"Command Tower",
"Arcane Signet",
"Opal Palace",
"Path of Ancestry",
"War Room",
"Commander's Plate",
"Campfire",
"Cloudkill",
"Command Beacon",
"Commander's Insignia",
"Forge of Heroes",
"Imposing Grandeur",
"Jeweled Lotus",
"Myth Unbound",
"Netherborn Altar",
"Sanctum of Eternity",
"Stinging Study",
"Study Hall",
"Witch's Clinic",
"Time Vault",
"Sol Ring",
"Mana Crypt",
"Tolarian Academy",
"Tinker",
"Demonic Tutor",
"Vampiric Tutor",
"Bazaar of Baghdad",
"Library of Alexandria",
"Mana Vault",
"Fastbond",
"Mishra's Workshop",
"Yawgmoth's Bargain",
"Gaea's Cradle",
"Commander's Sphere",
"Drake Stone",
"Wrenn and One",
"Under-Construction Skyscraper",
"Temur Elevator",
"Slumbering Waterways",
"Omenpath to Naya",
"The Heron Moon",
"Gobland",
"Fetching Garden",
"Mox Poison",
"Wisedrafter's Will",
"New Master of Arms",
"Halving Season",
"Questing Cosplayer",
"Teferi, Druid of Argoth",
"Anax and Cymede & Kynaios and Tiro",
"Call from the Grave",
"Mise"
],
"restrictedEditions": [
"HTR",
"HTR17",
"HTR18",
"HTR19",
"HTR20",
"PCEL",
"HHO",
"CMB1",
"UST",
"UGL",
"UNH",
"PPC1",
"UND",
"PUST",
"DA1",
"UNF"
],
"restrictedEvents": [
"LEA",
"LEB",
"2ED",
"30A",
"CNS",
"CN2",
"CMR",
"CLB",
"CMM"
],
"allowedEditions": [
"ISD",
"DKA",
"SOI",
"MID"
],
"allowedJumpstart": [
"Innistrad",
"Dark Ascension",
"Shadows over Innistrad",
"Midnight Hunt"
],
"difficulties": [
{
"name": "Easy",
"startingLife": 16,
"startingShards": 5,
"startingMoney": 500,
"enemyLifeFactor": 0.8,
"spawnRank": 0,
"goldLoss": 0.02,
"lifeLoss": 0.1,
"rewardMaxFactor" : 1.5,
"sellFactor": 0.6,
"shardSellRatio": 0.95,
"starterDecks": {
"W":"decks/starter/INN/INNwhite_e.json",
"B":"decks/starter/INN/INNblack_e.json",
"U":"decks/starter/INN/INNblue_e.json",
"R":"decks/starter/INN/INNred_e.json",
"G":"decks/starter/INN/INNgreen_e.json"
},
"constructedStarterDecks": {
"W":"decks/starter/INN/Adventure - INN Low White.dck",
"B":"decks/starter/INN/Adventure - INN Low Black.dck",
"U":"decks/starter/INN/Adventure - INN Low Blue.dck",
"R":"decks/starter/INN/Adventure - INN Low Red.dck",
"G":"decks/starter/INN/Adventure - INN Low Green.dck"
},
"pileDecks": {
"W":"decks/starter/INN/INNpile_white_e.json",
"B":"decks/starter/INN/INNpile_black_e.json",
"U":"decks/starter/INN/INNpile_blue_e.json",
"R":"decks/starter/INN/INNpile_red_e.json",
"G":"decks/starter/INN/INNpile_green_e.json"
},
"startItems": [
"Manasight Amulet",
"Leather Boots"
]
},{
"name": "Normal",
"startingLife": 12,
"startingShards": 2,
"startingMoney": 250,
"startingDifficulty": true,
"enemyLifeFactor": 1.0,
"rewardMaxFactor" : 1.0,
"spawnRank": 1,
"goldLoss": 0.1,
"lifeLoss": 0.2,
"sellFactor": 0.5,
"shardSellRatio": 0.8,
"starterDecks": {
"W":"decks/starter/INN/INNwhite_n.json",
"B":"decks/starter/INN/INNblack_n.json",
"U":"decks/starter/INN/INNblue_n.json",
"R":"decks/starter/INN/INNred_n.json",
"G":"decks/starter/INN/INNgreen_n.json"
},
"constructedStarterDecks": {
"W":"decks/starter/INN/Adventure - INN Low Humans.dck",
"B":"decks/starter/INN/Adventure - INN Low Skaabs.dck",
"U":"decks/starter/INN/Adventure - INN Low Spirits.dck",
"R":"decks/starter/INN/Adventure - INN Low Vampires.dck",
"G":"decks/starter/INN/Adventure - INN Low Werewolves.dck"
},
"pileDecks": {
"W":"decks/starter/INN/INNpile_white_n.json",
"B":"decks/starter/INN/INNpile_black_n.json",
"U":"decks/starter/INN/INNpile_blue_n.json",
"R":"decks/starter/INN/INNpile_red_n.json",
"G":"decks/starter/INN/INNpile_green_n.json"
},
"startItems": [
"Leather Boots"
]
},{
"name": "Hard",
"startingLife": 8,
"startingShards": 0,
"startingMoney": 125,
"enemyLifeFactor": 1.5,
"rewardMaxFactor" : 0.5,
"spawnRank": 2,
"goldLoss": 0.3,
"lifeLoss": 0.3,
"sellFactor": 0.25,
"shardSellRatio": 0.6,
"starterDecks": {
"W":"decks/starter/INN/INNwhite_h.json",
"B":"decks/starter/INN/INNblack_h.json",
"U":"decks/starter/INN/INNblue_h.json",
"R":"decks/starter/INN/INNred_h.json",
"G":"decks/starter/INN/INNgreen_h.json"
},
"constructedStarterDecks": {
"W":"decks/starter/INN/Adventure - INN Midnight Transformation.dck",
"B":"decks/starter/INN/Adventure - INN Undying Masses.dck",
"U":"decks/starter/INN/Adventure - INN Aggressive Urges.dck",
"R":"decks/starter/INN/Adventure - INN Witches Coven.dck",
"G":"decks/starter/INN/Adventure - INN A Token Investigation.dck"
},
"pileDecks": {
"W":"decks/starter/INN/INNpile_white_h.json",
"B":"decks/starter/INN/INNpile_black_h.json",
"U":"decks/starter/INN/INNpile_blue_h.json",
"R":"decks/starter/INN/INNpile_red_h.json",
"G":"decks/starter/INN/INNpile_green_h.json"
}
},{
"name": "Insane",
"startingLife": 7,
"startingShards": 0,
"startingMoney": 0,
"enemyLifeFactor": 2.5,
"rewardMaxFactor" : 0.0,
"spawnRank": 2,
"goldLoss": 0.5,
"lifeLoss": 0.3,
"sellFactor": 0.05,
"shardSellRatio": 0.3,
"starterDecks": {
"W":"decks/starter/INN/INNwhite_h.json",
"B":"decks/starter/INN/INNblack_h.json",
"U":"decks/starter/INN/INNblue_h.json",
"R":"decks/starter/INN/INNred_h.json",
"G":"decks/starter/INN/INNgreen_h.json"
},
"constructedStarterDecks": {
"W":"decks/starter/INN/Adventure - INN Midnight Transformation.dck",
"B":"decks/starter/INN/Adventure - INN Undying Masses.dck",
"U":"decks/starter/INN/Adventure - INN Aggressive Urges.dck",
"R":"decks/starter/INN/Adventure - INN Witches Coven.dck",
"G":"decks/starter/INN/Adventure - INN A Token Investigation.dck"
},
"pileDecks": {
"W":"decks/starter/INN/INNpile_white_h.json",
"B":"decks/starter/INN/INNpile_black_h.json",
"U":"decks/starter/INN/INNpile_blue_h.json",
"R":"decks/starter/INN/INNpile_red_h.json",
"G":"decks/starter/INN/INNpile_green_h.json"
}
}
],
"starterEditions": [
"ISD",
"DKA",
"SOI",
"MID"
],
"starterEditionNames": [
"Innistrad",
"Dark Ascension",
"Shadows over Innistrad",
"Midnight Hunt"
]
}

View File

@@ -0,0 +1,71 @@
[metadata]
Name=INN_Missionaries
[Main]
1 Abbey Griffin|ISD|1
1 Alms of the Vein|SOI|1
2 Altar of the Lost|DKA|1
2 Always Watching|SOI|1
3 Avacynian Missionaries|SOI|1
4 Avacynian Priest|ISD|1
2 Avacyn's Collar|DKA|1
4 Avacyn's Pilgrim|ISD|1
1 Bladebrand|MID|1
2 Blazing Torch|ISD|1
1 Burn at the Stake|AVR|1
1 Chapel Geist|ISD|1
2 Chaplain of ALms|MID|1
1 Chaplain's Blessing|SOI|1
1 Cloistered Youth|ISD|1
2 Crossroads Consecrator|EMN|1
1 Dauntless Cathar|SOI|1
1 Dawnhart Disciple|VOW|1
1 Defenestrate|MID|1
2 Devout Chaplain|AVR|1
1 Ecstatic Awakener|MID|1
2 Elgaud Inquisitor|DKA|1
1 Expose Evil|SOI|1
1 Faithful Mending|MID|1
1 Faith's Shield|DKA|1
1 Fervent Cathar|AVR|1
1 Fiend Hunter|ISD|1
1 Flare of Faith|MID|1
1 Forsaken Sanctuary|SOI|1
1 Geist of the Lonely Vigil|EMN|1
1 Isolated Chapel|ISD|1
1 Jerren. Corrupted Bishop|MID|1
1 Kindly Ancestor|VOW|1
1 Mad Prophet|SOI|1
1 Make a Wish|ISD|1
1 Mausoleum Guard|ISD|1
1 Militant Inquisitor|SOI|1
1 Mischievous Catgeist|VOW|1
1 Moment of heroism|ISD|1
2 Nearheath Pilgrim|AVR|1
1 Pious Evangel|SOI|1
2 Ray of Revelation|DKA|1
1 Sanctify|VOW|1
3 Sanctuary Cat|DKA|1
1 Saving Grasp|DKA|1
1 Scroll of Avacyn|AVR|1
1 Scroll of Griselbrand|AVR|1
1 Selfless Cathar|ISD|1
1 Selhoff Occultist|ISD|1
2 Skirsdag Cultist|ISD|1
2 Skirsdag Flayer|DKA|1
1 Skirsdag High Priest|ISD|1
3 Skirsdag Supplicant|EMN|1
2 Somberwald Vigilante|AVR|1
2 Spare from Evil|ISD|1
1 Spiteful Motives|SOI|1
2 Spiteful Shadows|DKA|1
3 Traveling Minister|VOW|1
2 Travel Preparations|SID|1
3 Unholy Officiant|VOW|1
1 Vampire Slayer|VOW|1
2 Voice of the Provinces|AVR|1
1 Wakedancer|DKA|1
1 Wooden Stake|ISD|1
1 Zealous Strike|AVR|1
[Sideboard]
[Schemes]

View File

@@ -0,0 +1,87 @@
[metadata]
Name=INN_Peasants
[Main]
1 Afflicted Deserter|DKA|1
1 Arrogant Outlaw|MID|1
3 Baneblade Scoundrel|MID|1
1 Black Cat|DKA|1
1 Bitterheart Witch|ISD|1
1 Brimstone Vandal|MID|1
1 Chosen of Markov|DKA|1
2 Civilized Scholar|ISD|1
3 Convicted Killer|SOI|1
3 Corpse Traders|AVR|1
3 Covert Cutpurse|MID|1
3 Creepy Puppeteer|VOW|1
1 Cult of the Waxing Moon|SOI|1
3 Daring Sleuth|SOI|1
1 Dark Impostor|AVR|1
1 Dawnhart Geist|VOW|1
1 Deathcap Cultivator|SOI|1
3 Deranged Outcast|DKA|1
1 Driver of the Dead|AVR|1
1 Eccentric Farmer|MID|1
2 Ecstatic Awakener|MID|1
1 Erdwal Ripper|DKA|1
1 Evernight Shade|AVR|1
1 Evil Twin|ISD|1
1 Falkenrath Gorger|SOI|1
1 Famished Foragers|MID|1
2 Fangblade Brigand|MID|1
2 Fearful Villager|VOW|1
1 Festival Crasher|MID|1
3 Gatstaf Arsonists|SOI|1
2 Geier Reach Bandit|SOI|1
3 Ghoulcaller's Accomplice|SOI|1
2 Grizzled Outcasts|ISD|1
2 Hinterland Hermit|DKA|1
3 Hookhand Mariner|VOW|1
1 Innocent Traveler|VOW|1
1 Insolent Neonate|SOI|1
3 Invisible Stalker|ISD|1
1 Kessig Cagebreakers|ISD|1
1 Kindly Stranger|SOI|1
1 Kruin Outlaw|ISD|1
1 Lantern Bearer|VOW|1
1 Lantern Spirit|ISD|1
1 Mad Prophet|SOI|1
1 Malevolent Hermit|MID|1
2 Morbid Opportunist|MID|1
3 Nearheath Stalker|DKA|1
1 Nebelgast Beguiler|VOW|1
1 Nightshade Peddler|AVR|1
1 Novice Occultist|MID|1
1 Obsessive Astronomer|MID|1
1 Obsessive Skinner|SOI|1
2 Panicked Bystander|VOW|1
1 Primal Druid|EMN|1
1 Ragged Recluse|VOW|1
1 Rancid Rats|SOI|1
1 Reckless Waif|ISD|1
1 Reclusive Taxidermist|VOW|1
1 Riot Ringleader|AVR|1
1 Sanguinary Mage|SOI|1
1 Scorned Villager|DKA|1
1 Selhoff Occultist|ISD|1
2 Shady Traveler|MID|1
1 Silent Observer|SOI|1
1 Skirsdag Cultist|ISD|1
1 Skulking Killer|VOW|1
2 Solitary Hunter|SOI|1
1 Somberwald Vigilante|AVR|1
2 Tavern Ruffian|MID|1
3 Tooth Collector|SOI|1
1 Topplegeist|SOI|1
1 Tormented Pariah|ISD|1
1 Unruly Mob|MID|1
2 Vengeful Strangler|MID|1
2 Village Cannibals|ISD|1
1 Villagers of Estwald|ISD|1
1 Village Watch|MID|1
1 Voldaren Stinger|MID|1
1 Wakedancer|DKA|1
3 Weary Prisoner|VOW|1
1 Wolfkin Outcast|VOW|1
[Sideboard]
[Schemes]

View File

@@ -0,0 +1,50 @@
[metadata]
Name=INN_Peasants
[Main]
1 Alchemists's Apprentice|AVR|1
3 Ambitious Farmhand|MID|1
1 Apothecary Geist|SOI|1
3 Baithook Angler|MID|1
3 Beloved Beggar|MID|1
3 Bereaved Survivor|MID|1
1 Bird Admirer|MID|1
1 Borderland Ranger|AVR|1
1 Byway Courier|SOI|1
1 Contortionist Troupe|MID|1
1 Covetous Castaway|MID|1
1 Creepy Doll|ISD|1
1 Daybreak Combatants|VOW|1
3 Desperate Farmer|VOW|1
3 Devoted Grafkeeper|MID|1
2 Doomed Traveler|ISD|1
2 Doomed Dissenter|VOW|1
3 Eccentric Farmer|MID|1
1 Elder of Laurels|ISD|1
1 Farbog Explorer|AVR|1
1 Fearful Villager|VOW|1
2 Gatstaf Shepherd|ISD|1
1 Groundskeeper|SOI|1
1 hermit of the Natterknolls|SOI|1
1 Hinterland Hermit|DKA|1
1 Hinterland Logger|SOI|1
1 Kessig Malcontents|AVR|1
1 Mad Prophet|SOI|1
1 Malevolent Hermit|MID|1
1 Novice Occultist|MID|1
3 Ragged Recluse|VOW|1
3 Rural Recruit|VOW|1
1 Scorned Villager|DKA|1
1 Shady Traveler|MID|1
1 Stoic Builder|SOI|1
1 Timberland Guide|MID|1
1 Town Gossipmonger|SOI|1
1 Unruly Mob|ISD|1
1 Village Cannibals|ISD|1
1 Village Bell-Ringer|ISD|1
1 Village Ironsmith|ISD|1
1 Villagers of Estwald|ISD|1
1 Village Survivors|DKA|1
1 Woodland Sleuth|ISD|1
[Sideboard]
[Schemes]

View File

@@ -0,0 +1,30 @@
[metadata]
Name=INN_bog_hermit
[Avatar]
[Main]
1 Augur of Autumn|MID|1
2 Deathcap Cultivator|SOI|1
2 Autumnal Gloom|SOI|1
1 Accursed Witch|SOI|1
2 Boneyard Wurm|ISD|1
2 Macabre Waltz|SOI|1
2 Crawling Sensation|SOI|1
1 Deathbonnet Sprout|MID|1
2 Dryad's Revival|MID|1
2 Fork in the Road|SOI|1
2 Butcher Ghoul|AVR|1
2 Defenestrate|MID|1
2 Eccentric Farmer
9 Forest|SOI|2
8 Swamp|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_cleric_easy
[Avatar]
[Main]
2 Avacynian Priest|ISD|1
2 Avacynian Missionaries|SOI|1
2 Chaplain of Alms|MID|1
2 Lunarch Veteran|MID|1
2 Militant Inquisitor|SOI|1
2 Pious Evangel|SOI|1
2 Elgaud Inquisitor|DKA|1
2 Blazing Torch|ISD|1
1 Requiem Angel|DKA|1
2 Avacyn's Collar|DKA|1
2 Mask of Avacyn|ISD|1
2 True-Faith Censer|SOI|1
17 Plains|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,38 @@
[metadata]
Name=INN_cleric_easy
[Avatar]
[Main]
2 Sigardian Priest|EMN|1
2 Cathedral Sanctifier|AVR|1
2 Crossroads Consecrator|EMN|1
2 Diregraf Escort|AVR|1
2 Goldnight Commander|AVR|1
2 Selfless Spirit|EMN|1
2 Avacyn's Pilgrim|ISD|1
1 Sigarda's Splendor|MID|1
2 Avacyn's Collar|DKA|1
2 Mask of Avacyn|ISD|1
2 Hope Against Hope|SOI|1
10 Plains|ISD|2
8 Forest|SOI|2
4 Evolving Wilds|MID|1
2 Overgrown Farmland |MID|1
1 Dawnhart Wardens|SOI|1
2 Ulvenwald Mysteries|SOI|1
2 Faith's Shield|ISD|1
2 Join the Dance|MID|1
2 Dawnhart Rejuvenator|MID|1
2 Travel Preparations|ISD|1
2 Orchard Spirit|MID|1
2 Moment of Heroism|ISD|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,38 @@
[metadata]
Name=INN_cleric_easy
[Avatar]
[Main]
2 Avacynian Priest|ISD|1
2 Avacynian Missionaries|SOI|1
2 Chaplain of Alms|MID|1
2 Bygone Bishop|SOI|1
2 Pious Evangel|SOI|1
2 Elgaud Inquisitor|DKA|1
2 Blazing Torch|ISD|1
1 Geist of Saint Traft|ISD|1
2 Avacyn's Collar|DKA|1
2 Mask of Avacyn|ISD|1
2 True-Faith Censer|SOI|1
10 Plains|ISD|2
8 Island|SOI|2
4 Evolving Wilds|MID|1
2 Deserted Beach|MID|1
1 Invocation of Saint Traft|SOI|1
2 Beloved Beggar|MID|1
2 Curiosity|ISD|1
2 Devoted Grafkeeper|MID|1
2 Faithful Mending|MID|1
2 Ghostly Wings|SOI|1
2 Secrets of the Key|MID|1
2 Silent Departure|ISD|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,27 @@
[metadata]
Name=INN_dryad_easy
[Avatar]
[Main]
2 Willow Geist|MID|1
2 Deathbonnet Sprout|MID|1
1 Soul of the Harvest|AVR|1
2 Dryad's Revival|MID|1
2 Strangleroot Geist|DKA|1
2 Seagraf Skaab|SOI|1
2 Make a Wish|ISD|1
4 Loam Dryad|SOI|1
2 Turn the Earth|MID|1
2 Orchard Spirit|ISD|1
2 Somberwald Dryad|DKA|1
17 Forest|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_falkenrath_easy
[Avatar]
[Main]
2 Neonate's Rush|MID|1
2 Falkenrath Gorger|SOI|1
1 Curse of Bloodletting|DKA|1
2 Bloodcrazed Neonate|ISD|1
2 Bloodmad Vampire|SOI|1
2 Crossway Vampire|ISD|1
2 Talons of Falkenrath|DKA|1
2 Stolen Vitality|MID|1
2 Erdwall Ripper|SOI|1
2 Uncanny Speed|AVR|1
2 Falkenrath Perforator|MID|1
2 Famished Foragers|MID|1
17 Mountain|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_falkenrath_easy2
[Avatar]
[Main]
2 Neonate's Rush|MID|1
1 Falkenrath Gorger|SOI|1
1 Falkenrath Marauders|ISD|1
1 Curse of Bloodletting|DKA|1
2 Bloodcrazed Neonate|ISD|1
2 Bloodmad Vampire|SOI|1
2 Crossway Vampire|ISD|1
2 Talons of Falkenrath|DKA|1
2 Stolen Vitality|MID|1
2 Erdwall Ripper|SOI|1
2 Uncanny Speed|AVR|1
2 Wrack with Madness|DKA|1
2 Famished Foragers|MID|1
17 Mountain|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,38 @@
[metadata]
Name=INN_falkenrath_medium
[Avatar]
[Main]
2 Neonate's Rush|MID|1
2 Falkenrath Gorger|SOI|1
1 Curse of Bloodletting|DKA|1
2 Bloodcrazed Neonate|ISD|1
2 Bloodmad Vampire|SOI|1
2 Crossway Vampire|ISD|1
2 Talons of Falkenrath|DKA|1
2 Stolen Vitality|MID|1
2 Erdwall Ripper|SOI|1
2 Uncanny Speed|AVR|1
2 Falkenrath Perforator|MID|1
2 Famished Foragers|MID|1
6 Mountain|ISD|2
6 Mountain|SOI|2
6 Mountain|MID|1
2 Wrack with Madness|DKA|1
2 Fiery Temper|SOI|1
1 Falkenrath Pit Fighter
2 Furor of the Bitten|ISD|1
2 Falkenrath Exterminator|AVR|1
2 Havengul Vampire|AVR|1
2 Incorrigible Youths|SOI|1
2 Abandon the Post|MID|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_geist_easy
[Avatar]
[Main]
2 Geist Snatch|AVR|1
2 Remorseful Cleric|VOC|1
1 Battleground Geist|ISD|1
2 Vessel of Ephemera|SOI|1
2 Geist of the Moors|M15|1
2 Blessed Defiance|MID|1
2 Silent Departure|ISD|1
2 Curiosity|ISD|1
2 Spectral Shepherd|SOI|1
2 Saving Grasp|DKA|1
2 Voiceless Spirit|MID|1
2 Apothecary Geist|SOI|1
8 Island|ISD|2
9 Plains|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,34 @@
[metadata]
Name=INN_Gitrog_Monster
[Avatar]
[Main]
13 Swamp|MID|2
13 Forest|MID|2
4 Woodland Cemetery|ISD|1
4 The Gitrog Monster|SOI|1
2 Ulvenwald Hydra|SOI|1
4 Augur of Autumn|MID|1
2 Traverse the Ulvenwald|SOI|1
2 Crawling Sensation|SOI|1
2 Groundskeeper|SOI|1
2 Caravan Vigil|ISD|1
2 Splendid Reclamation|EMN|1
2 Dawntreader Elk|DKA|1
2 Bloodbriar|EMN|1
2 Curse of Death's Hold|ISD|1
2 Ghoulcaller's Harvest|MID|1
2 Deadly Allure|DKA|1
2 Grizzly Ghoul|MID|1
2 Obsessive Skinner|SOI|1
2 Terrarion|EMN|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_green_scout
[Avatar]
[Main]
2 Somberwald Sage|AVR|1
2 Briarbridge Patrol|SOI|1
1 Tireless Tracker|SOI|1
2 Clear Shot|MID|1
2 Graf Mole|SOI|1
2 Hamlet Captain|ISD|1
2 Bramble Armor|MID|1
2 Confront the Unknown|SOI|1
2 Borderland Ranger|AVR|1
2 Clinging Mists|DKA|1
2 Byway Courier|SOI|1
2 Ranger's Guile|ISD|1
9 Forest|ISD|2
8 Forest|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_green_scout2
[Avatar]
[Main]
2 Somberwald Sage|AVR|1
2 Briarbridge Patrol|SOI|1
1 Tireless Tracker|SOI|1
2 Clear Shot|MID|1
2 Graf Mole|SOI|1
2 Hamlet Captain|ISD|1
2 Woodland Sleuth|ISD|1
2 Confront the Unknown|SOI|1
2 Borderland Ranger|AVR|1
2 Clinging Mists|DKA|1
2 Timberland Guide|MID|1
2 Ranger's Guile|ISD|1
9 Forest|ISD|2
8 Forest|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_hermit_easy
[Main]
1 Curse of Leeches|MID|1
1 Disciple of Griselbrand|ISD|1
2 Deranged Outcast|DKA|1
2 Eccentric Farmer|MID|1
2 Eaten Alive|MID|1
1 Vengeful Strangler|MID|1
2 Butcher Ghoul|AVR|1
2 Driver of the Dead|VOW|1
3 Forest|SOI|1
3 Forest|SOI|2
4 Forest|ISD|2
1 Butcher's Cleaver|ISD|1
2 Village Cannibals|ISD|1
2 Gnaw to the Bone|ISD|1
2 Mental Agony|AVR|1
5 Swamp|SOI|1
3 Swamp|SOI|2
2 Swamp|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]

View File

@@ -0,0 +1,32 @@
[metadata]
Name=INN_immerwolf_easy
[Main]
2 Bounding Wolf|MID|1
2 Darkthicket Wolf|ISD|1
2 Ember-Eye Wolf|SOI|1
2 Feral Ridgewolf|ISD|1
4 Immerwolf|SIS|1
2 Kessig Wolf|ISD|1
2 Lambholt Harrier|MID|1
2 Pestilent Wolf|MID|1
1 Primal Adversary|MID|1
3 Forest|SOI|1
3 Forest|MID|2
3 Forest|ISD|2
2 Quilled Wolf|SOI|1
2 Snarling Wolf|MID|1
2 Ulrich's Kindred|SOI|1
2 Young Wolf|DKA|1
1 Feed the Pack|DKA|1
5 Mountain|SOI|1
3 Mountain|MID|2
2 Mountain|ISD|2
4 Howl of the Hunt|MID|
2 Howlpack Resurgence|SOI|
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]

View File

@@ -0,0 +1,37 @@
[metadata]
Name=INN_labman_easy
[Avatar]
[Main]
2 Amass the Components|AVR|1
2 Flip the Switch|MID|1
1 Delver of Secrets|ISD|1
2 Alchemist's Apprentice|AVR|1
2 Baithook Angler|MID|1
2 Aberrant Researcher|SOI|1
2 Silent Departure|ISD|1
2 Catalog|SOI|1
2 Component Collector|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Bone to Ash|DKA|1
12 Island|ISD|2
12 Island|MID|1
2 Cellar Door|ISD|1
2 Chill of Foreboding|DKA|
1 Furtive Homunculus|SOI|1
2 Deranged Assistant|ISD|1
1 Havengul Runebinder|DKA|1
2 Laboratory Maniac|ISD|1
2 Overwhelmed Archivist|MID|1
1 Reckless Scholar|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,39 @@
[metadata]
Name=INN_labman_medium
[Avatar]
[Main]
2 Amass the Components|AVR|1
2 Flip the Switch|MID|1
1 Arcane Melee|AVR|1
2 Burning Vengeance|ISD|1
2 Arcane Infusion|MID|1
2 Aberrant Researcher|SOI|1
2 Desperate Ravings|ISD|1
2 Catalog|SOI|1
2 Component Collector|SOI|1
2 Thought Scour|DKA|1
2 Dream Twist|MID|1
2 Bone to Ash|DKA|1
9 Island|ISD|2
9 Mountain|MID|1
4 Highland Lake|SOI|1
2 Sulfur Falls|ISD|1
2 Electric Revelation|MID|1
2 Chill of Foreboding|DKA|
1 Festival Crasher|MID|1
2 Deranged Assistant|ISD|1
1 Geistblast|DKA|1
2 Laboratory Maniac|ISD|1
2 Overwhelmed Archivist|MID|1
1 Harness the Storm|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_skaab_easy
[Avatar]
[Main]
2 Claustrophobia|ISD|1
2 Forgotten Creation|SOI|1
1 Memory Deluge|MID|1
2 Armored Skaab|ISD|1
2 Larder Zombie|MID|1
2 Seagraf Skaab|SOI|1
2 Silent Departure|ISD|1
2 Curiosity|ISD|1
2 Stitched Mangler|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Falcon Abomination|MID|1
17 Island|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_skaab_easy2
[Avatar]
[Main]
2 Frightful Delusion|ISD|1
2 Drownyard Amalgam|MID|1
1 Memory Deluge|MID|1
2 Armored Skaab|ISD|1
2 Larder Zombie|MID|1
2 Seagraf Skaab|SOI|1
2 Silent Departure|ISD|1
2 Curiosity|ISD|1
2 Stitched Mangler|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Falcon Abomination|MID|1
17 Island|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,28 @@
[metadata]
Name=INN_skaab_easy3
[Avatar]
[Main]
2 Hysterical Blindness|ISD|1
2 Drownyard Amalgam|MID|1
1 Memory Deluge|MID|1
2 Armored Skaab|ISD|1
2 Larder Zombie|MID|1
2 Seagraf Skaab|SOI|1
2 Silent Departure|ISD|1
2 Curiosity|ISD|1
2 Stitched Mangler|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Falcon Abomination|MID|1
17 Island|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,31 @@
[metadata]
Name=INN_skaab_medium
[Avatar]
[Main]
2 Bladestitched Skaab|MID|1
2 Cleaver Skaab|MIC|1
1 Diregraf Horde|MID|1
2 Armored Skaab|ISD|1
2 Ghoulraiser|ISD|1
2 Siege Zombie|MID|1
2 Stitchwing Skaab|ISD|1
2 Curiosity|ISD|1
2 Stitched Mangler|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Falcon Abomination|MID|1
4 Island|ISD|2
5 Island|ISD|3
4 Swamp|ISD|2
4 Swamp|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,27 @@
[metadata]
Name=INN_skaab_shrieking
[Avatar]
[Main]
2 Hysterical Blindness|ISD|1
4 Screeching Skaab|DKA|1
1 Memory Deluge|MID|1
2 Armored Skaab|ISD|1
2 Seagraf Skaab|SOI|1
2 Silent Departure|ISD|1
2 Curiosity|ISD|1
2 Stitched Mangler|SOI|1
2 Thought Scour|DKA|1
2 Startle|MID|1
2 Falcon Abomination|MID|1
17 Island|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,30 @@
[metadata]
Name=INN_spider_easy
[Avatar]
[Main]
2 Gloomwidow|SOI|1
2 Somberwald Spider|ISD|1
4 Watcher in the Web|SOI|1
2 Terrifying Presence|AVR|1
11 Forest|ISD|1
2 Juvenile Gloomwidow|SHM|1
2 Abundant Growth|AVR|1
2 Eaten by Spiders|AVR|1
2 Kessig Recluse|DKA|1
3 Brood Weaver|MID|1
2 Spider Spawning|INR|1
2 Spidery Grasp|ISD|1
2 Witch's Web|VOW|1
4 Swamp|ISD|3
2 Evolving Wilds|DKA|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,36 @@
[metadata]
Name=INN_The_Whisperers
[Avatar]
[Main]
1 Moorland Haunt|ISD|1
10 Plains|SOI|3
13 Island|SOI|3
2 Patrician Geist|MID|1
2 Rattlechains|SOI|1
2 Battleground Geist|ISD|1
2 Drogskol Captain|DKA|1
2 Gallows Warden|ISD|1
2 Midknight Haunting|ISD|1
2 Malevolent Hermit|MID|1
2 Thing in the Ice|SOI|1
2 Ambitious Farmhand|MID|1
2 Chalice of Life|DKA|1
2 Chaplain of the Alms|MID|1
2 Curious Homunculus|EMN|1
2 Haunted Cloak|SOI|1
2 Mysterious Tome|MID|1
2 Neglected Heirloom|SOI|1
2 Overwhelmed Archivist|MID|1
2 Spectral Shepherd|SOI|1
2 Uninvited Geist|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_werewolf_easy
[Main]
1 Daybreak Ranger|ISD|1
1 Ballista Watcher|VOW|1
2 Bird Admirer|MID|1
2 Hinterland Hermit|DKA|1
2 Bounding Wolf|MID|1
1 Child of the Pack|VOW|1
2 End the Festivities|VOW|1
2 Fearful Villager|VOW|1
3 Forest|SOI|1
3 Forest|SOI|2
4 Forest|ISD|2
1 Hookhand Mariner|VOW|1
2 Hungry Ridgewolf|VOW|1
1 Duskwatch Recruiter|SOI|1
1 Immerwolf|DKA|1
2 Lunar Frenzy|MID|1
5 Mountain|SOI|1
3 Mountain|SOI|2
2 Mountain|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_wolfkin_easy
[Avatar]
[Main]
2 Rabid Bite|SOI|1
2 Deranged Outcast|DKA|1
1 Descendants' Path|AVR|1
2 Wolfkin Outcast|VOW|1
2 Quilled Wolf|SOI|1
2 Wandering Wolf|AVR|1
2 Wolfkin Bond|M20|1
2 Prey Upon|ISD|1
2 Snarling Wolf|MID|1
2 Howl of the Hunt|MID|1
2 Bounding Wolf|MID|1
2 Young Wolf|DKA|1
9 Forest|ISD|2
8 Forest|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,29 @@
[metadata]
Name=INN_wolfkin_easy2
[Avatar]
[Main]
2 Rabid Bite|SOI|1
2 Deranged Outcast|DKA|1
1 Descendants' Path|AVR|1
2 Wolfkin Outcast|VOW|1
2 Quilled Wolf|SOI|1
2 Scorned Villager|AVR|1
2 Wolfkin Bond|M20|1
2 Moonlight Hunt|SOI|1
2 Snarling Wolf|MID|1
2 Howl of the Hunt|MID|1
2 Bounding Wolf|MID|1
2 Young Wolf|DKA|1
9 Forest|ISD|2
8 Forest|SOI|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - INN A Token Investigation
[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 Secrets of the Key|MID|1
7 Forest|SOI|1
2 Candlelit Cavalry|MID|1
1 Graf Mole|SOI|1
7 Island|MID|3
1 Parallel Lives|ISD|1
1 Magnifying Glass|SOI|1
1 Ongoing Investigation|SOI|1
2 Jace's Scrutiny|SOI|1
2 Traveler's Amulet|ISD|1
1 Ulvenwald Mysteries|SOI|1
2 Shadowbeast Sighting|MID|1
4 Woodland Stream|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - INN Aggressive Urges
[Avatar]
[Main]
1 Traitorous Blood|ISD|1
2 Voldaren Stinger|MID|1
1 Soul Seizer|DKA|1
7 Mountain|MID|3
7 Island|SOI|1
4 Highland Lake|SOI|1
1 Invisible Stalker|ISD|1
2 Honored Heirloom|VOW|1
2 Voldaren Duelist|SOI|1
2 Claustrophobia|ISD|1
2 Mist Raven|AVR|1
1 Storm Skreelix|MID|1
2 Component Collector|MID|1
1 Fevered Visions|SOI|1
1 Geistblast|SOI|1
1 Heckling Fiends|DKA|1
1 Latch Seeker|AVR|1
2 Heirs of Stromkirk|AVR|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,32 @@
[metadata]
Name=Adventure - INN Low Black
[Avatar]
[Main]
1 Blood Artist|AVR|1
1 Bloodline Keeper|ISD|1
1 Skirsdag Flayer|DKA|1
2 Tribute to Hunger|ISD|1
2 Alms of the Vein|SOI|1
1 Moan of the Unhallowed|ISD|1
1 Disciple of Griselbrand|ISD|1
1 Butcher Ghoul|AVR|1
2 Dead Weight|SOI|1
1 Doomed Dissenter|VOW|1
2 Ecstatic Awakener|MID|1
1 Accursed Witch|SOI|1
2 Indulgent Aristocrat|SOI|1
1 Ghoulish Procession|MID|1
2 Typhoid Rats|ISD|1
1 Undying Malice|VOW|1
18 Swamp|ISD|2
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,32 @@
[metadata]
Name=Adventure - INN Low Blue
[Avatar]
[Main]
1 Erdwal Illuminator|SOI|1
2 Fogwalker|EMN|1
2 Geistwave|MID|1
1 Havengul Runebinder|DKA|1
1 Rise from the Tides|SOI|1
1 Trail of Evidence|SOI|1
2 Chill of the Grave|VOW|1
2 Warden of the Wall|DKA|1
2 Falcon Abomination|MID|1
2 Flip the Switch|MID|1
17 Island|SOI|1
1 Mysterious Tome|MID|1
1 Daring Sleuth|SOI|1
2 Magnifying Glass|SOI|1
2 Deranged Assistant|ISD|1
1 Uninvited Geist|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,31 @@
[metadata]
Name=Adventure - INN Low Green
[Avatar]
[Main]
2 Scorned Villager|DKA|1
2 Timberland Guide|MID|1
1 Strangleroot Geist|DKA|1
2 Weirding Wood|SOI|1
1 Village Survivors|DKA|1
2 Bird Admirer|MID|1
1 Dormant Grove|VOW|1
1 Blessings of Nature|AVR|1
1 Ulvenwald Mysteries|SOI|1
2 Bloodbriar|EMN|1
2 Byway Courier|IOS|1
2 Confront the Unknown|SOI|1
18 Forest|MID|3
1 Pathbreaker Wurm|AVR|1
1 Tireless Tracker|SOI|1
1 Briarbridge Patrol|SOI|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,33 @@
[metadata]
Name=Adventure - INN Low Humans
[Avatar]
[Main]
1 Avacynian Missionaries|SOI|1
1 Heron's Grace Champion|EMN|1
2 Avacyn's Collar|DKA|1
1 Sigarda's Aid|EMN|1
1 Cathar's Call|MID|1
2 Avacyn's Pilgrim|ISD|1
7 Forest|ISD|1
2 Elder Cathar|ISD|1
7 Plains|SOI|1
1 Sigardian Paladin|VOW|1
2 Travel Preparations|ISD|1
2 Unruly Mob|ISD|1
1 Sharpened Pitchfork|ISD|1
1 Apprentice Sharpshooter|VOW|1
2 Equestrian Skill|SOI|1
4 Evolving Wilds|DKA|1
2 Homestead Courage|MID|1
1 Gryffwing Cavalry
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

View File

@@ -0,0 +1,32 @@
[metadata]
Name=Adventure - INN Low Red
[Avatar]
[Main]
2 Thermo-Alchemist|EMN|1
2 Kessig Flamebreather|VOW|1
2 Make Mischief|EMN|1
2 Moonrager's Slash|MID|1
2 Thunderbolt|AVR|1
1 Village Ironsmith|ISD|1
1 Voltaic Visionary|VOW|1
17 Mountain|ISD|1
1 Voldaren Epicure|VOW|1
1 Lambholt Raconteur|VOW|1
1 Brimstone Vandal|MID|1
2 Festival Crasher|MID|1
2 Pyre Hound|SOI|1
1 Curse of BLoodletting|DKA|1
1 Incendiary Flow|EMN|1
1 Rage Thrower|ISD|1
1 Spellrune Painter|MID|1
[Sideboard]
[Planes]
[Schemes]
[Conspiracy]
[Dungeon]

Some files were not shown because too many files have changed in this diff Show More