invention fixes
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 6.3 KiB |
BIN
data/magic-m15-Kaladesh.mse-style/artifact_blend_card2.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
data/magic-m15-Kaladesh.mse-style/hybrid_blend_card2.png
Normal file
|
After Width: | Height: | Size: 761 B |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
data/magic-m15-Kaladesh.mse-style/multicolor_blend_card2.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
@@ -63,6 +63,7 @@ init script:
|
|||||||
else "new"
|
else "new"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
card_background2 := { color_background(input: card.card_color, type: "card2", base_hybrid: card_hybrid, blend_type:"card") }@(offset:0 )
|
||||||
# Use guild mana symbols?
|
# Use guild mana symbols?
|
||||||
guild_mana := { styling.use_guild_mana_symbols }
|
guild_mana := { styling.use_guild_mana_symbols }
|
||||||
shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
|
shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
|
||||||
@@ -75,6 +76,21 @@ init script:
|
|||||||
card_stamp_offset_top_1 := {4}
|
card_stamp_offset_top_1 := {4}
|
||||||
card_stamp_offset_left_1 := {1}
|
card_stamp_offset_left_1 := {1}
|
||||||
information_offset_top_1 := {1}
|
information_offset_top_1 := {1}
|
||||||
|
alias_offset_top_1 := {4}
|
||||||
|
|
||||||
|
alias_colors := {
|
||||||
|
[
|
||||||
|
w: rgb(255, 255, 255),
|
||||||
|
u: rgb(6, 115, 184),
|
||||||
|
b: rgb(39, 38, 36),
|
||||||
|
r: rgb(241, 55, 42),
|
||||||
|
g: rgb(6, 120, 69),
|
||||||
|
a: rgb(239, 238, 236),
|
||||||
|
m: rgb(243, 210, 105),
|
||||||
|
c: rgb(173, 151, 137)
|
||||||
|
][input]
|
||||||
|
}
|
||||||
|
|
||||||
############################################################## Set info fields
|
############################################################## Set info fields
|
||||||
set info style:
|
set info style:
|
||||||
symbol:
|
symbol:
|
||||||
@@ -172,6 +188,7 @@ include file: /magic-modules.mse-include/card-symbols/card_fields
|
|||||||
include file: /magic-modules.mse-include/stamps/card_fields
|
include file: /magic-modules.mse-include/stamps/card_fields
|
||||||
include file: /magic-modules.mse-include/watermarks/card_fields
|
include file: /magic-modules.mse-include/watermarks/card_fields
|
||||||
include file: /magic-modules.mse-include/separators/card_fields
|
include file: /magic-modules.mse-include/separators/card_fields
|
||||||
|
include file: /magic-modules.mse-include/alias/card_fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
border color:
|
border color:
|
||||||
|
|||||||