Commit e5001c55 authored by twanvl's avatar twanvl

Fixed pack item for basic lands

parent 139d6c28
...@@ -15,13 +15,7 @@ pack item: ...@@ -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: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment