Alias Module (#162)
This commit is contained in:
@@ -104,6 +104,21 @@ init script:
|
||||
}@(active:false, instance:1)
|
||||
mainframe_walker := { lang_setting("is_planeswalker")(card.type) }
|
||||
loyalty_textbox_mask := {"walker_mask.png"}
|
||||
|
||||
alias_offset_top_1 := { if is_legend() then 4 else -8 }
|
||||
alias_mask_1 := { "alias_mask.png" }
|
||||
alias_colors := {
|
||||
[
|
||||
w: rgb(242, 239, 233),
|
||||
u: rgb(20, 110, 161),
|
||||
b: rgb(47, 45, 43),
|
||||
r: rgb(202, 55, 18),
|
||||
g: rgb(16, 134, 68),
|
||||
a: rgb(214, 216, 216),
|
||||
m: rgb(229, 191, 66),
|
||||
c: rgb(148, 114, 95)
|
||||
][input]
|
||||
}
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -290,6 +305,7 @@ include file: /magic-modules.mse-include/stamps/stamp_back
|
||||
include file: /magic-modules.mse-include/watermarks/card_fields
|
||||
include file: /magic-modules.mse-include/separators/card_fields
|
||||
include file: /magic-modules.mse-include/loyalty/card_fields
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
|
||||
Reference in New Issue
Block a user