Commit e5001c55 authored by twanvl's avatar twanvl

Fixed pack item for basic lands

parent 139d6c28
......@@ -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:
......
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