mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
Added Fate Reforged set and Pride of the Clouds card
This commit is contained in:
parent
25a31273ba
commit
bf29352ba6
8 changed files with 137 additions and 144 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
woogerworks (Version 1.3.0 dev 2014-10-29V2) :xmage.woogerworks.com:17171
|
woogerworks (Version 1.3.0 dev 2014-10-29V2) :xmage.woogerworks.com:17171
|
||||||
XMage.info 1 (Version 1.3.0 dev 2014-11-29v3) :176.31.186.181:17171
|
XMage.info 1 (Version 1.3.0 dev 2014-11-29v4) :176.31.186.181:17171
|
||||||
XMage.info 2 (Version 1.3.0 dev 2014-11-29V3) :176.31.186.181:17000
|
XMage.info 2 (Version 1.3.0 dev 2014-11-29V4) :176.31.186.181:17000
|
||||||
Seedds Server (Version 1.3.0 dev 2014-11-29v2) :115.29.203.80:17171
|
Seedds Server (Version 1.3.0 dev 2014-11-29v2) :115.29.203.80:17171
|
||||||
localhost -> connect to your local server (must be started):localhost:17171
|
localhost -> connect to your local server (must be started):localhost:17171
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ public class ConstructedFormats {
|
||||||
|
|
||||||
private static final String[] constructedFormats = {
|
private static final String[] constructedFormats = {
|
||||||
ALL, STANDARD, EXTENDED, MODERN,
|
ALL, STANDARD, EXTENDED, MODERN,
|
||||||
"* Khans of Tarkir Block", "Khans of Tarkir", /*"Fate Reforged",*/
|
"* Khans of Tarkir Block", "Khans of Tarkir", "Fate Reforged", /*"Dragons of Tarkir"*/
|
||||||
"* Theros Block", "Journey into Nyx", "Born of the Gods", "Theros",
|
"* Theros Block", "Journey into Nyx", "Born of the Gods", "Theros",
|
||||||
"* Return to Ravnica Block", "Dragon's Maze", "Gatecrash", "Return to Ravnica",
|
"* Return to Ravnica Block", "Dragon's Maze", "Gatecrash", "Return to Ravnica",
|
||||||
"* Innistrad Block", "Avacyn Restored", "Dark Ascension", "Innistrad",
|
"* Innistrad Block", "Avacyn Restored", "Dark Ascension", "Innistrad",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ public class MagicCardsImageSource implements CardImageSource {
|
||||||
|
|
||||||
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
private static final Map<String, String> setNameTokenReplacement = new HashMap<String, String>() {
|
||||||
{
|
{
|
||||||
|
put("FRF", "fate-reforged");
|
||||||
put("C14", "commander-2014-edition");
|
put("C14", "commander-2014-edition");
|
||||||
put("KTK", "khans-of-tarkir");
|
put("KTK", "khans-of-tarkir");
|
||||||
put("VMA", "vintage-masters");
|
put("VMA", "vintage-masters");
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ Eighth Edition|eighthedition|
|
||||||
Eventide|eventide|
|
Eventide|eventide|
|
||||||
Exodus|exodus|
|
Exodus|exodus|
|
||||||
Fallen Empires|fallenempires|
|
Fallen Empires|fallenempires|
|
||||||
|
Fate Reforged|fatereforged|
|
||||||
Fifth Dawn|fifthdawn|
|
Fifth Dawn|fifthdawn|
|
||||||
Fifth Edition|fifthedition|
|
Fifth Edition|fifthedition|
|
||||||
Fourth Edition|fourthedition|
|
Fourth Edition|fourthedition|
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ Duel Decks: Venser vs. Koth|DDI|
|
||||||
Eventide|EVE|
|
Eventide|EVE|
|
||||||
Exodus|EXO|
|
Exodus|EXO|
|
||||||
Fallen Empires|FEM|
|
Fallen Empires|FEM|
|
||||||
|
Fate Reforged|FRF|
|
||||||
Future Sight|FUT|
|
Future Sight|FUT|
|
||||||
From the Vault: Dragons|FVD|
|
From the Vault: Dragons|FVD|
|
||||||
From the Vault: Exiled|FVE|
|
From the Vault: Exiled|FVE|
|
||||||
|
|
|
||||||
BIN
mage-bundle.zip
BIN
mage-bundle.zip
Binary file not shown.
|
|
@ -1,5 +0,0 @@
|
||||||
@ECHO OFF
|
|
||||||
cd ./mage-client
|
|
||||||
call startClient
|
|
||||||
cd ../mage-server
|
|
||||||
call startServer
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
@ECHO OFF
|
|
||||||
cd ./mage-client
|
|
||||||
call startClientWin7
|
|
||||||
cd ../mage-server
|
|
||||||
call startServerWin7
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue