mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
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
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
mse version: 0.3.6
|
||||
mse version: 0.3.7
|
||||
short name: Yu-Gi-Oh!
|
||||
installer group: Yugioh/Game Files
|
||||
icon: card-back.png
|
||||
position hint: 4
|
||||
|
||||
version: 2008-05-19
|
||||
version: 2008-08-08
|
||||
|
||||
############################################################## Functions & filters
|
||||
## Copied and Pasted from vs.mse-game, with a few modifications
|
||||
@@ -432,4 +432,18 @@ word list:
|
||||
word: Spirit
|
||||
word: Synchro
|
||||
word: Toon
|
||||
word: Union
|
||||
word: Union
|
||||
############################################################## Card pack items
|
||||
pack item:
|
||||
name: card
|
||||
filter: card.foils == "none"
|
||||
############################################################## Card packs
|
||||
pack type:
|
||||
name: booster pack
|
||||
item:
|
||||
name: card
|
||||
amount: 9
|
||||
pack type:
|
||||
name: additional card
|
||||
item:
|
||||
name: card
|
||||
|
||||
Reference in New Issue
Block a user