Files
MagicSetEditor2/data/magic.mse-game/packs
T
twanvl 2b3bae9549 The magic game file was getting way too long, so I split it into several files.
As a bonus the keywords and perhaps other reusable parts can now be used by vanguard with "include file: /magic.mse-game/keywords".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1073 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-06 16:18:33 +00:00

69 lines
1.2 KiB
Plaintext

############################################################## Card pack items
pack item:
name: common
filter: card.rarity == "common"
pack item:
name: uncommon
filter: card.rarity == "uncommon"
pack item:
name: rare
filter: card.rarity == "rare"
pack item:
name: special
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
############################################################## 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
pack type:
name: booster pack
item:
name: rare
amount: 1
item:
name: uncommon
amount: 3
item:
name: common
amount: 11
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