Alias Module (#162)
This commit is contained in:
@@ -172,6 +172,30 @@ init script:
|
||||
popout_width := { split := split_comma(styling.popout_art_coordinates); if length(split) > 3 and split.2 != "" then clamp(split.2, minimum: 0, maximum: 1500) else 0 }
|
||||
popout_height := { split := split_comma(styling.popout_art_coordinates); if length(split) > 3 and split.3 != "" then clamp(split.3, minimum: 0, maximum: 2000) else 0 }
|
||||
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(121, 110, 102),
|
||||
u: rgb(5, 70, 80),
|
||||
b: rgb(32, 28, 26),
|
||||
r: rgb(150, 10, 68),
|
||||
g: rgb(22, 53, 17),
|
||||
a: rgb(79, 74, 75),
|
||||
m: rgb(119, 102, 79),
|
||||
c: rgb(53, 39, 31)
|
||||
][input]
|
||||
}
|
||||
module_alias := {
|
||||
template := alias_custom_template
|
||||
land_template := alias_custom_land_template
|
||||
color_background(
|
||||
type: "alias",
|
||||
base_hybrid: card_hybrid,
|
||||
artifact_blend: "white",
|
||||
hybrid_blend: "white",
|
||||
multicolor_blend: "black"
|
||||
)
|
||||
}
|
||||
alias_offset_top_1 := {6}
|
||||
############################################################## Extra style options
|
||||
|
||||
include file: /magic-modules.mse-include/texts/styling_fields
|
||||
@@ -242,6 +266,8 @@ include file: /magic-modules.mse-include/typelines/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/foils/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user