Alias Module (#162)
This commit is contained in:
@@ -74,6 +74,7 @@ init script:
|
||||
|
||||
card_stamp_offset_left_1 := { 1 }
|
||||
|
||||
old_card_hybrid := card_hybrid
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
linear_blend(
|
||||
@@ -164,6 +165,18 @@ init script:
|
||||
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 }
|
||||
|
||||
card_stamp_offset_top_1 := { if stamp_shape() == "triangle" then 4 else 0 }
|
||||
|
||||
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"
|
||||
)
|
||||
}
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -237,6 +250,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_under
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user