Finished adding overlay hybrids.

Updated flying's reminder text to 10th edition version.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@414 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-06-09 05:07:58 +00:00
parent 0fd8c42a8d
commit 8133196f15
3 changed files with 21 additions and 3 deletions
+19 -1
View File
@@ -1411,8 +1411,14 @@ card_hybrid_pt := {
then land_hybrid_pt()
else pt_template()
}
# 'overlay' 2 color pt hybrid
# For overlay p/t box
card_hybrid_pt_overlay := {
if mask_hybrid_with_land()
then land_hybrid_pt_overlay()
else card_hybrid_pt_overlayer()
}
# 'overlay' 2 color pt hybrid
card_hybrid_pt_overlayer := {
combine_blend(
image1: pt_template(input[0]),
image2: pt_template(input[1]),
@@ -1427,6 +1433,18 @@ land_hybrid_pt := {
light: pt_template(),
)
}
# Mask part of the input p/t box with "hpt.jpg" file, do the rest as an overlay hybrid
land_hybrid_pt_overlay := {
masked_blend(
mask: "hybrid_blend_pt.png",
dark: "hpt.jpg",
light: combine_blend(
image1: pt_template(input[0]),
image2: pt_template(input[1]),
combine: "symmetric overlay"
)
)
}
# Multicolor blend for pt box
multi_hybrid_pt := {
masked_blend(
+1 -1
View File
@@ -1251,7 +1251,7 @@ keyword:
keyword: Flying
match: Flying
mode: core
reminder: This creature cant be blocked except by creatures with flying and/or reach.
reminder: This creature cant be blocked except by creatures with flying or reach.
keyword:
keyword: First strike
match: First strike
+1 -1
View File
@@ -465,7 +465,7 @@ keyword:
keyword: Flying
match: Flying
mode: core
reminder: This creature cant be blocked except by creatures with flying and/or reach.
reminder: This creature cant be blocked except by creatures with flying or reach.
keyword:
keyword: First strike
match: First strike