forked from External/mage
add season 3
This commit is contained in:
parent
31839c4eca
commit
1ad521d340
6 changed files with 123 additions and 2 deletions
|
|
@ -21,6 +21,19 @@ public final class Constants {
|
|||
}
|
||||
|
||||
public static final ImmutableList<Pair<String, String[]>> foulMagicsSets = ImmutableList.of(
|
||||
new Pair<String, String[]>("Set 3 - Old Fat Men", new String[] {
|
||||
"Ninth Edition",
|
||||
"Tenth Edition",
|
||||
"* Time Spiral Block",
|
||||
"* Lorwyn Block",
|
||||
"* Shards of Alara Block",
|
||||
"Scars of Mirrodin",
|
||||
"Zendikar",
|
||||
"Rise of the Eldrazi",
|
||||
"Worldwake",
|
||||
"* Innstrad Block",
|
||||
"Foul Magic Block 3 Extras"
|
||||
}),
|
||||
new Pair<String, String[]>("Set 2.5 - Ravnica Cultural Exchange", new String[] {
|
||||
"* March of the Machine Block",
|
||||
"* Phyrexia: All Will Be One Block",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue