From fae7137dec020a5144701ebfc8bf53b0ae405741 Mon Sep 17 00:00:00 2001 From: CajunAvenger Date: Sat, 4 Feb 2023 07:15:57 -0600 Subject: [PATCH] white energy and chaos symbol --- data/magic-m15-altered.mse-symbol/style | 1899 ----------------- .../energy_inverse.png | Bin 0 -> 13415 bytes .../mana_chaos_inverse.png | Bin 0 -> 12895 bytes .../symbol-font | 15 + 4 files changed, 15 insertions(+), 1899 deletions(-) delete mode 100644 data/magic-m15-altered.mse-symbol/style create mode 100644 data/magic-mana-small.mse-symbol-font/energy_inverse.png create mode 100644 data/magic-mana-small.mse-symbol-font/mana_chaos_inverse.png diff --git a/data/magic-m15-altered.mse-symbol/style b/data/magic-m15-altered.mse-symbol/style deleted file mode 100644 index 037b2da41..000000000 --- a/data/magic-m15-altered.mse-symbol/style +++ /dev/null @@ -1,1899 +0,0 @@ -mse version: 2.0.0 -game: magic -short name: M15 Mainframe -full name: M15 w/Text altering -icon: card-sample.png -installer group: magic/m15 style/normal cards -position hint: 001 - -version: 2020-09-04 -depends on: - package: magic.mse-game - version: 2020-04-25 -depends on: - package: magic-default-image.mse-include - version: 2007-09-23 -depends on: - package: magic-watermarks.mse-include - version: 2007-09-23 -depends on: - package: magic-identity-new.mse-include - version: 2012-01-22 -depends on: - package: magic-mana-large.mse-symbol-font - version: 2007-09-23 -depends on: - package: magic-mana-small.mse-symbol-font - version: 2007-09-23 -depends on: - package: magic-mainframe-extras.mse-include - version: 2018-01-01 -depends on: - package: magic-pride.mse-include - version: 2021-05-26 - -card width: 375 -card height: 523 -card dpi: 150 -##### Flavor bar image by SirnightNano -##### Ancestral generic mana by ancestral -##### Nyx crowns by Angelus -##### Companion crowns, nyx extensions, DOM FNM frame, THB fullart lands, snow frames by silverback_ape -##### Updated PUMA by Cardists -##### Inverted by VerumCH -############################################################## Extra scripts -init script: - # Load scripts for image box - include file: /magic-default-image.mse-include/scripts - include file: /magic-pride.mse-include/scripts - - # Should hybrids have a grey name? - mask_hybrid_with_land := { styling.hybrid_name == "grey" } - mask_hybrid_with_gold := { styling.hybrid_name == "gold" } - - #Should multicolor lands with basic land types have a colored name? - mask_multi_land_with_color := { styling.colored_multicolor_land_name } - base_template_prefix := [card: "" alias: "alias/" snow:"snow/" snowtexture:"snow/" devoid:"devoid/" nyx: "nyx/" miracle: "miracles/" node:"nodes/" promo: "promo/" crown: "legend/" cons:"conspiracy/" curtain: "curtains/" fnm: "fnm/", fnmpt: "paradox/", inverted: "inverted/", invertedpt: "inverted/", map: "maps/" energy: "energies/", mappt: "maps/" pt: "", slide: "masks/", slide2: "masks/", slide3: "masks/", arrow: "arrows/", arrow2: "arrows/", arrow3: "arrows/", season: "season/" stamp: "" identity: "/magic-identity-new.mse-include/", puma: "puma/"] - shifted_template_prefix := [card: "shifted/" alias: "shifted/" snow:"snow/" snowtexture:"snow/" devoid:"devoid/" nyx: "nyx/" miracle: "shifted/" node:"shifted/" promo: "promo/" crown: "shifted/" cons:"conspiracy/" curtain: "curtains/" fnm:"fnm/", fnmpt: "paradox/", inverted: "inverted/", invertedpt: "inverted/", map: "maps/" energy: "energies/", mappt: "maps/" pt: "shifted/", slide: "shifted/", slide2: "shifted/", slide3: "shifted/", arrow: "arrows/", arrow2: "arrows/", arrow3: "arrows/", season: "season/" stamp: "shifted/" identity: "/magic-identity-new.mse-include/", puma: "puma/shifted/"] - template_prefix := { if type == "miracle" and pure_snow() then [miracle:"snow/"] else if is_shifted() then shifted_template_prefix else base_template_prefix } - template_suffix := [card: "card.jpg" node:"node.png" alias:"alias.png" devoid:"card.png" snow:"card.jpg" snowtexture:"snow.png" nyx: "nyx.png" miracle: "miracle.png" promo: "card.jpg" crown: "crown.png" cons:"cons.png" curtain: "card.png" fnm:"card.png", fnmpt: "pt.png", inverted: "card.png", invertedpt: "pt.png", map: "card.png", energy: "card.png", mappt: "pt.png" pt: "pt.png", slide: "slide.png", slide2: "slide2.png", slide3: "slide3.png", stamp: "stamp.jpg", arrow: "arrow.png", arrow2: "arrow2.png", arrow3: "arrow3.png", season: "flag.png" identity: "identity.png", puma: "puma.png"] - template := { crown_lead(type) + template_prefix()[type] + input + crown_follow(type) + template_suffix[type] } - land_template := { crown_lead(type) + template_prefix()[type] + (if input == "a" then "c" else input) + (if landless(type) then "" else "l") + crown_follow(type) + template_suffix[type] } - # Use land templates for previews because they show more contrast - hybrid_previews := "land,hybrid" - - landless := {if input == "nyx" or input == "node" or input == "miracle" or input == "alias" or input == "devoid" or input == "energy" or input == "season" or input == "cons" or input == "arrow" or input == "crown" or input == "nyxcrown" then true else false} - - crown_lead := { - if input != "crown" then "" - else if (styling.legend_crown == "custom" and styling.custom_crown_location != "") - then "/magic-mainframe-extras.mse-include/" + styling.custom_crown_location - else "" - } - crown_follow := { - if input != "crown" then "" - else if styling.legend_crown == "nyx" or (is_nyx() and chosen(styling.other_options, choice:"auto nyx crowns")) - then "nyx" - else if styling.legend_crown == "companion" - then "com" - else "" - } - transfer_levels := {if is_mutate() then false else true} - node_background := { color_background(type:"node", base_hybrid:card_hybrid) } - nyx_background := { color_background(type:"nyx", base_hybrid:card_hybrid) } - devoid_background := { color_background(type:"devoid", base_hybrid:card_hybrid) } - snow_background := { color_background(type:"snow", base_hybrid:card_hybrid) } - snow_texture := { color_background(type:"snowtexture", base_hybrid:card_hybrid) } - puma_bar := { color_background(type:"puma", base_hybrid:card_hybrid) } - fnm_background := { color_background(type:"fnm", base_hybrid:card_hybrid) } - inverted_background := { color_background(type:"inverted", base_hybrid:card_hybrid) } - alias_bar := { color_background(type:"alias", base_hybrid:card_hybrid) } - miracle_background := { color_background(type:"miracle", base_hybrid:card_hybrid) } - map_background := { color_background(type:"map", base_hybrid:card_hybrid) } - energy_background := { color_background(type:"energy", base_hybrid:card_hybrid) } - promo_background := { color_background(type:"promo", base_hybrid:card_hybrid) } - fnm_ptbox := { color_background(type:"fnmpt", base_hybrid:pt_hybrid) } - inverted_ptbox := { color_background(type:"invertedpt", base_hybrid:pt_hybrid) } - mappt_background := { color_background(type:"mappt", base_hybrid:pt_hybrid) } - arrow_background := { color_background(type:"arrow", base_hybrid:pt_hybrid) } - arrow_background_2 := { color_background(type:"arrow2", base_hybrid:pt_hybrid) } - arrow_background_3 := { color_background(type:"arrow3", base_hybrid:pt_hybrid) } - crown_background := { color_background(type:"crown", base_hybrid: card_hybrid)} - curtain_background := { color_background(type:"curtain", base_hybrid: card_hybrid)} - cons_background := { color_background(type:"cons", base_hybrid: card_hybrid)} - background_slide := { color_background(type:"slide", base_hybrid: card_hybrid)} - background_slide_2 := { color_background(type:"slide2", base_hybrid: card_hybrid)} - background_slide_3 := { color_background(type:"slide3", base_hybrid: card_hybrid)} - season_background := { color_background(type:"season", base_hybrid:card_hybrid) } - # Use the normal tap symbol - mana_t := { - if styling.tap_symbol == "old" then "old" - else if styling.tap_symbol == "diagonal T" then "older" - else "new" - } - loyalty_image := { - if contains(input, match: "+") then "loyaltyup.png" - else if contains(input, match: "-") then "loyaltydown.png" - else "loyaltynaught.png" - } - - # Use guild mana symbols? - guild_mana := { styling.use_guild_mana_symbols } - # Is the card a promo card? - is_promo := { styling.promo } - is_stamped := {styling.use_holofoil_stamps and (card.rarity == "rare" or card.rarity == "mythic rare")} - has_identity := { styling.color_indicator_dot } - shrink_type := {if styling.shrink_typeline_text != "" then to_int(styling.shrink_typeline_text) else if length(remove_tags(card.type)) > 41 then 2 else if length(remove_tags(card.type)) > 38 then 1 else 0 } - shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 } - is_unsorted := {styling.remove_from_autocount} - is_devoid := { chosen(styling.frames, choice: "devoid") and not is_map()} - is_clear := { (chosen(styling.frames, choice: "clear") or is_devoid()) and not is_map()} - is_puma := { chosen(styling.frames, choice: "puma") and not is_map() and not is_clear() and not contains(styling.frames, match:"less art") and not is_full_art() } - is_mutate := { not is_expanded_art() and not is_full_art() and chosen(styling.frames, choice: "mutate") and not is_map()} - is_miracle := { chosen(styling.frames, choice: "miracle") and not is_map() and not is_expanded_art() and not is_cons() and not is_fnm() and not is_inverted()} - is_nyx := { chosen(styling.frames, choice: "nyx") and not is_map() } - is_vehicle := { (chosen(styling.frames, choice: "vehicle") or (chosen(styling.other_options, choice:"auto vehicles") and match_vehicle(card.sub_type))) and not is_map()} - is_snow := { (chosen(styling.frames, choice: "snow") or (chosen(styling.other_options, choice:"auto snow") and match_snow(card.super_type))) and not is_map()} - is_cons := { chosen(styling.frames, choice: "draft matters") or chosen(styling.frames, choice: "conspiracy") and not is_map() } - is_scrolls := { chosen(styling.frames, choice: "conspiracy") and not is_map()} - is_shifted := { chosen(styling.frames, choice: "planeshifted") and not is_map() and not is_full_art() and not is_fnm()} - is_fnm := {chosen(styling.frames, choice:"fnm promo") and not is_clear() and not is_full_art() and not is_map()} - is_inverted := {chosen(styling.frames, choice:"inverted") and not is_clear() and not is_full_art() and not is_fnm() and not is_map()} - is_map := { chosen(styling.frames, choice: "map") } - use_node := { chosen(styling.frames, choice: "lesson") } - is_season := { chosen(styling.frames, choice: "season") and not is_map() } - is_legend := {not is_map() and (chosen(styling.frames, choice: "legend") or (set.auto_legends and contains(card.super_type, match:"Legendary"))) } - is_full_art := {chosen(styling.frames, choice:"fullart") and not is_map() and not is_clear()} - is_expanded_art := {not is_map() and not is_clear() and contains(styling.frames, match:"less art")} - is_borderless := {not is_map() and not is_clear() and chosen(styling.frames, choice:"borderless art")} - is_thbland := {chosen(styling.frames, choice:"frameless art") and not is_leveler() and remove_tags(card.text) == "\n"} - expanded_mask := { "bigimagemasks/" + (if is_full_art() then "dka_" else "") + (if is_borderless() then (if is_stamped() then "rare_" else "") + "borderless_" else "") + "frameless.png"} - is_curtains := {contains(card.notes, match:"!curtain")} - is_pinned := {chosen(styling.other_options, choice:"pride pinlines")} - use_main_rarity := { contains(set.mainframe_rarity_name, match: ".png")} - un_png := replace@(match:".png", replace: "") - ancestral_mana := { chosen(styling.other_options, choice:"ancestral generic mana")} - override_clear := replace@(match:"()?", replace: "")+ - replace@(match:"()?", replace: "") - override_filter := replace@(match:"\\[([^\\]]+)]", replace: "[\\1]") - is_d20 := {styling.d20_dividers != "off" and not is_leveler()} - is_all_break := {contains(styling.d20_dividers, match:"all breaks")} - d20string := "^()?((()?[-0-9 ,+>\<]()?)+|[Ee]lse|[Oo]ther) ?()?[|]" - d20_array := - filter_text@(match:"(\n|"+d20string+")") - +split_text@(match:d20string) - number_of_rolls := {if is_all_break() then 1+length(filter_text(card.rule_text, match:"\n"))-rolls_start(card.text) else length(d20_array(input))-1} - rolls_start := { - if styling.d20_dividers == "all breaks +3" then 4 - else if styling.d20_dividers == "all breaks +2" then 3 - else if styling.d20_dividers == "all breaks +1" then 2 - else if styling.d20_dividers == "all breaks" then 0 - else if is_d20() then length(d20_array(input).0) - else 0 - } - d20_filter := replace@(match:"^([Ee]lse ?|[Oo]ther ?|(()?[-0-9 ,+>\<]()?)+)[|]", replace:"\\1|") - top_of_para := { - input := input + no_roll(card.text) - if card_style.text.layout.paragraphs[input].top or else 0 > 0 then - card_style.text.top + card_style.text.layout.paragraphs[input].top - 0.5*(card_style.text.layout.paragraphs[input].top-card_style.text.layout.paragraphs[input-1].bottom) - else 0 - } - height_of_para := { - input := input + no_roll(card.text) - if card_style.text.layout.paragraphs[input].bottom or else 0 > 0 then - card_style.text.layout.paragraphs[input].bottom + 1.3*(card_style.text.layout.paragraphs[input].top-card_style.text.layout.paragraphs[input-1].bottom) - card_style.text.layout.paragraphs[input].top - else 0 - } - no_roll := {if styling.d20_dividers == "all breaks" then 1 else if rolls_start(input) == 0 then 1 else 0} - - text_filter := text_filter + override_clear + d20_filter + {if chosen(styling.other_options, choice:"override-style text") then override_filter(input) else input} - - center_map := {is_map() and (card.casting_cost == "" or chosen(styling.other_options, choice:"always center map names"))} - use_evobar := {chosen(styling.other_options, choice:"pokemon evobar")} - alt_rarity := {styling.alt_rarity_color != ""} - alt_rarity_color := { - string := "83,67,53:177,150,131:0,0,0:0,0,0:0.07:" - if match(styling.alt_rarity_color, match:":$") then string := styling.alt_rarity_color - colons := length(filter_text(string, match:":")) - output := split_text(string, match:",|:") - splits := split_text(string, match:":") - if colons == 4 - then output := split_text(string+"0.07:", match:",|:") - if colons == 3 - then output := split_text(string+splits[2]+"0.07:", match:",|:") - else if colons == 2 - then output := split_text(string+"0,0,0:0,0,0:0.07:", match:",|:") - else if colons == 1 - then output := split_text(string+splits[0]+":0,0,0:0,0,0:0.07:", match:",|:") - - output - } - alt_symbol := {symbol_variation(symbol:set.symbol, border_radius: alt_rarity_color().12, fill_type: "linear gradient", fill_color_1: rgb(alt_rarity_color().0, alt_rarity_color().1, alt_rarity_color().2), fill_color_2: rgb(alt_rarity_color().3, alt_rarity_color().4, alt_rarity_color().5), border_color_1: rgb(alt_rarity_color().6, alt_rarity_color().7, alt_rarity_color().8), border_color_2: rgb(alt_rarity_color().9, alt_rarity_color().10, alt_rarity_color().11), center_x:0.5, center_y:0.5, end_x:1, end_y:1)} - is_skinned := {chosen(styling.other_options, choice:"godzilla style alias")} - use_vorthos := {((not is_leveler() or lone_pt()) and card.pt != "") or chosen(styling.other_options, choice:"vorthos box")} - clear_tops := {chosen(styling.other_options, choice:"clear tops") and not is_puma()} - is_tarot := {chosen(styling.other_options, choice:"text watermarks")} - pure_snow := {is_snow() and not is_fnm() and not is_inverted() and not is_full_art() and not is_leveler() and not is_shifted()} - chop_top := {if styling.chop_top == "" then 0 else if comma_count(styling.chop_top) == "," or comma_count(styling.chop_top) == ",," then split_text(match:",", styling.chop_top).0 else styling.chop_top} - chop_bot := {if comma_count(styling.chop_top) == ",," then split_text(match:",", styling.chop_top).1 else if styling.chop_bottom == "" then 0 else styling.chop_bottom} - top_of_textbox := {(if is_map() then 340 else if is_full_art() then 359 else if is_mutate() then 395 else 327) - (-chop_top()) } - bottom_of_textbox := {(if is_map() then 475 else 481) - chop_bot() } - - is_leveler := {chosen(styling.frames, choice:"leveler")} - box_leveler := {styling.level_containers == "pt boxes"} - loy_leveler := {styling.level_containers == "loyalty boxes"} - aug_leveler := {box_leveler() and center_label(input)} - level_label := {if styling.level_label == "" then "level" else pull_comma_array(styling.level_label, end:false, cell:input, default:styling.level_label)} - center_label := {loy_leveler() or level_label(input) == " "} - lv_1_height := {lv_2_coordinate()} - lv_2_coordinate := {max(min(52 + to_number(pull_comma_array(styling.level_offset, cell:0))+(if is_full_art() then 20 else if is_mutate() then 12 else nil),152), 0)} - lv_3_coordinate := {max(min(101 + to_number(pull_comma_array(styling.level_offset, cell:1)+(if is_full_art() then 10 else if is_mutate() then 12 else nil)),152), lv_2_coordinate())} - lv_4_coordinate := {max(min(152 + to_number(pull_comma_array(styling.level_offset, cell:2)+(if is_full_art() then 10 else if is_mutate() then 12 else nil)),152), lv_3_coordinate())} - lv_2_height := {lv_3_coordinate() - lv_2_coordinate()} - lv_3_height := {lv_4_coordinate()-lv_3_coordinate()} - lv_4_height := {152-lv_4_coordinate()} - l1_center := {327 + (if is_full_art() then 16 else 0) + 0.5*lv_1_height()} - l2_center := {327 + lv_2_coordinate() + 0.5*lv_2_height()} - l3_center := {327 + lv_3_coordinate() + 0.5*lv_3_height()} - l4_center := {327 + lv_4_coordinate() + 0.5*lv_4_height()} - overlay1 := {if is_d20() then "d20slice.png" else slice_crop(background_slide(), height: lv_2_height(), width:314, distance:(152-lv_2_coordinate()))} - overlay2 := {if is_d20() then "d20slice.png" else slice_crop(background_slide_2(), height: lv_3_height(), width:314, distance:lv_3_height())} - overlay3 := {if is_d20() then "d20slice.png" else slice_crop(background_slide_3(), height: lv_4_height(), width:314, distance:lv_4_height())} - mask_height := {if input == "one" then lv_1_height() else if input == "two" then lv_2_height() else if input == "three" then lv_3_height() else if input == "four" then lv_4_height() else 0} - lone_pt := {chosen(styling.other_options, choice:"regular pt on levelers") and not starting_loyalty()} - starting_loyalty := {chosen(styling.other_options, choice:"use starting loyalty")} - choose_ptbox := {if is_fnm() then fnm_ptbox() else if is_inverted() then inverted_ptbox() else card_ptbox()} - lv_2_ptbox := { if is_vehicle() then "vpt.png" else if is_clear() then "cpt.png" else if is_fnm() then fnm_ptbox() else if is_inverted() then inverted_ptbox() else leveler_ptbox2() } - lv_3_ptbox := { if is_vehicle() then "vpt.png" else if is_clear() then "cpt.png" else if is_fnm() then fnm_ptbox() else if is_inverted() then inverted_ptbox() else leveler_ptbox3() } - lv_4_ptbox := { if is_vehicle() then "vpt.png" else if is_clear() then "cpt.png" else if is_fnm() then fnm_ptbox() else if is_inverted() then inverted_ptbox() else color_background(type:"pt", base_hybrid:leveler_pt_hybrid3) } - arrow_left := {if box_leveler() then -3 else if loy_leveler() then 10 else 18} - arrow_width := {if box_leveler() then 84 else if loy_leveler() then 42 else 56} - arrow_height := {if aug_leveler(input) then 42 else if box_leveler() then 50 else if loy_leveler() then 40 else 40} - arrow_offset := { - to_number(pull_comma_array(styling.arrow_or_bullet_offsets, cell:input, end: 0)) - + (if box_leveler() then -5 else 0) - + (if aug_leveler(input) then 4 else 0) - } - custom_watermark_a := {if styling.card_watermark == "" or not contains(styling.card_watermark, match:".png") then "/magic-watermarks.mse-include/planeswalker.png" else "/magic-watermarks.mse-include/" + styling.card_watermark} - special_text := {if is_leveler() then ((if card.level_0 != "" then "[" + level_label(0) + " " + card.level_0 + "] " else "") + card.level_1_text + (if card.pt != "" then " [" + card.pt + "]" else "") + "\n" - + (if card.level_1 != "" then "[" + level_label(1) + " " + card.level_1 + "] " else "") + card.level_2_text + (if card.pt_2 != "" then " [" + card.pt_2 + "]" else "") + "\n" - + (if card.level_2 != "" then "[" + level_label(2) + " " + card.level_2 + "] " else "") + card.level_3_text + (if card.pt_3 != "" then " [" + card.pt_3 + "]" else "") + (if card.level_4_text != "" then "\n" else "") - + (if card.level_3 != "" then "[" + level_label(3) + " " + card.level_3 + "] " else "") + card.level_4_text + (if card.pt_7 != "" then " [" + card.pt_7 + "]" else "") - ) else if is_mutate() then - card.level_1_text + "\n" + card.rule_text - else "" - } - shown_cr := {if set.automatic_copyright then set.copyright != "" else card.copyright != ""} - card_shape := {if is_leveler() then "leveler" else "normal"} - - white_text := {is_full_art() or is_fnm() or is_inverted()} - - use_flash_dot := {false} -############################################################## Set info fields -set info style: - symbol: - variation: - name: invertedcommon - border radius: 0.10 - fill type: solid - fill color: rgb(255,255,255) - border color: rgb(0,0,0) -set info style: - symbol: - variation: - name: special - border radius: 0.10 - fill type: solid - fill color: rgb(155,155,155) - border color: rgb(0,0,0) -############################################################## Extra style options -styling field: - type: text - name: chop top - description: Shrinks the textbox X pixels from the top OR shrinks "top,bottom," -styling field: - type: text - name: chop bottom - description: Shrinks the textbox X pixels from the bottom. -styling field: - type: text - name: shrink name text - description: Reduces the name text N points. -styling field: - type: text - name: shrink typeline text - description: Reduces the typeline text N points. -styling field: - type: multiple choice - name: frames - description: Use these frames. Higher level frames may override lower levels. - choice: lesson - choice: map - choice: devoid - choice: clear - choice: borderless art - choice: frameless art - choice: fullart - choice: puma - choice: mutate - choice: fnm promo - choice: inverted - choice: planeshifted - choice: legend - choice: season - choice: conspiracy - choice: draft matters - choice: miracle - choice: vehicle - choice: nyx - choice: leveler - choice: snow -styling field: - type: text - name: popout image style - description: The styling instructions for the popout image field, formatted as "left,top,width,height,". The text MUST end with a comma. -styling field: - type: text - name: custom symbol - description: Uses a custom Lesson symbol from data/magic-mainframe-extras.mse-include -styling field: - type: choice - name: legend crown - choice: standard - choice: nyx - choice: companion - choice: custom - description: The type of legend crown to use for this card. -styling field: - type: text - name: custom crown location - description: location of custom legend crown images in magic-mainframe-extras -styling field: - type: multiple choice - name: other options - description: Other frame options - choice: prerelease stamp - choice: brown legendary vehicle pt - choice: godzilla style alias - choice: pokemon evobar - choice: ancestral generic mana - choice: override-style text - choice: always center map names - choice: use starting loyalty - choice: regular pt on levelers - choice: auto vehicles - choice: auto snow - choice: auto nyx crowns - choice: text watermarks - choice: clear tops - choice: vorthos box - choice: pride pinlines - initial: auto nyx crowns, auto vehicles, auto snow -styling field: - type: text - name: font cap - description: Caps the font size of all text boxes to allow consistent sizes. Default is 14. -styling field: - type: choice - name: d20 dividers - choice: d20 mode - choice: off - choice: all breaks - choice: all breaks +1 - choice: all breaks +2 - choice: all breaks +3 - description: Do dice levels normally, off, on all linebreaks, on all but the first linebreak, etc. -styling field: - type: text - name: arrow or bullet offsets - description: Formatted as 1,2,3,. Move the level arrow down X pixels. Use negative to move up. -styling field: - type: text - name: level offset - description: Formatted as 1,2,3,. Move the level boxes down X pixels. Use negative to move up. For 4 equal levels, use -14,-25,-38, -styling field: - type: text - name: level label - description: Change the level label. default is "LEVEL". Secondary lables can be added after a comma, "1,2,3," -styling field: - type: choice - name: level containers - choice: arrows - choice: pt boxes - choice: loyalty boxes -styling field: - type: boolean - name: use holofoil stamps - description: Change to no to disable rare holofoil stamps -styling field: - type: boolean - name: color indicator dot - description: Use the color indicator dot - initial: no -styling field: - type: boolean - name: remove from autocount - description: Removes the automatic card number for specific cards, to allow for overcounted cards like in Planeswalker Decks. - initial: no -styling field: - type: text - name: alt rarity color - description: Use a custom color for the rarity symbol. Formatted as "R1,G1,B1:R2,G2,B2:..." 1 and 2 are fill color, 3 and 4 border color -styling field: - type: text - name: card watermark - description: Filename in magic-watermarks to use for standalone card watermark -styling field: - type: choice - name: hybrid name - choice: grey - choice: gold - choice: hybrid - description: Use a grey background for the name and type line on hybrid cards like real cards, or gold or hybrid instead. -styling field: - type: boolean - name: colored multicolor land name - description: Use a colored background for the name and type on multicolor land cards with a basic land type. This is done on real cards. -styling field: - type: boolean - name: use guild mana symbols - description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana. - initial: no -styling field: - type: choice - name: tap symbol - description: What tap and untap symbols should be used on cards? - initial: modern - choice: modern - choice: old - choice: diagonal T -styling field: - type: package choice - name: text box mana symbols - match: magic-mana-*.mse-symbol-font - initial: magic-mana-small.mse-symbol-font -styling field: - type: package choice - name: level mana symbols - match: magic-mana-*.mse-symbol-font - initial: magic-mana-large.mse-symbol-font -styling field: - type: choice - name: center text - description: When to center text (short text only means only on one-line cards with no flavor text) - choice: always - choice: short text only - choice: never - initial: never -styling field: - type: boolean - name: promo - description: Is this card a promo card, with the "P" rarity? - initial: no -styling field: - type: boolean - name: inverted common symbol - description: Should the common rarity symbol be inverted, like in Coldsnap? - initial: no -styling field: - type: package choice - name: overlay - description: Should there be an overlay applied, such as foil? - match: magic-overlay-*.mse-include - required: false -styling style: - use guild mana symbols: - choice images: - yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png - no: /magic-mana-small.mse-symbol-font/mana_rg.png - tap symbol: - render style: both - choice images: - modern: /magic-mana-large.mse-symbol-font/mana_t.png - old: /magic-mana-large.mse-symbol-font/mana_t_old.png - diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png - center text: - render style: both - choice images: - always: /magic.mse-game/icons/center-all-text.png - short text only: /magic.mse-game/icons/center-short-text.png - never: /magic.mse-game/icons/center-no-text.png - inverted common symbol: - choice images: - no: { symbol_variation(symbol: set.symbol, variation: "common") } - yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } - frames: - render style: checklist - direction: vertical - other options: - render style: checklist - direction: vertical -############################################################## Card fields -card style: - ############################# Background stuff - border color: - left: 0 - top : 0 - width: {if is_borderless() then 0 else 375} - height: 523 - radius: 18 - left width: 17 - right width: 17 - top width: 17 - bottom width: 18 - z index: 4 - mask: { (if is_puma() then "puma_" else "") + (if is_legend() then "crown_border" else "border_mask") + (if card.border_color == rgb(200,200,200) then "_silver" else "") + ".png" } - card color: - left: 0 - top: 0 - width: 375 - height: 523 - z index: 0 - render style: image - popup style: in place - image: { if is_clear() or clear_tops() then "" else if is_fnm() then fnm_background() else if is_inverted() then inverted_background() else if is_full_art() then promo_background() else if pure_snow() then snow_background() else card_background() } - ############################# Name line - name: - left: { if center_map() then 55 else if is_map() then (if use_node() then 65 else 60) else if use_node() then 58 else if card.card_symbol=="none" then 32 else 50 } - top: { if is_map() then 27 else if is_devoid() then 30 else if is_clear() or clear_tops() then 31 else 30 } - right: { if center_map() then 320 else (if is_map() then 320 else 341) - card_style.casting_cost.content_width } - height: { 23 - (0.5 * shrink_name()) } - alignment: {if center_map() then "center bottom shrink-overflow" else "left bottom shrink-overflow" } - padding bottom: 0 - z index: 2 - font: - name: { if is_map() then "Beleren Small Caps" else "Beleren Bold" } - size: { (if is_map() then 14.8 else 16) - shrink_name() } - color: {if is_shifted() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_shifted() or is_fnm() then rgb(0,0,0) else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - alias: - left: {if is_skinned() then 45 else if is_map() then 15 else 33} - top: {if is_map() then 58 else 53} - width: {if is_skinned() then 285 else if use_evobar() then max(100, card_style.alias.content_width) else 0} - height: 20 - alignment: { (if is_skinned() then "center" else "") + "bottom shrink-overflow"} - padding bottom: 0 - z index: 3 - font: - name: {if use_evobar() then "Matrix" else "MPlantin-Italic"} - size: {if use_evobar() then 10 else 9} - style: {if use_evobar() then "italic" else "bold"} - weight: {if use_evobar() then "italic" else "bold"} - color: {if use_evobar() then "black" else "white"} - casting cost: - right: { if is_map() then 327 else 346} - top: { if is_map() then 27 else 29} - width: { max(30, card_style.casting_cost.content_width) + 5 } - height: 23 - alignment: middle right - font: - name: MPlantin - size: { if is_map() then 14 else 15} - symbol font: - name: magic-mana-large - size: { if is_map() then 14 else 15} - alignment: middle right - always symbol: true - z index: 2 - padding top: 0 - card symbol: - left: {if card.card_symbol=="none" then 20 else 30} - top: 29 - height: 20 - width: 14 - z index: 1 - render style: image - choice images: - tombstone: tombstone.png - ############################# Image - image: - left: { if is_clear() or is_map() or is_expanded_art() or is_puma() then 0 else if is_full_art() then 23 else if clear_tops() then 15 else if is_mutate() then 22 else 29} - top: {if is_map() then 57 else if is_clear() or is_expanded_art() or clear_tops() then 0 else 59} - width: {if is_clear() or is_map() or is_expanded_art() or is_puma() then 375 else if is_full_art() then 328 else if clear_tops() then 345 else if is_mutate() then 330 else 316} - height: {if is_clear() or is_expanded_art() then 523 else if is_map() then 241 else if is_puma() then (if is_mutate() then 334 else 265) else if is_full_art() then 423 else if clear_tops() then 291 else if is_mutate() then 334 else 231} - z index: 1 - default: {default_image(card.card_color)} - mask: { if is_devoid() then "image_mask_devoid.png" else if is_clear() then "image_mask.png" else if is_thbland() then "cornermask.png" else if is_puma() then "puma_mask" + (if is_mutate() then "_mutate.png" else "3.png") else if is_expanded_art() then expanded_mask() else if is_full_art() then "promo/image_mask" + (if is_rare() and styling.use_holofoil_stamps then "_rare") + ".png" else if is_mutate() and not clear_tops() then "mutate_mask.png" else ""} - mainframe image: - left: {if comma_count(styling.popout_image_style) == ",,,," then split_text(match:",", styling.popout_image_style).0 else "0"} - top: {if comma_count(styling.popout_image_style) == ",,,," then split_text(match:",", styling.popout_image_style).1 else "0"} - width: {if comma_count(styling.popout_image_style) == ",,,," then split_text(match:",", styling.popout_image_style).2 else "0"} - height: {if comma_count(styling.popout_image_style) == ",,,," then split_text(match:",", styling.popout_image_style).3 else "0"} - z index: 8 - ############################# Card type - indicator: - left: { (if is_map() then 18 else if is_season() then 43 else 31) + (if is_clear() then 2 else 0) + (if use_flash_dot() then 3 else 0)} - top: { if is_clear() or is_map() then 298 else if is_thbland() then 449 else if is_full_art() then 332 else 300 } - width: 17 - height: 17 - z index: 2 - render style: image - visible: { styling.color_indicator_dot } - image: { card_identity() } - type: - left: { if is_map() then 85 else (if use_flash_dot() then 3 else 0) + if is_season() then (if styling.color_indicator_dot then 64 else 44)+(if is_clear() then 4 else 0) else (if styling.color_indicator_dot then 52 else 32) + (if is_clear() then 4 else 0) } - 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() } - width: { if is_map() then 205 else (if styling.color_indicator_dot then "290" else "310") - (if card_style.rarity.width == 0 then 0 else max(22,card_style.rarity.content_width)) - (if is_season() then 12 else 0) } - height: { (if is_map() then 18 else 20) - shrink_type() } - alignment: { if is_map() then "center top shrink-overflow" else "top shrink-overflow"} - z index: 5 - padding top: 2 - font: - name: Beleren Bold - size: { (if is_map() then 12 else 13) - shrink_type() } - color: { if is_full_art() or is_puma() or is_shifted() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_full_art() or is_puma() or is_shifted() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - separator color: red - rarity: - right: { if is_map() then 199 else if is_scrolls() then 334 else 344} - top: { if is_map() then 53 else if is_clear() then 295 else if is_thbland() then 445 else if is_full_art() then 329 else 297 } - width: {if set.shorten_types_for_rarity then 44 else 0} - height: 22 - z index: 5 - render style: image - alignment: middle right - choice images: - # Images based on the set symbol - basic land: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png" - else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") - else symbol_variation(symbol: set.symbol, variation: "common") - common: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png" - else if alt_rarity() then alt_symbol() - else if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon") - else symbol_variation(symbol: set.symbol, variation: "common") - uncommon: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "u.png" - else if alt_rarity() then alt_symbol() - else symbol_variation(symbol: set.symbol, variation: "uncommon") - rare: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "r.png" - else if alt_rarity() then alt_symbol() - else symbol_variation(symbol: set.symbol, variation: "rare") - mythic rare: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "m.png" - else if alt_rarity() then alt_symbol() - else symbol_variation(symbol: set.symbol, variation: "mythic rare") - special: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "s.png" - else if alt_rarity() then alt_symbol() - else symbol_variation(symbol: set.symbol, variation: "special") - masterpiece: - script: - if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "mp.png" - else symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare") - ############################# Text boxs - text: - left: { if (card.level_0 != "" or card.level_1 != "" or card.level_2 != "") then 75 else if is_map() then 40 else 29} - top: { top_of_textbox() } - width: { if is_leveler() then 0 else (if(card.level_0 != "" or card.level_1 != "" or card.level_2 != "") then -46 else 0) + if is_map() then 287 else 314 } - bottom: { bottom_of_textbox() } - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else (if is_mutate() then 12 else 14)} - scale down to: 6 - color: { if is_full_art() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_full_art() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else (if is_mutate() then 12 else 14)} - scale down to: 6 - alignment: - script: - if (styling.center_text == "short text only" and - not contains(match:"\n", card.rule_text) and - card.flavor_text == "" and - card_style.text.content_lines <= 2) or - styling.center_text == "always" - then "middle center" - else "middle left" - z index: 4 - padding left: 6 - padding right: 4 - line height hard: {if is_modal(card.rule_text) then 0.9 else 1.2 } - line height line: 1.5 - line height soft: 0.9 - line height hard max: {if is_modal(card.rule_text) then 1.0 else 1.3 } - line height line max: 1.6 - ############################# leveler - level 1 text: - left: { if is_leveler() and card.level_0 != "" then (if loy_leveler() then 57 else if box_leveler() then 78 else 75) else if is_map() then 40 else 29} - top: {if is_mutate() then 329 else top_of_textbox()} - right: { if is_leveler() then (if lone_pt() or card.pt == "" then 342 else 277) else if is_mutate() then 342 else if is_map() then 40 else 29} - bottom: { if is_mutate() then 392 else if is_leveler() then (327+lv_1_height()) else bottom_of_textbox() } - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - color: { if is_full_art() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_full_art() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - alignment: - script: - if (styling.center_text == "short text only" and - not contains(match:"\n", card.rule_text) and - card.flavor_text == "" and - card_style.text.content_lines <= 2) or - styling.center_text == "always" - then "middle center" - else "middle left" - z index: 3 - padding left: 6 - padding right: 4 - line height hard: {if is_modal(card.level_1_text) then 0.9 else 1.2 } - line height line: 1.5 - line height soft: 0.9 - line height hard max: {if is_modal(card.level_1_text) then 1.0 else 1.3 } - line height line max: 1.6 - level 2 text: - left: { if is_leveler() then (if card.level_1 != "" then (if loy_leveler() then 57 else if box_leveler() then 78 else 75) else if is_map() then 40 else 29) else 0} - top: { if is_leveler() then (329 + lv_2_coordinate()) else 0 } - right: { if is_leveler() then (if card.pt_2 != "" then 277 else 342) else 0 } - bottom: { if is_leveler() then (329 + lv_2_coordinate()) + lv_2_height()-2 else 0 } - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - color: { if is_full_art() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_full_art() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - alignment: - script: - if (styling.center_text == "short text only" and - not contains(match:"\n", card.rule_text) and - card.flavor_text == "" and - card_style.text.content_lines <= 2) or - styling.center_text == "always" - then "middle center" - else "middle left" - z index: 3 - padding left: 6 - padding right: 4 - line height hard: {if is_modal(card.level_2_text) then 0.9 else 1.2 } - line height line: 1.5 - line height soft: 0.9 - line height hard max: {if is_modal(card.level_2_text) then 1.0 else 1.3 } - line height line max: 1.6 - level 3 text: - left: {if card.level_2 != "" then (if loy_leveler() then 57 else if box_leveler() then 78 else 75) else if is_map() then 40 else 29} - top: {331 + lv_3_coordinate()} - right: {if card.pt_3 != "" then 277 else 342} - height: {if not is_leveler()then 0 else lv_3_height()-2} - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - color: { if is_full_art() or is_fnm() or is_inverted() then "white" else "black"} - shadow color: {if is_full_art() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - alignment: - script: - if (styling.center_text == "short text only" and - not contains(match:"\n", card.rule_text) and - card.flavor_text == "" and - card_style.text.content_lines <= 2) or - styling.center_text == "always" - then "middle center" - else "middle left" - z index: 3 - padding left: 6 - padding right: 4 - line height hard: {if is_modal(card.level_3_text) then 0.9 else 1.2 } - line height line: 1.5 - line height soft: 0.9 - line height hard max: {if is_modal(card.level_3_text) then 1.0 else 1.3 } - line height line max: 1.6 - level 4 text: - left: {if card.level_3 != "" then (if loy_leveler() then 57 else if box_leveler() then 78 else 75) else if is_map() then 40 else 29} - top: {331 + lv_4_coordinate()} - right: {if card.pt_7 != "" then 277 else 342} - height: {if not is_leveler() then 0 else lv_4_height()-2} - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - color: { if is_full_art() or is_fnm() then "white" else "black"} - shadow color: {if is_full_art() or is_fnm() then "black" else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - alignment: - script: - if (styling.center_text == "short text only" and - not contains(match:"\n", card.rule_text) and - card.flavor_text == "" and - card_style.text.content_lines <= 2) or - styling.center_text == "always" - then "middle center" - else "middle left" - z index: 3 - padding left: 6 - padding right: 4 - line height hard: {if is_modal(card.level_4_text) then 0.9 else 1.2 } - line height line: 1.5 - line height soft: 0.9 - line height hard max: {if is_modal(card.level_4_text) then 1.0 else 1.3 } - line height line max: 1.6 - watermark: - left: { if is_map() then 40 else 19 } - top: { if is_full_art() then 359 else 330 } - width: { if is_tarot() then 0 else if is_map() then 287 else 334 } - height: { if is_map() then 154 else if is_full_art() then 120 else 152 } - z index: 2 - render style: image - popup style: in place - alignment: middle center - include file: /magic-watermarks.mse-include/watermarks - ############################# Levels - level 0: - z index: 7 - left: {if box_leveler() then 8 else if loy_leveler() then 14 else 21} - top: {l1_center() - (if aug_leveler(0) then 4 else 2) - (if center_label(0) then 6 else 0) + arrow_offset(0)} - width: {if is_leveler() or card.level_0 != "" then (34 + (if box_leveler() then 30 else 0)) else 0} - height: 22 - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if loy_leveler() then 11 else 12 + if center_label(0) then 2 else 0} - weight: bold - color: {if loy_leveler() then "white" else "black"} - shadow color: { if loy_leveler() then rgba(0,0,0,0) else "white"} - shadow blur: 2 - symbol font: - name: { styling.level_mana_symbols } - size: {12 + if center_label(0) then 0.5 else 0} - level 1: - z index: 7 - left: {if box_leveler() then 8 else if loy_leveler() then 14 else 21} - top: {l2_center() - (if aug_leveler(1) then 4 else 2) - (if center_label(1) then 6 else 0) + arrow_offset(1)} - height: 22 - width: {if is_leveler() or card.level_1 != "" then (34 + (if box_leveler() then 30 else 0)) else 0} - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if loy_leveler() then 11 else 12 + if center_label(0) then 2 else 0} - weight: bold - color: {if loy_leveler() then "white" else "black"} - shadow color: { if loy_leveler() then rgba(0,0,0,0) else "white"} - shadow blur: 2 - symbol font: - name: { styling.level_mana_symbols } - size: {12 + if center_label(0) then 0.5 else 0} - level 2: - z index: 7 - left: {if box_leveler() then 8 else if loy_leveler() then 14 else 21} - top: {l3_center() - (if aug_leveler(2) then 4 else 2) - (if center_label(2) then 6 else 0) + arrow_offset(2)} - width: {if is_leveler() or card.level_2 != "" then (34 + (if box_leveler() then 30 else 0)) else 0} - height: 22 - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if loy_leveler() then 11 else 12 + if center_label(0) then 2 else 0} - weight: bold - color: {if loy_leveler() then "white" else "black"} - shadow color: { if loy_leveler() then rgba(0,0,0,0) else "white"} - shadow blur: 2 - symbol font: - name: { styling.level_mana_symbols } - size: {12 + if center_label(0) then 0.5 else 0} - level 3: - z index: 7 - left: {if box_leveler() then 8 else if loy_leveler() then 14 else 21} - top: {l4_center() - (if aug_leveler(3) then 4 else 2) - (if center_label(3) then 6 else 0) + arrow_offset(3)} - width: {if is_leveler() or card.level_2 != "" then (34 + (if box_leveler() then 30 else 0)) else 0} - height: { if card_style.level_4_text.height < 10 and card.level_3 == "" then 0 else 22} - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if loy_leveler() then 11 else 12 + if center_label(0) then 2 else 0} - weight: bold - color: {if loy_leveler() then "white" else "black"} - shadow color: { if loy_leveler() then rgba(0,0,0,0) else "white"} - shadow blur: 2 - symbol font: - name: { styling.level_mana_symbols } - size: {12 + if center_label(0) then 0.5 else 0} - ############################# PT - pt: - z index: 4 - left: {if is_leveler() and not lone_pt() then 291 else 286} - top: { if is_leveler() and not lone_pt() then (l1_center() - 14) else if is_map() then 467 else 469} - width: {if starting_loyalty() and not is_leveler() then 0 else 60} - height: 28 - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if is_map() then 14 else 16} - color: {if is_shifted() or is_fnm() or is_inverted() then "white" else if is_vehicle() and (not is_legend() or chosen(styling.other_options, choice:"brown legendary vehicle pt")) then "white" else "black"} - separator color: red - shadow color: {if is_shifted() or is_fnm() then rgb(0,0,0) else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - - pt 2: - z index: 4 - left: 291 - top: {(l2_center() - 12)} - width: {if is_leveler() and not lone_pt() or card.pt_2 != "" then 60 else 0} - height: 28 - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if is_map() then 14 else 16} - color: {if is_shifted() or is_fnm() or is_inverted() then "white" else if is_vehicle() and (not is_legend() or chosen(styling.other_options, choice:"brown legendary vehicle pt")) then "white" else "black"} - separator color: red - shadow color: {if is_shifted() or is_fnm() then rgb(0,0,0) else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - pt 3: - z index: 4 - left: 291 - top: {(l3_center() - 12)} - width: {if is_leveler() and not lone_pt() or card.pt_3 != "" then 60 else 0} - height: 28 - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if is_map() then 14 else 16} - color: {if is_shifted() or is_fnm() or is_inverted() then "white" else if is_vehicle() and (not is_legend() or chosen(styling.other_options, choice:"brown legendary vehicle pt")) then "white" else "black"} - separator color: red - shadow color: {if is_shifted() or is_fnm() then rgb(0,0,0) else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - pt 7: - z index: 4 - left: 291 - top: {(l4_center() - 12)} - width: {if is_leveler() and not lone_pt() or card.pt_7 != "" then 60 else 0} - height: {if card_style.level_4_text.height < 10 and card.pt_7 == "" then 0 else 28} - alignment: center middle shrink-overflow - font: - name: Beleren Bold - size: {if is_map() then 14 else 16} - color: {if is_shifted() or is_fnm() then "white" else if is_vehicle() and (not is_legend() or chosen(styling.other_options, choice:"brown legendary vehicle pt")) then "white" else "black"} - separator color: red - shadow color: {if is_shifted() or is_fnm() then rgb(0,0,0) else rgba(0,0,0,0)} - shadow displacement x: -1 - shadow displacement y: 1 - loyalty: - z index: 7 - left: 326 - top: 468 - width: {if starting_loyalty() then 13.16 else 0} - height: 34.63 - alignment: center middle - font: - name: Beleren Bold - size: 14 - color: white - ############################# Card sorting / numbering - set code: - left: 24 - top: 498 - width: 40 - height: 10 - z index: 3 - font: - name: Relay-Medium - size: 7 - color: white - weight: bold - ############################# Copyright stuff - illustrator: - left: { 44 + card_style.set_code.content_width } - top: 497.5 - width: 200 - height: 10 - z index: 3 - font: - name: Beleren Small Caps Bold - size: 7.25 - color: white - copyright: - right: 350 - top: - { - if is_leveler() and not lone_pt() - then 488 - else if (starting_loyalty() and card.loyalty != "") or (card.pt != "" and not starting_loyalty()) - then 500 - else 488 - } - width: {if set.automatic_copyright then 0 else 140} - height: 10 - z index: 4 - alignment: middle right - font: - name: MPlantin - size: 6.5 - color: white - weight: bold -############################################################## Extra card fields -extra card field: - type: text - name: card code - save value: false - script: - if set.automatic_card_numbers and not styling.remove_from_autocount then - forward_editor(prefix: card_number_m15() + "/" + card_count_m15() + " " + rarity_code() + " ", field: card.card_code_text) - else - combined_editor(field1: card.custom_card_number, separator: " " + rarity_code() + " ", field2: card.card_code_text) -extra card field: - type: choice - name: artist arrow - editable: false - save value: false - choice: white -extra card field: - type: choice - name: pt box - script: card.card_color - editable: false - save value: false -extra card field: - type: choice - name: pt box 2 - script: card.card_color - editable: false - save value: false -extra card field: - type: choice - name: pt box 3 - script: card.card_color - editable: false - save value: false -extra card field: - type: choice - name: pt box 4 - script: card.card_color - editable: false - save value: false -extra card field: - type: choice - name: stamp - script: card.card_color - editable: false - save value: false -extra card field: - type: choice - name: foil stamp - choice: stamp - save value: false - editable: false -extra card field: - type: choice - name: clear frame - script: card.card_color - save value: false - editable: false -extra card field: - type: choice - name: mirror frame - script: card.card_color - save value: false - editable: false -extra card field: - type: choice - name: foil layer - choice: foil - save value: false - editable: false -extra card field: - type: text - name: auto copyright - script: set.copyright - save value: false - editable: false - show statistics: false -extra card field: - type: choice - name: mainframe rarity - choice: rarity - save value: false - editable: false -extra card field: - type: choice - name: vehicle overlay - choice: car door - save value: false - editable: false -extra card field: - type: choice - name: snow overlay - choice: snow - save value: false - editable: false - script: card.card_color -extra card field: - type: choice - name: nyx overlay - choice: nyx - save value: false - editable: false - script: card.card_color -extra card field: - type: choice - name: miracle overlay - choice: miracle - save value: false - editable: false - script: card.card_color -extra card field: - type: choice - name: map frame - script: card.card_color - save value: false - editable: false -extra card field: - type: choice - name: flavor bar - choice: bar - editable: false - save value: false - show statistics: false -extra card field: - type: text - name: tarot watermark -extra card field: - type: choice - name: curtain - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: scrolls - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: crown - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: text - name: promo label - save value: true - description: The golden promo label. -extra card field: - type: choice - name: evobar - choice: evo - save value: false - editable: false -extra card field: - type: choice - name: evobar tip - choice: evo - save value: false - editable: false -extra card field: - type: choice - name: evobar start - choice: evo - save value: false - editable: false -extra card field: - type: choice - name: alias bar - script: card.card_color - save value: false - editable: false -# Add the word "LEVEL" to the top arrow. -extra card field: - type: text - name: lvl label 0 - editable: false - save value: false - script: if loy_leveler() then ":" else level_label(0) -# Add the word "LEVEL" to the second arrow. -extra card field: - type: text - name: lvl label 1 - editable: false - save value: false - script: if loy_leveler() then ":" else level_label(1) -# Add the word "LEVEL" to the third arrow. -extra card field: - type: text - name: lvl label 2 - editable: false - save value: false - script: if loy_leveler() then ":" else level_label(2) -# Add the word "LEVEL" to the fourth arrow. -extra card field: - type: text - name: lvl label 3 - editable: false - save value: false - script: if loy_leveler() then ":" else level_label(2) -extra card field: - type: choice - name: level 2 overlay - script: card.card_color - choice: mask - editable: false - show statistics: false -extra card field: - type: choice - name: level 3 overlay - script: card.card_color - choice: mask - editable: false - show statistics: false -extra card field: - type: choice - name: level 4 overlay - script: card.card_color - choice: mask - editable: false - show statistics: false -extra card field: - type: choice - name: arrow 1 - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: arrow 2 - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: arrow 3 - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: arrow 4 - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: mutbar - choice: bar - editable: false - save value: false - show statistics: false -extra card field: - type: color - name: silver patch - script: rgb(0,0,0) -extra card field: - type: text - name: ascend - script: text_filter(value, card_name:card.name, margin_code:"unknown") -extra card field: - type: choice - name: season flag - script: card.card_color - save value: false - editable: false -extra card field: - type: choice - name: loyalty box - editable: false - choice: loyalty - save value: false -extra card field: - type: choice - name: stripe - choice: stripe - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: stripe 2 - choice: stripe - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: node - script: card.card_color - editable: false - save value: false - show statistics: false -extra card field: - type: choice - name: corner - choice: none - choice: lesson - choice: custom - choice: day - choice: night - choice: moon - choice: eldrazi - choice: compass - choice: artifact - choice: creature - choice: enchantment - choice: instant - choice: land - choice: multitype - choice: sorcery - choice: planeswalker - choice: structure - choice: aetherprint - choice: modal - choice: - name: sparker colors - choice: white - choice: blue - choice: black - choice: red - choice: green - choice: multicolor - choice: colorless - default: "lesson" - save value: true - editable: true -extra card field: - type: multiple choice - name: pride pin - include file: /magic-pride.mse-include/pins - save value: true - editable: true -extra card field: - type: text - name: vorthos box - save value: true - editable: true - description: Where they put mtgstory.com on story spotlights. -extra card field: - type: choice - name: flash indicator - choice: dot - save value: false - editable: false - -extra card style: - promo label: - left: 40 - top: { if is_full_art() then 295 else 262 } - width: {if chosen(styling.other_options, choice:"prerelease stamp") then 295 else 0} - height: 29 - alignment: middle right - z index: 4 - font: - name: ModMatrix - size: 14 - color: rgb(223,169,41) - card code: - left: 24 - top: 488 - width: 120 - height: 10 - z index: 3 - font: - name: Relay-Medium - size: 7 - color: white - weight: bold - artist arrow: - left: { 28 + card_style.set_code.content_width } - top: 500 - width: 12 - height: 7 - z index: 3 - render style: image - image: artist_arrow.png - pt box: - left: { if is_leveler() and not lone_pt() then 278 else if is_map() then 270 else 273} - top: { if is_leveler() and not lone_pt() then (l1_center() - (if is_map() then 26 else 18)) else if is_map() then 453 else 466} - width: { if starting_loyalty() and not is_leveler() then 0 else if is_map() then 90 else 81} - height: { if is_map() then 54 else 42} - z index: 3 - visible: { card.pt != "" } - render style: image - image: { if is_map() then mappt_background() else if is_vehicle() and (not is_legend() or chosen(styling.other_options, choice:"brown legendary vehicle pt")) then "vpt.png" else if is_clear() then "cpt.png" else choose_ptbox() } - pt box 2: - left: 278 - top: { l2_center() - (if is_map() then 26 else 15)} - width: { if (is_leveler() and not lone_pt()) or card.pt_2 != "" then (if is_map() then 90 else 81) else 0} - height: { if (is_leveler() and not lone_pt()) or card.pt_2 != "" then (if is_map() then 54 else 42) else 0} - z index: 3 - visible: { card.pt_2 != "" } - render style: image - image: {if is_map() then mappt_background() else combine_blend(image1: lv_2_ptbox(), image2: "ptbox_multiply_1.png", combine: "multiply")} - pt box 3: - left: 278 - top: { l3_center() - (if is_map() then 26 else 15)} - width: { if (is_leveler() and not lone_pt()) or card.pt_3 != "" then (if is_map() then 90 else 81) else 0} - height: { if (is_leveler() and not lone_pt()) or card.pt_3 != "" then (if is_map() then 54 else 42) else 0} - z index: 3 - visible: { card.pt_3 != "" } - render style: image - image: {if is_map() then mappt_background() else combine_blend(image1: lv_3_ptbox(), image2: "ptbox_multiply_2.png", combine: "multiply")} - pt box 4: - left: 278 - top: { l4_center() - (if is_map() then 26 else 15)} - width: { if (is_leveler() and not lone_pt()) or card.pt_3 != "" then (if is_map() then 90 else 81) else 0} - height: { if (is_leveler() and not lone_pt()) or card.pt_3 != "" then (if is_map() then 54 else 42) else 0} - z index: 3 - visible: { card.pt_7 != "" } - render style: image - image: {if is_map() then mappt_background() else combine_blend(image1: lv_4_ptbox(), image2: "ptbox_multiply_3.png", combine: "multiply")} - loyalty box: - right: 362 - top: 466 - width: 60 - height: 38 - z index: 6 - render style: image - visible: { starting_loyalty() and card.loyalty != "" } - choice images: - loyalty: loyalty.png - stamp: - left: 165 - top: 472 - width: 46 - height: 26 - z index: 2 - visible: { is_rare() and styling.use_holofoil_stamps and (is_devoid() or not is_clear()) } - render style: image - image: { if is_map() then "maps/holo_stamp.png" else if is_devoid() then "devoid/stamp.png" else card_stamp() } - mask: {"stamp_mask.png"} - foil stamp: - left: 165 - top: 472 - width: 46 - height: 26 - z index: 3 - visible: { is_rare() and styling.use_holofoil_stamps and (is_devoid() or not is_clear()) } - render style: image - image: foil_stamp.png - foil layer: - left: 0 - top : 0 - width: 375 - height: 523 - z index: 3 - render style: image - image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"} - mask: { "foil_mask" + (if card.pt != "" then "_pt") + (if is_rare() and styling.use_holofoil_stamps then "_rare") + ".png" } - auto copyright: - right: 350 - top: - { - if is_leveler() and not lone_pt() - then 488 - else if (starting_loyalty() and card.loyalty != "") or (card.pt != "" and not starting_loyalty()) - then 500 - else 488 - } - width: {if set.automatic_copyright then 140 else 0} - height: 10 - z index: 4 - alignment: middle right - font: - name: MPlantin - size: 6.5 - color: white - weight: bold - nyx overlay: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {nyx_background()} - z index: 0 - visible: {is_nyx()} - mask: {"nyx/" + (if is_vehicle() then "v_" else "") + (if is_full_art() then "full" else "") + "mask.png"} -### FNM has a teeny mask because of a few pixel disagreements between it and normal frames - crown: - left: 0 - top: {if is_devoid() then 1 else 0} - width: 375 - height: 523 - render style: image - image: {if (is_clear() or clear_tops()) and not is_devoid() then "legend/xcrown.png" else if is_fnm() then set_mask(image:crown_background(), mask:"legend/fnm_mask.png") else crown_background()} - z index: 5 - visible: {is_legend() and not is_map()} - mask: {if is_legend() and styling.legend_crown != "custom" and (is_curtains() or is_expanded_art() or is_puma() or is_devoid()) then "curtainmask.png" else if is_season() then "crown_season_mask.png" else ""} - curtain: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {if is_cons() then cons_background() else curtain_background()} - z index: 0 - visible: {is_cons() or is_curtains()} - mask: {if is_legend() and is_curtains() then "lcurtainmask.png"} - scrolls: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {if is_puma() then "puma.png" else (if is_full_art() then "full_" else "") + "consscrolls.png"} - mask: {if is_puma() then "puma_mask3.png" else ""} - z index: 1 - visible: {is_scrolls() or is_puma()} - miracle overlay: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {if (is_clear() or clear_tops()) and not is_devoid() then "miracles/xmiracle.png" else miracle_background()} - z index: 1 - visible: {is_miracle()} - snow overlay: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {snow_texture()} - z index: 1 - mask: {"snow/snow_" + (if is_full_art() then "promo" else "fnm") + "_mask.png"} - visible: {is_snow() and not pure_snow() and not is_expanded_art()} - vehicle overlay: - left: 0 - top: 0 - width: 375 - height: 523 - render style: image - image: {"voverlay" + (if is_full_art() then "_full" else "") + ".png" } - z index: 0 - visible: {is_vehicle()} - clear frame: - left: 0 - top: 0 - width: 375 - height: 523 - z index: 1 - render style: image - image: { if is_devoid() then devoid_background() else if is_rare() and styling.use_holofoil_stamps then "clear_rare.png" else "clear.png"} - visible: { is_clear() or is_devoid() or clear_tops()} - mirror frame: - left: 0 - top: 0 - width: {if clear_tops() then 375 else 0} - height: 523 - z index: 1 - render style: image - popup style: in place - image: { if not clear_tops() then "" else if is_fnm() then fnm_background() else if is_inverted() then inverted_background() else if is_full_art() then promo_background() else card_background() } - mask: {if clear_tops() then "clear_tops_mask.png" else ""} - map frame: - left: 0 - top: 0 - width: 375 - height: 523 - z index: 1 - render style: image - image: { if is_map() then map_background() else energy_background() } - visible: { is_map() or is_thbland() } - evobar: - left: {if is_map() then 15 else 27} - top: {if is_map() then 62 else 57} - width: {card_style.alias.content_width} - height: 27 - z index: 2 - render style: image - image: evobar.png - visible: {use_evobar()} - evobar tip: - left: {(if is_map() then 14.6 else 26.6) + card_style.alias.content_width} - top: {if is_map() then 62 else 57} - width: 36 - height: 27 - z index: 2 - render style: image - image: evobar_tip.png - visible: {use_evobar()} - flavor bar: - left: 0 - top: { bar_equation() } - width: 375 - height: 1 - z index: 1 - render style: image - image: bar.png - visible: { card.rule_text != "" and remove_tags(card.flavor_text) != "" and set.use_flavor_bar } - tarot watermark: - left: { if is_map() then 40 else 19 } - top: { if is_full_art() then 359 else 330 } - width: { if not is_tarot() then 0 else if is_map() then 287 else 334 } - height: { if is_map() then 154 else if is_full_art() then 120 else 152 } - z index: 2 - alignment: middle center - font: - name: MPlantin - size: 90 - color: {rgba(0,0,0,40)} - lvl label 0: - left: {if box_leveler() then 8 else if loy_leveler() then 48 else 21} - top: {l1_center() - (if loy_leveler() then 2 else 10) + arrow_offset(0)} - width: {if is_leveler() or card.level_0 != "" then (if loy_leveler() then 10 else 34 + (if box_leveler() then 30 else 0)) else 0} - height: {if loy_leveler() then 10 else if center_label(0) then 0 else 10} - z index: 6 - alignment: middle center - font: - name: {if loy_leveler() then "MPlantin" else "Beleren Small Caps"} - size: {if loy_leveler() then 15 else if length(level_label(0)) < 8 or box_leveler() then 7 else 6} - color: black - weight: {if loy_leveler() then "" else "bold"} - visible: {card.level_0 != ""} - lvl label 1: - left: {if box_leveler() then 8 else if loy_leveler() then 48 else 21} - top: {l2_center() - (if loy_leveler() then 2 else 10) + arrow_offset(1)} - width: {if is_leveler() or card.level_1 != "" then (if loy_leveler() then 10 else 34 + (if box_leveler() then 30 else 0)) else 0} - height: {if loy_leveler() then 10 else if center_label(1) then 0 else 10} - z index: 6 - alignment: middle center - font: - name: {if loy_leveler() then "MPlantin" else "Beleren Small Caps"} - size: {if loy_leveler() then 15 else if length(level_label(1)) < 8 or box_leveler() then 7 else 6} - color: black - weight: {if loy_leveler() then "" else "bold"} - visible: {card.level_1 != ""} - lvl label 2: - left: {if box_leveler() then 8 else if loy_leveler() then 48 else 21} - top: {l3_center() - (if loy_leveler() then 2 else 10) + arrow_offset(2)} - width: {if is_leveler() or card.level_2 != "" then (if loy_leveler() then 10 else 34 + (if box_leveler() then 30 else 0)) else 0} - height: {if loy_leveler() then 10 else if center_label(2) then 0 else 10} - z index: 6 - alignment: middle center - font: - name: {if loy_leveler() then "MPlantin" else "Beleren Small Caps"} - size: {if loy_leveler() then 15 else if length(level_label(2)) < 8 or box_leveler() then 7 else 6} - color: black - weight: {if loy_leveler() then "" else "bold"} - visible: {card.level_2 != ""} - lvl label 3: - left: {if box_leveler() then 8 else if loy_leveler() then 48 else 21} - top: {l4_center() - (if loy_leveler() then 2 else 10) + arrow_offset(3)} - width: {if is_leveler() or card.level_3 != "" then (if loy_leveler() then 10 else 34 + (if box_leveler() then 30 else 0)) else 0} - height: {if loy_leveler() then 10 else if center_label(3) then 0 else 10} - z index: 6 - alignment: middle center - font: - name: {if loy_leveler() then "MPlantin" else "Beleren Small Caps"} - size: {if loy_leveler() then 15 else if length(level_label(2)) < 8 or box_leveler() then 7 else 6} - color: black - weight: {if loy_leveler() then "" else "bold"} - visible: {card.level_3 != ""} - level 2 overlay: - left: 29 - top: { if is_d20() then top_of_para(rolls_start(card.text)) else 329 + lv_2_coordinate()} - height: { if is_d20() then height_of_para(rolls_start(card.text)) else lv_2_height()} - width: 314 - z index: 1 - render style: image - image: {overlay1()} - visible: {(is_d20() and number_of_rolls(card.text) > 0) or (is_leveler() and not is_full_art() and not is_map() and not is_fnm() and not is_inverted())} - level 3 overlay: - left: 29 - top: { if is_d20() then top_of_para(rolls_start(card.text)+2) else 329 + lv_3_coordinate()} - height: { if is_d20() then height_of_para(rolls_start(card.text)+2) else lv_3_height()} - width: 314 - z index: 1 - render style: image - image: {overlay2()} - visible: {(is_d20() and number_of_rolls(card.text)-no_roll(card.text) > 2) or (is_leveler() and not is_full_art() and not is_map() and not is_fnm() and not is_inverted())} - level 4 overlay: - left: 29 - top: { if is_d20() then top_of_para(rolls_start(card.text)+4) else 329 + lv_4_coordinate()} - height: { if is_d20() then height_of_para(rolls_start(card.text)+4) else lv_4_height()} - width: 314 - z index: 1 - render style: image - image: {overlay3()} - visible: {(is_d20() and number_of_rolls(card.text)-no_roll(card.text) > 4) or (is_leveler() and not is_full_art() and not is_map() and not is_fnm() and not is_inverted())} - arrow 1: - z index: 5 - left: {arrow_left()} - top: {l1_center() - 16 + arrow_offset(0)} - width: {if card.level_0 != "" then arrow_width() else 0} - height: {arrow_height(0)} - render style: image - image: {if loy_leveler() then loyalty_image(card.level_0) else if box_leveler() then choose_ptbox() else arrow_background()} - arrow 2: - z index: 5 - left: {arrow_left()} - top: {l2_center() - 16 + arrow_offset(1)} - width: {if card.level_1 != "" then arrow_width() else 0} - height: {arrow_height(1)} - render style: image - image: {if loy_leveler() then loyalty_image(card.level_1) else if box_leveler() then choose_ptbox() else arrow_background()} - arrow 3: - z index: 5 - left: {arrow_left()} - top: {l3_center() - 16 + arrow_offset(2)} - width: {if card.level_2 != "" then arrow_width() else 0} - height: {arrow_height(2)} - render style: image - image: {if loy_leveler() then loyalty_image(card.level_2) else if box_leveler() then choose_ptbox() else arrow_background()} - arrow 4: - z index: 5 - left: {arrow_left()} - top: {l4_center() - 16 + arrow_offset(3)} - width: {if card.level_3 != "" then arrow_width() else 0} - height: {arrow_height(3)} - render style: image - image: {if loy_leveler() then loyalty_image(card.level_3) else if box_leveler() then choose_ptbox() else arrow_background()} - mutbar: - z index: 2 - left: 28 - top: 393 - height: 2 - width: 317 - render style: image - image: mutbar.png - visible: {is_mutate()} - silver patch: - left: 10 - top: 10 - width: 355 - height: 15 - z index: 2 - visible: {is_legend() and card.border_color == rgb(200,200,200)} - season flag: - left: 0 - top: 0 - width: 375 - height: 523 - z index: 1 - render style: image - image: { season_background() } - visible: { is_season() } - mask: {if is_expanded_art() then "season/full_mask.png" else ""} - ascend: - left: 37 - top: 59 - width: {if is_season() then 300 else 0} - height: 20 - angle: 270 - z index: 6 - alignment: justify-all force - always symbol: true - font: - name: MPlantin - italic name: MPlantin-Italic - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - color: black - symbol font: - name: { styling.text_box_mana_symbols } - size: {if styling.font_cap != "" then to_number(styling.font_cap) else 14} - scale down to: 6 - alias bar: - left: 38 - top: {if is_clear() or clear_tops() then 59 else 57} - width: 298 - height: 21 - z index: 2 - render style: image - image: {if is_devoid() then (if is_legend() then alias_bar() else "alias/devoidalias.png") else if is_clear() or clear_tops() then "alias/xalias.png" else alias_bar()} - visible: {is_skinned() and not use_evobar()} - node: - left: 0 - top: 0 - height: 63 - width: 375 - z index: 6 - render style: image - image: {node_background()} - visible: {not is_map() and not is_clear() and use_node()} - corner: - left: { if is_map() then 22 else 19} - top: 25 - height: 31 - width: {if use_node() then 31 else 0} - z index: 7 - render style: image - visible: {use_node()} - choice images: - lesson: corners/lesson.png - day: corners/sun_circle.png - night: corners/night_circle.png - eldrazi: corners/eldrazi.png - moon: corners/moon.png - compass: corners/compass.png - artifact: corners/artifact.png - creature: corners/creature.png - enchantment: corners/enchantment.png - instant: corners/instant.png - land: corners/land.png - multitype: corners/multitype.png - sorcery: corners/sorcery.png - planeswalker: corners/planeswalker.png - structure: corners/structure.png - compass: corners/compass.png - aetherprint: corners/aetherprint.png - sparker colors white: corners/wcorner.png - sparker colors blue: corners/ucorner.png - sparker colors black: corners/bcorner.png - sparker colors red: corners/rcorner.png - sparker colors green: corners/gcorner.png - sparker colors multicolor: corners/mcorner.png - sparker colors colorless: corners/ccorner.png - custom: { if contains(styling.custom_symbol, match:".png") then "/magic-mainframe-extras.mse-include/" + styling.custom_symbol else "" } - pride pin: - left: {if is_legend() then 18 else 24} - top: 58 - width: {if not is_pinned() then 0 else if is_legend() then 338 else 325} - height: {if not is_pinned() then 0 else 234} - z index: 7 - render style: image - popup style: in place - mask: {"/magic-pride.mse-include/masks/m15" + if is_legend() then " legend.png" else ".png"} - image: {pin_image()} - vorthos box: - right: { if is_leveler() and not lone_pt() then 350 else if (starting_loyalty() and card.loyalty != "") then 300 else if (card.pt != "" and not starting_loyalty()) then 275 else 350 } - top: {if card.pt == "" and shown_cr() then 500 else 488} - width: { if is_leveler() and not lone_pt() then 140 else if (starting_loyalty() and card.loyalty != "") then 90 else if (card.pt != "" and not starting_loyalty()) then 65 else 140 } - height: {if use_vorthos() then 10 else 0} - z index: 3 - alignment: middle right - font: - name: Relay-Medium - size: 7 - color: white - weight: bold - flash indicator: - left: 0 - top: 0 - width: 375 - height: 523 - z index: 5 - render style: image - image: flashdot.png - visible: { use_flash_dot() } \ No newline at end of file diff --git a/data/magic-mana-small.mse-symbol-font/energy_inverse.png b/data/magic-mana-small.mse-symbol-font/energy_inverse.png new file mode 100644 index 0000000000000000000000000000000000000000..d47e5a1486b6eb6d1161ffe6b49dd86a455a01ba GIT binary patch literal 13415 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 literal 0 HcmV?d00001 diff --git a/data/magic-mana-small.mse-symbol-font/mana_chaos_inverse.png b/data/magic-mana-small.mse-symbol-font/mana_chaos_inverse.png new file mode 100644 index 0000000000000000000000000000000000000000..fbd8a7a954d7da1a1d80f0569628fb4166a1ac15 GIT binary patch literal 12895 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

^Kw@IB|Xy^$9DCl~9$j>oh^DH!g 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 literal 0 HcmV?d00001 diff --git a/data/magic-mana-small.mse-symbol-font/symbol-font b/data/magic-mana-small.mse-symbol-font/symbol-font index 3ae22d725..f8a995e60 100644 --- a/data/magic-mana-small.mse-symbol-font/symbol-font +++ b/data/magic-mana-small.mse-symbol-font/symbol-font @@ -220,6 +220,11 @@ symbol: code: phi image: phi.png image font size: 27 +symbol: + code: E + image: energy_inverse.png + image font size: 300 + enabled: {white_text()} symbol: code: E image: energy.png @@ -256,10 +261,20 @@ symbol: code: Q image: mana_q.png ###################################################################################### Chaos Symbol +symbol: + code: chaos + image: mana_chaos_inverse.png + image font size: 168.75 + enabled: {white_text()} symbol: code: chaos image: mana_chaos.png image font size: 168.75 +symbol: + code: A + image: mana_chaos_inverse.png + image font size: 168.75 + enabled: {white_text()} symbol: code: A image: mana_chaos.png