mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
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:
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user