Remove monocolor blend masks from showcases (#137)
This commit is contained in:
@@ -104,9 +104,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(input: card.card_color, type: "crown", base_hybrid: card_hybrid) }
|
||||
card_ptbox := { color_background(input: card.card_color, type: "pt", base_hybrid: card_hybrid) }
|
||||
ub_stamp := { color_background(blend_type: "stamp", type: "ubstamp", base_hybrid: card_hybrid) }
|
||||
card_crown := { color_background(input: card.card_color, type: "crown", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "white") }
|
||||
card_ptbox := { color_background(input: card.card_color, type: "pt", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "black", multicolor_blend: "white") }
|
||||
card_stamp := { color_background(input: card.card_color, type: "stamp", base_hybrid: stamp_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "white") }
|
||||
ub_stamp := { color_background(input: card.card_color, type: "ubstamp", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "white", blend_type: "stamp") }
|
||||
|
||||
pure_colors :=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user