---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-10-01 15:04:20 -05:00
committed by GitHub
parent 8ad5ba8a6d
commit a3c3b8d1f1
30 changed files with 219 additions and 214 deletions

View File

@@ -261,7 +261,7 @@ init script:
card_mapbox := { color_background(type:"mappt", base_hybrid:pt_hybrid, folder:template_prefix["mappt"], blend_type:"pt") }
curtain_background := { color_background(type:"curtains", base_hybrid:card_hybrid, folder:"curtains/") }
miracle_background := { color_background(type:"miracle", base_hybrid:card_hybrid, folder:template_prefix["miracle"]) }
miracle_background2 := { color_background(type:"miracle2", base_hybrid:card_hybrid, folder:template_prefix["miracle2"], blend_type:"miracle") }
miracle_background2 := { color_background(type:"miracle2", base_hybrid:card_hybrid, folder:template_prefix["miracle"], blend_type:"miracle") }
snow_background := { color_background(type:"snow", base_hybrid:card_hybrid, folder:template_prefix["card"], blend_type:"card") }
draft_background := { color_background(type:"draft", base_hybrid:card_hybrid, folder:template_prefix["draft"]) }
custom_border_blend := { color_background(type:"custom_border", base_hybrid:card_hybrid, folder:"/magic-modules.mse-include/trims/") }
@@ -827,11 +827,11 @@ init script:
else len
}
chapter1b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:0, end:true, default:(if back_two_boxes() then 183 else 185))) }
chapter2b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:1, end:true, default:(if back_two_boxes() then 223 else 279))) }
chapter3b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:2, end:true, default:(if back_two_boxes() then 329 else 373))) }
chapter4b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:3, end:true, default:600)) }
chapter5b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:4, end:true, default:600)) }
chapter6b := { if snapping_chaptersb() > 0 then auto_snap(1, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:5, end:true, default:600)) }
chapter2b := { if snapping_chaptersb() > 0 then auto_snap(2, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:1, end:true, default:(if back_two_boxes() then 223 else 279))) }
chapter3b := { if snapping_chaptersb() > 0 then auto_snap(3, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:2, end:true, default:(if back_two_boxes() then 329 else 373))) }
chapter4b := { if snapping_chaptersb() > 0 then auto_snap(4, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:3, end:true, default:600)) }
chapter5b := { if snapping_chaptersb() > 0 then auto_snap(5, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:4, end:true, default:600)) }
chapter6b := { if snapping_chaptersb() > 0 then auto_snap(6, face:2) else to_number(pull_comma_array(styling.move_back_loyalty_costs, cell:5, end:true, default:600)) }
chapter_custom := { if to_number(pull_comma_array(styling.snap_chapter_to_box, cell:6, end:true)) > 0 then auto_snap(7, line:styling.snap_chapter_to_box, bump:0) else to_number(pull_comma_array(styling.custom_chapter_coordinate, cell:0, end:false, default:600)) }
chapter_customb := { if to_number(pull_comma_array(styling.snap_chapter_to_back_box, cell:6, end:true)) > 0 then auto_snap(7, line:styling.snap_chapter_to_back_box, bump:4) else to_number(pull_comma_array(styling.custom_chapter_coordinate, cell:0, end:false, default:600)) }
@@ -4234,7 +4234,7 @@ extra card style:
top: { if mainframe_walker() then 51 else if front_map() then 62 else 57}
width: {card_style.alias.content_width}
height: 27
z index: 2
z index: 880
render style: image
image: /magic-modules.mse-include/extras/evobar/evobar.png
visible: {use_evobar() and not front_skinned()}