Alias Module (#162)
This commit is contained in:
@@ -95,6 +95,30 @@ init script:
|
||||
card_stamp_offset_top_1 := {5}
|
||||
|
||||
card_ptbox := { color_background(type:"pt", base_hybrid:pt_hybrid, folder:"/magic-modules.mse-include/pts/375 m15/")}
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(253, 254, 255),
|
||||
u: rgb(7, 114, 182),
|
||||
b: rgb(39, 38, 36),
|
||||
r: rgb(210, 68, 54),
|
||||
g: rgb(14, 111, 68),
|
||||
a: rgb(150, 174, 178),
|
||||
m: rgb(236, 210, 135),
|
||||
c: rgb(168, 151, 141)
|
||||
][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: "white"
|
||||
)
|
||||
}
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -215,6 +239,7 @@ include file: /magic-modules.mse-include/card-symbols/card_fields
|
||||
include file: /magic-modules.mse-include/stamps/card_fields
|
||||
include file: /magic-modules.mse-include/stamps/stamp_back
|
||||
include file: /magic-modules.mse-include/separators/card_fields
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user