mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
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:
@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 02
|
position hint: 02
|
||||||
|
|
||||||
version: 2008-12-29
|
version: 2009-01-09
|
||||||
|
|
||||||
# Author : Wolfwood
|
# Author : Wolfwood
|
||||||
# Most stuff is copy/pasted from magic.mse-game
|
# Most stuff is copy/pasted from magic.mse-game
|
||||||
@@ -436,9 +436,9 @@ auto replace:
|
|||||||
match: AAA
|
match: AAA
|
||||||
replace: as an additional cost to play
|
replace: as an additional cost to play
|
||||||
############################################################## Card pack items
|
############################################################## Card pack items
|
||||||
pack item:
|
pack type:
|
||||||
name: card
|
name: card
|
||||||
filter: card.name != ""
|
filter: nil
|
||||||
############################################################## Card packs
|
############################################################## Card packs
|
||||||
pack type:
|
pack type:
|
||||||
name: booster pack
|
name: booster pack
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ installer group: VS System/game files
|
|||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
position hint: 3
|
position hint: 3
|
||||||
|
|
||||||
version: 2009-01-04
|
version: 2009-01-09
|
||||||
depends on:
|
depends on:
|
||||||
package: vs-common.mse-include
|
package: vs-common.mse-include
|
||||||
version: 2008-09-23
|
version: 2008-09-23
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
|
|
||||||
############################################################## Card pack items
|
############################################################## Card pack items
|
||||||
pack item:
|
pack type:
|
||||||
name: rare
|
name: rare
|
||||||
filter: card.rarity == "rare"
|
filter: card.rarity == "rare"
|
||||||
pack item:
|
pack type:
|
||||||
name: uncommon
|
name: uncommon
|
||||||
filter: card.rarity == "uncommon"
|
filter: card.rarity == "uncommon"
|
||||||
pack item:
|
pack type:
|
||||||
name: common
|
name: common
|
||||||
filter: card.rarity == "common"
|
filter: card.rarity == "common"
|
||||||
pack item:
|
pack type:
|
||||||
name: promo
|
name: promo
|
||||||
filter: card.rarity == "promo"
|
filter: card.rarity == "promo"
|
||||||
pack item:
|
pack type:
|
||||||
name: random non-rare foil
|
name: random non-rare foil
|
||||||
filter: card.rarity == "common" or card.rarity == "uncommon"
|
filter: card.rarity == "common" or card.rarity == "uncommon"
|
||||||
############################################################## Card packs
|
############################################################## Card packs
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
mse version: 0.3.7
|
mse version: 0.3.8
|
||||||
short name: Yu-Gi-Oh!
|
short name: Yu-Gi-Oh!
|
||||||
installer group: Yugioh/Game Files
|
installer group: Yugioh/Game Files
|
||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
position hint: 4
|
position hint: 4
|
||||||
|
|
||||||
version: 2008-11-13
|
version: 2009-01-09
|
||||||
|
|
||||||
############################################################## Functions & filters
|
############################################################## Functions & filters
|
||||||
## Copied and Pasted from vs.mse-game, with a few modifications
|
## Copied and Pasted from vs.mse-game, with a few modifications
|
||||||
@@ -482,16 +482,16 @@ word list:
|
|||||||
word: Tuner
|
word: Tuner
|
||||||
word: Union
|
word: Union
|
||||||
############################################################## Card pack items
|
############################################################## Card pack items
|
||||||
pack item:
|
pack type:
|
||||||
name: rare
|
name: rare
|
||||||
filter: card.rarity != "common"
|
filter: card.rarity != "common"
|
||||||
pack item:
|
pack type:
|
||||||
name: common
|
name: common
|
||||||
filter: card.rarity == "common"
|
filter: card.rarity == "common"
|
||||||
pack item:
|
pack type:
|
||||||
name: gold
|
name: gold
|
||||||
filter: card.rarity == "gold tech"
|
filter: card.rarity == "gold tech"
|
||||||
pack item:
|
pack type:
|
||||||
name: card
|
name: card
|
||||||
filter: card.number != ""
|
filter: card.number != ""
|
||||||
############################################################## Card packs
|
############################################################## Card packs
|
||||||
|
|||||||
Reference in New Issue
Block a user