Alias Module (#162)
This commit is contained in:
@@ -73,6 +73,7 @@ init script:
|
||||
italic: {""}
|
||||
]
|
||||
|
||||
old_card_hybrid := card_hybrid
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
if type == "loyaltycost" then template(colors.0)
|
||||
@@ -257,6 +258,19 @@ init script:
|
||||
then ""
|
||||
else crop(input, offset_x: offset_x, offset_y: offset_y, width: width, height: height)
|
||||
}
|
||||
|
||||
alias_mask := { alias_src + "masks/remove_color.png" }
|
||||
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
|
||||
|
||||
@@ -358,6 +372,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