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:
pichoro
2008-01-19 05:02:08 +00:00
parent 35c63bba42
commit 5dfa394235
3 changed files with 8 additions and 3 deletions
+5 -1
View File
@@ -2,7 +2,8 @@
short name: Yu-Gi-Oh!
icon: card-back.png
position hint: 4
version: 2008-01-04
version: 2008-01-18
############################################################## Functions & filters
## 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 == "ritual monster" or
card.card_type == "fusion monster" or
card.card_type == "token monster" or
card.card_type == "obelisk" or
card.card_type == "slifer" or
card.card_type == "ra" or
@@ -196,6 +198,7 @@ card field:
choice: effect monster
choice: ritual monster
choice: fusion monster
choice: token monster
choice: obelisk
choice: slifer
choice: ra
@@ -208,6 +211,7 @@ card field:
effect monster: rgb(120,18,0)
ritual monster: rgb(26,26,26)
fusion monster: rgb(26,26,26)
token monster: rgb(120,18,0)
obelisk: rgb(26,26,26)
slifer: rgb(26,26,26)
ra: rgb(26,26,26)