Alias Module (#162)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mse version: 2.0.0
|
||||
mse version: 2.1.2
|
||||
game: magic
|
||||
short name: Showcase
|
||||
full name: Strixhaven Showcase
|
||||
@@ -105,6 +105,31 @@ init script:
|
||||
then styling.default_partition
|
||||
else "A"
|
||||
}
|
||||
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"
|
||||
)
|
||||
}
|
||||
alias_offset_top_1 := {5}
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(243, 241, 229),
|
||||
u: rgb(0, 108, 169),
|
||||
b: rgb(55, 54, 48),
|
||||
r: rgb(217, 62, 39),
|
||||
g: rgb(0, 111, 64),
|
||||
a: rgb(193, 193, 193),
|
||||
m: rgb(234, 208, 106),
|
||||
c: rgb(165, 149, 133)
|
||||
][input]
|
||||
}
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -253,6 +278,7 @@ include file: /magic-modules.mse-include/watermarks/card_fields
|
||||
include file: /magic-modules.mse-include/information/card_fields
|
||||
include file: /magic-modules.mse-include/stamps/card_fields
|
||||
include file: /magic-modules.mse-include/separators/card_fields
|
||||
include file: /magic-modules.mse-include/alias/card_fields_under
|
||||
card style:
|
||||
############################# Background stuff
|
||||
card color:
|
||||
|
||||
Reference in New Issue
Block a user