mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
move jumpstart file to resources
This commit is contained in:
parent
1695e6767d
commit
1bd98d6435
3 changed files with 51 additions and 18 deletions
|
|
@ -1,6 +1,5 @@
|
|||
package mage.game.jumpstart;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.UncheckedIOException;
|
||||
import java.security.SecureRandom;
|
||||
|
|
@ -11,7 +10,6 @@ import java.util.Set;
|
|||
|
||||
import com.google.common.base.Charsets;
|
||||
import com.google.common.io.CharSource;
|
||||
import com.google.common.io.Files;
|
||||
import com.google.common.io.Resources;
|
||||
|
||||
import mage.cards.Card;
|
||||
|
|
@ -22,7 +20,7 @@ import mage.game.GameException;
|
|||
|
||||
public class JumpstartPoolGenerator {
|
||||
|
||||
private static final String RESOURCE_NAME = "mage/game/jumpstart/jumpstart.txt";
|
||||
private static final String RESOURCE_NAME = "jumpstart/jumpstart.txt";
|
||||
private static final List<JumpstartPack> JUMPSTART_PACKS;
|
||||
|
||||
static {
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
# setCode cardNum cardName
|
||||
IKO 105 Whisper Squad
|
||||
IKO 105 Whisper Squad
|
||||
IKO 105 Whisper Squad
|
||||
IKO 105 Whisper Squad
|
||||
|
||||
IKO 113 Drannith Stinger
|
||||
IKO 113 Drannith Stinger
|
||||
IKO 113 Drannith Stinger
|
||||
IKO 113 Drannith Stinger
|
||||
|
||||
IKO 149 Essence Symbiote
|
||||
IKO 149 Essence Symbiote
|
||||
IKO 149 Essence Symbiote
|
||||
IKO 149 Essence Symbiote
|
||||
Loading…
Add table
Add a link
Reference in a new issue