mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Re-added ability to get single cards to random pack generator of Yu-Gi-Oh.
Version bumped Yu-Gi-Oh files that were edited. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1133 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,10 +5,10 @@ installer group: Yugioh/Standard
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 01
|
position hint: 01
|
||||||
|
|
||||||
version: 2008-08-08
|
version: 2008-08-10
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh.mse-game
|
package: yugioh.mse-game
|
||||||
version: 2008-05-14
|
version: 2008-08-10
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh-standard-levels.mse-symbol-font
|
package: yugioh-standard-levels.mse-symbol-font
|
||||||
version: 2007-09-23
|
version: 2007-09-23
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
mse version: 0.3.6
|
mse version: 0.3.7
|
||||||
version: 2008-05-19
|
version: 2008-08-10
|
||||||
short name: Text Replacements
|
short name: Text Replacements
|
||||||
position hint: 003
|
position hint: 003
|
||||||
icon: dot.png
|
icon: dot.png
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ installer group: Yugioh/Game Files
|
|||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
position hint: 4
|
position hint: 4
|
||||||
|
|
||||||
version: 2008-08-08
|
version: 2008-08-10
|
||||||
|
|
||||||
############################################################## 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
|
||||||
@@ -475,7 +475,6 @@ pack item:
|
|||||||
pack item:
|
pack item:
|
||||||
name: card
|
name: card
|
||||||
filter: card.number != ""
|
filter: card.number != ""
|
||||||
|
|
||||||
############################################################## Card packs
|
############################################################## Card packs
|
||||||
pack type:
|
pack type:
|
||||||
name: booster pack
|
name: booster pack
|
||||||
@@ -519,3 +518,11 @@ pack type:
|
|||||||
item:
|
item:
|
||||||
name: card
|
name: card
|
||||||
amount: 3
|
amount: 3
|
||||||
|
pack type:
|
||||||
|
name: additional rare
|
||||||
|
item:
|
||||||
|
name: rare
|
||||||
|
pack type:
|
||||||
|
name: additional common
|
||||||
|
item:
|
||||||
|
name: common
|
||||||
|
|||||||
Reference in New Issue
Block a user