-
@@ -31,6 +31,7 @@ watermark_colors := {
|
||||
else if trim_colors(check_colors) == "black" then "bb"
|
||||
else if trim_colors(check_colors) == "red" then "rr"
|
||||
else if trim_colors(check_colors) == "green" then "gg"
|
||||
else if trim_colors(check_colors) == "orange" then "oo"
|
||||
else if contains(check_colors, match:"multi") or
|
||||
contains(check_colors, match:"hybrid") or
|
||||
contains(check_colors, match:", land") then hybrid_color(face:face)
|
||||
@@ -45,22 +46,32 @@ hybrid_color := {
|
||||
else if trimmed == "white, black" then "wb"
|
||||
else if trimmed == "white, red" then "rw"
|
||||
else if trimmed == "white, green" then "gw"
|
||||
else if trimmed == "white, orange" then "wo"
|
||||
else if trimmed == "blue, black" then "ub"
|
||||
else if trimmed == "blue, red" then "ur"
|
||||
else if trimmed == "blue, green" then "gu"
|
||||
else if trimmed == "blue, orange" then "uo"
|
||||
else if trimmed == "black, red" then "br"
|
||||
else if trimmed == "black, green" then "bg"
|
||||
else if trimmed == "black, orange" then "bo"
|
||||
else if trimmed == "red, green" then "rg"
|
||||
else if trimmed == "red, orange" then "ro"
|
||||
else if trimmed == "green, orange" then "go"
|
||||
else if trimmed == "white, blue, reversed" then "uw"
|
||||
else if trimmed == "white, black, reversed" then "bw"
|
||||
else if trimmed == "white, red, reversed" then "wr"
|
||||
else if trimmed == "white, green, reversed" then "wg"
|
||||
else if trimmed == "white, orange, reversed" then "ow"
|
||||
else if trimmed == "blue, black, reversed" then "bu"
|
||||
else if trimmed == "blue, red, reversed" then "ru"
|
||||
else if trimmed == "blue, green, reversed" then "ug"
|
||||
else if trimmed == "blue, orange, reversed" then "ou"
|
||||
else if trimmed == "black, red, reversed" then "rb"
|
||||
else if trimmed == "black, green, reversed" then "bg"
|
||||
else if trimmed == "black, green, reversed" then "gb"
|
||||
else if trimmed == "black, orange, reversed" then "ob"
|
||||
else if trimmed == "red, green, reversed" then "gr"
|
||||
else if trimmed == "red, orange, reversed" then "or"
|
||||
else if trimmed == "green, orange, reversed" then "og"
|
||||
else "mm"
|
||||
}@(face:"")
|
||||
########################################################################
|
||||
@@ -818,12 +829,13 @@ stamp_hybrid := [
|
||||
# Putting it all together.
|
||||
########################################################################
|
||||
blend_colors := {
|
||||
colors := sort_text( order: if card_is_wedge(input) then "(wbgur)" else "(wubrg)"
|
||||
colors := sort_text( order: if card_is_wedge(input) then "(wbguro)" else "(wubrgo)"
|
||||
, (if chosen(choice:"white" ) then "w")
|
||||
+ (if chosen(choice:"blue" ) then "u")
|
||||
+ (if chosen(choice:"black" ) then "b")
|
||||
+ (if chosen(choice:"red" ) then "r")
|
||||
+ (if chosen(choice:"green" ) then "g"))
|
||||
+ (if chosen(choice:"green" ) then "g")
|
||||
+ (if chosen(choice:"orange" ) then "o"))
|
||||
if multi and (hybrid or colors == "") then (
|
||||
colors := colors + "m"
|
||||
)
|
||||
@@ -1103,12 +1115,13 @@ font_color_positions := [
|
||||
font_white := {
|
||||
hybrid := chosen(choice:"hybrid" )
|
||||
artifact := chosen(choice:"artifact" )
|
||||
colors := sort_text( order: "(wubrg)"
|
||||
colors := sort_text( order: "(wubrgo)"
|
||||
, (if chosen(choice:"white" ) then "w")
|
||||
+ (if chosen(choice:"blue" ) then "u")
|
||||
+ (if chosen(choice:"black" ) then "b")
|
||||
+ (if chosen(choice:"red" ) then "r")
|
||||
+ (if chosen(choice:"green" ) then "g"))
|
||||
+ (if chosen(choice:"green" ) then "g")
|
||||
+ (if chosen(choice:"orange" ) then "o"))
|
||||
+ (if artifact then "a")
|
||||
font_colors_white(
|
||||
if chosen(choice:"land") then "l"
|
||||
|
||||
@@ -4642,7 +4642,7 @@ extra card style:
|
||||
render style: image
|
||||
image: bookmarks/stripe.png
|
||||
z index: 835
|
||||
visible: {length(write_wubrg(card.card_color))==2 and front_saga()}
|
||||
visible: {length(write_wubrgo(card.card_color))==2 and front_saga()}
|
||||
stripe 2:
|
||||
left: 392
|
||||
top: 60
|
||||
@@ -4651,7 +4651,7 @@ extra card style:
|
||||
render style: image
|
||||
image: bookmarks/stripe.png
|
||||
z index: 835
|
||||
visible: {length(write_wubrg(card.card_color_2))==2 and back_saga()}
|
||||
visible: {length(write_wubrgo(card.card_color_2))==2 and back_saga()}
|
||||
alias bar:
|
||||
left: 34
|
||||
top: {if front_normal() then 55 else if mythic_edition() then 47 else 49}
|
||||
|
||||
@@ -1406,7 +1406,7 @@ extra card style:
|
||||
render style: image
|
||||
image: bookmark/stripe.png
|
||||
z index: 820
|
||||
visible: {length(write_wubrg(card.card_color))==2 and not un_marked()}
|
||||
visible: {length(write_wubrgo(card.card_color))==2 and not un_marked()}
|
||||
paper:
|
||||
left: {if is_saga() then 28 else 186}
|
||||
top: 58
|
||||
|
||||
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 battle/ocard.png
Normal file
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 162 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 cut/back/ocard.jpg
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 cut/back/olcard.jpg
Normal file
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 102 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 cut/ocard.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 cut/olcard.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 77 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 saga cut/ocard.jpg
Normal file
|
After Width: | Height: | Size: 77 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 saga cut/olcard.jpg
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 saga/ocard.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 saga/olcard.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 24 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 simple/ocard.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
data/magic-modules.mse-include/cards/375 m15 simple/olcard.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 26 KiB |
BIN
data/magic-modules.mse-include/cards/746 maps/ocard.png
Normal file
|
After Width: | Height: | Size: 446 KiB |
|
Before Width: | Height: | Size: 447 KiB After Width: | Height: | Size: 447 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 119 KiB |
BIN
data/magic-modules.mse-include/flags/dark/oflag.png
Normal file
|
After Width: | Height: | Size: 395 B |
BIN
data/magic-modules.mse-include/flags/light/oflag.png
Normal file
|
After Width: | Height: | Size: 388 B |
BIN
data/magic-modules.mse-include/indicators/oidentity.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
data/magic-modules.mse-include/indicators/olidentity.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
data/magic-modules.mse-include/indicators/vow/oidentity.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
data/magic-modules.mse-include/indicators/vow/olidentity.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 29 KiB |
BIN
data/magic-modules.mse-include/levels/arrows/1/oarrow.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
data/magic-modules.mse-include/levels/arrows/2/oarrow.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
data/magic-modules.mse-include/levels/arrows/3/oarrow.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
BIN
data/magic-modules.mse-include/levels/slides/0/olslide.png
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
data/magic-modules.mse-include/levels/slides/0/oslide.png
Normal file
|
After Width: | Height: | Size: 101 B |
BIN
data/magic-modules.mse-include/levels/slides/1/back/olslide.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
data/magic-modules.mse-include/levels/slides/1/back/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
data/magic-modules.mse-include/levels/slides/1/olslide.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
data/magic-modules.mse-include/levels/slides/1/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
data/magic-modules.mse-include/levels/slides/2/back/olslide.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
data/magic-modules.mse-include/levels/slides/2/back/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
data/magic-modules.mse-include/levels/slides/2/olslide.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
data/magic-modules.mse-include/levels/slides/2/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
BIN
data/magic-modules.mse-include/levels/slides/3/back/olslide.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
data/magic-modules.mse-include/levels/slides/3/back/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
data/magic-modules.mse-include/levels/slides/3/olslide.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
data/magic-modules.mse-include/levels/slides/3/oslide.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 141 KiB |
BIN
data/magic-modules.mse-include/pages/double_flat/opage.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
data/magic-modules.mse-include/pages/double_page/opage.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
data/magic-modules.mse-include/pages/null_page/opage.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
data/magic-modules.mse-include/pages/single_flat/opage.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
data/magic-modules.mse-include/pages/single_page/opage.png
Normal file
|
After Width: | Height: | Size: 46 KiB |