Remove monocolor blend masks from showcases (#137)
This commit is contained in:
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 |
@@ -106,7 +106,7 @@ init script:
|
||||
land_template := { template_prefix[type] + (if input == "a" then "c" else input) + template_suffix[type] }
|
||||
|
||||
card_background := { color_background(input: card.card_color, type: "card", base_hybrid: card_hybrid)}@(offset: 0)
|
||||
card_crown := { color_background(input: card.card_color, type: "crown", base_hybrid: card_hybrid)}@(offset: 0)
|
||||
card_crown := { color_background(input: card.card_color, type: "crown", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "white")}@(offset: 0)
|
||||
card_ptbox := { color_background(input: card.card_color, type: "pt", base_hybrid: pt_hybrid)}@(offset: 0)
|
||||
card_stamp := { color_background(input: card.card_color, type: "stamp", base_hybrid: card_hybrid)}@(offset: 0)
|
||||
mask_hybrid_with_land := { true }
|
||||
|
||||
Reference in New Issue
Block a user