"None" and "Planeswalker" type symbol choices.

Planeswalker watermark.
No more accidental artifact_blends in magic-future-common.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@878 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-05-23 21:10:33 +00:00
parent 5ac9af10bd
commit 611ce0508d
11 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
mse version: 0.3.5
mse version: 0.3.6
full name: Icons/symbols for futureshifted Magic The Gathering templates
version: 2007-09-23
version: 2008-05-21
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+3 -2
View File
@@ -6,13 +6,13 @@ installer group: magic/Future/Textless cards
icon: card-sample.png
position hint: 055
version: 2008-04-13
version: 2008-05-21
depends on:
package: magic.mse-game
version: 2007-09-23
depends on:
package: magic-future-common.mse-include
version: 2007-09-23
version: 2008-05-21
depends on:
package: magic-mana-future.mse-symbol-font
version: 2007-09-23
@@ -220,6 +220,7 @@ card style:
land: { "/magic-future-common.mse-include/land_" + typesymbol_color(value) + ".png" }
multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" }
planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" }
############################# Image
image:
+3 -2
View File
@@ -6,7 +6,7 @@ installer group: magic/Future/Normal cards
icon: card-sample.png
position hint: 050
version: 2008-04-13
version: 2008-05-21
depends on:
package: magic.mse-game
version: 2007-12-29
@@ -15,7 +15,7 @@ depends on:
version: 2007-09-23
depends on:
package: magic-future-common.mse-include
version: 2007-09-23
version: 2008-05-21
depends on:
package: magic-mana-large.mse-symbol-font
version: 2007-09-23
@@ -287,6 +287,7 @@ card style:
land: { "/magic-future-common.mse-include/land_" + typesymbol_color(value) + ".png" }
multitype: { "/magic-future-common.mse-include/multitype_" + typesymbol_color(value) + ".png" }
sorcery: { "/magic-future-common.mse-include/sorcery_" + typesymbol_color(value) + ".png" }
planeswalker: { "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" }
############################# Image
image:
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+2 -2
View File
@@ -1,6 +1,6 @@
mse version: 0.3.5
mse version: 0.3.6
full name: Magic The Gathering, textbox watermarks
version: 2007-12-29
version: 2008-05-21
# This file doesn't do anything, other files in this directory can be included
# in game/style files:
@@ -63,6 +63,7 @@ choice:
choice: instant
choice: land
choice: multiple
choice: planeswalker
choice: sorcery
choice:
name: set symbol
@@ -53,6 +53,7 @@ choice images:
future sight type symbols instant: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_instant.png")
future sight type symbols land: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_land.png")
future sight type symbols multiple: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_multiple.png")
future sight type symbols planeswalker: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_planeswalker.png")
future sight type symbols sorcery: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_sorcery.png")
set symbol:
@@ -53,6 +53,7 @@ choice images:
future sight type symbols instant: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_instant.png")
future sight type symbols land: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_land.png")
future sight type symbols multiple: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_multiple.png")
future sight type symbols planeswalker: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_planeswalker.png")
future sight type symbols sorcery: script: set_combine(combine:"shadow", input:"/magic-watermarks.mse-include/futsymbol_sorcery.png")
set symbol:
+4 -1
View File
@@ -5,7 +5,7 @@ installer group: magic/game files
icon: card-back.png
position hint: 01
version: 2008-05-18
version: 2008-05-21
depends on:
package: magic-blends.mse-include
version: 2007-09-23
@@ -478,6 +478,7 @@ init script:
else if input == "Artifact" then "artifact"
else if input == "Enchantment" then "enchantment"
else if input == "Land" then "land"
else if input == "Planeswalker" then "planeswalker"
else "multitype"
}
typesymbol_type := { typesymbol_for(card.super_type) }
@@ -790,7 +791,9 @@ card field:
choice: instant
choice: land
choice: multitype
choice: planeswalker
choice: sorcery
choice: none
description: The card type symbol for this card
############################# Image