diff --git a/data/yugioh-standard.mse-style/card-token.jpg b/data/yugioh-standard.mse-style/card-token.jpg new file mode 100644 index 00000000..c4f8c21d Binary files /dev/null and b/data/yugioh-standard.mse-style/card-token.jpg differ diff --git a/data/yugioh-standard.mse-style/style b/data/yugioh-standard.mse-style/style index 1123b91c..f183f60b 100644 --- a/data/yugioh-standard.mse-style/style +++ b/data/yugioh-standard.mse-style/style @@ -4,10 +4,10 @@ short name: Standard icon: card-sample.png position hint: 01 -version: 2008-01-04 +version: 2008-01-18 depends on: package: yugioh.mse-game - version: 2008-01-04 + version: 2008-01-18 depends on: package: yugioh-standard-levels.mse-symbol-font version: 2007-09-23 @@ -60,6 +60,7 @@ card style: effect monster: card-effect.jpg ritual monster: card-ritual.jpg fusion monster: card-fusion.jpg + token monster: card-token.jpg obelisk: card-obelisk.jpg slifer: card-slifer.jpg ra: card-ra.jpg diff --git a/data/yugioh.mse-game/game b/data/yugioh.mse-game/game index 2881b7f6..37af9267 100644 --- a/data/yugioh.mse-game/game +++ b/data/yugioh.mse-game/game @@ -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)