mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05: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"
|
filter: card.rarity == "special"
|
||||||
pack item:
|
pack item:
|
||||||
name: basic land
|
name: basic land
|
||||||
filter: card.type == "Plains"
|
filter: card.rarity == "basic land"
|
||||||
filter: card.type == "Island"
|
|
||||||
filter: card.type == "Swamp"
|
|
||||||
filter: card.type == "Mountain"
|
|
||||||
filter: card.type == "Forest"
|
|
||||||
# TODO: support something like this:
|
|
||||||
#type: cyclic
|
|
||||||
|
|
||||||
############################################################## Card packs
|
############################################################## Card packs
|
||||||
|
|
||||||
@@ -39,6 +33,7 @@ pack type:
|
|||||||
item:
|
item:
|
||||||
name: basic land
|
name: basic land
|
||||||
amount: 30
|
amount: 30
|
||||||
|
type: cyclic
|
||||||
pack type:
|
pack type:
|
||||||
name: booster pack
|
name: booster pack
|
||||||
item:
|
item:
|
||||||
|
|||||||
Reference in New Issue
Block a user