diff --git a/data/magic-m15-flip.mse-style/style b/data/magic-m15-flip.mse-style/style index b4e57ba30..3bf8ca2e0 100644 --- a/data/magic-m15-flip.mse-style/style +++ b/data/magic-m15-flip.mse-style/style @@ -306,7 +306,7 @@ card style: z index: 1 render style: image visible: { has_identity() } - image: { card_identity() } + image: { module_identity() } indicator 2: left: 342 bottom: 356 @@ -316,7 +316,7 @@ card style: z index: 1 render style: image visible: { styling.bottom_card_color_indicator } - image: { card_identity() } + image: { module_identity() } type: left: { if has_identity() then "52" else "32" } top: 131 diff --git a/data/magic-m15-mainframe-dfc.mse-style/style b/data/magic-m15-mainframe-dfc.mse-style/style index a65058c68..c62683f8d 100644 --- a/data/magic-m15-mainframe-dfc.mse-style/style +++ b/data/magic-m15-mainframe-dfc.mse-style/style @@ -2280,7 +2280,7 @@ card style: z index: 800 render style: image visible: { has_identity()} - image: { card_identity() } + image: { module_identity() } indicator 2: left: { if back_map() then 395 else 408 } top: { if b_saga() then 449 else if back_map() then 298 else if back_four_abilities() then 265 else 300 } @@ -2289,7 +2289,7 @@ card style: z index: 800 render style: image visible: { has_identity_2()} - image: { card_identity() } + image: { module_identity() } type: left: { if front_map() then 85 else if has_identity() then 52 else 32 } top: { (if front_map() then 297.5 else if a_saga() then 444 else if has_four_abilities() then 261 else 296) + shrink_type() } diff --git a/data/magic-m15-planeswalker-pokemon.mse-style/style b/data/magic-m15-planeswalker-pokemon.mse-style/style index 0ffa6bece..547cd7dff 100644 --- a/data/magic-m15-planeswalker-pokemon.mse-style/style +++ b/data/magic-m15-planeswalker-pokemon.mse-style/style @@ -28,7 +28,7 @@ init script: # Should hybrids have a grey name? mask_hybrid_with_land := { styling.grey_hybrid_name } - template_prefix := [card: "" card2: "" card3: "e" stamp: "" identity: "/magic-identity-new.mse-include/"] + template_prefix := [card: "" card2: "" card3: "e" stamp: "" identity: "/magic-modules.mse-include/indicators/"] template_suffix := [card: "card.jpg" card2: "card2.jpg" card3: "card.jpg" stamp: "stamp.jpg" identity: "identity.png"] template := { template_prefix[type] + input + template_suffix[type] } land_template := { template_prefix[type] + "c" + template_suffix[type] } @@ -249,7 +249,7 @@ card style: z index: 2 render style: image visible: { has_identity() } - image: { card_identity() } + image: { module_identity() } type: left: { if has_identity() then "53" else "33" } top: { if has_four_abilities() then 261 else 296 } diff --git a/data/magic-m15-ttk-frames.mse-style/style b/data/magic-m15-ttk-frames.mse-style/style index bdb393d93..32e4a10cf 100644 --- a/data/magic-m15-ttk-frames.mse-style/style +++ b/data/magic-m15-ttk-frames.mse-style/style @@ -40,7 +40,7 @@ init script: #Should multicolor lands with basic land types have a colored name? mask_multi_land_with_color := { styling.colored_multicolor_land_name } - template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"] + template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-modues.mse-include/indicators/"] template_suffix := [card: "card.jpg" pt: "pt.png", stamp: "stamp.jpg" identity: "identity.png"] template := { template_prefix[type] + input + template_suffix[type] } land_template := { template_prefix[type] + (if input == "a" then "c" else input) + "l" + template_suffix[type] } @@ -268,7 +268,7 @@ card style: z index: 2 render style: image visible: { has_identity() } - image: { card_identity() } + image: { module_identity() } type: left: { if has_identity() then "52" else "32" } top: 296 diff --git a/data/magic-m15classic-nyx.mse-style/style b/data/magic-m15classic-nyx.mse-style/style index 0c7e6468d..3b05b654e 100644 --- a/data/magic-m15classic-nyx.mse-style/style +++ b/data/magic-m15classic-nyx.mse-style/style @@ -219,7 +219,7 @@ card style: z index: 2 render style: image visible: { has_identity() } - image: { card_identity() } + image: { module_identity() } type: left: { if has_identity() then "104" else "64" } top: 602.5 diff --git a/data/magic-scifi.mse-style/style b/data/magic-scifi.mse-style/style index fcef748eb..ddce985ee 100644 --- a/data/magic-scifi.mse-style/style +++ b/data/magic-scifi.mse-style/style @@ -486,7 +486,7 @@ card style: z index: 2 render style: image visible: { has_identity() } - image: { card_identity() } + image: { module_identity() } type: left: { if is_map() then 85 else if is_season() then (if has_identity() then "64" else "44") else if has_identity() then "52" else "32" } top: { (if is_map() then 297.5 else if is_clear() then 294 else if is_thbland() then 444 else if is_full_art() then 329 else 296) + shrink_type() }