Update Strixhaven mystical archive frame (#174)
* Update Strixhaven mystical archive frame
This commit is contained in:
@@ -687,7 +687,7 @@ card style:
|
||||
if face_is_rotated(1) then
|
||||
(
|
||||
(if card.pt != "" or card.loyalty != "" then 21 + information_secondary_offset_pt_left_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 23 else 33) * face_coordinates_map(1).width/523 +
|
||||
face_coordinates_map(1).left - information_offset_top_1()
|
||||
face_coordinates_map(1).left - information_offset_top_1() - information_copyright_offset_top_1()
|
||||
) else (
|
||||
351 * face_coordinates_map(1).width/375 + face_coordinates_map(1).left + information_copyright_offset_right_1()
|
||||
)
|
||||
@@ -698,7 +698,7 @@ card style:
|
||||
351 * face_coordinates_map(1).height/375 + face_coordinates_map(1).top + information_copyright_offset_right_1()
|
||||
) else (
|
||||
(if information_secondary_shift_with_pt_1() and (card.pt != "" or card.loyalty != "") then 502 + information_copyright_offset_pt_top_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 500 else 490) * face_coordinates_map(1).height/523 +
|
||||
face_coordinates_map(1).top + information_offset_top_1()
|
||||
face_coordinates_map(1).top + information_offset_top_1() + information_copyright_offset_top_1()
|
||||
)
|
||||
width:
|
||||
script:
|
||||
@@ -730,7 +730,7 @@ card style:
|
||||
script:
|
||||
if face_is_rotated(1) then
|
||||
(
|
||||
(if card.pt != "" or card.loyalty != "" then 21 + information_secondary_offset_pt_left_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 23 else 33) * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1()
|
||||
(if card.pt != "" or card.loyalty != "" then 21 + information_secondary_offset_pt_left_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 23 else 33) * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1() - information_copyright_offset_top_1()
|
||||
) else (
|
||||
351 * face_coordinates_map(1).width/375 + face_coordinates_map(1).left + information_copyright_offset_right_1()
|
||||
)
|
||||
@@ -740,7 +740,7 @@ card style:
|
||||
(
|
||||
351 * face_coordinates_map(1).height/375 + face_coordinates_map(1).top + information_copyright_offset_right_1()
|
||||
) else (
|
||||
(if information_secondary_shift_with_pt_1() and (card.pt != "" or card.loyalty != "") then 502 + information_copyright_offset_pt_top_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 500 else 490) * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1()
|
||||
(if information_secondary_shift_with_pt_1() and (card.pt != "" or card.loyalty != "") then 502 + information_copyright_offset_pt_top_1() else if card.secondary_copyright != "" or card.vorthos_box != "" then 500 else 490) * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1() + information_copyright_offset_top_1()
|
||||
)
|
||||
width:
|
||||
script:
|
||||
@@ -772,7 +772,7 @@ card style:
|
||||
script:
|
||||
if face_is_rotated(1) then
|
||||
(
|
||||
33 * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1()
|
||||
33 * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1() - information_copyright_offset_top_1()
|
||||
) else (
|
||||
needed := (255 + information_secondary_offset_pt_left_1() - if length(card.secondary_copyright) > 9 then 45 else if length(card.secondary_copyright) > 6 then 25 else if length(card.secondary_copyright) > 4 then 10 else 0) * face_coordinates_map(1).width/375 + face_coordinates_map(1).left
|
||||
aligned := 351 * face_coordinates_map(1).width/375 + information_copyright_offset_right_1() - (if set.automatic_copyright then card_style.auto_copyright.content_width else card_style.copyright.content_width) + face_coordinates_map(1).left
|
||||
@@ -784,7 +784,7 @@ card style:
|
||||
(
|
||||
211 * face_coordinates_map(1).height/375 + face_coordinates_map(1).top + information_copyright_offset_right_1()
|
||||
) else (
|
||||
490 * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1()
|
||||
490 * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1() + information_copyright_offset_top_1()
|
||||
)
|
||||
width:
|
||||
script:
|
||||
@@ -820,7 +820,7 @@ card style:
|
||||
script:
|
||||
if face_is_rotated(1) then
|
||||
(
|
||||
(if card.secondary_copyright == "" then 33 else if (card.copyright == "" and set.copyright == "") then 23 else 12) * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1()
|
||||
(if card.secondary_copyright == "" then 33 else if (card.copyright == "" and set.copyright == "") then 23 else 12) * face_coordinates_map(1).width/523 + face_coordinates_map(1).left - information_offset_top_1() - information_copyright_offset_top_1()
|
||||
) else (
|
||||
edge_c := 351
|
||||
pt_shift := false
|
||||
@@ -859,7 +859,7 @@ card style:
|
||||
then top_c := 510 + (if information_secondary_shift_with_pt_1() and (card.pt != "" or card.loyalty != "") then 2 + information_copyright_offset_pt_top_1() else 0)
|
||||
else top_c := 500
|
||||
)
|
||||
top_c * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1()
|
||||
top_c * face_coordinates_map(1).height/523 + face_coordinates_map(1).top + information_offset_top_1() + information_copyright_offset_top_1()
|
||||
)
|
||||
width:
|
||||
script:
|
||||
|
||||
@@ -61,8 +61,9 @@ information_offset_top_1 := { 0 }
|
||||
#### To shift the card number, set code and artist credit left/right:
|
||||
information_codes_offset_left_1 := { 0 }
|
||||
|
||||
#### To shift the actual copyright lines left/right:
|
||||
#### To shift the actual copyright lines left/right or up/down:
|
||||
information_copyright_offset_right_1 := { 0 }
|
||||
information_copyright_offset_top_1 := { 0 }
|
||||
|
||||
#### To shift the copyright up/down on creatures/walkers, if the pt/loyalty box is very short/tall:
|
||||
information_copyright_offset_pt_top_1 := { 0 }
|
||||
|
||||
Reference in New Issue
Block a user