mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Made FoilAlwaysInCommonSlot the default choice (since all current sets use this option anyway).
- Refactored the edition definitions, now slots newer than TSP do not include the FoilAlwaysInCommonSlot line, while the older sets with foils have a FoilAlwaysInCommonSlot=False line. - Some definition fixes related to foil generation.
This commit is contained in:
@@ -287,7 +287,7 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
res.foilChanceInBooster = section.getDouble("FoilChanceInBooster", 21.43F) / 100.0F;
|
res.foilChanceInBooster = section.getDouble("FoilChanceInBooster", 21.43F) / 100.0F;
|
||||||
res.foilAlwaysInCommonSlot = section.getBoolean("FoilAlwaysInCommonSlot", false);
|
res.foilAlwaysInCommonSlot = section.getBoolean("FoilAlwaysInCommonSlot", true);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=ARB
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Anathemancer
|
U Anathemancer
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Mutation
|
U AEther Mutation
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2010-06-18
|
|||||||
Name=Archenemy
|
Name=Archenemy
|
||||||
Code2=ARC
|
Code2=ARC
|
||||||
Type=Other
|
Type=Other
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C A Display of My Dark Power
|
C A Display of My Dark Power
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=AVR
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Abundant Growth
|
C Abundant Growth
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=BOK
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Akki Blizzard-Herder
|
C Akki Blizzard-Herder
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Name=Born of the Gods
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Acolyte's Reward
|
U Acolyte's Reward
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=CHK
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Akki Avalanchers
|
C Akki Avalanchers
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ Border=White
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Flash
|
U AEther Flash
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=CS
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Adarkar Valkyrie
|
R Adarkar Valkyrie
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2013-11-01
|
|||||||
Name=Commander 2013
|
Name=Commander 2013
|
||||||
Code2=C13
|
Code2=C13
|
||||||
Type=Other
|
Type=Other
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Act of Authority
|
R Act of Authority
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
Code=CM1
|
Code=CM1
|
||||||
Date=2012-11-02
|
Date=2012-11-02
|
||||||
Name=Commander's Arsenal
|
Name=Commander's Arsenal
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Chaos Warp
|
R Chaos Warp
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Name=Commander
|
|||||||
Code2=COM
|
Code2=COM
|
||||||
Alias=CMD
|
Alias=CMD
|
||||||
Type=Other
|
Type=Other
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEthersnipe
|
C AEthersnipe
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ Alias=CON
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ALA
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Absorb Vis
|
C Absorb Vis
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=DKA
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand ISD
|
Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand ISD
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Afflicted Deserter
|
U Afflicted Deserter
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=DS
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R AEther Snap
|
R AEther Snap
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=DIS
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Aurora Eidolon
|
C Aurora Eidolon
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=DGM
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common:!land, 3 Uncommon, 1 RareMythic:!land, 1 fromSheet("DGM Lands")
|
Booster=10 Common:!land, 3 Uncommon, 1 RareMythic:!land, 1 fromSheet("DGM Lands")
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Boros Mastiff
|
C Boros Mastiff
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDH
|
|||||||
Date=2011-09-02
|
Date=2011-09-02
|
||||||
Name=Duel Decks: Ajani vs. Nicol Bolas
|
Name=Duel Decks: Ajani vs. Nicol Bolas
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Ageless Entity
|
R Ageless Entity
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2009-04-10
|
|||||||
Name=Duel Decks: Divine vs. Demonic
|
Name=Duel Decks: Divine vs. Demonic
|
||||||
Code2=DDC
|
Code2=DDC
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Abyssal Gatekeeper
|
C Abyssal Gatekeeper
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDF
|
|||||||
Date=2010-09-03
|
Date=2010-09-03
|
||||||
Name=Duel Decks: Elspeth vs. Tezzeret
|
Name=Duel Decks: Elspeth vs. Tezzeret
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Spellbomb
|
C AEther Spellbomb
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2007-11-16
|
|||||||
Name=Duel Decks: Elves vs. Goblins
|
Name=Duel Decks: Elves vs. Goblins
|
||||||
Code2=EVG
|
Code2=EVG
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Akki Coalflinger
|
U Akki Coalflinger
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDD
|
|||||||
Date=2009-10-30
|
Date=2009-10-30
|
||||||
Name=Duel Decks: Garruk vs. Liliana
|
Name=Duel Decks: Garruk vs. Liliana
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Albino Troll
|
U Albino Troll
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Alias=HVM
|
|||||||
Date=2013-09-06
|
Date=2013-09-06
|
||||||
Name=Duel Decks: Heroes vs. Monsters
|
Name=Duel Decks: Heroes vs. Monsters
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Anax and Cymede
|
R Anax and Cymede
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDJ
|
|||||||
Date=2012-09-07
|
Date=2012-09-07
|
||||||
Name=Duel Decks: Izzet vs. Golgari
|
Name=Duel Decks: Izzet vs. Golgari
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Barren Moor
|
C Barren Moor
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DD2
|
|||||||
Date=2008-11-07
|
Date=2008-11-07
|
||||||
Name=Duel Decks: Jace vs. Chandra
|
Name=Duel Decks: Jace vs. Chandra
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEthersnipe
|
C AEthersnipe
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDG
|
|||||||
Date=2011-04-01
|
Date=2011-04-01
|
||||||
Name=Duel Decks: Knights vs. Dragons
|
Name=Duel Decks: Knights vs. Dragons
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Alaborn Cavalier
|
U Alaborn Cavalier
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDE
|
|||||||
Date=2010-03-19
|
Date=2010-03-19
|
||||||
Name=Duel Decks: Phyrexia vs. the Coalition
|
Name=Duel Decks: Phyrexia vs. the Coalition
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Allied Strategies
|
U Allied Strategies
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDK
|
|||||||
Date=2013-03-15
|
Date=2013-03-15
|
||||||
Name=Duel Decks: Sorin vs. Tibalt
|
Name=Duel Decks: Sorin vs. Tibalt
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Absorb Vis
|
C Absorb Vis
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DDI
|
|||||||
Date=2012-03-30
|
Date=2012-03-30
|
||||||
Name=Duel Decks: Venser vs. Koth
|
Name=Duel Decks: Venser vs. Koth
|
||||||
Type=Duel_Decks
|
Type=Duel_Decks
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Membrane
|
U AEther Membrane
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Core
|
|||||||
Border=White
|
Border=White
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Abyssal Specter
|
U Abyssal Specter
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ Alias=EVT
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Aerie Ouphes
|
C Aerie Ouphes
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=FD
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Abuna's Chant
|
C Abuna's Chant
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=DRB
|
|||||||
Date=2008-08-29
|
Date=2008-08-29
|
||||||
Name=From the Vault: Dragons
|
Name=From the Vault: Dragons
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Bladewing the Risen
|
R Bladewing the Risen
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2009-08-28
|
|||||||
Name=From the Vault: Exiled
|
Name=From the Vault: Exiled
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
Alias=V09
|
Alias=V09
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M Balance
|
M Balance
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2011-08-26
|
|||||||
Name=From the Vault: Legends
|
Name=From the Vault: Legends
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
Alias=V11
|
Alias=V11
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M Cao Cao, Lord of Wei
|
M Cao Cao, Lord of Wei
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=V12
|
|||||||
Date=2012-08-31
|
Date=2012-08-31
|
||||||
Name=From the Vault: Realms
|
Name=From the Vault: Realms
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M Ancient Tomb
|
M Ancient Tomb
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2010-08-27
|
|||||||
Name=From the Vault: Relics
|
Name=From the Vault: Relics
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
Alias=V10
|
Alias=V10
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M AEther Vial
|
M AEther Vial
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Alias=V20
|
|||||||
Date=2013-08-23
|
Date=2013-08-23
|
||||||
Name=From the Vault: Twenty
|
Name=From the Vault: Twenty
|
||||||
Type=From_the_Vault
|
Type=From_the_Vault
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M Dark Ritual
|
M Dark Ritual
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=FUT
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Akroma's Memorial
|
R Akroma's Memorial
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=GTC
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand RTR
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand RTR
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEtherize
|
U AEtherize
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=GP
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEtherplasm
|
U AEtherplasm
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=ISD
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand
|
Booster=9 Common:!dfc, 3 Uncommon:!dfc, 1 RareMythic:!dfc, 1 dfc, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Abattoir Ghoul
|
U Abattoir Ghoul
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R AEther Rift
|
R AEther Rift
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Ancestor's Chosen
|
U Ancestor's Chosen
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Akroma's Devoted
|
U Akroma's Devoted
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=LRW
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEthersnipe
|
C AEthersnipe
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=M10
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Acidic Slime
|
U Acidic Slime
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=M11
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Adept
|
C AEther Adept
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=M12
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Adept
|
C AEther Adept
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=M13
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Acidic Slime
|
U Acidic Slime
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=M14
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
M Ajani, Caller of the Pride
|
M Ajani, Caller of the Pride
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Aerial Caravan
|
R Aerial Caravan
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=MBS
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Accorder Paladin
|
U Accorder Paladin
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=MR
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Spellbomb
|
C AEther Spellbomb
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Type=Reprint
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 RareMythic
|
Booster=11 Common, 3 Uncommon, 1 RareMythic
|
||||||
FoilChanceInBooster=100
|
FoilChanceInBooster=100
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Adarkar Valkyrie
|
R Adarkar Valkyrie
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=MOR
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Ambassador Oak
|
C Ambassador Oak
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R AEther Barrier
|
R AEther Barrier
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=NPH
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Act of Aggression
|
U Act of Aggression
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Core
|
|||||||
Border=White
|
Border=White
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Adarkar Wastes
|
R Adarkar Wastes
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Burst
|
C AEther Burst
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Charge
|
U AEther Charge
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=PLC
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Membrane
|
U AEther Membrane
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2012-06-01
|
|||||||
Name=Planechase 2012 Edition
|
Name=Planechase 2012 Edition
|
||||||
Code2=PC2
|
Code2=PC2
|
||||||
Type=Other
|
Type=Other
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Akoum
|
C Akoum
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Name=Planechase
|
|||||||
Alias=PCH
|
Alias=PCH
|
||||||
Code2=HOP
|
Code2=HOP
|
||||||
Type=Other
|
Type=Other
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Academy at Tolaria West
|
C Academy at Tolaria West
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Allied Strategies
|
U Allied Strategies
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Type=Starter
|
|||||||
Border=White
|
Border=White
|
||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=5 Common, 2 Uncommon, 1 Rare, 2 BasicLand
|
Booster=5 Common, 2 Uncommon, 1 Rare, 2 BasicLand
|
||||||
Foil=OldStyle
|
Foil=NotSupported
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Alert Shu Infantry
|
U Alert Shu Infantry
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Code2=PT
|
|||||||
Type=Starter
|
Type=Starter
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=NotSupported
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Alabaster Dragon
|
R Alabaster Dragon
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2010-11-19
|
|||||||
Name=Premium Deck Series: Fire and Lightning
|
Name=Premium Deck Series: Fire and Lightning
|
||||||
Code2=PD2
|
Code2=PD2
|
||||||
Type=Premium_Deck_Series
|
Type=Premium_Deck_Series
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Ball Lightning
|
R Ball Lightning
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ Code=PD3
|
|||||||
Date=2011-11-18
|
Date=2011-11-18
|
||||||
Name=Premium Deck Series: Graveborn
|
Name=Premium Deck Series: Graveborn
|
||||||
Type=Premium_Deck_Series
|
Type=Premium_Deck_Series
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Animate Dead
|
U Animate Dead
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ Date=2009-11-20
|
|||||||
Name=Premium Deck Series: Slivers
|
Name=Premium Deck Series: Slivers
|
||||||
Type=Premium_Deck_Series
|
Type=Premium_Deck_Series
|
||||||
Alias=H09
|
Alias=H09
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Acidic Sliver
|
U Acidic Sliver
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Abolish
|
U Abolish
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=RAV
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Agrus Kos, Wojek Veteran
|
R Agrus Kos, Wojek Veteran
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=RTR
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Abrupt Decay
|
R Abrupt Decay
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=ROE
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Affa Guard Hound
|
U Affa Guard Hound
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Code2=SOK
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Shockwave
|
U AEther Shockwave
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=SOM
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U Abuna Acolyte
|
U Abuna Acolyte
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Accelerated Mutation
|
C Accelerated Mutation
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ Border=White
|
|||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Flash
|
U AEther Flash
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=SHM
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEthertow
|
C AEthertow
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=ALA
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Ad Nauseam
|
R Ad Nauseam
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Border=White
|
|||||||
Code2=ST
|
Code2=ST
|
||||||
Type=Starter
|
Type=Starter
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Abyssal Horror
|
R Abyssal Horror
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ Border=White
|
|||||||
Code2=S2K
|
Code2=S2K
|
||||||
Type=Starter
|
Type=Starter
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Angelic Blessing
|
C Angelic Blessing
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=10E
|
|||||||
Type=Core
|
Type=Core
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 Rare, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
R Abundance
|
R Abundance
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ Name=Theros
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Battlewise Valor
|
C Battlewise Valor
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=TSP
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 Rare, 1 TimeShifted TSB
|
Booster=10 Common, 3 Uncommon, 1 Rare, 1 TimeShifted TSB
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Web
|
C AEther Web
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C Accelerate
|
C Accelerate
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Sting
|
U AEther Sting
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Type=Expansion
|
|||||||
BoosterCovers=1
|
BoosterCovers=1
|
||||||
Booster=11 Common, 3 Uncommon, 1 Rare
|
Booster=11 Common, 3 Uncommon, 1 Rare
|
||||||
Foil=OldStyle
|
Foil=OldStyle
|
||||||
|
FoilAlwaysInCommonSlot=False
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C About Face
|
C About Face
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=WWK
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=3
|
BoosterCovers=3
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ZEN
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand ZEN
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
C AEther Tradewinds
|
C AEther Tradewinds
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ Code2=ZEN
|
|||||||
Type=Expansion
|
Type=Expansion
|
||||||
BoosterCovers=5
|
BoosterCovers=5
|
||||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||||
FoilAlwaysInCommonSlot=True
|
|
||||||
|
|
||||||
[cards]
|
[cards]
|
||||||
U AEther Figment
|
U AEther Figment
|
||||||
|
|||||||
Reference in New Issue
Block a user