mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09: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
Mage.Client
Utils
mage-bundle.ziptemp
|
@ -1,5 +1,5 @@
|
|||
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 2 (Version 1.3.0 dev 2014-11-29V3) :176.31.186.181:17000
|
||||
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-29V4) :176.31.186.181:17000
|
||||
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
|
||||
|
|
|
@ -27,7 +27,7 @@ public class ConstructedFormats {
|
|||
|
||||
private static final String[] constructedFormats = {
|
||||
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",
|
||||
"* Return to Ravnica Block", "Dragon's Maze", "Gatecrash", "Return to Ravnica",
|
||||
"* 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>() {
|
||||
{
|
||||
put("FRF", "fate-reforged");
|
||||
put("C14", "commander-2014-edition");
|
||||
put("KTK", "khans-of-tarkir");
|
||||
put("VMA", "vintage-masters");
|
||||
|
|
|
@ -35,6 +35,7 @@ Eighth Edition|eighthedition|
|
|||
Eventide|eventide|
|
||||
Exodus|exodus|
|
||||
Fallen Empires|fallenempires|
|
||||
Fate Reforged|fatereforged|
|
||||
Fifth Dawn|fifthdawn|
|
||||
Fifth Edition|fifthedition|
|
||||
Fourth Edition|fourthedition|
|
||||
|
|
|
@ -48,6 +48,7 @@ Duel Decks: Venser vs. Koth|DDI|
|
|||
Eventide|EVE|
|
||||
Exodus|EXO|
|
||||
Fallen Empires|FEM|
|
||||
Fate Reforged|FRF|
|
||||
Future Sight|FUT|
|
||||
From the Vault: Dragons|FVD|
|
||||
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
Reference in a new issue