Alias Module (#162)
This commit is contained in:
@@ -80,6 +80,7 @@ init script:
|
||||
italic: {""}
|
||||
]
|
||||
|
||||
old_card_hybrid := card_hybrid
|
||||
card_hybrid_2 :=
|
||||
{
|
||||
masked_blend(mask: "special_blend_card.png", dark: template(colors.0), light: template(colors.1))
|
||||
@@ -146,6 +147,30 @@ init script:
|
||||
if is_crowned() then output := output + ["foil_mask_crown.png"]
|
||||
output
|
||||
}@(face:1)
|
||||
|
||||
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"
|
||||
)
|
||||
}
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(240, 233, 222),
|
||||
u: rgb(34, 98, 134),
|
||||
b: rgb(76, 70, 80),
|
||||
r: rgb(144, 25, 19),
|
||||
g: rgb(84, 138, 67),
|
||||
a: rgb(101, 105, 101),
|
||||
m: rgb(218, 177, 0),
|
||||
c: rgb(158, 129, 105)
|
||||
][input]
|
||||
}
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -216,6 +241,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