Alias Module (#162)
This commit is contained in:
@@ -1043,7 +1043,17 @@ module_nyx := {
|
||||
)
|
||||
}
|
||||
module_snow := { color_background(type:"snow", base_hybrid:card_hybrid, folder:template_prefix["snow"]) }
|
||||
module_alias := { color_background(type:"alias", base_hybrid:card_hybrid, folder:template_prefix["alias"]) }
|
||||
module_alias := {
|
||||
template := alias_custom_template
|
||||
land_template := alias_custom_land_template
|
||||
color_background(
|
||||
type: "alias",
|
||||
base_hybrid: card_hybrid,
|
||||
artifact_blend: "white",
|
||||
hybrid_blend: "white",
|
||||
multicolor_blend: "white"
|
||||
)
|
||||
}
|
||||
module_ptbox := {
|
||||
if vehicle then template_prefix["pt"] + "vpt.png"
|
||||
else color_background(type:"pt", base_hybrid:pt_hybrid, folder:template_prefix["pt"])
|
||||
|
||||
Reference in New Issue
Block a user