mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Merge branch 'historic' into 'master'
MTGA Historic Format See merge request core-developers/forge!2622
This commit is contained in:
@@ -215,7 +215,7 @@ public class StaticData {
|
||||
public Predicate<PaperCard> getStandardPredicate() { return standardPredicate; }
|
||||
|
||||
public Predicate<PaperCard> getPioneerPredicate() { return pioneerPredicate; }
|
||||
|
||||
|
||||
public Predicate<PaperCard> getModernPredicate() { return modernPredicate; }
|
||||
|
||||
public Predicate<PaperCard> getCommanderPredicate() { return commanderPredicate; }
|
||||
|
||||
@@ -47,7 +47,7 @@ import java.util.Map.Entry;
|
||||
public class GameFormat implements Comparable<GameFormat> {
|
||||
private final String name;
|
||||
public enum FormatType {Sanctioned, Casual, Historic, Digital, Custom}
|
||||
public enum FormatSubType {Block, Standard, Extended, Pioneer, Modern, Legacy, Vintage, Commander, Planechase, Videogame, MTGO, Custom}
|
||||
public enum FormatSubType {Block, Standard, Extended, Pioneer, Modern, Legacy, Vintage, Commander, Planechase, Videogame, MTGO, Arena, Custom}
|
||||
|
||||
// contains allowed sets, when empty allows all sets
|
||||
private FormatType formatType;
|
||||
|
||||
27
forge-gui/res/editions/Historic Anthology 1.txt
Normal file
27
forge-gui/res/editions/Historic Anthology 1.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
[metadata]
|
||||
Code=HA1
|
||||
Date=2019-11-21
|
||||
Name=Historic Anthology 1
|
||||
Type=Other
|
||||
|
||||
[cards]
|
||||
1 R Serra Ascendant
|
||||
2 C Soul Warden
|
||||
3 R Kinsbaile Cavalier
|
||||
4 C Treasure Hunt
|
||||
5 C Distant Melody
|
||||
6 R Cryptbreaker
|
||||
7 R Hypnotic Specter
|
||||
8 R Phyrexian Arena
|
||||
9 C Tendrils of Corruption
|
||||
10 C Kiln Fiend
|
||||
11 U Goblin Matron
|
||||
12 R Hidetsugu's Second Rite
|
||||
13 C Elvish Visionary
|
||||
14 R Fauna Shaman
|
||||
15 U Imperious Perfect
|
||||
16 U Burning-Tree Emissary
|
||||
17 R Captain Sisay
|
||||
18 U Ornithopter
|
||||
19 C Mind Stone
|
||||
20 R Darksteel Reactor
|
||||
32
forge-gui/res/editions/Historic Anthology 2.txt
Normal file
32
forge-gui/res/editions/Historic Anthology 2.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
[metadata]
|
||||
Code=HA2
|
||||
Date=2020-03-12
|
||||
Name=Historic Anthology 2
|
||||
Type=Other
|
||||
|
||||
[cards]
|
||||
1 U Nyx-Fleece Ram
|
||||
2 R Ranger of Eos
|
||||
3 R Sigil of the Empty Throne
|
||||
4 R Thalia, Guardian of Thraben
|
||||
5 U Merrow Reejerey
|
||||
6 R Inexorable Tide
|
||||
7 U Brain Maggot
|
||||
8 R Pack Rat
|
||||
9 U Virulent Plague
|
||||
10 R Waste Not
|
||||
11 M Dragonmaster Outcast
|
||||
12 U Goblin Ruinblaster
|
||||
13 C Ancestral Mask
|
||||
14 R Terravore
|
||||
15 R Knight of the Reliquary
|
||||
16 R Maelstrom Pulse
|
||||
17 R Meddling Mage
|
||||
18 M Platinum Angel
|
||||
19 C Barren Moor
|
||||
20 C Bojuka Bog
|
||||
21 C Forgotten Cave
|
||||
22 U Ghost Quarter
|
||||
23 C Lonely Sandbar
|
||||
24 C Secluded Steppe
|
||||
25 C Tranquil Thicket
|
||||
8
forge-gui/res/formats/Digital/Historic.txt
Normal file
8
forge-gui/res/formats/Digital/Historic.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
[format]
|
||||
Name:Historic
|
||||
Type:Digital
|
||||
Subtype:Arena
|
||||
Effective:2019-11-21
|
||||
Order:142
|
||||
Sets:XLN, RIX, DOM, M19, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2
|
||||
Banned:Oko, Thief of Crowns; Once Upon a Time; Veil of Summer
|
||||
Reference in New Issue
Block a user