Alias Module (#162)
This commit is contained in:
@@ -184,7 +184,30 @@ init script:
|
||||
)
|
||||
else input
|
||||
}
|
||||
|
||||
alias_offset_top_1 := {8}
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(237, 230, 190),
|
||||
u: rgb(11, 130, 150),
|
||||
b: rgb(109, 23, 132),
|
||||
r: rgb(171, 0, 65),
|
||||
g: rgb(6, 116, 2),
|
||||
a: rgb(152, 208, 218),
|
||||
m: rgb(254, 187, 4),
|
||||
c: rgb(191, 174, 163)
|
||||
][input]
|
||||
}
|
||||
module_alias := {
|
||||
template := alias_custom_template
|
||||
land_template := alias_custom_land_template
|
||||
color_background(
|
||||
type: "alias",
|
||||
base_hybrid: card_hybrid,
|
||||
artifact_blend: "black",
|
||||
hybrid_blend: "white",
|
||||
multicolor_blend: "black"
|
||||
)
|
||||
}
|
||||
############################################################## Extra style options
|
||||
|
||||
styling field:
|
||||
@@ -318,6 +341,8 @@ include file: /magic-modules.mse-include/typelines/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/loyalty/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