mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
Merge branch 'booster' into 'master'
Avoid Alchemy cards showing up in regular boosters/sealed See merge request core-developers/forge!6402
This commit is contained in:
@@ -7,7 +7,7 @@ MciCode=afr
|
||||
Type=Expansion
|
||||
ScryfallCode=AFR
|
||||
BoosterCovers=5
|
||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||
Booster=10 Common:fromSheet("AFR cards"), 3 Uncommon:fromSheet("AFR cards"), 1 RareMythic:fromSheet("AFR cards"), 1 BasicLand
|
||||
Prerelease=6 Boosters, 1 RareMythic+
|
||||
FatPackExtraSlots=20 BasicLands, 20 BasicLands+
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ Code2=VOW
|
||||
MciCode=vow
|
||||
Type=Expansion
|
||||
ScryfallCode=VOW
|
||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||
Booster=10 Common:fromSheet("VOW cards"), 3 Uncommon:fromSheet("VOW cards"), 1 RareMythic:fromSheet("VOW cards"), 1 BasicLand
|
||||
Prerelease=6 Boosters, 1 RareMythic+
|
||||
|
||||
[cards]
|
||||
|
||||
@@ -6,7 +6,7 @@ Code2=MID
|
||||
MciCode=mid
|
||||
Type=Expansion
|
||||
ScryfallCode=MID
|
||||
Booster=10 Common, 3 Uncommon, 1 RareMythic, 1 BasicLand
|
||||
Booster=10 Common:fromSheet("MID cards"), 3 Uncommon:fromSheet("MID cards"), 1 RareMythic:fromSheet("MID cards"), 1 BasicLand
|
||||
Prerelease=6 Boosters, 1 RareMythic+
|
||||
|
||||
[cards]
|
||||
|
||||
@@ -6,7 +6,7 @@ Code2=WAR
|
||||
MciCode=war
|
||||
Type=Expansion
|
||||
BoosterCovers=3
|
||||
Booster=10 Common:!fromSheet("WAR Secret Cards"), 3 Uncommon:!fromSheet("WAR Secret Cards"), 1 RareMythic:!fromSheet("WAR Secret Cards"), 1 BasicLand
|
||||
Booster=10 Common:fromSheet("WAR cards"):!fromSheet("WAR Secret Cards"), 3 Uncommon:fromSheet("WAR cards"):!fromSheet("WAR Secret Cards"), 1 RareMythic:fromSheet("WAR cards"):!fromSheet("WAR Secret Cards"), 1 BasicLand
|
||||
BoosterMustContain=Planeswalker
|
||||
FatPack=10
|
||||
FatPackExtraSlots=80 BasicLands
|
||||
|
||||
Reference in New Issue
Block a user