Commit b7fdf553 authored by pichoro's avatar pichoro

Updating pack structures for Vanguard, VS, and Yugioh.

parent 7cd24d39
......@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
icon: card-sample.png
position hint: 02
version: 2008-12-29
version: 2009-01-09
# Author : Wolfwood
# Most stuff is copy/pasted from magic.mse-game
......@@ -436,9 +436,9 @@ auto replace:
match: AAA
replace: as an additional cost to play
############################################################## Card pack items
pack item:
pack type:
name: card
filter: card.name != ""
filter: nil
############################################################## Card packs
pack type:
name: booster pack
......
......@@ -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
......

############################################################## 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
......
mse version: 0.3.7
mse version: 0.3.8
short name: Yu-Gi-Oh!
installer group: Yugioh/Game Files
icon: card-back.png
position hint: 4
version: 2008-11-13
version: 2009-01-09
############################################################## Functions & filters
## Copied and Pasted from vs.mse-game, with a few modifications
......@@ -482,16 +482,16 @@ word list:
word: Tuner
word: Union
############################################################## Card pack items
pack item:
pack type:
name: rare
filter: card.rarity != "common"
pack item:
pack type:
name: common
filter: card.rarity == "common"
pack item:
pack type:
name: gold
filter: card.rarity == "gold tech"
pack item:
pack type:
name: card
filter: card.number != ""
############################################################## Card packs
......
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