Alias Module (#162)
This commit is contained in:
@@ -61,6 +61,7 @@ init script:
|
||||
italic: {""}
|
||||
]
|
||||
|
||||
|
||||
transform_symbol_disabled_1 := { true }
|
||||
card_symbol_offset_left_1 := { 2 }
|
||||
nameline_offset_top_1 := { 2 }
|
||||
@@ -77,6 +78,19 @@ init script:
|
||||
|
||||
card_stamp_offset_top_1 := { if stamp_shape() == "triangle" then 6 else 0 }
|
||||
|
||||
old_card_hybrid := card_hybrid
|
||||
module_alias := {
|
||||
template := alias_custom_template
|
||||
land_template := alias_custom_land_template
|
||||
color_background(
|
||||
type: "alias",
|
||||
base_hybrid: old_card_hybrid,
|
||||
artifact_blend: "white",
|
||||
hybrid_blend: "white",
|
||||
multicolor_blend: "white"
|
||||
)
|
||||
}
|
||||
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
masked_blend(mask: "special_blend_card.png", dark: template(colors.0), light: template(colors.1))
|
||||
@@ -181,6 +195,17 @@ init script:
|
||||
popout_width := { split := split_comma(styling.popout_image_coordinates); if length(split) > 3 and split.2 != "" then clamp(split.2, maximum: 1500, minimum: 0) else 0 }
|
||||
popout_height := { split := split_comma(styling.popout_image_coordinates); if length(split) > 3 and split.3 != "" then clamp(split.3, maximum: 2000, minimum: 0) else 0 }
|
||||
|
||||
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"
|
||||
)
|
||||
}
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -268,6 +293,8 @@ include file: /magic-modules.mse-include/namelines/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/typelines/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user