First Alara Reborn keyword for Magic.

Lots of improvements to blends and default blends.
Some new words for dictionary.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1378 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2009-04-16 00:36:03 +00:00
parent 8c26108823
commit c8d0b1fe06
6 changed files with 48 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
mse version: 0.3.7
mse version: 0.3.8
full name: Magic The Gathering, card blend utilities
version: 2008-09-24
version: 2009-04-09
# This file doesn't do anything, other files in this directory can be included
# in game/style files:
+10
View File
@@ -521,6 +521,16 @@ color_combination := {
dark: template("m"),
light: base,
)
else if artifact and color_count > 1 and mask_hybrid_with_land() then
masked_blend(
mask: "artifact_blend_{type}.png",
dark: template("a"),
light: masked_blend(
mask: "multicolor_blend_{type}.png",
dark: template("c"),
light: base
)
)
else if artifact then
masked_blend(
mask: "artifact_blend_{type}.png",