Files
MagicSetEditor2/data/magic.mse-game/packs
T
pichoro d77b2745f4 Improved pack structure for Magic to deal with tokens/rulestips.
Added rudimentary pack structures for Vanguard, VS System, and Yu-Gi-Oh.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1104 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 18:53:11 +00:00

73 lines
1.6 KiB
Plaintext

############################################################## Card pack items
pack item:
name: common
filter: card.rarity == "common" and card.shape != "token" and card.shape != "rulestip"
pack item:
name: uncommon
filter: card.rarity == "uncommon" and card.shape != "token" and card.shape != "rulestip"
pack item:
name: rare
filter: card.rarity == "rare" and card.shape != "token" and card.shape != "rulestip"
pack item:
name: special
filter: card.rarity == "special" and card.shape != "token" and card.shape != "rulestip"
pack item:
name: basic land
filter: card.rarity == "basic land" and card.shape != "token" and card.shape != "rulestip"
pack item:
name: token / rulestip
filter: card.shape == "token" or card.shape == "rulestip"
############################################################## Card packs
pack type:
name: tournament pack
item:
name: rare
amount: 3
item:
name: uncommon
amount: 9
item:
name: common
amount: 33
item:
name: basic land
amount: 30
type: cyclic
item:
name: token / rulestip
pack type:
name: booster pack
item:
name: rare
amount: 1
item:
name: uncommon
amount: 3
item:
name: common
amount: 11
item:
name: token / rulestip
pack type:
name: additional common
item:
name: common
pack type:
name: additional uncommon
item:
name: uncommon
pack type:
name: additional rare
item:
name: rare
pack type:
name: additional special
item:
name: special
pack type:
name: additional token / rulestip
item:
name: token / rulestip