diff --git a/data/magic-m15-mainframe-dfc.mse-style/style b/data/magic-m15-mainframe-dfc.mse-style/style index c4074c598..9f1fa5eb1 100644 --- a/data/magic-m15-mainframe-dfc.mse-style/style +++ b/data/magic-m15-mainframe-dfc.mse-style/style @@ -1533,6 +1533,10 @@ init script: } flavor_bar_disabled_1 := { mainframe_walker() or a_saga() or not set.use_flavor_bar } flavor_bar_disabled_2 := { mainframe_walkerb() or b_saga() or not set.use_flavor_bar } + name_transform_symbol_shift := { + map := face_coordinates_map(face) + 29 * (min(map.width, map.height)/375) + offset + } watermark_include := "/magic-modules.mse-include/watermarks" ############################################################## Set info fields @@ -1966,7 +1970,7 @@ card style: mask: { back_frame_mask() } ############################# Name line name: - left: { if front_map() then 65 else if front_normal() then 58 else 62 } + left: { if front_map() then 65 else if front_normal() then (if card.card_symbol == "none" then 58 else 78) else if card.card_symbol == "none" then 62 else 79 } top: { if front_map() then 27 else if front_normal() then 30 else 22 } right: { (if front_map() then 344 else 339) - card_style.casting_cost.content_width } height: { 23 - (0.5 * shrink_name()) } @@ -1979,7 +1983,7 @@ card style: size: { name_font_size() } color: { name_font_color() } name 2: - left: { if back_map() then 442 else if back_normal() then 435 else 439 } + left: { if back_map() then 442 else if back_normal() then ( if card.card_symbol_2 == "none" then 435 else 455) else if card.card_symbol_2 == "none" then 456 else 439 } top: { (if back_map() then 27 else if back_normal() then 30 else 22) - 0.5*shrink_name2() } right: { (if back_map() then 719 else 714) - card_style.casting_cost_2.content_width } height: { 23 - (0.5 * shrink_name2()) } diff --git a/data/magic-m15-mainframe-planeswalker.mse-style/style b/data/magic-m15-mainframe-planeswalker.mse-style/style index b373e72d0..c24758348 100644 --- a/data/magic-m15-mainframe-planeswalker.mse-style/style +++ b/data/magic-m15-mainframe-planeswalker.mse-style/style @@ -539,7 +539,7 @@ card style: z index: 920 padding top: 0 card symbol: - left: {if card.card_symbol=="none" then 20 else 29} + left: {if card.card_symbol=="none" then 20 else 25} top: 21 height: 21 width: 23 diff --git a/data/magic-planesculptors.mse-export-template/export-template b/data/magic-planesculptors.mse-export-template/export-template index cf045af5a..c35fcb4b6 100644 --- a/data/magic-planesculptors.mse-export-template/export-template +++ b/data/magic-planesculptors.mse-export-template/export-template @@ -42,6 +42,7 @@ script: else if contains(card.shape, match:"battle") then "split" else if contains(card.shape, match:"leveler") then "normal" else if contains(card.shape, match:"saga") then "normal" + else if contains(card.shape, match:"class") then "normal" else if contains(card.shape, match:"adventure") then "vsplit" else if contains(card.shape, match:"aftermath") then "vsplit" else if contains(card.shape, match:"planeswalker") then "normal" diff --git a/magicseteditor.com b/magicseteditor.com index 38eded871..7b1239571 100644 Binary files a/magicseteditor.com and b/magicseteditor.com differ diff --git a/magicseteditor.exe b/magicseteditor.exe index 349925f6b..db5681d46 100644 Binary files a/magicseteditor.exe and b/magicseteditor.exe differ diff --git a/mse.com b/mse.com index 38eded871..7b1239571 100644 Binary files a/mse.com and b/mse.com differ diff --git a/mse.exe b/mse.exe index 349925f6b..db5681d46 100644 Binary files a/mse.exe and b/mse.exe differ