Updating pack structures for Vanguard, VS, and Yugioh.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1340 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-01-10 21:59:39 +00:00
parent 14c118e86e
commit 8c1cf2a0a6
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png
position hint: 3
version: 2009-01-04
version: 2009-01-09
depends on:
package: vs-common.mse-include
version: 2008-09-23
+5 -5
View File
@@ -1,18 +1,18 @@
############################################################## Card pack items
pack item:
pack type:
name: rare
filter: card.rarity == "rare"
pack item:
pack type:
name: uncommon
filter: card.rarity == "uncommon"
pack item:
pack type:
name: common
filter: card.rarity == "common"
pack item:
pack type:
name: promo
filter: card.rarity == "promo"
pack item:
pack type:
name: random non-rare foil
filter: card.rarity == "common" or card.rarity == "uncommon"
############################################################## Card packs