Alias Module (#162)
This commit is contained in:
@@ -130,6 +130,32 @@ 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: card_hybrid,
|
||||
artifact_blend: "white",
|
||||
hybrid_blend: "white",
|
||||
multicolor_blend: "black"
|
||||
)
|
||||
}
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(239, 239, 255),
|
||||
u: rgb(85, 104, 155),
|
||||
b: rgb(77, 78, 78),
|
||||
r: rgb(218, 87, 76),
|
||||
g: rgb(58, 107, 73),
|
||||
a: rgb(177, 185, 194),
|
||||
m: rgb(231, 222, 151),
|
||||
c: rgb(229, 220, 209)
|
||||
][input]
|
||||
}
|
||||
alias_offset_top_1 := {-2}
|
||||
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -200,6 +226,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