mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17: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:
+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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user