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
+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",