Commit a11e7995 authored by pichoro's avatar pichoro

"None" and "Planeswalker" type symbol choices.

Planeswalker watermark.
No more accidental artifact_blends in magic-future-common.
parent 7b836e86
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
......@@ -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:
......
......@@ -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:
......
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:
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment