Alias Module (#162)

This commit is contained in:
cajun
2025-09-28 07:25:02 -05:00
committed by GitHub
parent bd7a5e331f
commit 4818a59014
106 changed files with 1005 additions and 827 deletions

View File

@@ -35,6 +35,10 @@ init script:
nameline_offset_top_1 := { -14 }
transform_symbol_disabled_1 := { true }
casting_cost_offset_top_1 := { 1 }
alias_offset_top_1 := { 4 }
alias_offset_left_1 := {-21}
alias_offset_width_1 := { -42 }
alias_colors := { rgb(52, 44, 42) }
type_offset_top_1 := { -1 }
rarity_offset_top_1 := { 3 }
@@ -89,6 +93,18 @@ init script:
output
}@(face:1)
old_card_hybrid := card_hybrid
module_alias := {
template := alias_custom_template
land_template := alias_custom_land_template
color_background(
type: "alias",
base_hybrid: old_card_hybrid,
artifact_blend: "white",
hybrid_blend: "white",
multicolor_blend: "white"
)
}
card_hybrid_2_h :=
{
masked_blend(
@@ -108,6 +124,7 @@ init script:
6: horizontal_card_hybrid[6]
7: horizontal_card_hybrid[7]
]
card_hybrid :=
[
radial: card_hybrid["radial"]
@@ -115,7 +132,6 @@ init script:
overlay: card_hybrid["overlay"]
vertical: card_hybrid["vertical"]
]
template_prefix :=
[
border: "border/",
@@ -254,6 +270,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: