Remove monocolor blend masks from showcases (#137)

This commit is contained in:
GenevensiS
2025-05-14 03:25:14 +02:00
committed by GitHub
parent bc2ef83ae3
commit 55dd4a339b
455 changed files with 196 additions and 171 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

View File

@@ -100,8 +100,10 @@ init script:
template := { template_prefix[type]() + input + template_suffix[type] }
land_template := { template_prefix[type]() + (if input == "a" then "c" else input) + template_suffix[type] }
card_crown := { color_background(type:"crown", base_hybrid:card_hybrid) }
card_ptbox := { color_background(type:"pt", base_hybrid:card_hybrid) }
card_background := { color_background(type:"card", base_hybrid:card_hybrid, hybrid_blend: "white", artifact_blend: "white") }
card_crown := { color_background(type:"crown", base_hybrid:card_hybrid, hybrid_blend: "white", artifact_blend: "white") }
card_ptbox := { color_background(type:"pt", base_hybrid:card_hybrid, hybrid_blend: "white", artifact_blend: "white") }
module_identity := { color_background(type:"identity", base_hybrid:identity_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "white", folder:template_prefix["identity"]()) }
is_land_framed :=
{