Change tarkir draconic 3 and 4 color hybrids (#147)
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 132 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 131 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
@@ -79,15 +79,35 @@ init script:
|
||||
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
masked_blend(mask: "special_blend_card.png", dark: template(colors.0), light: template(colors.1))
|
||||
masked_blend(
|
||||
mask: "special_blend_card.png",
|
||||
light: template(colors[1 + shift]),
|
||||
dark: template(colors[0 + shift])
|
||||
)
|
||||
}@(shift:0)
|
||||
card_hybrid_3 :=
|
||||
{
|
||||
masked_blend(
|
||||
mask: "special_blend_card_v.png",
|
||||
light: template(colors.2),
|
||||
dark: card_hybrid_2(shift:0)
|
||||
)
|
||||
}
|
||||
card_hybrid_4 :=
|
||||
{
|
||||
masked_blend(
|
||||
mask: "special_blend_card_v.png",
|
||||
light: card_hybrid_2(shift:2),
|
||||
dark: card_hybrid_2(shift:0)
|
||||
)
|
||||
}
|
||||
horizontal_card_hybrid :=
|
||||
[
|
||||
0: horizontal_card_hybrid[0]
|
||||
1: horizontal_card_hybrid[1]
|
||||
2: card_hybrid_2
|
||||
3: horizontal_card_hybrid[3]
|
||||
4: horizontal_card_hybrid[4]
|
||||
3: card_hybrid_3
|
||||
4: card_hybrid_4
|
||||
5: horizontal_card_hybrid[5]
|
||||
6: horizontal_card_hybrid[6]
|
||||
7: horizontal_card_hybrid[7]
|
||||
|
||||