Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 43 additions & 1 deletion data/magic-m15-emblem-cajun.mse-style/style
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ installer group: magic/m15 style/emblems
icon: card-sample.png
position hint: 090

version: 2024-06-06
version: 2026-05-13
depends on:
package: magic.mse-game
version: 2020-04-25
Expand All @@ -23,6 +23,48 @@ depends on:
card width: 375
card height: 523
card dpi: 150
############################################################## Convert to magic-m15-emblem
update cards script:
before version: 2026-05-14
script:
reqs := [["magic-m15-emblem.mse-style", "2026-02-28"]]
#if true then [] else
if not has_required_stylesheets(reqs)
then []
else (
styling_data := [
frame_type: "M15",
compatibility: "yes",
center_text: styling.center_text,
overlay: styling.overlay,
remove_from_autocount: styling.remove_from_autocount,
#text_box_mana_symbols: styling.text_box_mana_symbols,
use_guild_mana_symbols: styling.use_guild_mana_symbols,
tap_symbol: styling.tap_symbol
]
if styling.popout_image_style != "" then (
old_popout_numbers := split_text(styling.popout_image_style, match:", ?")
new_popout_numbers := for each n in old_popout_numbers do if n == "" then "" else 2*n + ","
styling_data := styling_data + [popout_art_coordinates:new_popout_numbers]
)
font_size := to_int(styling.font_size or else 0)
if font_size != 0 then (
styling_data := styling_data + [
apply_custom_fonts: "yes",
custom_body_font: ";{2*font_size};"
]
)
[
new_card(
[
stylesheet: "magic-m15-emblem.mse-style",
styling_data: styling_data
],
copy_from:card
)
]
)

##### Flavor Bar image by SirnightNano
############################################################## Extra scripts
init script:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/magic-m15-emblem.mse-style/artist_arrow.png
Binary file not shown.
7 changes: 0 additions & 7 deletions data/magic-m15-emblem.mse-style/build.bat

This file was deleted.

Binary file removed data/magic-m15-emblem.mse-style/card-sample.png
Binary file not shown.
Binary file added data/magic-m15-emblem.mse-style/card_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/magic-m15-emblem.mse-style/frame.png
Binary file not shown.
Binary file removed data/magic-m15-emblem.mse-style/frame_mask.png
Binary file not shown.
Binary file removed data/magic-m15-emblem.mse-style/image_mask.png
Binary file not shown.
Binary file added data/magic-m15-emblem.mse-style/m15/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/magic-m15-emblem.mse-style/m20/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/magic-m15-emblem.mse-style/pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading