mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fixed pack item for basic lands
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1075 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -15,13 +15,7 @@ pack item:
|
||||
filter: card.rarity == "special"
|
||||
pack item:
|
||||
name: basic land
|
||||
filter: card.type == "Plains"
|
||||
filter: card.type == "Island"
|
||||
filter: card.type == "Swamp"
|
||||
filter: card.type == "Mountain"
|
||||
filter: card.type == "Forest"
|
||||
# TODO: support something like this:
|
||||
#type: cyclic
|
||||
filter: card.rarity == "basic land"
|
||||
|
||||
############################################################## Card packs
|
||||
|
||||
@@ -39,6 +33,7 @@ pack type:
|
||||
item:
|
||||
name: basic land
|
||||
amount: 30
|
||||
type: cyclic
|
||||
pack type:
|
||||
name: booster pack
|
||||
item:
|
||||
|
||||
Reference in New Issue
Block a user