mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04: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:
@@ -5,7 +5,7 @@ installer group: magic/game files
|
||||
icon: card-back.png
|
||||
position hint: 01
|
||||
|
||||
version: 2008-08-06
|
||||
version: 2008-08-08
|
||||
depends on: magic-blends.mse-include 2007-09-23
|
||||
depends on: magic-watermarks.mse-include 2007-09-23
|
||||
|
||||
|
||||
@@ -3,20 +3,22 @@
|
||||
|
||||
pack item:
|
||||
name: common
|
||||
filter: card.rarity == "common"
|
||||
filter: card.rarity == "common" and card.shape != "token" and card.shape != "rulestip"
|
||||
pack item:
|
||||
name: uncommon
|
||||
filter: card.rarity == "uncommon"
|
||||
filter: card.rarity == "uncommon" and card.shape != "token" and card.shape != "rulestip"
|
||||
pack item:
|
||||
name: rare
|
||||
filter: card.rarity == "rare"
|
||||
filter: card.rarity == "rare" and card.shape != "token" and card.shape != "rulestip"
|
||||
pack item:
|
||||
name: special
|
||||
filter: card.rarity == "special"
|
||||
filter: card.rarity == "special" and card.shape != "token" and card.shape != "rulestip"
|
||||
pack item:
|
||||
name: basic land
|
||||
filter: card.rarity == "basic land"
|
||||
|
||||
filter: card.rarity == "basic land" and card.shape != "token" and card.shape != "rulestip"
|
||||
pack item:
|
||||
name: token / rulestip
|
||||
filter: card.shape == "token" or card.shape == "rulestip"
|
||||
############################################################## Card packs
|
||||
|
||||
pack type:
|
||||
@@ -34,6 +36,8 @@ pack type:
|
||||
name: basic land
|
||||
amount: 30
|
||||
type: cyclic
|
||||
item:
|
||||
name: token / rulestip
|
||||
pack type:
|
||||
name: booster pack
|
||||
item:
|
||||
@@ -45,6 +49,8 @@ pack type:
|
||||
item:
|
||||
name: common
|
||||
amount: 11
|
||||
item:
|
||||
name: token / rulestip
|
||||
pack type:
|
||||
name: additional common
|
||||
item:
|
||||
@@ -61,3 +67,7 @@ pack type:
|
||||
name: additional special
|
||||
item:
|
||||
name: special
|
||||
pack type:
|
||||
name: additional token / rulestip
|
||||
item:
|
||||
name: token / rulestip
|
||||
@@ -5,7 +5,7 @@ installer group: Magic Vanguard/game files
|
||||
icon: card-sample.png
|
||||
position hint: 02
|
||||
|
||||
version: 2008-08-07
|
||||
version: 2008-08-08
|
||||
|
||||
# Author : Wolfwood
|
||||
# Most stuff is copy/pasted from magic.mse-game
|
||||
@@ -435,7 +435,16 @@ auto replace:
|
||||
auto replace:
|
||||
match: AAA
|
||||
replace: as an additional cost to play
|
||||
|
||||
############################################################## Card pack items
|
||||
pack item:
|
||||
name: card
|
||||
filter: card.name != ""
|
||||
############################################################## Card packs
|
||||
pack type:
|
||||
name: booster pack
|
||||
item:
|
||||
name: card
|
||||
amount: 1
|
||||
############################################################## Keywords
|
||||
############################# Keyword rules
|
||||
|
||||
|
||||
+25
-1
@@ -5,7 +5,7 @@ installer group: VS System/game files
|
||||
icon: card-back.png
|
||||
position hint: 3
|
||||
|
||||
version: 2008-08-07
|
||||
version: 2008-08-08
|
||||
depends on:
|
||||
package: vs-common.mse-include
|
||||
version: 2008-01-03
|
||||
@@ -704,6 +704,30 @@ auto replace:
|
||||
auto replace:
|
||||
match: ::
|
||||
replace: •
|
||||
############################################################## Card pack items
|
||||
pack item:
|
||||
name: common / uncommon
|
||||
filter: card.rarity == "common" or card.rarity == "uncommon"
|
||||
pack item:
|
||||
name: rare
|
||||
filter: card.rarity == "rare"
|
||||
############################################################## Card packs
|
||||
pack type:
|
||||
name: booster pack
|
||||
item:
|
||||
name: rare
|
||||
amount: 1
|
||||
item:
|
||||
name: common / uncommon
|
||||
amount: 13
|
||||
pack type:
|
||||
name: additional common / uncommon
|
||||
item:
|
||||
name: common / uncommon
|
||||
pack type:
|
||||
name: additional rare
|
||||
item:
|
||||
name: rare
|
||||
############################################################## Keywords
|
||||
############################# Keyword rules
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
mse version: 0.3.6
|
||||
mse version: 0.3.7
|
||||
game: yugioh
|
||||
short name: Standard
|
||||
installer group: Yugioh/Standard
|
||||
icon: card-sample.png
|
||||
position hint: 01
|
||||
|
||||
version: 2008-05-19
|
||||
version: 2008-08-08
|
||||
depends on:
|
||||
package: yugioh.mse-game
|
||||
version: 2008-05-14
|
||||
|
||||
@@ -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