Adjusted magic-new-planeswalker image mask.

Added new styling option to replicate "Murmuring Bosk" frame from Morningtide.
Changed game file "creature type" lists to be named "Race" and "Class".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@821 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2008-01-13 01:11:15 +00:00
parent 3ad16e949f
commit 0a33961584
11 changed files with 68 additions and 14 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
mse version: 0.3.5
mse version: 0.3.6
full name: Magic The Gathering, card blend utilities
version: 2007-09-23
version: 2008-01-12
# This file doesn't do anything, other files in this directory can be included
# in game/style files:
+7
View File
@@ -7,6 +7,7 @@
########################################################################
mask_hybrid_with_land := { false }
mask_multi_land_with_color := { false }
template := { input + "{type}.jpg" }
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
# For what value should thumbnails of hybrids be made?
@@ -483,6 +484,12 @@ color_combination := {
dark: land_template("c"),
light: base,
)
else if land and multi and mask_multi_land_with_color() then
masked_blend(
mask: "hybrid_blend_{type}.png",
dark: base,
light: land_template("m"),
)
else if multi then
masked_blend(
mask: "multicolor_blend_{type}.png",