clean up templates still using identity-new

This commit is contained in:
cajun
2024-09-24 04:57:13 -05:00
parent a8deaefbc2
commit c1b8069dfe
6 changed files with 11 additions and 15 deletions

View File

@@ -31,8 +31,6 @@ init script:
# Should hybrids have a grey name?
mask_hybrid_with_land := { styling.grey_hybrid_name }
template_prefix := [card: "" card2: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
template_suffix := [card: "card.jpg" card2: "card2.jpg" stamp: "stamp.jpg" identity: "identity.png"]
template_prefix := [
card: ""
card2: ""

View File

@@ -39,7 +39,7 @@ init script:
snow:"/magic-modules.mse-include/trims/snow/",
beyond:"/magic-modules.mse-include/trims/beyond/",
crown:"/magic-modules.mse-include/crowns/375/",
identity: "/magic-identity-new.mse-include/"
identity: "/magic-modules.mse-include/indicators/"
]
template_suffix := [
card: "card.jpg"

View File

@@ -616,14 +616,14 @@ identity_horizontal_hybrid := [
x1: 0.49, y1: 0.49
x2: 0.5, y2: 0.5
)}
3: {masked_blend(light: masked_blend(light: template(colors[0]), dark: template(colors[2]), mask: "/magic-identity-new.mse-include/imask_32.png"), dark: template(colors[1]), mask: "/magic-identity-new.mse-include/imask_33.png")}
3: {masked_blend(light: masked_blend(light: template(colors[0]), dark: template(colors[2]), mask: "/magic-modules.mse-include/indicators/imask_32.png"), dark: template(colors[1]), mask: "/magic-modules.mse-include/indicators/imask_33.png")}
4: {masked_blend(
light: masked_blend(
light: masked_blend(light: template(colors[1]), dark: template(colors[0]), mask: "/magic-identity-new.mse-include/imask_42.png"),
light: masked_blend(light: template(colors[1]), dark: template(colors[0]), mask: "/magic-modules.mse-include/indicators/imask_42.png"),
dark: template(colors[2]),
mask: "/magic-identity-new.mse-include/imask_43.png")
mask: "/magic-modules.mse-include/indicators/imask_43.png")
dark: template(colors[3]),
mask: "/magic-identity-new.mse-include/imask_44.png"
mask: "/magic-modules.mse-include/indicators/imask_44.png"
)}
5: {masked_blend(
light: masked_blend(
@@ -631,13 +631,13 @@ identity_horizontal_hybrid := [
light: masked_blend(
light: template(colors[0]),
dark: template(colors[4]),
mask: "/magic-identity-new.mse-include/imask_52.png"),
mask: "/magic-modules.mse-include/indicators/imask_52.png"),
dark: template(colors[1]),
mask: "/magic-identity-new.mse-include/imask_53.png"),
mask: "/magic-modules.mse-include/indicators/imask_53.png"),
dark: template(colors[2]),
mask: "/magic-identity-new.mse-include/imask_54.png"),
mask: "/magic-modules.mse-include/indicators/imask_54.png"),
dark: template(colors[3]),
mask: "/magic-identity-new.mse-include/imask_55.png")
mask: "/magic-modules.mse-include/indicators/imask_55.png")
}
6: { template("m") }
]

View File

@@ -41,8 +41,6 @@ init script:
#Should multicolor lands with basic land types have a colored name?
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
template_prefix := [card: "" card2:"back/" crown:"crown/" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
template_suffix := [card: "card.png" card2:"card.png" crown:"crown.png" pt: "pt.png" stamp: "stamp.jpg" identity: "identity.png"]
template_prefix := [
card: ""
card2: "back/"

View File

@@ -35,7 +35,7 @@ init script:
else "new"
}
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card: "card.jpg" pt: "pt.png", stamp: "stamp.jpg" identity: "identity.png"]
template := { template_prefix[type] + input + template_suffix[type] }
land_template := { template_prefix[type] + (if input == "a" then "c" else input) + "l" + template_suffix[type] }

View File

@@ -41,7 +41,7 @@ init script:
alternate_template := {
if input == "c" then "a" else input
}
template_prefix := [card: "" pt: "" identity: "/magic-identity-new.mse-include/"]
template_prefix := [card: "" pt: "" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card: "card.jpg" pt: "pt.jpg", identity: "identity.png"]
template := { template_prefix[type] + alternate_template() + template_suffix[type] }
land_template := { template_prefix[type] + alternate_template() + template_suffix[type] }