Alias Module (#162)
This commit is contained in:
@@ -79,9 +79,11 @@ init script:
|
||||
italic: {""}
|
||||
]
|
||||
|
||||
och := card_hybrid_2
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
masked_blend(mask: "special_blend_card.png", dark: template(colors.0), light: template(colors.1))
|
||||
if mode != "mask" then och
|
||||
else masked_blend(mask: "special_blend_card.png", dark: template(colors.0), light: template(colors.1))
|
||||
}
|
||||
horizontal_card_hybrid :=
|
||||
[
|
||||
@@ -146,6 +148,7 @@ init script:
|
||||
if is_crowned() then output := output + ["foil_mask_crown.png"]
|
||||
output
|
||||
}@(face:1)
|
||||
alias_colors := { rgb(114, 116, 103) }
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -220,6 +223,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_under
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user