mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Tokens for Yu-Gi-Oh.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@823 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
@@ -4,10 +4,10 @@ short name: Standard
|
|||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 01
|
position hint: 01
|
||||||
|
|
||||||
version: 2008-01-04
|
version: 2008-01-18
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh.mse-game
|
package: yugioh.mse-game
|
||||||
version: 2008-01-04
|
version: 2008-01-18
|
||||||
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
|
||||||
@@ -60,6 +60,7 @@ card style:
|
|||||||
effect monster: card-effect.jpg
|
effect monster: card-effect.jpg
|
||||||
ritual monster: card-ritual.jpg
|
ritual monster: card-ritual.jpg
|
||||||
fusion monster: card-fusion.jpg
|
fusion monster: card-fusion.jpg
|
||||||
|
token monster: card-token.jpg
|
||||||
obelisk: card-obelisk.jpg
|
obelisk: card-obelisk.jpg
|
||||||
slifer: card-slifer.jpg
|
slifer: card-slifer.jpg
|
||||||
ra: card-ra.jpg
|
ra: card-ra.jpg
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
short name: Yu-Gi-Oh!
|
short name: Yu-Gi-Oh!
|
||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
position hint: 4
|
position hint: 4
|
||||||
version: 2008-01-04
|
|
||||||
|
version: 2008-01-18
|
||||||
|
|
||||||
############################################################## 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
|
||||||
@@ -114,6 +115,7 @@ init script:
|
|||||||
card.card_type == "effect monster" or
|
card.card_type == "effect monster" or
|
||||||
card.card_type == "ritual monster" or
|
card.card_type == "ritual monster" or
|
||||||
card.card_type == "fusion monster" or
|
card.card_type == "fusion monster" or
|
||||||
|
card.card_type == "token monster" or
|
||||||
card.card_type == "obelisk" or
|
card.card_type == "obelisk" or
|
||||||
card.card_type == "slifer" or
|
card.card_type == "slifer" or
|
||||||
card.card_type == "ra" or
|
card.card_type == "ra" or
|
||||||
@@ -196,6 +198,7 @@ card field:
|
|||||||
choice: effect monster
|
choice: effect monster
|
||||||
choice: ritual monster
|
choice: ritual monster
|
||||||
choice: fusion monster
|
choice: fusion monster
|
||||||
|
choice: token monster
|
||||||
choice: obelisk
|
choice: obelisk
|
||||||
choice: slifer
|
choice: slifer
|
||||||
choice: ra
|
choice: ra
|
||||||
@@ -208,6 +211,7 @@ card field:
|
|||||||
effect monster: rgb(120,18,0)
|
effect monster: rgb(120,18,0)
|
||||||
ritual monster: rgb(26,26,26)
|
ritual monster: rgb(26,26,26)
|
||||||
fusion monster: rgb(26,26,26)
|
fusion monster: rgb(26,26,26)
|
||||||
|
token monster: rgb(120,18,0)
|
||||||
obelisk: rgb(26,26,26)
|
obelisk: rgb(26,26,26)
|
||||||
slifer: rgb(26,26,26)
|
slifer: rgb(26,26,26)
|
||||||
ra: rgb(26,26,26)
|
ra: rgb(26,26,26)
|
||||||
|
|||||||
Reference in New Issue
Block a user