diff --git a/data/magic-m15-clear.mse-style/artist_arrow.png b/data/magic-m15-clear.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-clear.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/border_mask.png b/data/magic-m15-clear.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-clear.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/build.bat b/data/magic-m15-clear.mse-style/build.bat
deleted file mode 100644
index e1ce72300..000000000
--- a/data/magic-m15-clear.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-clear.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include
-
-ren "magic-m15-clear.mse-installer" "Magic - M15 Clear.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-clear.mse-style/card-sample.png b/data/magic-m15-clear.mse-style/card-sample.png
deleted file mode 100644
index d85b63a7a..000000000
Binary files a/data/magic-m15-clear.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/foil_mask.png b/data/magic-m15-clear.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-clear.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/foil_mask_rare.png b/data/magic-m15-clear.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-clear.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/foil_stamp.png b/data/magic-m15-clear.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-clear.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/frame.png b/data/magic-m15-clear.mse-style/frame.png
deleted file mode 100644
index c2f5b012d..000000000
Binary files a/data/magic-m15-clear.mse-style/frame.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/frame2.png b/data/magic-m15-clear.mse-style/frame2.png
deleted file mode 100644
index fac4c3250..000000000
Binary files a/data/magic-m15-clear.mse-style/frame2.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/image_mask.png b/data/magic-m15-clear.mse-style/image_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-clear.mse-style/image_mask.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/imageborder.png b/data/magic-m15-clear.mse-style/imageborder.png
deleted file mode 100644
index 854152b68..000000000
Binary files a/data/magic-m15-clear.mse-style/imageborder.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/pt.png b/data/magic-m15-clear.mse-style/pt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-clear.mse-style/pt.png and /dev/null differ
diff --git a/data/magic-m15-clear.mse-style/style b/data/magic-m15-clear.mse-style/style
deleted file mode 100644
index a76714130..000000000
--- a/data/magic-m15-clear.mse-style/style
+++ /dev/null
@@ -1,439 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Clear
-full name: After M15 Clear
-icon: card-sample.png
-position hint: 014
-installer group: magic/m15 style/normal cards/Clear
-
-version: 2023-02-13
-depends on:
- package: magic.mse-game
- version: 2008-06-24
-depends on:
- package: magic-watermarks.mse-include
- version: 2007-09-23
-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # 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"
- }
-
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: boolean
- name: use holofoil stamps
- description: use holofoil stamps on rares?
- initial: yes
-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: 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: 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") }
-############################################################## Card fields
-card style:
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 31
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 2
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 30
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- mask: image_mask.png
- ############################# Card type
- type:
- left: 36
- top: 294
- width: { 307 - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 2
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: rgb(128,128,128)
- rarity:
- right: 342
- top : 296
- width: 44
- height: 22
- z index: 3
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 31
- top : 328
- width: 311
- height: 142
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top : 321
- width: 138
- height: 156
- z index: 2
- render style: image
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
-############################# PT
- pt:
- z index: 3
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 2
- 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: 2
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: frame
- script: "frame"
- editable: false
- save value: false
-extra card field:
- type: choice
- name: pt box
- script: "pt"
- editable: false
- save value: false
-extra card field:
- type: choice
- name: foil layer
- choice: foil
- save value: false
- editable: false
-extra card field:
- type: choice
- name: artist arrow
- editable: false
- save value: false
- choice: white
-extra card field:
- type: choice
- name: image liner
- script: "image"
- 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: legend crown
- choice: crown
- save value: false
- editable: false
-extra card style:
- frame:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 1
- render style: image
- image: { if is_rare() and styling.use_holofoil_stamps then "frame2.png" else "frame.png" }
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 2
- 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: 2
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 2
- visible: { card.pt != "" }
- render style: image
- image: pt.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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
- legend crown:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 6
- render style: image
- image: crown.png
- visible: {contains(card.super_type, match:"Legendary") }
diff --git a/data/magic-m15-clear.mse-style/tombstone.png b/data/magic-m15-clear.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-clear.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/acard.jpg b/data/magic-m15-custom.mse-style/acard.jpg
deleted file mode 100644
index 14560b72a..000000000
Binary files a/data/magic-m15-custom.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/apt.png b/data/magic-m15-custom.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-custom.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/artifact_blend_card.png b/data/magic-m15-custom.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-custom.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/artifact_blend_identity.png b/data/magic-m15-custom.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-custom.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/artifact_blend_pt.png b/data/magic-m15-custom.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-custom.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/artifact_blend_stamp.png b/data/magic-m15-custom.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-custom.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/artist_arrow.png b/data/magic-m15-custom.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-custom.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/astamp.jpg b/data/magic-m15-custom.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-custom.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/bcard.jpg b/data/magic-m15-custom.mse-style/bcard.jpg
deleted file mode 100644
index 3e5c5ba9c..000000000
Binary files a/data/magic-m15-custom.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/blcard.jpg b/data/magic-m15-custom.mse-style/blcard.jpg
deleted file mode 100644
index de7d0ea95..000000000
Binary files a/data/magic-m15-custom.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/blpt.png b/data/magic-m15-custom.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-custom.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/blstamp.jpg b/data/magic-m15-custom.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-custom.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/border_mask.png b/data/magic-m15-custom.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-custom.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/bpt.png b/data/magic-m15-custom.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-custom.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/bstamp.jpg b/data/magic-m15-custom.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-custom.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/build.bat b/data/magic-m15-custom.mse-style/build.bat
deleted file mode 100644
index 17fd95a34..000000000
--- a/data/magic-m15-custom.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-nyx.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15-nyx.mse-installer" "Magic - M15 Gods.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-custom.mse-style/card-sample.png b/data/magic-m15-custom.mse-style/card-sample.png
deleted file mode 100644
index 8516ede7e..000000000
Binary files a/data/magic-m15-custom.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ccard.jpg b/data/magic-m15-custom.mse-style/ccard.jpg
deleted file mode 100644
index e6f8cec67..000000000
Binary files a/data/magic-m15-custom.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/clcard.jpg b/data/magic-m15-custom.mse-style/clcard.jpg
deleted file mode 100644
index 2b15a5c61..000000000
Binary files a/data/magic-m15-custom.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/clpt.png b/data/magic-m15-custom.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-custom.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/clstamp.jpg b/data/magic-m15-custom.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-custom.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/cpt.png b/data/magic-m15-custom.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-custom.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/cstamp.jpg b/data/magic-m15-custom.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-custom.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/custom border.psd b/data/magic-m15-custom.mse-style/custom border.psd
deleted file mode 100644
index 04011378c..000000000
Binary files a/data/magic-m15-custom.mse-style/custom border.psd and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/foil_mask.png b/data/magic-m15-custom.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-custom.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/foil_mask_rare.png b/data/magic-m15-custom.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-custom.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/foil_stamp.png b/data/magic-m15-custom.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-custom.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/gcard.jpg b/data/magic-m15-custom.mse-style/gcard.jpg
deleted file mode 100644
index 851672b47..000000000
Binary files a/data/magic-m15-custom.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/glcard.jpg b/data/magic-m15-custom.mse-style/glcard.jpg
deleted file mode 100644
index 95f5ae2e3..000000000
Binary files a/data/magic-m15-custom.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/glpt.png b/data/magic-m15-custom.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-custom.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/glstamp.jpg b/data/magic-m15-custom.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-custom.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/gpt.png b/data/magic-m15-custom.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-custom.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/gstamp.jpg b/data/magic-m15-custom.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-custom.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/hybrid_blend_card.png b/data/magic-m15-custom.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-custom.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/hybrid_blend_identity.png b/data/magic-m15-custom.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-custom.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/hybrid_blend_pt.png b/data/magic-m15-custom.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-custom.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/hybrid_blend_stamp.png b/data/magic-m15-custom.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-custom.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mcard.jpg b/data/magic-m15-custom.mse-style/mcard.jpg
deleted file mode 100644
index c9917d610..000000000
Binary files a/data/magic-m15-custom.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mlcard.jpg b/data/magic-m15-custom.mse-style/mlcard.jpg
deleted file mode 100644
index 0c2a0ee2a..000000000
Binary files a/data/magic-m15-custom.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mlpt.png b/data/magic-m15-custom.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-custom.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mlstamp.jpg b/data/magic-m15-custom.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-custom.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mpt.png b/data/magic-m15-custom.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-custom.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/mstamp.jpg b/data/magic-m15-custom.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-custom.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/multicolor_blend_card.png b/data/magic-m15-custom.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-custom.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/multicolor_blend_identity.png b/data/magic-m15-custom.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-custom.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/multicolor_blend_pt.png b/data/magic-m15-custom.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-custom.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/multicolor_blend_stamp.png b/data/magic-m15-custom.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-custom.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rcard.jpg b/data/magic-m15-custom.mse-style/rcard.jpg
deleted file mode 100644
index b35ad165e..000000000
Binary files a/data/magic-m15-custom.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rlcard.jpg b/data/magic-m15-custom.mse-style/rlcard.jpg
deleted file mode 100644
index bdbde090d..000000000
Binary files a/data/magic-m15-custom.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rlpt.png b/data/magic-m15-custom.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-custom.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rlstamp.jpg b/data/magic-m15-custom.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-custom.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rpt.png b/data/magic-m15-custom.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-custom.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/rstamp.jpg b/data/magic-m15-custom.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-custom.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/style b/data/magic-m15-custom.mse-style/style
deleted file mode 100644
index f5f3a1f61..000000000
--- a/data/magic-m15-custom.mse-style/style
+++ /dev/null
@@ -1,502 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 TTK Conspiracy
-full name: M15 Take the Crown Conspiracy Style
-icon: card-sample.png
-installer group: magic/m15 conspiracy style/normal cards
-position hint: 022
-
-version: 2018-02-08
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,hybrid"
- 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}
- shrink_type := {if styling.shrink_typeline_text != "" then to_int(styling.shrink_typeline_text) else 0 }
- shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
-
- # 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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := {styling.color_indicator_dot}
- is_unsorted := {styling.remove_from_autocount}
-
-############################################################## 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)
-############################################################## 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: 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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: { 23 - (0.5 * shrink_name()) }
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: { 16 - shrink_name() }
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: { 20 - shrink_type() }
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: { 13 - shrink_name() }
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- top: {327 - (-chop_top()) }
- bottom: {481 - chop_bot() }
- left: 29
- width: 314
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-custom.mse-style/tombstone.png b/data/magic-m15-custom.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-custom.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ucard.jpg b/data/magic-m15-custom.mse-style/ucard.jpg
deleted file mode 100644
index 45dd648de..000000000
Binary files a/data/magic-m15-custom.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ulcard.jpg b/data/magic-m15-custom.mse-style/ulcard.jpg
deleted file mode 100644
index a44da56b9..000000000
Binary files a/data/magic-m15-custom.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ulpt.png b/data/magic-m15-custom.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-custom.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ulstamp.jpg b/data/magic-m15-custom.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-custom.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/upt.png b/data/magic-m15-custom.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-custom.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/ustamp.jpg b/data/magic-m15-custom.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-custom.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wcard.jpg b/data/magic-m15-custom.mse-style/wcard.jpg
deleted file mode 100644
index ff95d73f3..000000000
Binary files a/data/magic-m15-custom.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wlcard.jpg b/data/magic-m15-custom.mse-style/wlcard.jpg
deleted file mode 100644
index 9d451c456..000000000
Binary files a/data/magic-m15-custom.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wlpt.png b/data/magic-m15-custom.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-custom.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wlstamp.jpg b/data/magic-m15-custom.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-custom.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wpt.png b/data/magic-m15-custom.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-custom.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-custom.mse-style/wstamp.jpg b/data/magic-m15-custom.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-custom.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-leveler.mse-style/card-sample.png b/data/magic-m15-leveler.mse-style/card-sample.png
index 07ea70791..98f9bc109 100644
Binary files a/data/magic-m15-leveler.mse-style/card-sample.png and b/data/magic-m15-leveler.mse-style/card-sample.png differ
diff --git a/data/magic-m15-leveler.mse-style/lvlup_multiply_0.png b/data/magic-m15-leveler.mse-style/lvlup_multiply_0.png
new file mode 100644
index 000000000..9b21c54bb
Binary files /dev/null and b/data/magic-m15-leveler.mse-style/lvlup_multiply_0.png differ
diff --git a/data/magic-m15-leveler.mse-style/lvlup_texture_0.png b/data/magic-m15-leveler.mse-style/lvlup_texture_0.png
new file mode 100644
index 000000000..18b1b43da
Binary files /dev/null and b/data/magic-m15-leveler.mse-style/lvlup_texture_0.png differ
diff --git a/data/magic-m15-leveler.mse-style/style b/data/magic-m15-leveler.mse-style/style
index 713c23c66..978853c35 100644
--- a/data/magic-m15-leveler.mse-style/style
+++ b/data/magic-m15-leveler.mse-style/style
@@ -1,12 +1,12 @@
mse version: 2.0.0
game: magic
short name: M15 Leveler
-full name: Levelers After M15
+full name: Mana Cost Support
icon: card-sample.png
installer group: magic/m15 style/leveler cards
position hint: 030
-version: 2018-02-09
+version: 2024-01-28
depends on:
package: magic.mse-game
version: 2014-06-25
@@ -70,6 +70,11 @@ init script:
replace: "" + (if card.name=="" then "CARDNAME" else card.name) + "")
has_identity := { styling.color_indicator_dot }
is_unsorted := {styling.remove_from_autocount}
+ # alternate rarity color
+ alt_rarity := {styling.alt_rarity_color}
+ use_main_rarity := { contains(set.mainframe_rarity_name, match: ".png")}
+ un_png := replace@(match:".png", replace: "")
+
############################################################## Set info fields
set info style:
symbol:
@@ -88,6 +93,10 @@ styling field:
type: boolean
name: use holofoil stamps
description: Change to no to disable rare holofoil stamps
+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:...:X:" 1 and 2 are fill color, 3 and 4 border color, X is border thickness. For example, rare is 214,196,94:95,84,40:0,0,0:0,0,0:0.07
styling field:
type: boolean
name: color indicator dot
@@ -124,6 +133,11 @@ styling field:
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
@@ -234,7 +248,7 @@ card style:
############################# Image
image:
left: 29
- top: 60
+ top: 59
width: 316
height: 231
z index: 1
@@ -245,7 +259,7 @@ card style:
top: 300
width: 17
height: 17
- z index: 1
+ z index: 2
render style: image
visible: { has_identity() }
image: { card_identity() }
@@ -274,20 +288,43 @@ card style:
# Images based on the set symbol
basic land:
script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png"
+ else if use_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 styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png"
+ else if use_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: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
+ uncommon:
+ script:
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "u.png"
+ else if use_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 use_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 use_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 use_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 box
rule text:
- left: 29
+ left: { if card.level_0 != "" then 103 else 29 }
top: 327
right: {if card.pt != "" then 277 else 342}
height: 52
@@ -390,6 +427,23 @@ card style:
alignment: middle center
include file: /magic-watermarks.mse-include/watermarks
############################# Levels
+ level 0:
+ z index: 3
+ left: 38
+ top: 349
+ width: 34
+ height: 22
+ alignment: center middle shrink-overflow
+ font:
+ name: ModMatrix
+ size: 17
+ weight: bold
+ color: black
+ shadow color: white
+ shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
level 1:
z index: 3
left: 38
@@ -404,6 +458,9 @@ card style:
color: black
shadow color: white
shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
level 2:
z index: 3
left: 38
@@ -418,6 +475,9 @@ card style:
color: black
shadow color: white
shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
############################# PT
pt:
z index: 3
@@ -544,6 +604,13 @@ extra card field:
save value: false
editable: false
# Add the bevel and shadows for the levelup arrow.
+extra card field:
+ type: choice
+ name: lvlup texture 0
+ choice: image
+ save value: false
+ editable: false
+# Add the bevel and shadows for the levelup arrow.
extra card field:
type: choice
name: lvlup texture 1
@@ -558,6 +625,13 @@ extra card field:
save value: false
editable: false
# This field gets set to combine mode multiply, to slightly darken first arrow.
+extra card field:
+ type: choice
+ name: lvlup multiply 0
+ choice: image
+ save value: false
+ editable: false
+# This field gets set to combine mode multiply, to slightly darken first arrow.
extra card field:
type: choice
name: lvlup multiply 1
@@ -571,6 +645,20 @@ extra card field:
choice: image
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 styling.level_label == "" then "LEVEL" else styling.level_label
+# Repeat the word "LEVEL" with more shadow to give illusion of outline.
+extra card field:
+ type: text
+ name: lvl label 0 copy 1
+ editable: false
+ save value: false
+ script: if styling.level_label == "" then "LEVEL" else styling.level_label
# Add the word "LEVEL" to the first arrow.
extra card field:
type: text
@@ -600,6 +688,13 @@ extra card field:
save value: false
script: if styling.level_label == "" then "LEVEL" else styling.level_label
# Repeat the first level with more shadow to give illusion of outline.
+extra card field:
+ type: text
+ name: level 0 copy 1
+ editable: false
+ save value: false
+ script: card.level_0
+# Repeat the first level with more shadow to give illusion of outline.
extra card field:
type: text
name: level 1 copy 1
@@ -694,6 +789,15 @@ extra card style:
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mask: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
+ lvlup texture 0:
+ left: 0
+ top: 0
+ width: 375
+ height: 523
+ z index: 2
+ render style: image
+ image: lvlup_texture_0.png
+ visible: {card.level_0 != ""}
lvlup texture 1:
left: 0
top: 0
@@ -712,6 +816,15 @@ extra card style:
render style: image
image: lvlup_texture_2.png
visible: {card.level_2 != ""}
+ lvlup multiply 0:
+ left: 0
+ top: 0
+ width: 375
+ height: 523
+ z index: 1
+ render style: image
+ image: {set_combine(input: "lvlup_multiply_0.png", combine: "multiply")}
+ visible: {card.level_0 != ""}
lvlup multiply 1:
left: 0
top: 0
@@ -721,7 +834,7 @@ extra card style:
render style: image
image: {set_combine(input: "lvlup_multiply_1.png", combine: "multiply")}
visible: {card.level_1 != ""}
- lvlup multiply 1:
+ lvlup multiply 2:
left: 0
top: 0
width: 375
@@ -730,6 +843,34 @@ extra card style:
render style: image
image: {set_combine(input: "lvlup_multiply_2.png", combine: "multiply")}
visible: {card.level_2 != ""}
+ lvl label 0:
+ left: 50
+ top: 340
+ width: 10
+ height: 10
+ z index: 3
+ alignment: middle center
+ font:
+ name: MPlantin
+ size: 5.5
+ color: black
+ shadow color: white
+ shadow blur: 2
+ visible: {card.level_0 != ""}
+ lvl label 0 copy 1:
+ left: 50
+ top: 340
+ width: 10
+ height: 10
+ z index: 3
+ alignment: middle center
+ font:
+ name: MPlantin
+ size: 5.5
+ color: black
+ shadow color: white
+ shadow blur: 2
+ visible: {card.level_0 != ""}
lvl label 1:
left: 50
top: 391
@@ -786,6 +927,23 @@ extra card style:
shadow color: white
shadow blur: 2
visible: {card.level_2 != ""}
+ level 0 copy 1:
+ z index: 3
+ left: 38
+ top: 349
+ width: 34
+ height: 22
+ alignment: center middle shrink-overflow
+ font:
+ name: ModMatrix
+ size: 17
+ weight: bold
+ color: black
+ shadow color: white
+ shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
level 1 copy 1:
z index: 3
left: 38
@@ -800,6 +958,9 @@ extra card style:
color: black
shadow color: white
shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
level 2 copy 1:
z index: 3
left: 38
@@ -814,6 +975,9 @@ extra card style:
color: black
shadow color: white
shadow blur: 2
+ symbol font:
+ name: { styling.level_mana_symbols }
+ size: 14
auto copyright:
right: 350
top: { if card.pt != "" then 500 else 488 }
diff --git a/data/magic-m15-metropolis.mse-style/acard.jpg b/data/magic-m15-metropolis.mse-style/acard.jpg
deleted file mode 100644
index 2807be68e..000000000
Binary files a/data/magic-m15-metropolis.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/apt.png b/data/magic-m15-metropolis.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-metropolis.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/artifact_blend_card.png b/data/magic-m15-metropolis.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-metropolis.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/artifact_blend_identity.png b/data/magic-m15-metropolis.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-metropolis.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/artifact_blend_pt.png b/data/magic-m15-metropolis.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-metropolis.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/artifact_blend_stamp.png b/data/magic-m15-metropolis.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/artist_arrow.png b/data/magic-m15-metropolis.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-metropolis.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/astamp.jpg b/data/magic-m15-metropolis.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-metropolis.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/bcard.jpg b/data/magic-m15-metropolis.mse-style/bcard.jpg
deleted file mode 100644
index a1e45ce74..000000000
Binary files a/data/magic-m15-metropolis.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/blcard.jpg b/data/magic-m15-metropolis.mse-style/blcard.jpg
deleted file mode 100644
index 1a68ad12a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/blpt.png b/data/magic-m15-metropolis.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-metropolis.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/blstamp.jpg b/data/magic-m15-metropolis.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-metropolis.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/border_mask.png b/data/magic-m15-metropolis.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-metropolis.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/bpt.png b/data/magic-m15-metropolis.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-metropolis.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/bstamp.jpg b/data/magic-m15-metropolis.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-metropolis.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/build.bat b/data/magic-m15-metropolis.mse-style/build.bat
deleted file mode 100644
index ea3687d15..000000000
--- a/data/magic-m15-metropolis.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15.mse-installer" "Magic - M15 Style.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-metropolis.mse-style/card-sample.png b/data/magic-m15-metropolis.mse-style/card-sample.png
deleted file mode 100644
index 2f582140e..000000000
Binary files a/data/magic-m15-metropolis.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ccard.jpg b/data/magic-m15-metropolis.mse-style/ccard.jpg
deleted file mode 100644
index 97992aa45..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/clcard.jpg b/data/magic-m15-metropolis.mse-style/clcard.jpg
deleted file mode 100644
index c2dd46a6b..000000000
Binary files a/data/magic-m15-metropolis.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/clpt.png b/data/magic-m15-metropolis.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-metropolis.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/clstamp.jpg b/data/magic-m15-metropolis.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-metropolis.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/cpt.png b/data/magic-m15-metropolis.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-metropolis.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/cstamp.jpg b/data/magic-m15-metropolis.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-metropolis.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/foil_mask.png b/data/magic-m15-metropolis.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-metropolis.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/foil_mask_rare.png b/data/magic-m15-metropolis.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-metropolis.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/foil_stamp.png b/data/magic-m15-metropolis.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-metropolis.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/gcard.jpg b/data/magic-m15-metropolis.mse-style/gcard.jpg
deleted file mode 100644
index 51fa9a0d1..000000000
Binary files a/data/magic-m15-metropolis.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/glcard.jpg b/data/magic-m15-metropolis.mse-style/glcard.jpg
deleted file mode 100644
index d3eb65450..000000000
Binary files a/data/magic-m15-metropolis.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/glpt.png b/data/magic-m15-metropolis.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-metropolis.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/glstamp.jpg b/data/magic-m15-metropolis.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-metropolis.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/gpt.png b/data/magic-m15-metropolis.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-metropolis.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/gstamp.jpg b/data/magic-m15-metropolis.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-metropolis.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/hybrid_blend_card.png b/data/magic-m15-metropolis.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-metropolis.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/hybrid_blend_identity.png b/data/magic-m15-metropolis.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-metropolis.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/hybrid_blend_pt.png b/data/magic-m15-metropolis.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-metropolis.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/hybrid_blend_stamp.png b/data/magic-m15-metropolis.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-metropolis.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mcard.jpg b/data/magic-m15-metropolis.mse-style/mcard.jpg
deleted file mode 100644
index 7fc8c89d2..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mlcard.jpg b/data/magic-m15-metropolis.mse-style/mlcard.jpg
deleted file mode 100644
index 5cf13908a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mlpt.png b/data/magic-m15-metropolis.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mlstamp.jpg b/data/magic-m15-metropolis.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mpt.png b/data/magic-m15-metropolis.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/mstamp.jpg b/data/magic-m15-metropolis.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-metropolis.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/multicolor_blend_card.png b/data/magic-m15-metropolis.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-metropolis.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/multicolor_blend_identity.png b/data/magic-m15-metropolis.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-metropolis.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/multicolor_blend_pt.png b/data/magic-m15-metropolis.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-metropolis.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/multicolor_blend_stamp.png b/data/magic-m15-metropolis.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-metropolis.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rcard.jpg b/data/magic-m15-metropolis.mse-style/rcard.jpg
deleted file mode 100644
index fdcd47894..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rlcard.jpg b/data/magic-m15-metropolis.mse-style/rlcard.jpg
deleted file mode 100644
index 7f7caa76b..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rlpt.png b/data/magic-m15-metropolis.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rlstamp.jpg b/data/magic-m15-metropolis.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rpt.png b/data/magic-m15-metropolis.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/rstamp.jpg b/data/magic-m15-metropolis.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-metropolis.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/style b/data/magic-m15-metropolis.mse-style/style
deleted file mode 100644
index c6c20bdde..000000000
--- a/data/magic-m15-metropolis.mse-style/style
+++ /dev/null
@@ -1,493 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 style (Metropolis)
-full name: After M15 (Metropolis)
-icon: card-sample.png
-installer group: magic/m15 style/normal cards
-position hint: 056
-
-version: 2018-03-03
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- mana_sort := {
- if styling.unsorted_casting_cost then
- input
- else
- sort_text@(order: "XYZI[0123456789]HSCA(WUBRG)")()
- }
- ancestral_mana := { styling.ancestral_mana_symbols }
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-styling field:
- type: boolean
- name: unsorted casting cost
- description: Disables automatic mana symbol sorting.
- initial: no
-styling field:
- type: boolean
- name: ancestral mana symbols
- description: Enables ancestral's modified generic mana.
- initial: no
-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: 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: masterpiece
- description: Is this card a Masterpiece?
- 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 2
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- ############################# Text box
- text:
- left: 29
- top: 327
- width: 314
- height: 154
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 500
- width: 40
- height: 10
- z index: 1
- font:
- name: Metropolis Medium
- size: 7
- color: white
- ############################# Copyright stuff
- illustrator:
- left: { 45 + card_style.set_code.content_width }
- top: 497.5
- width: 200
- height: 10
- z index: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- font:
- name: MPlantin
- size: 7
- color: white
- weight: bold
-############################################################## Extra card fields
-extra card field:
- type: text
- name: card code
- save value: false
- script:
- if set.automatic_card_numbers 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: foil stamp
- choice: stamp
- save value: false
- editable: false
-extra card field:
- type: choice
- name: foil layer
- choice: foil
- save value: false
- editable: false
-extra card field:
- type: multiple choice
- name: stamp
- empty choice: colorless
- choice: white
- choice: blue
- choice: black
- choice: red
- choice:
- name: green
- line below: true
- choice: artifact
- choice: land
- choice: multicolor
- choice:
- name: hybrid
- line below: true
- choice:
- name: horizontal
- type: radio
- choice:
- name: vertical
- type: radio
- choice:
- name: radial
- type: radio
- choice:
- name: diagonal
- type: radio
- choice:
- name: overlay
- type: radio
- choice:
- name: reversed
- script: card_color_filter(value)
- default: card_color(casting_cost: card.casting_cost, rules_text: card.rule_text, type: card.super_type, watermark: card.watermark, card_name: card.name)
-extra card style:
- card code:
- left: 24
- top: 490
- width: 120
- height: 10
- z index: 1
- font:
- name: Metropolis Medium
- size: 7
- color: white
- artist arrow:
- left: { 29 + card_style.set_code.content_width }
- top: 500
- width: 12
- height: 7
- z index: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 2
- visible: { is_rare() }
- render style: image
- image: foil_stamp.png
diff --git a/data/magic-m15-metropolis.mse-style/tombstone.png b/data/magic-m15-metropolis.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-metropolis.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ucard.jpg b/data/magic-m15-metropolis.mse-style/ucard.jpg
deleted file mode 100644
index e27d132d9..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ulcard.jpg b/data/magic-m15-metropolis.mse-style/ulcard.jpg
deleted file mode 100644
index 38d05dd25..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ulpt.png b/data/magic-m15-metropolis.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ulstamp.jpg b/data/magic-m15-metropolis.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/upt.png b/data/magic-m15-metropolis.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-metropolis.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/ustamp.jpg b/data/magic-m15-metropolis.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-metropolis.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wcard.jpg b/data/magic-m15-metropolis.mse-style/wcard.jpg
deleted file mode 100644
index c0897e69e..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wlcard.jpg b/data/magic-m15-metropolis.mse-style/wlcard.jpg
deleted file mode 100644
index b25772d0f..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wlpt.png b/data/magic-m15-metropolis.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wlstamp.jpg b/data/magic-m15-metropolis.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wpt.png b/data/magic-m15-metropolis.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-metropolis.mse-style/wstamp.jpg b/data/magic-m15-metropolis.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-metropolis.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/acard.jpg b/data/magic-m15-mined-planeshifted.mse-style/acard.jpg
deleted file mode 100644
index 4edbbde59..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/apt.png b/data/magic-m15-mined-planeshifted.mse-style/apt.png
deleted file mode 100644
index 0bb4f453c..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_card.png b/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_identity.png b/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_pt.png b/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_stamp.png b/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/artist_arrow.png b/data/magic-m15-mined-planeshifted.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/astamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/astamp.jpg
deleted file mode 100644
index a15e0b939..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/bcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/bcard.jpg
deleted file mode 100644
index 6cfba29cb..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/blcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/blcard.jpg
deleted file mode 100644
index 5aa029bc1..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/blpt.png b/data/magic-m15-mined-planeshifted.mse-style/blpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/blstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/blstamp.jpg
deleted file mode 100644
index 7ce019148..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/border_mask.png b/data/magic-m15-mined-planeshifted.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/bpt.png b/data/magic-m15-mined-planeshifted.mse-style/bpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/bstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/bstamp.jpg
deleted file mode 100644
index 7ce019148..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/build.bat b/data/magic-m15-mined-planeshifted.mse-style/build.bat
deleted file mode 100644
index 5e8eda41d..000000000
--- a/data/magic-m15-mined-planeshifted.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-planeshifted.mse-style magic.mse-game magic-watermarks.mse-include magic-identity-new.mse-include magic-mana-large.mse-symbol-font magic-mana-small.mse-symbol-font
-
-ren "magic-m15-planeshifted.mse-installer" "Magic - M15 Planeshifted.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-mined-planeshifted.mse-style/card-sample.png b/data/magic-m15-mined-planeshifted.mse-style/card-sample.png
deleted file mode 100644
index f1e0d3eb2..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ccard.jpg b/data/magic-m15-mined-planeshifted.mse-style/ccard.jpg
deleted file mode 100644
index 3d86e9d16..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/clcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/clcard.jpg
deleted file mode 100644
index 239b805fb..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/clpt.png b/data/magic-m15-mined-planeshifted.mse-style/clpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/clstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/clstamp.jpg
deleted file mode 100644
index 26bd62edc..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/cpt.png b/data/magic-m15-mined-planeshifted.mse-style/cpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/cstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/cstamp.jpg
deleted file mode 100644
index 26bd62edc..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/foil_mask.png b/data/magic-m15-mined-planeshifted.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/foil_mask_rare.png b/data/magic-m15-mined-planeshifted.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/foil_stamp.png b/data/magic-m15-mined-planeshifted.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/game_scripts b/data/magic-m15-mined-planeshifted.mse-style/game_scripts
deleted file mode 100644
index 2a4e90331..000000000
--- a/data/magic-m15-mined-planeshifted.mse-style/game_scripts
+++ /dev/null
@@ -1,471 +0,0 @@
- ############################################################################################################ Scripts from Game File
- ############################################################## Sorting mana symbols
- # Current Mana Codes:
- #
- # A - B - black C - colorless D - E - F - G - green H - phyrexian
- #
- # I - J - K - L - M - mined N - O - P -
- #
- # Q - untap R - red S - snow T - tap U - blue V - W - white X - X variable
- #
- # Y - Y variable Z - Z variable
- #
- # correctly sort a mana symbol (no guild mana)
- # This script is modified to provide an unsorted option and handle extra colors.
- # This script is modified to handle extra colors.
- mana_sort := {
- sort_text@(order: "XYZ∞[0123456789]MHSC(WUBRG)")()
- }
- # This script is modified to provide an unsorted option and handle extra colors.
- # This script is modified to handle extra colors.
- mana_sort_wedge := {
- sort_text@(order: "XYZ∞[0123456789]MHSC(WBGUR)")()
- }
- # correctly sort guild mana
- mana_sort_guild := sort_text@(order: "[XYZ∞01234567890MHSCWUBRG/|]") +
- replace@(
- match: "./.|././.|./././.|.[|]",
- in_context: "(^|[^/])($|[^/])",
- replace: {sort_text(order:"in_place((WUBRG)")}
- )
- tap_filter := sort_text@(order: "")
- ############################################################## Determine card color
-
- # Names of colors
- color_name := {
- if input = "W" then "white"
- else if input = "U" then "blue"
- else if input = "B" then "black"
- else if input = "R" then "red"
- else if input = "G" then "green"
- else ""
- }
- # color based on mana cost, input = a mana cost
- color_filter := sort_text@(order: "")
- color_filterS := sort_text@(order: "")
- mana_to_color := {
- count := number_of_items(in: colors)
- if hybrid == "" and snow = "" and contains(type, match:"Artifact") then
- # not a hybrid, not snow costed, but artifact
- if count == 0 then "colorless"
- else if count == 1 then color_names_1() + ", artifact"
- else if set.set_info.use_gradient_multicolor == "no" then "artifact, multicolor" # stop here
- else if count == 2 then color_names_2() + ", artifact, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "artifact, multicolor" # stop here
- else if count == 3 then color_names_3() + ", artifact, multicolor"
- else if count == 4 then color_names_4() + ", artifact, multicolor"
- else if count == 5 then color_names_5() + ", artifact, multicolor"
- else "artifact, multicolor"
-
- else if hybrid == "" and contains(type, match:"Artifact") then
- # not a hybrid, but snow costed and artifact
- if count == 0 then "artifact, snow"
- else if count == 1 then color_names_1() + ", artifact, snow"
- else if set.set_info.use_gradient_multicolor == "no" then "artifact, snow, multicolor" # stop here
- else if count == 2 then color_names_2() + ", artifact, snow, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "artifact, snow, multicolor" # stop here
- else if count == 3 then color_names_3() + ", artifact, snow, multicolor"
- else if count == 4 then color_names_4() + ", artifact, snow, multicolor"
- else if count == 5 then color_names_5() + ", artifact, snow, multicolor"
- else "artifact, snow, multicolor"
- else if hybrid == "" and snow == "" then
- # not a hybrid, not snow costed, not artifact
- if count == 0 then "colorless"
- else if count == 1 then color_names_1()
- else if set.set_info.use_gradient_multicolor == "no" then "multicolor" # stop here
- else if count == 2 then color_names_2() + ", multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "multicolor" # stop here
- else if count == 3 then color_names_3() + ", multicolor"
- else if count == 4 then color_names_4() + ", multicolor"
- else if count == 5 then color_names_5() + ", multicolor"
- else "multicolor"
- else if hybrid == "" then
- # not a hybrid, not artifact, but snow costed
- if count == 0 then "snow"
- else if count == 1 then color_names_1() + ", snow"
- else if set.set_info.use_gradient_multicolor == "no" then "snow, multicolor" # stop here
- else if count == 2 then color_names_2() + ", snow, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "snow, multicolor" # stop here
- else if count == 3 then color_names_3() + ", snow, multicolor"
- else if count == 4 then color_names_4() + ", snow, multicolor"
- else if count == 5 then color_names_5() + ", snow, multicolor"
- else "snow, multicolor"
- else if snow == "" and contains(type, match:"Artifact") then
- # hybrid, and artifact, but not snow costed
- if count == 0 then "colorless"
- else if count == 1 then color_names_1() + ", artifact"
- else if count == 2 then color_names_2() + ", artifact"
- else if count == 3 then color_names_3() + ", artifact"
- else "artifact, multicolor"
- else if contains(type, match:"Artifact") then
- # hybrid, and snow costed, and artifact
- if count == 0 then "artifact, snow"
- else if count == 1 then color_names_1() + ", artifact, snow"
- else if count == 2 then color_names_2() + ", artifact, snow"
- else if count == 3 then color_names_3() + ", artifact, snow"
- else "artifact, snow, multicolor"
- else if snow == "" then
- # hybrid, not artifact, and not snow costed
- if count == 0 then "colorless"
- else if count == 1 then color_names_1()
- else if count == 2 then color_names_2() + ", hybrid"
- else "multicolor"
- else
- # hybrid and snow costed, but not artifact
- if count == 0 then "snow"
- else if count == 1 then color_names_1() + ", snow"
- else if count == 2 then color_names_2() + ", snow, hybrid"
- else "snow, multicolor"
- }
-
- # Look for a CDA that defines colors
- text_to_color := {
- # Note: running filter_text is quite slow, do a quick 'contains' check first
- if contains(match: card_name) then (
- text := filter_text(match: regex_escape(card_name)+"([-a-z]+>)? is (colorless|all colors|((blue|white|green|red|black|purple|pink)((,|,? and) (blue|white|green|red|black|purple|pink))*))\\.")
- if text != "" then (
- if contains(text, match: "all colors") then (
- colors := "WUBRGP"
- if land = "land" then land_multicolor()
- else mana_to_color(hybrid: "")
- ) else (
- colors := ""
- if contains(text, match: "white") then colors := colors + "W"
- if contains(text, match: "blue") then colors := colors + "U"
- if contains(text, match: "black") then colors := colors + "B"
- if contains(text, match: "red") then colors := colors + "R"
- if contains(text, match: "green") then colors := colors + "G"
- if land = "land" then land_multicolor()
- else mana_to_color(hybrid: "")
- )
- )
- )
- }
-
- card_color := {
- # usually the color of mana
- text_color := text_to_color(rules_text, land: is_land(type));
- if text_color == "" then (
- mana_color := mana_to_color(colors: color_filter(casting_cost), hybrid: color_filterH(casting_cost), snow: color_filterS(casting_cost))
- if mana_color == "colorless" and is_land (type) then land_to_color(watermark)
- else if mana_color == "colorless" and is_artifact(type) then "artifact"
- else mana_color
- )
- else text_color
- };
-
- # Number of colors in a card_color
- card_color_color_count := count_chosen@(choices: "white,blue,black,red,green,artifact,snow")
- # Clean up color field
- card_color_filter := {
- colors := card_color_color_count()
- if colors > 2 then
- input := remove_choice(choice: "overlay")
- if colors > 1 then (
- input := require_choice(choices: "multicolor, hybrid, land, artifact, snow, spectral")
- input := exclusive_choice(choices: "multicolor, hybrid, spectral")
- input := require_exclusive_choice(choices: "horizontal, vertical, radial, diagonal, overlay")
- ) else
- input := remove_choice(choices: "radial, horizontal, vertical, diagonal, overlay, hybrid, reversed")
- input := exclusive_choice(choices: "multicolor, spectral")
- if chosen(choice:"overlay") then
- input := remove_choice(choice: "reversed")
- input
- }
-
- ############################################################## Card number
-
- # Index for sorting, white cards are first, so white->A, blue->B, .. ,
- # The code consists of 4 parts:
- # normal/token, color, shifted, split
- hybrid_color_pair_sort := {
- colors := sort_text(casting_cost, order: "")
- if not set.sort_hybrid_in_pairs then "HK"
- else if colors = "WU" then "HA"
- else if colors = "UB" then "HB"
- else if colors = "BR" then "HC"
- else if colors = "RG" then "HD"
- else if colors = "WG" then "HE"
- else if colors = "WB" then "HF"
- else if colors = "UR" then "HG"
- else if colors = "BG" then "HH"
- else if colors = "WR" then "HI"
- else if colors = "UG" then "HJ"
- else "HK"
- }
- multi_color_pair_sort := {
- colors := sort_text(casting_cost, order: "")
- if not set.sort_multicolor_in_pairs then "GK"
- else if colors = "WU" then "GA"
- else if colors = "UB" then "GB"
- else if colors = "BR" then "GC"
- else if colors = "RG" then "GD"
- else if colors = "WG" then "GE"
- else if colors = "WB" then "GF"
- else if colors = "UR" then "GG"
- else if colors = "BG" then "GH"
- else if colors = "WR" then "GI"
- else if colors = "UG" then "GJ"
- else if contains(card.casting_cost, match:"/") then "GL"
- else "GK"
- }
- color_of_card := {
- card_color := card.card_color
- casting_cost := card.casting_cost
- type := card.super_type
- if card.shape == "split" and
- card_color != card.card_color_2 then "I" # Diff Color Splits
- else if chosen(choice: "land", card_color) then ( # Lands
- if card.rarity != "basic land" then "L" # Nonbasic Land
- else basic_land_sort() # Basic Land
- ) else if is_null_cost(casting_cost) then ( # Non-Land Cards with no or zero costs.
- if chosen(choice: "colorless", card_color) then "A" # Clear Colorless
- else if chosen(choice: "hybrid", card_color) then "HK" # Hybrids
- else if is_multicolor(card_color) then "GK" # Multicolor
- else if chosen(choice:"white", card_color) then "B" # White
- else if chosen(choice:"blue", card_color) then "C" # Blue
- else if chosen(choice:"black", card_color) then "D" # Black
- else if chosen(choice:"red", card_color) then "E" # Red
- else if chosen(choice:"green", card_color) then "F" # Green
- else "J" # Artifact
- ) else (
- # Cards with costs.
- colors := sort_text(casting_cost, order: "")
- if colors == "" and contains(type, match:"Artifact") then "J" # Artifact
- else if colors == "" then "A" # Clear Colorless
- else if colors == "W" then "B" # White
- else if colors == "U" then "C" # Blue
- else if colors == "B" then "D" # Black
- else if colors == "R" then "E" # Red
- else if colors == "G" then "F" # Green
- else if is_hybrid_cost() then hybrid_color_pair_sort() # Hybrid (by pairs)
- else if contains(casting_cost, match:"/") and contains(type, match:"Artifact") then "I" # Hybrid Artifacts
- else multi_color_pair_sort() # Multicolor (by pairs)
- )
- }
-
- ############################################################## Utilities for keywords
- # replaces — correctly
- for_mana_costs := format_cost := {
- if input.separator_before == "—" and contains(input.param, match: " ") then (
- if contains(input.param, match:",") then (
- if match(match: "^[MHSCTQXYZ∞WUBRG0-9/|]+,", input.param) then
- "{add}{combined_cost(input.param)}"
- else "{combined_cost(input.param)}"
- ) else
- "{alternative_cost(input.param)}"
- ) else
- "{add}{input.param}"
- }
- combined_cost := replace@(match:", [A-Z]", replace: { to_lower() })+
- replace@(match:",", replace:" and")+
- replace@(match:"^[MHSCATQXYZ∞WUBRG0-9/|]", in_context: "(^|[[:space:]])", replace: "&")+
- replace@(match:"^[A-Z]", replace: { to_lower() })
-
- ############################################################## The text box
-
- # Filters for the text box
- # context in which mana symbols are found
- mana_context :=
- "(?ix) # case insensitive, ignore whitespace
- (^|[[:space:]\"(“']) # start of a word
- ( : # G: something
- | , # G, tap: something
- | [ ]can[ ]be[ ]pay
- | (pays?|additional|costs?|the # pay X. creatures cost 1 less. pay an additional G.
- |adds?|pay(ed)?[ ](with|using)
- )
- ([ ]either)? # pay either X or Y
- ([ ](]*>)?[MHSCTQXYZ∞WUBRG0-9/|]+(]*>)?,)* # pay X, Y or Z
- ([ ](]*>)?[MHSCTQXYZ∞WUBRG0-9/|]+(]*>)?[ ](and|or|and/or))* # pay X or Y
- [ ]
- ([,.)]|$ # (end of word)
- |[ ][^ .,]*$ # still typing...
- |[ ]( or | and | in | less | more | to ) # or next word is ...
- )
- )
- | # keyword argument that is declared as mana
- | [ ]* # keyword argument that is declared as cost
- | , # keyword argument that is declared as cost
- ";
- # the rule text filter
- # - adds mana symbols
- # - makes text in parentheses italic
- text_filter :=
- # step 1 : remove all automatic tags
- remove_tag@(tag: "") +
- remove_tag@(tag: "") +
- remove_tag@(tag: "") +
- remove_tag@(tag: "{keyword}"
- else keyword + if expand then " ({reminder})"
- }) +
- # step 2b : move action keywords' reminder text to the end of the line
- replace@(
- match: "((?:(?!]*>)(((?!]*>[^)]+[)]]*>)([^\n]+)\\1"
- replace: "\\2\\1"
- ) +
- # step 3a : expand shortcut word CARDNAME
- replace@(
- match: "CARDNAME",
- in_context: "(^|[[:space:]]|\\()", # TODO: Allow any punctuation before
- replace: ""
- ) +
- # step 3b : expand shortcut word LEGENDNAME
- replace@(
- match: "LEGENDNAME",
- in_context: "(^|[[:space:]]|\\()", # TODO: Allow any punctuation before
- replace: ""
- ) +
- # step 3c : fill in atom fields
- tag_contents@(
- tag: "",
- contents: { "" + (if card_name=="" then "CARDNAME" else card_name) + "" }
- ) +
- tag_contents@(
- tag: "",
- contents: { "" + (if card_name=="" then "LEGENDNAME" else legend_filter(card_name)) + "" }
- ) +
- # step 4 : explict non mana symbols
- replace@(
- match: "\\][MHSCTQXYZ∞WUBRG0-9/|]+\\[",
- replace: {"" + mana_filter_t() + ""} ) +
- # step 5 : add mana & tap symbols
- replace@(
- match: "\\b[MHSCTQXYZ∞WUBRG0-9/|]+\\b",
- in_context: mana_context,
- replace: {"" + mana_filter_t() + ""} ) +
- # step 5b : add explict mana symbols
- replace@(
- match: "\\[[MHSCTQXYZ∞WUBRG0-9/|]+\\]",
- replace: {"" + mana_filter_t() + ""} ) +
- # step 6a : curly double quotes
- replace@(
- match: "[[.quotation-mark.]]|”",
- in_context: "[ ]+|^",
- replace: "“" )+
- replace@(
- match: "[[.quotation-mark.]]",
- replace: "”" )+
- # step 7 : italicize text in parenthesis
- replace@(
- match: "[(]([^)\n]|[(][^)\n]*[)])*[)]?",
- in_context: "(^|[[:space:]])|",
- replace: "&") +
- # step 8 : automatic capitalization, but not after "("
- replace@(
- match: "([ ]*: |—| — )" # preceded by this
- + "([[:lower:]])" # match this
- + "(?![)])", # not followed by this
- replace: { _1 + to_upper(_2) }) +
- #curly_quotes +
- # step 9 : spellcheck
- { if set.mark_errors then
- check_spelling(
- language: language().spellcheck_code,
- extra_dictionary: "/magic.mse-game/magic-words",
- extra_match: additional_text_words
- )
- else input
- }
-
-
- ############################################################## Statistics utilities
- # Converted mana cost
- is_half_mana := match@(match: "1/2|[|][MHSCAWUBRG]")
- is_colored_mana := match@(match: "[WUBRGEKPLO]")
- cmc_split := break_text@(match: "(?ix) 1/2 | [|][WUBRG] | [0-9]+(?!/[WUBRGMHSCTQ2]) | [WUBRGMHSC0-9.](/[WUBRGMHSC])\{0,4} ")
-
- primary_card_color := {
- artifact := chosen(choice:"artifact") and not (chosen(choice:"white") or chosen(choice:"blue") or chosen(choice:"black") or chosen(choice:"red") or chosen(choice:"green"))
- land := chosen(choice:"land")
- multi := chosen(choice:"multicolor")
- hybrid := chosen(choice:"hybrid")
- white := chosen(choice:"white")
- blue := chosen(choice:"blue")
- black := chosen(choice:"black")
- red := chosen(choice:"red")
- green := chosen(choice:"green")
- if land then "land"
- else if multi then "multicolor"
- else if hybrid then "hybrid"
- else if artifact then "artifact"
- else if white then "white"
- else if blue then "blue"
- else if black then "black"
- else if red then "red"
- else if green then "green"
- else input
- }
- rarity_sort := {
- if card.shape == "token" then "T1"
- else if card.shape == "emblem" then "T2"
- else if card.shape == "rulestip" then "T3"
- else if card.shape == "counter" then "T4"
- else if card.shape == "checklist" then "T5"
- else if is_masterpiece() then "T6"
- else if set.sort_special_rarity == "with the rest" or card.rarity != "special" then " "
- else "S"
- }
- set_filter := {
- # TODO: what about rulestips?
- if card.shape == "token" or card.shape == "emblem" then
- { card.shape == "token" or card.shape == "emblem" }
- else if card.shape == "rulestip" then
- { card.shape == "rulestip" }
- else if card.shape == "counter" then
- { card.shape == "counter" }
- else if card.shape == "checklist" then
- { card.shape == "checklist" }
- else if is_masterpiece() then
- { is_masterpiece() }
- else if set.sort_special_rarity != "separate numbering" then
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist"}
- else if card.rarity == "special" then
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist" and card.rarity == "special" }
- else
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist" and card.rarity != "special" }
- }
- card_number := {
- position (
- of: card
- in: set
- order_by: { rarity_sort() + sort_index() + sort_name(card.name) }
- filter: set_filter()
- ) + 1
- }
- card_count := {
- number_of_items(in: set, filter: set_filter())
- }
-
- #Starting with M15, zero digits in card numbers should be shown up to three.
- card_number_m15 := { (if card_number() < 100 then "0" else "") + (if card_number() < 10 then "0" else "") + card_number() }
- card_count_m15 := { (if card_count() < 100 then "0" else "") + (if card_count() < 10 then "0" else "") + card_count() }
-
- new_text_filter :=
- replace@(
- match: "~|CARDNAME",
- replace: {""}
- )
- + tag_contents@(
- tag: "",
- contents: {if card.name == "" then "CARDNAME" else card.name}
- )
-
\ No newline at end of file
diff --git a/data/magic-m15-mined-planeshifted.mse-style/gcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/gcard.jpg
deleted file mode 100644
index 744ffd727..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/glcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/glcard.jpg
deleted file mode 100644
index 31782af79..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/glpt.png b/data/magic-m15-mined-planeshifted.mse-style/glpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/glstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/glstamp.jpg
deleted file mode 100644
index f506a4cb9..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/gpt.png b/data/magic-m15-mined-planeshifted.mse-style/gpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/gstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/gstamp.jpg
deleted file mode 100644
index f506a4cb9..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_card.png b/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_identity.png b/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_pt.png b/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_stamp.png b/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/klstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/klstamp.jpg
deleted file mode 100644
index 5b67fe791..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/klstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/mcard.jpg
deleted file mode 100644
index 4ef1f82e8..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mlcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/mlcard.jpg
deleted file mode 100644
index 9f9f0f147..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mlpt.png b/data/magic-m15-mined-planeshifted.mse-style/mlpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mlstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/mlstamp.jpg
deleted file mode 100644
index f94d03f48..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mpt.png b/data/magic-m15-mined-planeshifted.mse-style/mpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/mstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/mstamp.jpg
deleted file mode 100644
index f94d03f48..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_card.png b/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_identity.png b/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_pt.png b/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_stamp.png b/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/rcard.jpg
deleted file mode 100644
index 6ac3593b5..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rlcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/rlcard.jpg
deleted file mode 100644
index c77de08c4..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rlpt.png b/data/magic-m15-mined-planeshifted.mse-style/rlpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rlstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/rlstamp.jpg
deleted file mode 100644
index acb9c399d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rpt.png b/data/magic-m15-mined-planeshifted.mse-style/rpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/rstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/rstamp.jpg
deleted file mode 100644
index acb9c399d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/style b/data/magic-m15-mined-planeshifted.mse-style/style
deleted file mode 100644
index ccd15cf9a..000000000
--- a/data/magic-m15-mined-planeshifted.mse-style/style
+++ /dev/null
@@ -1,501 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Mineshift
-full name: Planeshift w/mined mana
-icon: card-sample.png
-installer group: magic/m15 style/normal cards/Planeshifted
-position hint: 057
-
-version: 2018-03-09
-depends on:
- package: magic.mse-game
- version: 2014-06-25
-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
-
- include file: game_scripts
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
-
- card_shape := { if styling.shifted_sorting then "shifted" else "normal" }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop top
- description: Shrinks the textbox from the top.
-styling field:
- type: text
- name: chop bottom
- description: Shrinks the textbox from the bottom.
-styling field:
- type: boolean
- name: use holofoil stamps
- description: Change to no to disable rare holofoil stamps
-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: boolean
- name: color indicator dot
- description: Use the color indicator dot
- initial: no
-styling field:
- type: boolean
- name: shifted sorting
- description: Should this style of card sort as a shifted card (after other cards of that color)?
- initial: yes
-styling field:
- type: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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-mined.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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large-mined
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(192,192,192)
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { if styling.chop_top != "" then (327 - (-styling.chop_top)) else 327 }
- width: 314
- bottom: { if styling.chop_bottom != "" then (481 - styling.chop_bottom) else 481 }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-mined-planeshifted.mse-style/tombstone.png b/data/magic-m15-mined-planeshifted.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ucard.jpg b/data/magic-m15-mined-planeshifted.mse-style/ucard.jpg
deleted file mode 100644
index 1cbd8c449..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ulcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/ulcard.jpg
deleted file mode 100644
index 721aa2d6f..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ulpt.png b/data/magic-m15-mined-planeshifted.mse-style/ulpt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ulstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/ulstamp.jpg
deleted file mode 100644
index c2b4b3c3d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/upt.png b/data/magic-m15-mined-planeshifted.mse-style/upt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/ustamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/ustamp.jpg
deleted file mode 100644
index c2b4b3c3d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/wcard.jpg
deleted file mode 100644
index 3a4e15a97..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wlcard.jpg b/data/magic-m15-mined-planeshifted.mse-style/wlcard.jpg
deleted file mode 100644
index f9fdd9ef3..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wlpt.png b/data/magic-m15-mined-planeshifted.mse-style/wlpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wlstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/wlstamp.jpg
deleted file mode 100644
index 48339060d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wpt.png b/data/magic-m15-mined-planeshifted.mse-style/wpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-mined-planeshifted.mse-style/wstamp.jpg b/data/magic-m15-mined-planeshifted.mse-style/wstamp.jpg
deleted file mode 100644
index 48339060d..000000000
Binary files a/data/magic-m15-mined-planeshifted.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/acard.jpg b/data/magic-m15-mined.mse-style/acard.jpg
deleted file mode 100644
index 2807be68e..000000000
Binary files a/data/magic-m15-mined.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/apt.png b/data/magic-m15-mined.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-mined.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/artifact_blend_card.png b/data/magic-m15-mined.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-mined.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/artifact_blend_identity.png b/data/magic-m15-mined.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/artifact_blend_pt.png b/data/magic-m15-mined.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-mined.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/artifact_blend_stamp.png b/data/magic-m15-mined.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-mined.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/artist_arrow.png b/data/magic-m15-mined.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-mined.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/astamp.jpg b/data/magic-m15-mined.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-mined.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/bcard.jpg b/data/magic-m15-mined.mse-style/bcard.jpg
deleted file mode 100644
index a1e45ce74..000000000
Binary files a/data/magic-m15-mined.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/blcard.jpg b/data/magic-m15-mined.mse-style/blcard.jpg
deleted file mode 100644
index 1a68ad12a..000000000
Binary files a/data/magic-m15-mined.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/blpt.png b/data/magic-m15-mined.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-mined.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/blstamp.jpg b/data/magic-m15-mined.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-mined.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/border_mask.png b/data/magic-m15-mined.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-mined.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/bpt.png b/data/magic-m15-mined.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-mined.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/bstamp.jpg b/data/magic-m15-mined.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-mined.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/build.bat b/data/magic-m15-mined.mse-style/build.bat
deleted file mode 100644
index ea3687d15..000000000
--- a/data/magic-m15-mined.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15.mse-installer" "Magic - M15 Style.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-mined.mse-style/card-sample.png b/data/magic-m15-mined.mse-style/card-sample.png
deleted file mode 100644
index 2f582140e..000000000
Binary files a/data/magic-m15-mined.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ccard.jpg b/data/magic-m15-mined.mse-style/ccard.jpg
deleted file mode 100644
index 97992aa45..000000000
Binary files a/data/magic-m15-mined.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/clcard.jpg b/data/magic-m15-mined.mse-style/clcard.jpg
deleted file mode 100644
index c2dd46a6b..000000000
Binary files a/data/magic-m15-mined.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/clpt.png b/data/magic-m15-mined.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-mined.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/clstamp.jpg b/data/magic-m15-mined.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-mined.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/cpt.png b/data/magic-m15-mined.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-mined.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/cstamp.jpg b/data/magic-m15-mined.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-mined.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/foil_mask.png b/data/magic-m15-mined.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-mined.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/foil_mask_rare.png b/data/magic-m15-mined.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-mined.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/foil_stamp.png b/data/magic-m15-mined.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-mined.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/game_scripts b/data/magic-m15-mined.mse-style/game_scripts
deleted file mode 100644
index 2a4e90331..000000000
--- a/data/magic-m15-mined.mse-style/game_scripts
+++ /dev/null
@@ -1,471 +0,0 @@
- ############################################################################################################ Scripts from Game File
- ############################################################## Sorting mana symbols
- # Current Mana Codes:
- #
- # A - B - black C - colorless D - E - F - G - green H - phyrexian
- #
- # I - J - K - L - M - mined N - O - P -
- #
- # Q - untap R - red S - snow T - tap U - blue V - W - white X - X variable
- #
- # Y - Y variable Z - Z variable
- #
- # correctly sort a mana symbol (no guild mana)
- # This script is modified to provide an unsorted option and handle extra colors.
- # This script is modified to handle extra colors.
- mana_sort := {
- sort_text@(order: "XYZ∞[0123456789]MHSC(WUBRG)")()
- }
- # This script is modified to provide an unsorted option and handle extra colors.
- # This script is modified to handle extra colors.
- mana_sort_wedge := {
- sort_text@(order: "XYZ∞[0123456789]MHSC(WBGUR)")()
- }
- # correctly sort guild mana
- mana_sort_guild := sort_text@(order: "[XYZ∞01234567890MHSCWUBRG/|]") +
- replace@(
- match: "./.|././.|./././.|.[|]",
- in_context: "(^|[^/])($|[^/])",
- replace: {sort_text(order:"in_place((WUBRG)")}
- )
- tap_filter := sort_text@(order: "")
- ############################################################## Determine card color
-
- # Names of colors
- color_name := {
- if input = "W" then "white"
- else if input = "U" then "blue"
- else if input = "B" then "black"
- else if input = "R" then "red"
- else if input = "G" then "green"
- else ""
- }
- # color based on mana cost, input = a mana cost
- color_filter := sort_text@(order: "")
- color_filterS := sort_text@(order: "")
- mana_to_color := {
- count := number_of_items(in: colors)
- if hybrid == "" and snow = "" and contains(type, match:"Artifact") then
- # not a hybrid, not snow costed, but artifact
- if count == 0 then "colorless"
- else if count == 1 then color_names_1() + ", artifact"
- else if set.set_info.use_gradient_multicolor == "no" then "artifact, multicolor" # stop here
- else if count == 2 then color_names_2() + ", artifact, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "artifact, multicolor" # stop here
- else if count == 3 then color_names_3() + ", artifact, multicolor"
- else if count == 4 then color_names_4() + ", artifact, multicolor"
- else if count == 5 then color_names_5() + ", artifact, multicolor"
- else "artifact, multicolor"
-
- else if hybrid == "" and contains(type, match:"Artifact") then
- # not a hybrid, but snow costed and artifact
- if count == 0 then "artifact, snow"
- else if count == 1 then color_names_1() + ", artifact, snow"
- else if set.set_info.use_gradient_multicolor == "no" then "artifact, snow, multicolor" # stop here
- else if count == 2 then color_names_2() + ", artifact, snow, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "artifact, snow, multicolor" # stop here
- else if count == 3 then color_names_3() + ", artifact, snow, multicolor"
- else if count == 4 then color_names_4() + ", artifact, snow, multicolor"
- else if count == 5 then color_names_5() + ", artifact, snow, multicolor"
- else "artifact, snow, multicolor"
- else if hybrid == "" and snow == "" then
- # not a hybrid, not snow costed, not artifact
- if count == 0 then "colorless"
- else if count == 1 then color_names_1()
- else if set.set_info.use_gradient_multicolor == "no" then "multicolor" # stop here
- else if count == 2 then color_names_2() + ", multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "multicolor" # stop here
- else if count == 3 then color_names_3() + ", multicolor"
- else if count == 4 then color_names_4() + ", multicolor"
- else if count == 5 then color_names_5() + ", multicolor"
- else "multicolor"
- else if hybrid == "" then
- # not a hybrid, not artifact, but snow costed
- if count == 0 then "snow"
- else if count == 1 then color_names_1() + ", snow"
- else if set.set_info.use_gradient_multicolor == "no" then "snow, multicolor" # stop here
- else if count == 2 then color_names_2() + ", snow, multicolor"
- else if set.set_info.use_gradient_multicolor != "yes" then "snow, multicolor" # stop here
- else if count == 3 then color_names_3() + ", snow, multicolor"
- else if count == 4 then color_names_4() + ", snow, multicolor"
- else if count == 5 then color_names_5() + ", snow, multicolor"
- else "snow, multicolor"
- else if snow == "" and contains(type, match:"Artifact") then
- # hybrid, and artifact, but not snow costed
- if count == 0 then "colorless"
- else if count == 1 then color_names_1() + ", artifact"
- else if count == 2 then color_names_2() + ", artifact"
- else if count == 3 then color_names_3() + ", artifact"
- else "artifact, multicolor"
- else if contains(type, match:"Artifact") then
- # hybrid, and snow costed, and artifact
- if count == 0 then "artifact, snow"
- else if count == 1 then color_names_1() + ", artifact, snow"
- else if count == 2 then color_names_2() + ", artifact, snow"
- else if count == 3 then color_names_3() + ", artifact, snow"
- else "artifact, snow, multicolor"
- else if snow == "" then
- # hybrid, not artifact, and not snow costed
- if count == 0 then "colorless"
- else if count == 1 then color_names_1()
- else if count == 2 then color_names_2() + ", hybrid"
- else "multicolor"
- else
- # hybrid and snow costed, but not artifact
- if count == 0 then "snow"
- else if count == 1 then color_names_1() + ", snow"
- else if count == 2 then color_names_2() + ", snow, hybrid"
- else "snow, multicolor"
- }
-
- # Look for a CDA that defines colors
- text_to_color := {
- # Note: running filter_text is quite slow, do a quick 'contains' check first
- if contains(match: card_name) then (
- text := filter_text(match: regex_escape(card_name)+"([-a-z]+>)? is (colorless|all colors|((blue|white|green|red|black|purple|pink)((,|,? and) (blue|white|green|red|black|purple|pink))*))\\.")
- if text != "" then (
- if contains(text, match: "all colors") then (
- colors := "WUBRGP"
- if land = "land" then land_multicolor()
- else mana_to_color(hybrid: "")
- ) else (
- colors := ""
- if contains(text, match: "white") then colors := colors + "W"
- if contains(text, match: "blue") then colors := colors + "U"
- if contains(text, match: "black") then colors := colors + "B"
- if contains(text, match: "red") then colors := colors + "R"
- if contains(text, match: "green") then colors := colors + "G"
- if land = "land" then land_multicolor()
- else mana_to_color(hybrid: "")
- )
- )
- )
- }
-
- card_color := {
- # usually the color of mana
- text_color := text_to_color(rules_text, land: is_land(type));
- if text_color == "" then (
- mana_color := mana_to_color(colors: color_filter(casting_cost), hybrid: color_filterH(casting_cost), snow: color_filterS(casting_cost))
- if mana_color == "colorless" and is_land (type) then land_to_color(watermark)
- else if mana_color == "colorless" and is_artifact(type) then "artifact"
- else mana_color
- )
- else text_color
- };
-
- # Number of colors in a card_color
- card_color_color_count := count_chosen@(choices: "white,blue,black,red,green,artifact,snow")
- # Clean up color field
- card_color_filter := {
- colors := card_color_color_count()
- if colors > 2 then
- input := remove_choice(choice: "overlay")
- if colors > 1 then (
- input := require_choice(choices: "multicolor, hybrid, land, artifact, snow, spectral")
- input := exclusive_choice(choices: "multicolor, hybrid, spectral")
- input := require_exclusive_choice(choices: "horizontal, vertical, radial, diagonal, overlay")
- ) else
- input := remove_choice(choices: "radial, horizontal, vertical, diagonal, overlay, hybrid, reversed")
- input := exclusive_choice(choices: "multicolor, spectral")
- if chosen(choice:"overlay") then
- input := remove_choice(choice: "reversed")
- input
- }
-
- ############################################################## Card number
-
- # Index for sorting, white cards are first, so white->A, blue->B, .. ,
- # The code consists of 4 parts:
- # normal/token, color, shifted, split
- hybrid_color_pair_sort := {
- colors := sort_text(casting_cost, order: "")
- if not set.sort_hybrid_in_pairs then "HK"
- else if colors = "WU" then "HA"
- else if colors = "UB" then "HB"
- else if colors = "BR" then "HC"
- else if colors = "RG" then "HD"
- else if colors = "WG" then "HE"
- else if colors = "WB" then "HF"
- else if colors = "UR" then "HG"
- else if colors = "BG" then "HH"
- else if colors = "WR" then "HI"
- else if colors = "UG" then "HJ"
- else "HK"
- }
- multi_color_pair_sort := {
- colors := sort_text(casting_cost, order: "")
- if not set.sort_multicolor_in_pairs then "GK"
- else if colors = "WU" then "GA"
- else if colors = "UB" then "GB"
- else if colors = "BR" then "GC"
- else if colors = "RG" then "GD"
- else if colors = "WG" then "GE"
- else if colors = "WB" then "GF"
- else if colors = "UR" then "GG"
- else if colors = "BG" then "GH"
- else if colors = "WR" then "GI"
- else if colors = "UG" then "GJ"
- else if contains(card.casting_cost, match:"/") then "GL"
- else "GK"
- }
- color_of_card := {
- card_color := card.card_color
- casting_cost := card.casting_cost
- type := card.super_type
- if card.shape == "split" and
- card_color != card.card_color_2 then "I" # Diff Color Splits
- else if chosen(choice: "land", card_color) then ( # Lands
- if card.rarity != "basic land" then "L" # Nonbasic Land
- else basic_land_sort() # Basic Land
- ) else if is_null_cost(casting_cost) then ( # Non-Land Cards with no or zero costs.
- if chosen(choice: "colorless", card_color) then "A" # Clear Colorless
- else if chosen(choice: "hybrid", card_color) then "HK" # Hybrids
- else if is_multicolor(card_color) then "GK" # Multicolor
- else if chosen(choice:"white", card_color) then "B" # White
- else if chosen(choice:"blue", card_color) then "C" # Blue
- else if chosen(choice:"black", card_color) then "D" # Black
- else if chosen(choice:"red", card_color) then "E" # Red
- else if chosen(choice:"green", card_color) then "F" # Green
- else "J" # Artifact
- ) else (
- # Cards with costs.
- colors := sort_text(casting_cost, order: "")
- if colors == "" and contains(type, match:"Artifact") then "J" # Artifact
- else if colors == "" then "A" # Clear Colorless
- else if colors == "W" then "B" # White
- else if colors == "U" then "C" # Blue
- else if colors == "B" then "D" # Black
- else if colors == "R" then "E" # Red
- else if colors == "G" then "F" # Green
- else if is_hybrid_cost() then hybrid_color_pair_sort() # Hybrid (by pairs)
- else if contains(casting_cost, match:"/") and contains(type, match:"Artifact") then "I" # Hybrid Artifacts
- else multi_color_pair_sort() # Multicolor (by pairs)
- )
- }
-
- ############################################################## Utilities for keywords
- # replaces — correctly
- for_mana_costs := format_cost := {
- if input.separator_before == "—" and contains(input.param, match: " ") then (
- if contains(input.param, match:",") then (
- if match(match: "^[MHSCTQXYZ∞WUBRG0-9/|]+,", input.param) then
- "{add}{combined_cost(input.param)}"
- else "{combined_cost(input.param)}"
- ) else
- "{alternative_cost(input.param)}"
- ) else
- "{add}{input.param}"
- }
- combined_cost := replace@(match:", [A-Z]", replace: { to_lower() })+
- replace@(match:",", replace:" and")+
- replace@(match:"^[MHSCATQXYZ∞WUBRG0-9/|]", in_context: "(^|[[:space:]])", replace: "&")+
- replace@(match:"^[A-Z]", replace: { to_lower() })
-
- ############################################################## The text box
-
- # Filters for the text box
- # context in which mana symbols are found
- mana_context :=
- "(?ix) # case insensitive, ignore whitespace
- (^|[[:space:]\"(“']) # start of a word
- ( : # G: something
- | , # G, tap: something
- | [ ]can[ ]be[ ]pay
- | (pays?|additional|costs?|the # pay X. creatures cost 1 less. pay an additional G.
- |adds?|pay(ed)?[ ](with|using)
- )
- ([ ]either)? # pay either X or Y
- ([ ](]*>)?[MHSCTQXYZ∞WUBRG0-9/|]+(]*>)?,)* # pay X, Y or Z
- ([ ](]*>)?[MHSCTQXYZ∞WUBRG0-9/|]+(]*>)?[ ](and|or|and/or))* # pay X or Y
- [ ]
- ([,.)]|$ # (end of word)
- |[ ][^ .,]*$ # still typing...
- |[ ]( or | and | in | less | more | to ) # or next word is ...
- )
- )
- | # keyword argument that is declared as mana
- | [ ]* # keyword argument that is declared as cost
- | , # keyword argument that is declared as cost
- ";
- # the rule text filter
- # - adds mana symbols
- # - makes text in parentheses italic
- text_filter :=
- # step 1 : remove all automatic tags
- remove_tag@(tag: "") +
- remove_tag@(tag: "") +
- remove_tag@(tag: "") +
- remove_tag@(tag: "{keyword}"
- else keyword + if expand then " ({reminder})"
- }) +
- # step 2b : move action keywords' reminder text to the end of the line
- replace@(
- match: "((?:(?!]*>)(((?!]*>[^)]+[)]]*>)([^\n]+)\\1"
- replace: "\\2\\1"
- ) +
- # step 3a : expand shortcut word CARDNAME
- replace@(
- match: "CARDNAME",
- in_context: "(^|[[:space:]]|\\()", # TODO: Allow any punctuation before
- replace: ""
- ) +
- # step 3b : expand shortcut word LEGENDNAME
- replace@(
- match: "LEGENDNAME",
- in_context: "(^|[[:space:]]|\\()", # TODO: Allow any punctuation before
- replace: ""
- ) +
- # step 3c : fill in atom fields
- tag_contents@(
- tag: "",
- contents: { "" + (if card_name=="" then "CARDNAME" else card_name) + "" }
- ) +
- tag_contents@(
- tag: "",
- contents: { "" + (if card_name=="" then "LEGENDNAME" else legend_filter(card_name)) + "" }
- ) +
- # step 4 : explict non mana symbols
- replace@(
- match: "\\][MHSCTQXYZ∞WUBRG0-9/|]+\\[",
- replace: {"" + mana_filter_t() + ""} ) +
- # step 5 : add mana & tap symbols
- replace@(
- match: "\\b[MHSCTQXYZ∞WUBRG0-9/|]+\\b",
- in_context: mana_context,
- replace: {"" + mana_filter_t() + ""} ) +
- # step 5b : add explict mana symbols
- replace@(
- match: "\\[[MHSCTQXYZ∞WUBRG0-9/|]+\\]",
- replace: {"" + mana_filter_t() + ""} ) +
- # step 6a : curly double quotes
- replace@(
- match: "[[.quotation-mark.]]|”",
- in_context: "[ ]+|^",
- replace: "“" )+
- replace@(
- match: "[[.quotation-mark.]]",
- replace: "”" )+
- # step 7 : italicize text in parenthesis
- replace@(
- match: "[(]([^)\n]|[(][^)\n]*[)])*[)]?",
- in_context: "(^|[[:space:]])|",
- replace: "&") +
- # step 8 : automatic capitalization, but not after "("
- replace@(
- match: "([ ]*: |—| — )" # preceded by this
- + "([[:lower:]])" # match this
- + "(?![)])", # not followed by this
- replace: { _1 + to_upper(_2) }) +
- #curly_quotes +
- # step 9 : spellcheck
- { if set.mark_errors then
- check_spelling(
- language: language().spellcheck_code,
- extra_dictionary: "/magic.mse-game/magic-words",
- extra_match: additional_text_words
- )
- else input
- }
-
-
- ############################################################## Statistics utilities
- # Converted mana cost
- is_half_mana := match@(match: "1/2|[|][MHSCAWUBRG]")
- is_colored_mana := match@(match: "[WUBRGEKPLO]")
- cmc_split := break_text@(match: "(?ix) 1/2 | [|][WUBRG] | [0-9]+(?!/[WUBRGMHSCTQ2]) | [WUBRGMHSC0-9.](/[WUBRGMHSC])\{0,4} ")
-
- primary_card_color := {
- artifact := chosen(choice:"artifact") and not (chosen(choice:"white") or chosen(choice:"blue") or chosen(choice:"black") or chosen(choice:"red") or chosen(choice:"green"))
- land := chosen(choice:"land")
- multi := chosen(choice:"multicolor")
- hybrid := chosen(choice:"hybrid")
- white := chosen(choice:"white")
- blue := chosen(choice:"blue")
- black := chosen(choice:"black")
- red := chosen(choice:"red")
- green := chosen(choice:"green")
- if land then "land"
- else if multi then "multicolor"
- else if hybrid then "hybrid"
- else if artifact then "artifact"
- else if white then "white"
- else if blue then "blue"
- else if black then "black"
- else if red then "red"
- else if green then "green"
- else input
- }
- rarity_sort := {
- if card.shape == "token" then "T1"
- else if card.shape == "emblem" then "T2"
- else if card.shape == "rulestip" then "T3"
- else if card.shape == "counter" then "T4"
- else if card.shape == "checklist" then "T5"
- else if is_masterpiece() then "T6"
- else if set.sort_special_rarity == "with the rest" or card.rarity != "special" then " "
- else "S"
- }
- set_filter := {
- # TODO: what about rulestips?
- if card.shape == "token" or card.shape == "emblem" then
- { card.shape == "token" or card.shape == "emblem" }
- else if card.shape == "rulestip" then
- { card.shape == "rulestip" }
- else if card.shape == "counter" then
- { card.shape == "counter" }
- else if card.shape == "checklist" then
- { card.shape == "checklist" }
- else if is_masterpiece() then
- { is_masterpiece() }
- else if set.sort_special_rarity != "separate numbering" then
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist"}
- else if card.rarity == "special" then
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist" and card.rarity == "special" }
- else
- { card.shape != "token" and not is_masterpiece() and card.shape != "emblem" and card.shape != "rulestip" and card.shape != "counter" and card.shape != "checklist" and card.rarity != "special" }
- }
- card_number := {
- position (
- of: card
- in: set
- order_by: { rarity_sort() + sort_index() + sort_name(card.name) }
- filter: set_filter()
- ) + 1
- }
- card_count := {
- number_of_items(in: set, filter: set_filter())
- }
-
- #Starting with M15, zero digits in card numbers should be shown up to three.
- card_number_m15 := { (if card_number() < 100 then "0" else "") + (if card_number() < 10 then "0" else "") + card_number() }
- card_count_m15 := { (if card_count() < 100 then "0" else "") + (if card_count() < 10 then "0" else "") + card_count() }
-
- new_text_filter :=
- replace@(
- match: "~|CARDNAME",
- replace: {""}
- )
- + tag_contents@(
- tag: "",
- contents: {if card.name == "" then "CARDNAME" else card.name}
- )
-
\ No newline at end of file
diff --git a/data/magic-m15-mined.mse-style/gcard.jpg b/data/magic-m15-mined.mse-style/gcard.jpg
deleted file mode 100644
index 51fa9a0d1..000000000
Binary files a/data/magic-m15-mined.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/glcard.jpg b/data/magic-m15-mined.mse-style/glcard.jpg
deleted file mode 100644
index d3eb65450..000000000
Binary files a/data/magic-m15-mined.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/glpt.png b/data/magic-m15-mined.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-mined.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/glstamp.jpg b/data/magic-m15-mined.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-mined.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/gpt.png b/data/magic-m15-mined.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-mined.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/gstamp.jpg b/data/magic-m15-mined.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-mined.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/hybrid_blend_card.png b/data/magic-m15-mined.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-mined.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/hybrid_blend_identity.png b/data/magic-m15-mined.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/hybrid_blend_pt.png b/data/magic-m15-mined.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-mined.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/hybrid_blend_stamp.png b/data/magic-m15-mined.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-mined.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mcard.jpg b/data/magic-m15-mined.mse-style/mcard.jpg
deleted file mode 100644
index 7fc8c89d2..000000000
Binary files a/data/magic-m15-mined.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mlcard.jpg b/data/magic-m15-mined.mse-style/mlcard.jpg
deleted file mode 100644
index 5cf13908a..000000000
Binary files a/data/magic-m15-mined.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mlpt.png b/data/magic-m15-mined.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-mined.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mlstamp.jpg b/data/magic-m15-mined.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-mined.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mpt.png b/data/magic-m15-mined.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-mined.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/mstamp.jpg b/data/magic-m15-mined.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-mined.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/multicolor_blend_card.png b/data/magic-m15-mined.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-mined.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/multicolor_blend_identity.png b/data/magic-m15-mined.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-mined.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/multicolor_blend_pt.png b/data/magic-m15-mined.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-mined.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/multicolor_blend_stamp.png b/data/magic-m15-mined.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-mined.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rcard.jpg b/data/magic-m15-mined.mse-style/rcard.jpg
deleted file mode 100644
index fdcd47894..000000000
Binary files a/data/magic-m15-mined.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rlcard.jpg b/data/magic-m15-mined.mse-style/rlcard.jpg
deleted file mode 100644
index 7f7caa76b..000000000
Binary files a/data/magic-m15-mined.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rlpt.png b/data/magic-m15-mined.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-mined.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rlstamp.jpg b/data/magic-m15-mined.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-mined.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rpt.png b/data/magic-m15-mined.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-mined.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/rstamp.jpg b/data/magic-m15-mined.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-mined.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/style b/data/magic-m15-mined.mse-style/style
deleted file mode 100644
index f933190a5..000000000
--- a/data/magic-m15-mined.mse-style/style
+++ /dev/null
@@ -1,490 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Mined
-full name: M15 w/Mined Mana
-icon: card-sample.png
-installer group: magic/m15 style/normal cards
-position hint: 057
-
-version: 2018-03-09
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
- include file: game_scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop top
- description: Shrinks the textbox from the top.
-styling field:
- type: text
- name: chop bottom
- description: Shrinks the textbox from the bottom.
-styling field:
- type: boolean
- name: use holofoil stamps
- description: Change to no to disable rare holofoil stamps
-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: boolean
- name: color indicator dot
- description: Use the color indicator dot
- initial: no
-styling field:
- type: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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-mined.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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large-mined
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { if styling.chop_top != "" then (327 - (-styling.chop_top)) else 327 }
- width: 314
- bottom: { if styling.chop_bottom != "" then (481 - styling.chop_bottom) else 481 }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-mined.mse-style/tombstone.png b/data/magic-m15-mined.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-mined.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ucard.jpg b/data/magic-m15-mined.mse-style/ucard.jpg
deleted file mode 100644
index e27d132d9..000000000
Binary files a/data/magic-m15-mined.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ulcard.jpg b/data/magic-m15-mined.mse-style/ulcard.jpg
deleted file mode 100644
index 38d05dd25..000000000
Binary files a/data/magic-m15-mined.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ulpt.png b/data/magic-m15-mined.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-mined.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ulstamp.jpg b/data/magic-m15-mined.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-mined.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/upt.png b/data/magic-m15-mined.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-mined.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/ustamp.jpg b/data/magic-m15-mined.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-mined.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wcard.jpg b/data/magic-m15-mined.mse-style/wcard.jpg
deleted file mode 100644
index c0897e69e..000000000
Binary files a/data/magic-m15-mined.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wlcard.jpg b/data/magic-m15-mined.mse-style/wlcard.jpg
deleted file mode 100644
index b25772d0f..000000000
Binary files a/data/magic-m15-mined.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wlpt.png b/data/magic-m15-mined.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-mined.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wlstamp.jpg b/data/magic-m15-mined.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-mined.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wpt.png b/data/magic-m15-mined.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-mined.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-mined.mse-style/wstamp.jpg b/data/magic-m15-mined.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-mined.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/acard.jpg b/data/magic-m15-miracle.mse-style/acard.jpg
deleted file mode 100644
index ee3907ce9..000000000
Binary files a/data/magic-m15-miracle.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/apt.png b/data/magic-m15-miracle.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-miracle.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/artifact_blend_card.png b/data/magic-m15-miracle.mse-style/artifact_blend_card.png
deleted file mode 100644
index 48d241709..000000000
Binary files a/data/magic-m15-miracle.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/artifact_blend_identity.png b/data/magic-m15-miracle.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-miracle.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/artifact_blend_pt.png b/data/magic-m15-miracle.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-miracle.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/artifact_blend_stamp.png b/data/magic-m15-miracle.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-miracle.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/artist_arrow.png b/data/magic-m15-miracle.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-miracle.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/astamp.jpg b/data/magic-m15-miracle.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-miracle.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/bcard.jpg b/data/magic-m15-miracle.mse-style/bcard.jpg
deleted file mode 100644
index 4f0bd5ada..000000000
Binary files a/data/magic-m15-miracle.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/blcard.jpg b/data/magic-m15-miracle.mse-style/blcard.jpg
deleted file mode 100644
index 2bace0cf2..000000000
Binary files a/data/magic-m15-miracle.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/blpt.png b/data/magic-m15-miracle.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-miracle.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/blstamp.jpg b/data/magic-m15-miracle.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-miracle.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/border_mask.png b/data/magic-m15-miracle.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-miracle.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/bpt.png b/data/magic-m15-miracle.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-miracle.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/bstamp.jpg b/data/magic-m15-miracle.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-miracle.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/build.bat b/data/magic-m15-miracle.mse-style/build.bat
deleted file mode 100644
index 9e7814c93..000000000
--- a/data/magic-m15-miracle.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-miracles.mse-style
-
-ren "magic-m15-miracles.mse-installer" "Magic - M15 Miracles.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-miracle.mse-style/card-sample.png b/data/magic-m15-miracle.mse-style/card-sample.png
deleted file mode 100644
index 33cf4b1d8..000000000
Binary files a/data/magic-m15-miracle.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ccard (grey).jpg b/data/magic-m15-miracle.mse-style/ccard (grey).jpg
deleted file mode 100644
index d12aee328..000000000
Binary files a/data/magic-m15-miracle.mse-style/ccard (grey).jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ccard.jpg b/data/magic-m15-miracle.mse-style/ccard.jpg
deleted file mode 100644
index d6c47b8ca..000000000
Binary files a/data/magic-m15-miracle.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/clcard.jpg b/data/magic-m15-miracle.mse-style/clcard.jpg
deleted file mode 100644
index ed60d724b..000000000
Binary files a/data/magic-m15-miracle.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/clpt.png b/data/magic-m15-miracle.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-miracle.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/clstamp.jpg b/data/magic-m15-miracle.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-miracle.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/cpt.png b/data/magic-m15-miracle.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-miracle.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/cstamp.jpg b/data/magic-m15-miracle.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-miracle.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/foil_mask.png b/data/magic-m15-miracle.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-miracle.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/foil_mask_rare.png b/data/magic-m15-miracle.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-miracle.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/foil_stamp.png b/data/magic-m15-miracle.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-miracle.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/gcard.jpg b/data/magic-m15-miracle.mse-style/gcard.jpg
deleted file mode 100644
index b8c4480cf..000000000
Binary files a/data/magic-m15-miracle.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/glcard.jpg b/data/magic-m15-miracle.mse-style/glcard.jpg
deleted file mode 100644
index 6a096f8cc..000000000
Binary files a/data/magic-m15-miracle.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/glpt.png b/data/magic-m15-miracle.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-miracle.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/glstamp.jpg b/data/magic-m15-miracle.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-miracle.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/gpt.png b/data/magic-m15-miracle.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-miracle.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/gstamp.jpg b/data/magic-m15-miracle.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-miracle.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/hybrid_blend_card.png b/data/magic-m15-miracle.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 8ed63da43..000000000
Binary files a/data/magic-m15-miracle.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/hybrid_blend_identity.png b/data/magic-m15-miracle.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-miracle.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/hybrid_blend_pt.png b/data/magic-m15-miracle.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-miracle.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/hybrid_blend_stamp.png b/data/magic-m15-miracle.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-miracle.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mcard.jpg b/data/magic-m15-miracle.mse-style/mcard.jpg
deleted file mode 100644
index 718e5bf7d..000000000
Binary files a/data/magic-m15-miracle.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mlcard.jpg b/data/magic-m15-miracle.mse-style/mlcard.jpg
deleted file mode 100644
index 2d3a6e822..000000000
Binary files a/data/magic-m15-miracle.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mlpt.png b/data/magic-m15-miracle.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-miracle.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mlstamp.jpg b/data/magic-m15-miracle.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-miracle.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mpt.png b/data/magic-m15-miracle.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-miracle.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/mstamp.jpg b/data/magic-m15-miracle.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-miracle.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/multicolor_blend_card.png b/data/magic-m15-miracle.mse-style/multicolor_blend_card.png
deleted file mode 100644
index a0750eb35..000000000
Binary files a/data/magic-m15-miracle.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/multicolor_blend_identity.png b/data/magic-m15-miracle.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-miracle.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/multicolor_blend_pt.png b/data/magic-m15-miracle.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-miracle.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/multicolor_blend_stamp.png b/data/magic-m15-miracle.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-miracle.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rcard.jpg b/data/magic-m15-miracle.mse-style/rcard.jpg
deleted file mode 100644
index ef2b7a001..000000000
Binary files a/data/magic-m15-miracle.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rlcard.jpg b/data/magic-m15-miracle.mse-style/rlcard.jpg
deleted file mode 100644
index 2fa54a061..000000000
Binary files a/data/magic-m15-miracle.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rlpt.png b/data/magic-m15-miracle.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-miracle.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rlstamp.jpg b/data/magic-m15-miracle.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-miracle.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rpt.png b/data/magic-m15-miracle.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-miracle.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/rstamp.jpg b/data/magic-m15-miracle.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-miracle.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/style b/data/magic-m15-miracle.mse-style/style
deleted file mode 100644
index 69617c30f..000000000
--- a/data/magic-m15-miracle.mse-style/style
+++ /dev/null
@@ -1,474 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Miracles
-full name: M15 Miracle frame
-icon: card-sample.png
-installer group: magic/m15 style/miracle cards
-position hint: 012
-
-version: 2018-02-09
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
- 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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-############################################################## 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)
-############################################################## Extra style options
-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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. 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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: 327
- width: 314
- height: 146
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
diff --git a/data/magic-m15-miracle.mse-style/tombstone.png b/data/magic-m15-miracle.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-miracle.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ucard.jpg b/data/magic-m15-miracle.mse-style/ucard.jpg
deleted file mode 100644
index c2f0ed307..000000000
Binary files a/data/magic-m15-miracle.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ulcard.jpg b/data/magic-m15-miracle.mse-style/ulcard.jpg
deleted file mode 100644
index a29d8d253..000000000
Binary files a/data/magic-m15-miracle.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ulpt.png b/data/magic-m15-miracle.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-miracle.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ulstamp.jpg b/data/magic-m15-miracle.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-miracle.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/upt.png b/data/magic-m15-miracle.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-miracle.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/ustamp.jpg b/data/magic-m15-miracle.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-miracle.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wcard.jpg b/data/magic-m15-miracle.mse-style/wcard.jpg
deleted file mode 100644
index 939503215..000000000
Binary files a/data/magic-m15-miracle.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wlcard.jpg b/data/magic-m15-miracle.mse-style/wlcard.jpg
deleted file mode 100644
index 94060a35a..000000000
Binary files a/data/magic-m15-miracle.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wlpt.png b/data/magic-m15-miracle.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-miracle.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wlstamp.jpg b/data/magic-m15-miracle.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-miracle.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wpt.png b/data/magic-m15-miracle.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-miracle.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-miracle.mse-style/wstamp.jpg b/data/magic-m15-miracle.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-miracle.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/acard.jpg b/data/magic-m15-nyx.mse-style/acard.jpg
deleted file mode 100644
index 1644e9d22..000000000
Binary files a/data/magic-m15-nyx.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/apt.png b/data/magic-m15-nyx.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-nyx.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/artifact_blend_card.png b/data/magic-m15-nyx.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-nyx.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/artifact_blend_identity.png b/data/magic-m15-nyx.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-nyx.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/artifact_blend_pt.png b/data/magic-m15-nyx.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-nyx.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/artifact_blend_stamp.png b/data/magic-m15-nyx.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-nyx.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/artist_arrow.png b/data/magic-m15-nyx.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-nyx.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/astamp.jpg b/data/magic-m15-nyx.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-nyx.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/bcard.jpg b/data/magic-m15-nyx.mse-style/bcard.jpg
deleted file mode 100644
index c1c6e08fa..000000000
Binary files a/data/magic-m15-nyx.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/blcard.jpg b/data/magic-m15-nyx.mse-style/blcard.jpg
deleted file mode 100644
index de7d0ea95..000000000
Binary files a/data/magic-m15-nyx.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/blpt.png b/data/magic-m15-nyx.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-nyx.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/blstamp.jpg b/data/magic-m15-nyx.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-nyx.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/border_mask.png b/data/magic-m15-nyx.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-nyx.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/bpt.png b/data/magic-m15-nyx.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-nyx.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/bstamp.jpg b/data/magic-m15-nyx.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-nyx.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/build.bat b/data/magic-m15-nyx.mse-style/build.bat
deleted file mode 100644
index 17fd95a34..000000000
--- a/data/magic-m15-nyx.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-nyx.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15-nyx.mse-installer" "Magic - M15 Gods.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-nyx.mse-style/card-sample.png b/data/magic-m15-nyx.mse-style/card-sample.png
deleted file mode 100644
index 8516ede7e..000000000
Binary files a/data/magic-m15-nyx.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ccard.jpg b/data/magic-m15-nyx.mse-style/ccard.jpg
deleted file mode 100644
index e6f8cec67..000000000
Binary files a/data/magic-m15-nyx.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/clcard.jpg b/data/magic-m15-nyx.mse-style/clcard.jpg
deleted file mode 100644
index 2b15a5c61..000000000
Binary files a/data/magic-m15-nyx.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/clpt.png b/data/magic-m15-nyx.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-nyx.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/clstamp.jpg b/data/magic-m15-nyx.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-nyx.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/cpt.png b/data/magic-m15-nyx.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-nyx.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/cstamp.jpg b/data/magic-m15-nyx.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-nyx.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/foil_mask.png b/data/magic-m15-nyx.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-nyx.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/foil_mask_rare.png b/data/magic-m15-nyx.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-nyx.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/foil_stamp.png b/data/magic-m15-nyx.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-nyx.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/gcard.jpg b/data/magic-m15-nyx.mse-style/gcard.jpg
deleted file mode 100644
index a8497be4b..000000000
Binary files a/data/magic-m15-nyx.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/glcard.jpg b/data/magic-m15-nyx.mse-style/glcard.jpg
deleted file mode 100644
index 95f5ae2e3..000000000
Binary files a/data/magic-m15-nyx.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/glpt.png b/data/magic-m15-nyx.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-nyx.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/glstamp.jpg b/data/magic-m15-nyx.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-nyx.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/gpt.png b/data/magic-m15-nyx.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-nyx.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/gstamp.jpg b/data/magic-m15-nyx.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-nyx.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/hybrid_blend_card.png b/data/magic-m15-nyx.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-nyx.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/hybrid_blend_identity.png b/data/magic-m15-nyx.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-nyx.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/hybrid_blend_pt.png b/data/magic-m15-nyx.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-nyx.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/hybrid_blend_stamp.png b/data/magic-m15-nyx.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-nyx.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mcard.jpg b/data/magic-m15-nyx.mse-style/mcard.jpg
deleted file mode 100644
index c9917d610..000000000
Binary files a/data/magic-m15-nyx.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mlcard.jpg b/data/magic-m15-nyx.mse-style/mlcard.jpg
deleted file mode 100644
index 0c2a0ee2a..000000000
Binary files a/data/magic-m15-nyx.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mlpt.png b/data/magic-m15-nyx.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-nyx.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mlstamp.jpg b/data/magic-m15-nyx.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-nyx.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mpt.png b/data/magic-m15-nyx.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-nyx.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/mstamp.jpg b/data/magic-m15-nyx.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-nyx.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/multicolor_blend_card.png b/data/magic-m15-nyx.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-nyx.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/multicolor_blend_identity.png b/data/magic-m15-nyx.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-nyx.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/multicolor_blend_pt.png b/data/magic-m15-nyx.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-nyx.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/multicolor_blend_stamp.png b/data/magic-m15-nyx.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-nyx.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rcard.jpg b/data/magic-m15-nyx.mse-style/rcard.jpg
deleted file mode 100644
index b35ad165e..000000000
Binary files a/data/magic-m15-nyx.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rlcard.jpg b/data/magic-m15-nyx.mse-style/rlcard.jpg
deleted file mode 100644
index bdbde090d..000000000
Binary files a/data/magic-m15-nyx.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rlpt.png b/data/magic-m15-nyx.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-nyx.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rlstamp.jpg b/data/magic-m15-nyx.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-nyx.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rpt.png b/data/magic-m15-nyx.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-nyx.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/rstamp.jpg b/data/magic-m15-nyx.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-nyx.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/style b/data/magic-m15-nyx.mse-style/style
deleted file mode 100644
index 34fccd27b..000000000
--- a/data/magic-m15-nyx.mse-style/style
+++ /dev/null
@@ -1,497 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Gods
-full name: Gods After M15
-icon: card-sample.png
-installer group: magic/m15 style/god cards
-position hint: 012
-
-version: 2018-02-09
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { false }
-
- #Should multicolor lands with basic land types have a colored name?
- mask_multi_land_with_color := { false }
-
- # There is no colorless frame.
- no_artifact_land := {
- if input == "a" then"c"
- else input
- }
-
- template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
- 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] + no_artifact_land() + "l" + template_suffix[type] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
- shrink_type := {if styling.shrink_typeline_text != "" then to_int(styling.shrink_typeline_text) else 0 }
- shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop top
- description: Shrinks the textbox from the top.
-styling field:
- type: text
- name: chop bottom
- description: Shrinks the textbox from the bottom.
-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: 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: 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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: { 23 - (0.5 * shrink_name()) }
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: { 16 - shrink_name() }
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if styling.color_indicator_dot then "52" else "32" }
- top: { 296 + shrink_type() }
- width: { (if styling.color_indicator_dot then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: { 20 - shrink_type() }
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: { 13 - shrink_type() }
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { if styling.chop_top != "" then (327 - (-styling.chop_top)) else 327 }
- width: 314
- bottom: { if styling.chop_bottom != "" then (481 - styling.chop_bottom) else 481 }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
diff --git a/data/magic-m15-nyx.mse-style/tombstone.png b/data/magic-m15-nyx.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-nyx.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ucard.jpg b/data/magic-m15-nyx.mse-style/ucard.jpg
deleted file mode 100644
index 22ddfae13..000000000
Binary files a/data/magic-m15-nyx.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ulcard.jpg b/data/magic-m15-nyx.mse-style/ulcard.jpg
deleted file mode 100644
index a44da56b9..000000000
Binary files a/data/magic-m15-nyx.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ulpt.png b/data/magic-m15-nyx.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-nyx.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ulstamp.jpg b/data/magic-m15-nyx.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-nyx.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/upt.png b/data/magic-m15-nyx.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-nyx.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/ustamp.jpg b/data/magic-m15-nyx.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-nyx.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wcard.jpg b/data/magic-m15-nyx.mse-style/wcard.jpg
deleted file mode 100644
index ff95d73f3..000000000
Binary files a/data/magic-m15-nyx.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wlcard.jpg b/data/magic-m15-nyx.mse-style/wlcard.jpg
deleted file mode 100644
index 9d451c456..000000000
Binary files a/data/magic-m15-nyx.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wlpt.png b/data/magic-m15-nyx.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-nyx.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wlstamp.jpg b/data/magic-m15-nyx.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-nyx.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wpt.png b/data/magic-m15-nyx.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-nyx.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-nyx.mse-style/wstamp.jpg b/data/magic-m15-nyx.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-nyx.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/acard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/acard.jpg
deleted file mode 100644
index 255faf10c..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/apt.png b/data/magic-m15-planeshifted-leveler.mse-style/apt.png
deleted file mode 100644
index 0bb4f453c..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_card.png b/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_identity.png b/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_pt.png b/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_stamp.png b/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/artist_arrow.png b/data/magic-m15-planeshifted-leveler.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/astamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/astamp.jpg
deleted file mode 100644
index 02e7149f5..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/bcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/bcard.jpg
deleted file mode 100644
index 14edb2373..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/blcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/blcard.jpg
deleted file mode 100644
index fe8e7b3e3..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/blpt.png b/data/magic-m15-planeshifted-leveler.mse-style/blpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/blstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/blstamp.jpg
deleted file mode 100644
index e1461e700..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/border_mask.png b/data/magic-m15-planeshifted-leveler.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/bpt.png b/data/magic-m15-planeshifted-leveler.mse-style/bpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/bstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/bstamp.jpg
deleted file mode 100644
index e1461e700..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/build.bat b/data/magic-m15-planeshifted-leveler.mse-style/build.bat
deleted file mode 100644
index d3f83406d..000000000
--- a/data/magic-m15-planeshifted-leveler.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-planeshifted-leveler.mse-style magic.mse-game magic-watermarks.mse-include magic-identity-new.mse-include magic-mana-large.mse-symbol-font magic-mana-small.mse-symbol-font
-
-ren "magic-m15-planeshifted-leveler.mse-style" "Magic - M15 Planeshifted Leveler Style.mse-style"
\ No newline at end of file
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/build.txt b/data/magic-m15-planeshifted-leveler.mse-style/build.txt
deleted file mode 100644
index 0657f0cd9..000000000
--- a/data/magic-m15-planeshifted-leveler.mse-style/build.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-planeshifted-leveler.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15-planeshifted-leveler.mse-installer" "Magic - M15 Planeshifted Leveler Style.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/card-sample.png b/data/magic-m15-planeshifted-leveler.mse-style/card-sample.png
deleted file mode 100644
index 95de9f4f6..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ccard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/ccard.jpg
deleted file mode 100644
index 0cf5d2138..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/clcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/clcard.jpg
deleted file mode 100644
index a9144870b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/clpt.png b/data/magic-m15-planeshifted-leveler.mse-style/clpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/clstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/clstamp.jpg
deleted file mode 100644
index 67a56a95f..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/cpt.png b/data/magic-m15-planeshifted-leveler.mse-style/cpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/cstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/cstamp.jpg
deleted file mode 100644
index 67a56a95f..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/foil_mask.png b/data/magic-m15-planeshifted-leveler.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/foil_mask_rare.png b/data/magic-m15-planeshifted-leveler.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/foil_stamp.png b/data/magic-m15-planeshifted-leveler.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/gcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/gcard.jpg
deleted file mode 100644
index 0d7217bba..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/glcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/glcard.jpg
deleted file mode 100644
index ec7065d40..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/glpt.png b/data/magic-m15-planeshifted-leveler.mse-style/glpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/glstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/glstamp.jpg
deleted file mode 100644
index 89b686b45..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/gpt.png b/data/magic-m15-planeshifted-leveler.mse-style/gpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/gstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/gstamp.jpg
deleted file mode 100644
index 89b686b45..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_card.png b/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_identity.png b/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_pt.png b/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_stamp.png b/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_1.png b/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_1.png
deleted file mode 100644
index 593da601a..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_1.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_2.png b/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_2.png
deleted file mode 100644
index a85e8b649..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_multiply_2.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_1.png b/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_1.png
deleted file mode 100644
index 489c8692b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_1.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_2.png b/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_2.png
deleted file mode 100644
index df95fe43b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/lvlup_texture_2.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/mcard.jpg
deleted file mode 100644
index d99491940..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mlcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/mlcard.jpg
deleted file mode 100644
index 1de9634fc..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mlpt.png b/data/magic-m15-planeshifted-leveler.mse-style/mlpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mlstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/mlstamp.jpg
deleted file mode 100644
index b409e1d99..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mpt.png b/data/magic-m15-planeshifted-leveler.mse-style/mpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/mstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/mstamp.jpg
deleted file mode 100644
index b409e1d99..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_card.png b/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_identity.png b/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_pt.png b/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_stamp.png b/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_1.png b/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_1.png
deleted file mode 100644
index 8f4c32e46..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_1.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_2.png b/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_2.png
deleted file mode 100644
index 2023a23f0..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ptbox_multiply_2.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/rcard.jpg
deleted file mode 100644
index 923db8936..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rlcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/rlcard.jpg
deleted file mode 100644
index ba791d593..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rlpt.png b/data/magic-m15-planeshifted-leveler.mse-style/rlpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rlstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/rlstamp.jpg
deleted file mode 100644
index 77cc174f8..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rpt.png b/data/magic-m15-planeshifted-leveler.mse-style/rpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/rstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/rstamp.jpg
deleted file mode 100644
index 77cc174f8..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/style b/data/magic-m15-planeshifted-leveler.mse-style/style
deleted file mode 100644
index 344799d85..000000000
--- a/data/magic-m15-planeshifted-leveler.mse-style/style
+++ /dev/null
@@ -1,843 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Planeshifted Leveler
-full name: Planeshifted Levelers After M15
-icon: card-sample.png
-installer group: magic/m15 style/planeshifted/leveler cards
-position hint: 072
-
-version: 2018-02-09
-depends on:
- package: magic.mse-game
- version: 2014-06-25
-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
-
- # Declare the card shape.
- card_shape := { if styling.shifted_sorting then "shifted leveler" else "leveler" }
-
- # Replacing the text_filter() from game file because all three rule text fields should call card.name
- card_name_replace :=
- replace@(
- match: "CARDNAME"
- replace: "" + (if card.name=="" then "CARDNAME" else card.name) + "")
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: boolean
- name: shifted sorting
- description: Should this style of card sort as a shifted card (after other cards of that color)?
- initial: yes
-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: level label
- description: Should the level indicator say something other than "LEVEL"?
-styling field:
- type: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 30 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- casting cost:
- right: 346
- top: 30
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(192,192,192)
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- rule text:
- left: 29
- top: 327
- right: {if card.pt != "" then 277 else 342}
- height: 52
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- level 2 text:
- left: {if card.level_1 != "" then 103 else 29}
- top: 379
- right: {if card.pt_2 != "" then 277 else 342}
- height: 51
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- level 3 text:
- left: {if card.level_2 != "" then 103 else 29}
- top: 430
- right: {if card.pt_3 != "" then 277 else 342}
- height: 51
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
-
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# Levels
- level 1:
- z index: 3
- left: 38
- top: 400
- width: 34
- height: 22
- alignment: center middle shrink-overflow
- font:
- name: ModMatrix
- size: 17
- weight: bold
- color: black
- shadow color: white
- shadow blur: 2
- level 2:
- z index: 3
- left: 38
- top: 450
- width: 34
- height: 22
- alignment: center middle shrink-overflow
- font:
- name: ModMatrix
- size: 17
- weight: bold
- color: black
- shadow color: white
- shadow blur: 2
- ############################# PT
- pt:
- z index: 3
- left: 284
- top: 339
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- pt 2:
- z index: 3
- left: 284
- top: 390.5
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- pt 3:
- z index: 3
- left: 284
- top: 441.5
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: foil layer
- choice: foil
- save value: false
- editable: false
-# Add the bevel and shadows for the levelup arrow.
-extra card field:
- type: choice
- name: lvlup texture 1
- choice: image
- save value: false
- editable: false
-# Add the bevel and shadows for the levelup arrow.
-extra card field:
- type: choice
- name: lvlup texture 2
- choice: image
- save value: false
- editable: false
-# This field gets set to combine mode multiply, to slightly darken first arrow.
-extra card field:
- type: choice
- name: lvlup multiply 1
- choice: image
- save value: false
- editable: false
-# This field gets set to combine mode multiply, to darken second arrow by more.
-extra card field:
- type: choice
- name: lvlup multiply 2
- choice: image
- save value: false
- editable: false
-# Add the word "LEVEL" to the first arrow.
-extra card field:
- type: text
- name: lvl label 1
- editable: false
- save value: false
- script: if styling.level_label == "" then "LEVEL" else styling.level_label
-# Repeat the word "LEVEL" with more shadow to give illusion of outline.
-extra card field:
- type: text
- name: lvl label 1 copy 1
- editable: false
- save value: false
- script: if styling.level_label == "" then "LEVEL" else styling.level_label
-# Add the word "LEVEL" to the second arrow.
-extra card field:
- type: text
- name: lvl label 2
- editable: false
- save value: false
- script: if styling.level_label == "" then "LEVEL" else styling.level_label
-# Repeat the word "LEVEL" with more shadow to give illusion of outline.
-extra card field:
- type: text
- name: lvl label 2 copy 1
- editable: false
- save value: false
- script: if styling.level_label == "" then "LEVEL" else styling.level_label
-# Repeat the first level with more shadow to give illusion of outline.
-extra card field:
- type: text
- name: level 1 copy 1
- editable: false
- save value: false
- script: card.level_1
-# Repeat the second level with more shadow to give illusion of outline.
-extra card field:
- type: text
- name: level 2 copy 1
- editable: false
- save value: false
- script: card.level_2
-extra card field:
- type: text
- name: auto copyright
- script: set.copyright
- save value: false
- editable: false
- show statistics: false
-extra card style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 271
- top: 336
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- pt box 2:
- left: 271
- top: 387.5
- width: 81
- height: 42
- z index: 2
- visible: { card.pt_2 != "" }
- render style: image
- image: {combine_blend(image1: leveler_ptbox2(), image2: "ptbox_multiply_1.png", combine: "multiply")}
- pt box 3:
- left: 271
- top: 438.5
- width: 81
- height: 42
- z index: 2
- visible: { card.pt_3 != "" }
- render style: image
- image: {combine_blend(image1: leveler_ptbox3(), image2: "ptbox_multiply_2.png", combine: "multiply")}
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- lvlup texture 1:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 2
- render style: image
- image: lvlup_texture_1.png
- visible: {card.level_1 != ""}
- lvlup texture 2:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 2
- render style: image
- image: lvlup_texture_2.png
- visible: {card.level_2 != ""}
- lvlup multiply 1:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 1
- render style: image
- image: {set_combine(input: "lvlup_multiply_1.png", combine: "multiply")}
- visible: {card.level_1 != ""}
- lvlup multiply 1:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 1
- render style: image
- image: {set_combine(input: "lvlup_multiply_2.png", combine: "multiply")}
- visible: {card.level_2 != ""}
- lvl label 1:
- left: 50
- top: 391
- width: 10
- height: 10
- z index: 3
- alignment: middle center
- font:
- name: MPlantin
- size: 5.5
- color: black
- shadow color: white
- shadow blur: 2
- visible: {card.level_1 != ""}
- lvl label 1 copy 1:
- left: 50
- top: 391
- width: 10
- height: 10
- z index: 3
- alignment: middle center
- font:
- name: MPlantin
- size: 5.5
- color: black
- shadow color: white
- shadow blur: 2
- visible: {card.level_1 != ""}
- lvl label 2:
- left: 50
- top: 441
- width: 10
- height: 10
- z index: 3
- alignment: middle center
- font:
- name: MPlantin
- size: 5.5
- color: black
- shadow color: white
- shadow blur: 2
- visible: {card.level_2 != ""}
- lvl label 2 copy 1:
- left: 50
- top: 441
- width: 10
- height: 10
- z index: 3
- alignment: middle center
- font:
- name: MPlantin
- size: 5.5
- color: black
- shadow color: white
- shadow blur: 2
- visible: {card.level_2 != ""}
- level 1 copy 1:
- z index: 3
- left: 38
- top: 400
- width: 34
- height: 22
- alignment: center middle shrink-overflow
- font:
- name: ModMatrix
- size: 17
- weight: bold
- color: black
- shadow color: white
- shadow blur: 2
- level 2 copy 1:
- z index: 3
- left: 38
- top: 450
- width: 34
- height: 22
- alignment: center middle shrink-overflow
- font:
- name: ModMatrix
- size: 17
- weight: bold
- color: black
- shadow color: white
- shadow blur: 2
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/tombstone.png b/data/magic-m15-planeshifted-leveler.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ucard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/ucard.jpg
deleted file mode 100644
index 68f387f1e..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ulcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/ulcard.jpg
deleted file mode 100644
index 5115a1b95..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ulpt.png b/data/magic-m15-planeshifted-leveler.mse-style/ulpt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ulstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/ulstamp.jpg
deleted file mode 100644
index 1ad010fe7..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/upt.png b/data/magic-m15-planeshifted-leveler.mse-style/upt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/ustamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/ustamp.jpg
deleted file mode 100644
index 1ad010fe7..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/wcard.jpg
deleted file mode 100644
index 7790b375b..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wlcard.jpg b/data/magic-m15-planeshifted-leveler.mse-style/wlcard.jpg
deleted file mode 100644
index dd83c8ea6..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wlpt.png b/data/magic-m15-planeshifted-leveler.mse-style/wlpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wlstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/wlstamp.jpg
deleted file mode 100644
index 375dd5ce4..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wpt.png b/data/magic-m15-planeshifted-leveler.mse-style/wpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted-leveler.mse-style/wstamp.jpg b/data/magic-m15-planeshifted-leveler.mse-style/wstamp.jpg
deleted file mode 100644
index 375dd5ce4..000000000
Binary files a/data/magic-m15-planeshifted-leveler.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/acard.jpg b/data/magic-m15-planeshifted.mse-style/acard.jpg
deleted file mode 100644
index 4edbbde59..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/apt.png b/data/magic-m15-planeshifted.mse-style/apt.png
deleted file mode 100644
index 0bb4f453c..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/artifact_blend_card.png b/data/magic-m15-planeshifted.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/artifact_blend_identity.png b/data/magic-m15-planeshifted.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/artifact_blend_pt.png b/data/magic-m15-planeshifted.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/artifact_blend_stamp.png b/data/magic-m15-planeshifted.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/artist_arrow.png b/data/magic-m15-planeshifted.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/astamp.jpg b/data/magic-m15-planeshifted.mse-style/astamp.jpg
deleted file mode 100644
index a15e0b939..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/bar.png b/data/magic-m15-planeshifted.mse-style/bar.png
deleted file mode 100644
index 31bfc8b29..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/bar.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/bcard.jpg b/data/magic-m15-planeshifted.mse-style/bcard.jpg
deleted file mode 100644
index 6cfba29cb..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/blcard.jpg b/data/magic-m15-planeshifted.mse-style/blcard.jpg
deleted file mode 100644
index 5aa029bc1..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/blpt.png b/data/magic-m15-planeshifted.mse-style/blpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/blstamp.jpg b/data/magic-m15-planeshifted.mse-style/blstamp.jpg
deleted file mode 100644
index 7ce019148..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/border_mask.png b/data/magic-m15-planeshifted.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/bpt.png b/data/magic-m15-planeshifted.mse-style/bpt.png
deleted file mode 100644
index 69011c436..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/bstamp.jpg b/data/magic-m15-planeshifted.mse-style/bstamp.jpg
deleted file mode 100644
index 7ce019148..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/build.bat b/data/magic-m15-planeshifted.mse-style/build.bat
deleted file mode 100644
index 5e8eda41d..000000000
--- a/data/magic-m15-planeshifted.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-planeshifted.mse-style magic.mse-game magic-watermarks.mse-include magic-identity-new.mse-include magic-mana-large.mse-symbol-font magic-mana-small.mse-symbol-font
-
-ren "magic-m15-planeshifted.mse-installer" "Magic - M15 Planeshifted.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-planeshifted.mse-style/card-sample.png b/data/magic-m15-planeshifted.mse-style/card-sample.png
deleted file mode 100644
index f1e0d3eb2..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ccard.jpg b/data/magic-m15-planeshifted.mse-style/ccard.jpg
deleted file mode 100644
index 3d86e9d16..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/clcard.jpg b/data/magic-m15-planeshifted.mse-style/clcard.jpg
deleted file mode 100644
index 239b805fb..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/clpt.png b/data/magic-m15-planeshifted.mse-style/clpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/clstamp.jpg b/data/magic-m15-planeshifted.mse-style/clstamp.jpg
deleted file mode 100644
index 26bd62edc..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/cpt.png b/data/magic-m15-planeshifted.mse-style/cpt.png
deleted file mode 100644
index c9e9d506b..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/cstamp.jpg b/data/magic-m15-planeshifted.mse-style/cstamp.jpg
deleted file mode 100644
index 26bd62edc..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/foil_mask.png b/data/magic-m15-planeshifted.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/foil_mask_rare.png b/data/magic-m15-planeshifted.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/foil_stamp.png b/data/magic-m15-planeshifted.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/gcard.jpg b/data/magic-m15-planeshifted.mse-style/gcard.jpg
deleted file mode 100644
index 744ffd727..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/glcard.jpg b/data/magic-m15-planeshifted.mse-style/glcard.jpg
deleted file mode 100644
index 31782af79..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/glpt.png b/data/magic-m15-planeshifted.mse-style/glpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/glstamp.jpg b/data/magic-m15-planeshifted.mse-style/glstamp.jpg
deleted file mode 100644
index f506a4cb9..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/gpt.png b/data/magic-m15-planeshifted.mse-style/gpt.png
deleted file mode 100644
index 7d889a1fe..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/gstamp.jpg b/data/magic-m15-planeshifted.mse-style/gstamp.jpg
deleted file mode 100644
index f506a4cb9..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/hybrid_blend_card.png b/data/magic-m15-planeshifted.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/hybrid_blend_identity.png b/data/magic-m15-planeshifted.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/hybrid_blend_pt.png b/data/magic-m15-planeshifted.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/hybrid_blend_stamp.png b/data/magic-m15-planeshifted.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/klstamp.jpg b/data/magic-m15-planeshifted.mse-style/klstamp.jpg
deleted file mode 100644
index 5b67fe791..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/klstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mcard.jpg b/data/magic-m15-planeshifted.mse-style/mcard.jpg
deleted file mode 100644
index 4ef1f82e8..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mlcard.jpg b/data/magic-m15-planeshifted.mse-style/mlcard.jpg
deleted file mode 100644
index 9f9f0f147..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mlpt.png b/data/magic-m15-planeshifted.mse-style/mlpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mlstamp.jpg b/data/magic-m15-planeshifted.mse-style/mlstamp.jpg
deleted file mode 100644
index f94d03f48..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mpt.png b/data/magic-m15-planeshifted.mse-style/mpt.png
deleted file mode 100644
index 1fd2a597b..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/mstamp.jpg b/data/magic-m15-planeshifted.mse-style/mstamp.jpg
deleted file mode 100644
index f94d03f48..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/multicolor_blend_card.png b/data/magic-m15-planeshifted.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/multicolor_blend_identity.png b/data/magic-m15-planeshifted.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/multicolor_blend_pt.png b/data/magic-m15-planeshifted.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/multicolor_blend_stamp.png b/data/magic-m15-planeshifted.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rcard.jpg b/data/magic-m15-planeshifted.mse-style/rcard.jpg
deleted file mode 100644
index 6ac3593b5..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rlcard.jpg b/data/magic-m15-planeshifted.mse-style/rlcard.jpg
deleted file mode 100644
index c77de08c4..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rlpt.png b/data/magic-m15-planeshifted.mse-style/rlpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rlstamp.jpg b/data/magic-m15-planeshifted.mse-style/rlstamp.jpg
deleted file mode 100644
index acb9c399d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rpt.png b/data/magic-m15-planeshifted.mse-style/rpt.png
deleted file mode 100644
index 7e9ecf035..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/rstamp.jpg b/data/magic-m15-planeshifted.mse-style/rstamp.jpg
deleted file mode 100644
index acb9c399d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/style b/data/magic-m15-planeshifted.mse-style/style
deleted file mode 100644
index 190a2bea2..000000000
--- a/data/magic-m15-planeshifted.mse-style/style
+++ /dev/null
@@ -1,526 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Planeshifted
-full name: After M15 Planeshifted
-icon: card-sample.png
-installer group: magic/m15 style/normal cards/Planeshifted
-position hint: 070
-
-version: 2020-04-25
-depends on:
- package: magic.mse-game
- version: 2020-04-25
-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
-
- card_shape := { if styling.shifted_sorting then "shifted" else "normal" }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
-
- 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}
- bar_offset := {if styling_offset() == "-" then 0 else if styling_offset() != "" then -styling_offset() else 0}
- styling_offset := { replace(styling.flavor_bar_offset, match:"(u|d)+", replace: "") }
- offset_lines := {offset_counter(styling.flavor_bar_offset)}
-
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop top
- description: Shrinks the textbox from the top.
-styling field:
- type: text
- name: chop bottom
- description: Shrinks the textbox from the bottom.
-styling field:
- type: text
- name: flavor bar offset
- description: Move the flavor bar up X pixels. Use negative to move down.
-styling field:
- type: boolean
- name: shifted sorting
- description: Should this style of card sort as a shifted card (after other cards of that color)?
- initial: yes
-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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 2
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(192,192,192)
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { if styling.chop_top != "" then (327 - (-styling.chop_top)) else 327 }
- width: 314
- bottom: { if styling.chop_bottom != "" then (481 - styling.chop_bottom) else 481 }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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: flavor bar
- choice: bar
- editable: false
- save value: false
- show statistics: false
-extra card style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
- flavor bar:
- left: 0
- top: { bar_equation() }
- width: 375
- height: 1
- z index: 3
- render style: image
- image: bar.png
- visible: { card.rule_text != "" and remove_tags(card.flavor_text) != "" and set.use_flavor_bar }
diff --git a/data/magic-m15-planeshifted.mse-style/style - Copy b/data/magic-m15-planeshifted.mse-style/style - Copy
deleted file mode 100644
index 1bb6a3b10..000000000
--- a/data/magic-m15-planeshifted.mse-style/style - Copy
+++ /dev/null
@@ -1,497 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Planeshifted
-full name: After M15 Planeshifted
-icon: card-sample.png
-installer group: magic/m15 style/normal cards/Planeshifted
-position hint: 070
-
-version: 2018-02-09
-depends on:
- package: magic.mse-game
- version: 2014-06-25
-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
-
- card_shape := { if styling.shifted_sorting then "shifted" else "normal" }
- has_identity := { styling.color_indicator_dot }
- is_unsorted := {styling.remove_from_autocount}
- chop_top := {if comma_count(styling.chop_text) == ",," then split_text(match:",", styling.chop_text).0 else "0"}
- chop_bot := {if comma_count(styling.chop_text) == ",," then split_text(match:",", styling.chop_text).1 else "0"}
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop text
- description: Shrinks the textbox, formatted as "top,bottom". This must end in a comma.
-styling field:
- type: boolean
- name: shifted sorting
- description: Should this style of card sort as a shifted card (after other cards of that color)?
- initial: yes
-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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 2
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(192,192,192)
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { 327 - (-chop_top()) }
- width: 314
- bottom: { 481 - chop_bot() }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: rgb(255,255,255)
- shadow color: rgb(0,0,0)
- shadow displacement x: -1
- shadow displacement y: 1
- separator color: rgb(200,0,0)
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps }
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-planeshifted.mse-style/tombstone.png b/data/magic-m15-planeshifted.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ucard.jpg b/data/magic-m15-planeshifted.mse-style/ucard.jpg
deleted file mode 100644
index 1cbd8c449..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ulcard.jpg b/data/magic-m15-planeshifted.mse-style/ulcard.jpg
deleted file mode 100644
index 721aa2d6f..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ulpt.png b/data/magic-m15-planeshifted.mse-style/ulpt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ulstamp.jpg b/data/magic-m15-planeshifted.mse-style/ulstamp.jpg
deleted file mode 100644
index c2b4b3c3d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/upt.png b/data/magic-m15-planeshifted.mse-style/upt.png
deleted file mode 100644
index 8c32a263c..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/ustamp.jpg b/data/magic-m15-planeshifted.mse-style/ustamp.jpg
deleted file mode 100644
index c2b4b3c3d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wcard.jpg b/data/magic-m15-planeshifted.mse-style/wcard.jpg
deleted file mode 100644
index 3a4e15a97..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wlcard.jpg b/data/magic-m15-planeshifted.mse-style/wlcard.jpg
deleted file mode 100644
index f9fdd9ef3..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wlpt.png b/data/magic-m15-planeshifted.mse-style/wlpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wlstamp.jpg b/data/magic-m15-planeshifted.mse-style/wlstamp.jpg
deleted file mode 100644
index 48339060d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wpt.png b/data/magic-m15-planeshifted.mse-style/wpt.png
deleted file mode 100644
index 1a8f3a697..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-planeshifted.mse-style/wstamp.jpg b/data/magic-m15-planeshifted.mse-style/wstamp.jpg
deleted file mode 100644
index 48339060d..000000000
Binary files a/data/magic-m15-planeshifted.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/acard.jpg b/data/magic-m15-token.mse-style/acard.jpg
deleted file mode 100644
index 2a659cccc..000000000
Binary files a/data/magic-m15-token.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/acard2.jpg b/data/magic-m15-token.mse-style/acard2.jpg
deleted file mode 100644
index 255b6e077..000000000
Binary files a/data/magic-m15-token.mse-style/acard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/apt.png b/data/magic-m15-token.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-token.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/artifact_blend_card.png b/data/magic-m15-token.mse-style/artifact_blend_card.png
deleted file mode 100644
index 894af6e02..000000000
Binary files a/data/magic-m15-token.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/artifact_blend_card2.png b/data/magic-m15-token.mse-style/artifact_blend_card2.png
deleted file mode 100644
index 70634ef36..000000000
Binary files a/data/magic-m15-token.mse-style/artifact_blend_card2.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/artifact_blend_pt.png b/data/magic-m15-token.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-token.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/artist_arrow.png b/data/magic-m15-token.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-token.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/bcard.jpg b/data/magic-m15-token.mse-style/bcard.jpg
deleted file mode 100644
index 29a7bc965..000000000
Binary files a/data/magic-m15-token.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/bcard2.jpg b/data/magic-m15-token.mse-style/bcard2.jpg
deleted file mode 100644
index 8bd8967e9..000000000
Binary files a/data/magic-m15-token.mse-style/bcard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/border_mask.png b/data/magic-m15-token.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-token.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/bpt.png b/data/magic-m15-token.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-token.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/build.bat b/data/magic-m15-token.mse-style/build.bat
deleted file mode 100644
index 31f975b08..000000000
--- a/data/magic-m15-token.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15-token.mse-style magic.mse-game magic-blends.mse-include magic-default-image.mse-include magic-mana-small.mse-symbol-font magic-watermarks.mse-include
-
-ren "magic-m15-token.mse-installer" "Magic - M15 Tokens.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-token.mse-style/card-sample.png b/data/magic-m15-token.mse-style/card-sample.png
deleted file mode 100644
index d313f9794..000000000
Binary files a/data/magic-m15-token.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/ccard.jpg b/data/magic-m15-token.mse-style/ccard.jpg
deleted file mode 100644
index e9847bcba..000000000
Binary files a/data/magic-m15-token.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/ccard2.jpg b/data/magic-m15-token.mse-style/ccard2.jpg
deleted file mode 100644
index 077ea214a..000000000
Binary files a/data/magic-m15-token.mse-style/ccard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/clpt.png b/data/magic-m15-token.mse-style/clpt.png
deleted file mode 100644
index da5f62b28..000000000
Binary files a/data/magic-m15-token.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/cpt.png b/data/magic-m15-token.mse-style/cpt.png
deleted file mode 100644
index da5f62b28..000000000
Binary files a/data/magic-m15-token.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/foil_mask.png b/data/magic-m15-token.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-token.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/gcard.jpg b/data/magic-m15-token.mse-style/gcard.jpg
deleted file mode 100644
index c1b996e94..000000000
Binary files a/data/magic-m15-token.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/gcard2.jpg b/data/magic-m15-token.mse-style/gcard2.jpg
deleted file mode 100644
index afe67b67d..000000000
Binary files a/data/magic-m15-token.mse-style/gcard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/glpt.png b/data/magic-m15-token.mse-style/glpt.png
deleted file mode 100644
index 309c2d7f4..000000000
Binary files a/data/magic-m15-token.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/gpt.png b/data/magic-m15-token.mse-style/gpt.png
deleted file mode 100644
index 374dc86a0..000000000
Binary files a/data/magic-m15-token.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/hybrid_blend_card.png b/data/magic-m15-token.mse-style/hybrid_blend_card.png
deleted file mode 100644
index e6705bb63..000000000
Binary files a/data/magic-m15-token.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/hybrid_blend_card2.png b/data/magic-m15-token.mse-style/hybrid_blend_card2.png
deleted file mode 100644
index 27b387afc..000000000
Binary files a/data/magic-m15-token.mse-style/hybrid_blend_card2.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/hybrid_blend_pt.png b/data/magic-m15-token.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-token.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/imagemask.png b/data/magic-m15-token.mse-style/imagemask.png
deleted file mode 100644
index 6eacf8908..000000000
Binary files a/data/magic-m15-token.mse-style/imagemask.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/imagemask2.png b/data/magic-m15-token.mse-style/imagemask2.png
deleted file mode 100644
index ce5ce2b68..000000000
Binary files a/data/magic-m15-token.mse-style/imagemask2.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/mcard.jpg b/data/magic-m15-token.mse-style/mcard.jpg
deleted file mode 100644
index 75f9e3f60..000000000
Binary files a/data/magic-m15-token.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/mcard2.jpg b/data/magic-m15-token.mse-style/mcard2.jpg
deleted file mode 100644
index bf2262120..000000000
Binary files a/data/magic-m15-token.mse-style/mcard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/mpt.png b/data/magic-m15-token.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-token.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/multicolor_blend_card.png b/data/magic-m15-token.mse-style/multicolor_blend_card.png
deleted file mode 100644
index d29fb41d0..000000000
Binary files a/data/magic-m15-token.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/multicolor_blend_card2.png b/data/magic-m15-token.mse-style/multicolor_blend_card2.png
deleted file mode 100644
index 008a44980..000000000
Binary files a/data/magic-m15-token.mse-style/multicolor_blend_card2.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/multicolor_blend_pt.png b/data/magic-m15-token.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-token.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/rcard.jpg b/data/magic-m15-token.mse-style/rcard.jpg
deleted file mode 100644
index 9d5b9c3dd..000000000
Binary files a/data/magic-m15-token.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/rcard2.jpg b/data/magic-m15-token.mse-style/rcard2.jpg
deleted file mode 100644
index 763dc2d20..000000000
Binary files a/data/magic-m15-token.mse-style/rcard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/rpt.png b/data/magic-m15-token.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-token.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/style b/data/magic-m15-token.mse-style/style
deleted file mode 100644
index 41510463a..000000000
--- a/data/magic-m15-token.mse-style/style
+++ /dev/null
@@ -1,410 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 Tokens
-full name: After M15
-icon: card-sample.png
-installer group: magic/m15 style/tokens
-position hint: 703
-
-version: 2015-12-20
-depends on:
- package: magic.mse-game
- version: 2014-06-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-mana-small.mse-symbol-font
- version: 2007-09-23
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_typeline }
-
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # What should the textbox look like?
- text_shape := {
- if card.rule_text == ""
- and card.flavor_text == "" then "" # no textbox
- else "2" # textbox
- }
-
- template_suffix := [card: "card.jpg", card2: "card2.jpg", pt: "pt.png"]
- template := { input + template_suffix[type] }
- land_template := { (if input == "a" then "c" else input) + template_suffix[type] }
-
- # 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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- card_shape := { "token" }
-
-############################################################## 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)
-############################################################## Extra style
-styling field:
- type: boolean
- name: center pt
- description: Moves the PT to the middle of the card
- initial: no
-styling field:
- type: boolean
- name: grey hybrid typeline
- description: Use a grey background for the type line on hybrid cards. 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: package choice
- name: text box mana symbols
- match: magic-mana-*.mse-symbol-font
- initial: magic-mana-small.mse-symbol-font
-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: 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: short text only
-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-small.mse-symbol-font/mana_t.png
- old: /magic-mana-small.mse-symbol-font/mana_t_old.png
- diagonal T: /magic-mana-small.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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { color_background(type:"card" + text_shape(), base_hybrid:card_hybrid) }
- ###################C######### Name line
- name:
- left: 30
- top: 26
- width: 315
- height: 28
- alignment: bottom center
- padding bottom: -2
- padding top: 2
- z index: 2
- font:
- name: Beleren Small Caps Bold
- size: 19
- color: rgb(255,239,128)
- always symbol: true
- ############################# Image
- image:
- left: 29
- top: 62
- width: 317
- height:
- { if text_shape() == "" then 363
- else 289 }
- mask: { "imagemask{text_shape()}.png" }
- z index: 1
- default: {default_image(card.card_color)}
- ################H############ Card type
- type:
- left: 32
- top:
- {if text_shape() == "" then 429
- else 354}
- width: { 311 - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- padding bottom: 4
- padding right: 2
- font:
- name: Beleren Bold
- size: 14
- color: black
- separator color: red
- rarity:
- right: 343
- top:
- {if text_shape() == "" then 431
- else 356}
- width: 44
- height: 22
- z index: 2
- alignment: middle right
- render style: image
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 31
- top:
- { if text_shape() == "" then 459
- else 388}
- width: 311
- height:
- { if text_shape() == "" then 27
- else 94}
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 10
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- alignment:
- script:
- if (styling.center_text == "short text only" and
- card_style.text.content_lines <= 2 and
- not contains(match: ".", card.rule_text) and
- not contains(match: ";", card.rule_text) and
- not contains(match: ":", card.rule_text) and
- not contains(match: "!", card.rule_text) and
- not contains(match: "?", card.rule_text) and
- card.flavor_text == "") or
- styling.center_text == "always"
- then "middle center shrink-overflow"
- else "middle left shrink-overflow"
- z index: 2
- padding left: 6
- padding top: 2
- padding right: 4
- padding bottom: 2
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- watermark:
- left: 142
- top: { if text_shape() == "2" then 383 else 600 }
- width: 85
- height: 104
- z index: 1
- render style: image
- alignment: middle center
- popup style: in place
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: { if styling.center_pt then 157.5 else 286}
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" and not styling.center_pt then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: { not set.automatic_copyright }
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
-############################################################## Extra card fields
-extra card field:
- type: text
- name: card code
- save value: false
- script:
- if set.automatic_card_numbers 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: {if styling.center_pt then 144 else 273 }
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- 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"}
- auto copyright:
- right: 350
- top: { if card.pt != "" and not styling.center_pt then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-token.mse-style/ucard.jpg b/data/magic-m15-token.mse-style/ucard.jpg
deleted file mode 100644
index 0ca5718e7..000000000
Binary files a/data/magic-m15-token.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/ucard2.jpg b/data/magic-m15-token.mse-style/ucard2.jpg
deleted file mode 100644
index 6c86d44f5..000000000
Binary files a/data/magic-m15-token.mse-style/ucard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/upt.png b/data/magic-m15-token.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-token.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/wcard.jpg b/data/magic-m15-token.mse-style/wcard.jpg
deleted file mode 100644
index b9d8679dd..000000000
Binary files a/data/magic-m15-token.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/wcard2.jpg b/data/magic-m15-token.mse-style/wcard2.jpg
deleted file mode 100644
index 8755344eb..000000000
Binary files a/data/magic-m15-token.mse-style/wcard2.jpg and /dev/null differ
diff --git a/data/magic-m15-token.mse-style/wpt.png b/data/magic-m15-token.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-token.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/acard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/acard.jpg
deleted file mode 100644
index 2807be68e..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/apt.png b/data/magic-m15-ttk-conspiracy.mse-style/apt.png
deleted file mode 100644
index 15d680e6c..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/apt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_card.png b/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_identity.png b/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_pt.png b/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_stamp.png b/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/artist_arrow.png b/data/magic-m15-ttk-conspiracy.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/astamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/bcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/bcard.jpg
deleted file mode 100644
index 5e48240d5..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/blcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/blcard.jpg
deleted file mode 100644
index 1a68ad12a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/blpt.png b/data/magic-m15-ttk-conspiracy.mse-style/blpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/blpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/blstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/border_mask.png b/data/magic-m15-ttk-conspiracy.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/bpt.png b/data/magic-m15-ttk-conspiracy.mse-style/bpt.png
deleted file mode 100644
index f4cbdac89..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/bpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/bstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/build.bat b/data/magic-m15-ttk-conspiracy.mse-style/build.bat
deleted file mode 100644
index ea3687d15..000000000
--- a/data/magic-m15-ttk-conspiracy.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15.mse-installer" "Magic - M15 Style.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/card-sample.png b/data/magic-m15-ttk-conspiracy.mse-style/card-sample.png
deleted file mode 100644
index c44dcdb25..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ccard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/ccard.jpg
deleted file mode 100644
index 226298f18..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/clcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/clcard.jpg
deleted file mode 100644
index c2dd46a6b..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/clpt.png b/data/magic-m15-ttk-conspiracy.mse-style/clpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/clpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/clstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/cpt.png b/data/magic-m15-ttk-conspiracy.mse-style/cpt.png
deleted file mode 100644
index 4fa6c8334..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/cpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/cstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/foil_mask.png b/data/magic-m15-ttk-conspiracy.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/foil_mask_rare.png b/data/magic-m15-ttk-conspiracy.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/foil_stamp.png b/data/magic-m15-ttk-conspiracy.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/gcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/gcard.jpg
deleted file mode 100644
index 2895c304c..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/glcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/glcard.jpg
deleted file mode 100644
index d3eb65450..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/glpt.png b/data/magic-m15-ttk-conspiracy.mse-style/glpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/glpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/glstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/gpt.png b/data/magic-m15-ttk-conspiracy.mse-style/gpt.png
deleted file mode 100644
index f553b708f..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/gpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/gstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_card.png b/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_identity.png b/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_pt.png b/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_stamp.png b/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/mcard.jpg
deleted file mode 100644
index 8ccf0c957..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mlcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/mlcard.jpg
deleted file mode 100644
index 5cf13908a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mlpt.png b/data/magic-m15-ttk-conspiracy.mse-style/mlpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mlpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mlstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mpt.png b/data/magic-m15-ttk-conspiracy.mse-style/mpt.png
deleted file mode 100644
index 163d73306..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/mstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_card.png b/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_identity.png b/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_pt.png b/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_stamp.png b/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/rcard.jpg
deleted file mode 100644
index 3a15dfa55..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rlcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/rlcard.jpg
deleted file mode 100644
index 7f7caa76b..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rlpt.png b/data/magic-m15-ttk-conspiracy.mse-style/rlpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rlpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rlstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rpt.png b/data/magic-m15-ttk-conspiracy.mse-style/rpt.png
deleted file mode 100644
index 255cf8b8a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/rstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/style b/data/magic-m15-ttk-conspiracy.mse-style/style
deleted file mode 100644
index 90a07a7d5..000000000
--- a/data/magic-m15-ttk-conspiracy.mse-style/style
+++ /dev/null
@@ -1,502 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 TTK Conspiracy
-full name: M15 Take the Crown Conspiracy Style
-icon: card-sample.png
-installer group: magic/m15 conspiracy style/normal cards
-position hint: 013
-
-version: 2018-02-08
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #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_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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,hybrid"
- 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}
- shrink_type := {if styling.shrink_typeline_text != "" then to_int(styling.shrink_typeline_text) else 0 }
- shrink_name := {if styling.shrink_name_text != "" then to_int(styling.shrink_name_text) else 0 }
-
- # 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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := {styling.color_indicator_dot}
- is_unsorted := {styling.remove_from_autocount}
-
-############################################################## 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)
-############################################################## 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: 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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: { 23 - (0.5 * shrink_name()) }
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: { 16 - shrink_name() }
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 1
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: { 20 - shrink_type() }
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: { 13 - shrink_name() }
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- top: {327 - (-chop_top()) }
- bottom: {481 - chop_bot() }
- left: 29
- width: 314
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: black
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: { card_ptbox() }
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
\ No newline at end of file
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/tombstone.png b/data/magic-m15-ttk-conspiracy.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ucard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/ucard.jpg
deleted file mode 100644
index 3576f8552..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ulcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/ulcard.jpg
deleted file mode 100644
index 38d05dd25..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ulpt.png b/data/magic-m15-ttk-conspiracy.mse-style/ulpt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ulpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ulstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/upt.png b/data/magic-m15-ttk-conspiracy.mse-style/upt.png
deleted file mode 100644
index e9f38eea2..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/upt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/ustamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/wcard.jpg
deleted file mode 100644
index 209bf914a..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wlcard.jpg b/data/magic-m15-ttk-conspiracy.mse-style/wlcard.jpg
deleted file mode 100644
index b25772d0f..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wlpt.png b/data/magic-m15-ttk-conspiracy.mse-style/wlpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wlpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wlstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wpt.png b/data/magic-m15-ttk-conspiracy.mse-style/wpt.png
deleted file mode 100644
index 6480a3909..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wpt.png and /dev/null differ
diff --git a/data/magic-m15-ttk-conspiracy.mse-style/wstamp.jpg b/data/magic-m15-ttk-conspiracy.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-ttk-conspiracy.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-ttk-frames.mse-style/card-sample.png b/data/magic-m15-ttk-frames.mse-style/card-sample.png
index c44dcdb25..ba8066d04 100644
Binary files a/data/magic-m15-ttk-frames.mse-style/card-sample.png and b/data/magic-m15-ttk-frames.mse-style/card-sample.png differ
diff --git a/data/magic-m15-clear.mse-style/crown.png b/data/magic-m15-ttk-frames.mse-style/consscrolls.png
similarity index 88%
rename from data/magic-m15-clear.mse-style/crown.png
rename to data/magic-m15-ttk-frames.mse-style/consscrolls.png
index fec884645..b0dffe1a6 100644
Binary files a/data/magic-m15-clear.mse-style/crown.png and b/data/magic-m15-ttk-frames.mse-style/consscrolls.png differ
diff --git a/data/magic-m15-ttk-frames.mse-style/style b/data/magic-m15-ttk-frames.mse-style/style
index ff97003e6..bdb393d93 100644
--- a/data/magic-m15-ttk-frames.mse-style/style
+++ b/data/magic-m15-ttk-frames.mse-style/style
@@ -1,12 +1,12 @@
mse version: 2.0.0
game: magic
-short name: M15 TTK Style
-full name: M15 Take the Crown Style
+short name: CN2 Styles
+full name: CN2 Draft/Conspiracy
icon: card-sample.png
installer group: magic/m15 conspiracy style/normal cards
position hint: 013
-version: 2018-02-09
+version: 2024-01-28
depends on:
package: magic.mse-game
version: 2014-06-25
@@ -61,6 +61,21 @@ init script:
is_promo := { styling.promo }
has_identity := { styling.color_indicator_dot }
is_unsorted := {styling.remove_from_autocount}
+
+ is_cons := {
+ if styling.use_conspiracy_frame == "Never"
+ then false
+ else if styling.use_conspiracy_frame == "Always"
+ then true
+ else
+ contains(card.type, match:"Conspiracy")
+ }
+
+ # alternate rarity color
+ alt_rarity := {styling.alt_rarity_color}
+ use_main_rarity := { contains(set.mainframe_rarity_name, match: ".png")}
+ un_png := replace@(match:".png", replace: "")
+
############################################################## Set info fields
set info style:
symbol:
@@ -79,10 +94,20 @@ styling field:
type: text
name: chop bottom
description: Shrinks the textbox from the bottom.
+styling field:
+ type: choice
+ name: use conspiracy frame
+ choice: On cards typed Conspiracy
+ choice: Always
+ choice: Never
styling field:
type: boolean
name: use holofoil stamps
description: Change to no to disable rare holofoil stamps
+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:...:X:" 1 and 2 are fill color, 3 and 4 border color, X is border thickness. For example, rare is 214,196,94:95,84,40:0,0,0:0,0,0:0.07
styling field:
type: boolean
name: color indicator dot
@@ -258,7 +283,7 @@ card style:
color: black
separator color: red
rarity:
- right: 344
+ right: {if is_cons() then 334 else 344}
top: 297
width: 44
height: 22
@@ -269,17 +294,40 @@ card style:
# Images based on the set symbol
basic land:
script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png"
+ else if use_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 styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "c.png"
+ else if use_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: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
+ uncommon:
+ script:
+ if use_main_rarity() then "/magic-mainframe-extras.mse-include/" + un_png(set.mainframe_rarity_name) + "u.png"
+ else if use_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 use_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 use_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 use_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 box
text:
left: 29
@@ -418,6 +466,12 @@ extra card field:
save value: false
editable: false
show statistics: false
+extra card field:
+ type: choice
+ name: scrolls
+ choice: scrolls
+ save value: false
+ editable: false
extra card style:
card code:
left: 24
@@ -486,4 +540,13 @@ extra card style:
name: Matrix
size: 7
color: white
- weight: bold
\ No newline at end of file
+ weight: bold
+ scrolls:
+ left: 0
+ top: 0
+ width: 375
+ height: 523
+ z index: 0
+ render style: image
+ image: consscrolls.png
+ visible: {is_cons()}
\ No newline at end of file
diff --git a/data/magic-m15-vehicles.mse-style/acard.jpg b/data/magic-m15-vehicles.mse-style/acard.jpg
deleted file mode 100644
index 375233de9..000000000
Binary files a/data/magic-m15-vehicles.mse-style/acard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/artifact_blend_card.png b/data/magic-m15-vehicles.mse-style/artifact_blend_card.png
deleted file mode 100644
index c6f8fb9da..000000000
Binary files a/data/magic-m15-vehicles.mse-style/artifact_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/artifact_blend_identity.png b/data/magic-m15-vehicles.mse-style/artifact_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-vehicles.mse-style/artifact_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/artifact_blend_pt.png b/data/magic-m15-vehicles.mse-style/artifact_blend_pt.png
deleted file mode 100644
index 45eb6f3b1..000000000
Binary files a/data/magic-m15-vehicles.mse-style/artifact_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/artifact_blend_stamp.png b/data/magic-m15-vehicles.mse-style/artifact_blend_stamp.png
deleted file mode 100644
index 857df552a..000000000
Binary files a/data/magic-m15-vehicles.mse-style/artifact_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/artist_arrow.png b/data/magic-m15-vehicles.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-m15-vehicles.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/astamp.jpg b/data/magic-m15-vehicles.mse-style/astamp.jpg
deleted file mode 100644
index e73324021..000000000
Binary files a/data/magic-m15-vehicles.mse-style/astamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/bcard.jpg b/data/magic-m15-vehicles.mse-style/bcard.jpg
deleted file mode 100644
index 25caf9f40..000000000
Binary files a/data/magic-m15-vehicles.mse-style/bcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/blcard.jpg b/data/magic-m15-vehicles.mse-style/blcard.jpg
deleted file mode 100644
index 1a68ad12a..000000000
Binary files a/data/magic-m15-vehicles.mse-style/blcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/blstamp.jpg b/data/magic-m15-vehicles.mse-style/blstamp.jpg
deleted file mode 100644
index 7326fbd5e..000000000
Binary files a/data/magic-m15-vehicles.mse-style/blstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/border_mask.png b/data/magic-m15-vehicles.mse-style/border_mask.png
deleted file mode 100644
index 4a53f2699..000000000
Binary files a/data/magic-m15-vehicles.mse-style/border_mask.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/bstamp.jpg b/data/magic-m15-vehicles.mse-style/bstamp.jpg
deleted file mode 100644
index 970d9ebd4..000000000
Binary files a/data/magic-m15-vehicles.mse-style/bstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/build.bat b/data/magic-m15-vehicles.mse-style/build.bat
deleted file mode 100644
index ea3687d15..000000000
--- a/data/magic-m15-vehicles.mse-style/build.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-cd ..
-
-cd ..
-
-mse --create-installer magic-m15.mse-style magic.mse-game magic-blends.mse-include magic-mana-small.mse-symbol-font magic-mana-large.mse-symbol-font magic-watermarks.mse-include magic-default-image.mse-include magic-identity-new.mse-include
-
-ren "magic-m15.mse-installer" "Magic - M15 Style.mse-installer"
\ No newline at end of file
diff --git a/data/magic-m15-vehicles.mse-style/card-sample.png b/data/magic-m15-vehicles.mse-style/card-sample.png
deleted file mode 100644
index 604c56412..000000000
Binary files a/data/magic-m15-vehicles.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/ccard.jpg b/data/magic-m15-vehicles.mse-style/ccard.jpg
deleted file mode 100644
index 9713914b6..000000000
Binary files a/data/magic-m15-vehicles.mse-style/ccard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/clcard.jpg b/data/magic-m15-vehicles.mse-style/clcard.jpg
deleted file mode 100644
index c2dd46a6b..000000000
Binary files a/data/magic-m15-vehicles.mse-style/clcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/clstamp.jpg b/data/magic-m15-vehicles.mse-style/clstamp.jpg
deleted file mode 100644
index 89b7c03bf..000000000
Binary files a/data/magic-m15-vehicles.mse-style/clstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/cstamp.jpg b/data/magic-m15-vehicles.mse-style/cstamp.jpg
deleted file mode 100644
index 23d1b9705..000000000
Binary files a/data/magic-m15-vehicles.mse-style/cstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/foil_mask.png b/data/magic-m15-vehicles.mse-style/foil_mask.png
deleted file mode 100644
index 3f647e2d3..000000000
Binary files a/data/magic-m15-vehicles.mse-style/foil_mask.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/foil_mask_rare.png b/data/magic-m15-vehicles.mse-style/foil_mask_rare.png
deleted file mode 100644
index 2633ea6d1..000000000
Binary files a/data/magic-m15-vehicles.mse-style/foil_mask_rare.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/foil_stamp.png b/data/magic-m15-vehicles.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-m15-vehicles.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/gcard.jpg b/data/magic-m15-vehicles.mse-style/gcard.jpg
deleted file mode 100644
index 67fa958ec..000000000
Binary files a/data/magic-m15-vehicles.mse-style/gcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/glcard.jpg b/data/magic-m15-vehicles.mse-style/glcard.jpg
deleted file mode 100644
index d3eb65450..000000000
Binary files a/data/magic-m15-vehicles.mse-style/glcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/glstamp.jpg b/data/magic-m15-vehicles.mse-style/glstamp.jpg
deleted file mode 100644
index 4424256a3..000000000
Binary files a/data/magic-m15-vehicles.mse-style/glstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/gstamp.jpg b/data/magic-m15-vehicles.mse-style/gstamp.jpg
deleted file mode 100644
index 4911100b0..000000000
Binary files a/data/magic-m15-vehicles.mse-style/gstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/hybrid_blend_card.png b/data/magic-m15-vehicles.mse-style/hybrid_blend_card.png
deleted file mode 100644
index 5c7f03699..000000000
Binary files a/data/magic-m15-vehicles.mse-style/hybrid_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/hybrid_blend_identity.png b/data/magic-m15-vehicles.mse-style/hybrid_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-vehicles.mse-style/hybrid_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/hybrid_blend_pt.png b/data/magic-m15-vehicles.mse-style/hybrid_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-vehicles.mse-style/hybrid_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/hybrid_blend_stamp.png b/data/magic-m15-vehicles.mse-style/hybrid_blend_stamp.png
deleted file mode 100644
index 4fa69d857..000000000
Binary files a/data/magic-m15-vehicles.mse-style/hybrid_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/mcard.jpg b/data/magic-m15-vehicles.mse-style/mcard.jpg
deleted file mode 100644
index 3f2b1ff8c..000000000
Binary files a/data/magic-m15-vehicles.mse-style/mcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/mlcard.jpg b/data/magic-m15-vehicles.mse-style/mlcard.jpg
deleted file mode 100644
index 5cf13908a..000000000
Binary files a/data/magic-m15-vehicles.mse-style/mlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/mlstamp.jpg b/data/magic-m15-vehicles.mse-style/mlstamp.jpg
deleted file mode 100644
index 17bbc73e3..000000000
Binary files a/data/magic-m15-vehicles.mse-style/mlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/mstamp.jpg b/data/magic-m15-vehicles.mse-style/mstamp.jpg
deleted file mode 100644
index 30c05e991..000000000
Binary files a/data/magic-m15-vehicles.mse-style/mstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/multicolor_blend_card.png b/data/magic-m15-vehicles.mse-style/multicolor_blend_card.png
deleted file mode 100644
index 2d6985879..000000000
Binary files a/data/magic-m15-vehicles.mse-style/multicolor_blend_card.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/multicolor_blend_identity.png b/data/magic-m15-vehicles.mse-style/multicolor_blend_identity.png
deleted file mode 100644
index aa9aeeec0..000000000
Binary files a/data/magic-m15-vehicles.mse-style/multicolor_blend_identity.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/multicolor_blend_pt.png b/data/magic-m15-vehicles.mse-style/multicolor_blend_pt.png
deleted file mode 100644
index b209ddfbf..000000000
Binary files a/data/magic-m15-vehicles.mse-style/multicolor_blend_pt.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/multicolor_blend_stamp.png b/data/magic-m15-vehicles.mse-style/multicolor_blend_stamp.png
deleted file mode 100644
index bb0de72d6..000000000
Binary files a/data/magic-m15-vehicles.mse-style/multicolor_blend_stamp.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/pt.png b/data/magic-m15-vehicles.mse-style/pt.png
deleted file mode 100644
index 218ae7203..000000000
Binary files a/data/magic-m15-vehicles.mse-style/pt.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/rcard.jpg b/data/magic-m15-vehicles.mse-style/rcard.jpg
deleted file mode 100644
index e56de7f27..000000000
Binary files a/data/magic-m15-vehicles.mse-style/rcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/rlcard.jpg b/data/magic-m15-vehicles.mse-style/rlcard.jpg
deleted file mode 100644
index 7f7caa76b..000000000
Binary files a/data/magic-m15-vehicles.mse-style/rlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/rlstamp.jpg b/data/magic-m15-vehicles.mse-style/rlstamp.jpg
deleted file mode 100644
index fad080231..000000000
Binary files a/data/magic-m15-vehicles.mse-style/rlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/rstamp.jpg b/data/magic-m15-vehicles.mse-style/rstamp.jpg
deleted file mode 100644
index 20ba3c26a..000000000
Binary files a/data/magic-m15-vehicles.mse-style/rstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/style b/data/magic-m15-vehicles.mse-style/style
deleted file mode 100644
index ad51f0250..000000000
--- a/data/magic-m15-vehicles.mse-style/style
+++ /dev/null
@@ -1,510 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: M15 vehicle style
-full name: After M15 Vehicles
-icon: card-sample.png
-installer group: magic/m15 style/normal cards
-position hint: 704
-
-version: 2018-02-08
-depends on:
- package: magic.mse-game
- version: 2014-06-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
-
-card width: 375
-card height: 523
-card dpi: 150
-#Original template by isaacisawesome
-#new vehicle overlay by Pixi-Rex
-############################################################## Extra scripts
-init script:
- # Load scripts for image box
- include file: /magic-default-image.mse-include/scripts
-
- # Should hybrids have a grey name?
- mask_hybrid_with_land := { styling.grey_hybrid_name }
-
- #Should multicolor lands with basic land types have a colored name?
- mask_multi_land_with_color := { styling.colored_multicolor_land_name }
-
- template_prefix := [card: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
- template_suffix := [card: "card.jpg" 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] }
- # Use land templates for previews because they show more contrast
- hybrid_previews := "land,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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
- # Is the card a promo card?
- is_promo := { styling.promo }
- has_identity := {styling.color_indicator_dot}
- is_unsorted := {styling.remove_from_autocount}
-
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: text
- name: chop top
- description: Shrinks the textbox from the top.
-styling field:
- type: text
- name: chop bottom
- description: Shrinks the textbox from the bottom.
-styling field:
- type: boolean
- name: land vehicles
- description: use the vehicle overlay on lands
-styling field:
- type: boolean
- name: color indicator dot
- description: Use the color indicator dot.
- initial: no
-styling field:
- type: boolean
- name: use holofoil stamps
- description: Change to no to disable rare holofoil stamps
-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: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
-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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- border color:
- left: 0
- top : 0
- width: 375
- height: 523
- radius: 18
- left width: 17
- right width: 17
- top width: 17
- bottom width: 18
- z index: 4
- mask: border_mask.png
- card color:
- left: 0
- top: 0
- width: 375
- height: 523
- z index: 0
- render style: image
- popup style: in place
- image: { card_background() }
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: {default_image(card.card_color)}
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 2
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 296
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: red
- rarity:
- right: 344
- top: 297
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
- ############################# Text box
- text:
- left: 29
- top: { if styling.chop_top != "" then (327 - (-styling.chop_top)) else 327 }
- width: 314
- bottom: { if styling.chop_bottom != "" then (481 - styling.chop_bottom) else 481 }
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: white
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- visible: {not set.automatic_copyright}
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- 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: 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: foil layer
- choice: foil
- save value: false
- editable: false
-extra card field:
- type: choice
- name: car hood
- choice: yes
- 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 style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: pt.png
- stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- render style: image
- image: { card_stamp() }
- foil stamp:
- left: 165
- top: 472
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() and styling.use_holofoil_stamps}
- 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: { if is_rare() then "foil_mask_rare.png" else "foil_mask.png" }
- car hood:
- left: 0
- top: 0
- width: { if contains(card.card_color, match:"land") and not styling.land_vehicles then 0 else 375 }
- height: { if contains(card.card_color, match:"land") and not styling.land_vehicles then 0 else 523 }
- z index: 0
- render style: image
- image: voverlay.png
- auto copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- visible: {set.automatic_copyright}
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
diff --git a/data/magic-m15-vehicles.mse-style/tombstone.png b/data/magic-m15-vehicles.mse-style/tombstone.png
deleted file mode 100644
index d5508a6d3..000000000
Binary files a/data/magic-m15-vehicles.mse-style/tombstone.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/ucard.jpg b/data/magic-m15-vehicles.mse-style/ucard.jpg
deleted file mode 100644
index ad394f980..000000000
Binary files a/data/magic-m15-vehicles.mse-style/ucard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/ulcard.jpg b/data/magic-m15-vehicles.mse-style/ulcard.jpg
deleted file mode 100644
index 38d05dd25..000000000
Binary files a/data/magic-m15-vehicles.mse-style/ulcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/ulstamp.jpg b/data/magic-m15-vehicles.mse-style/ulstamp.jpg
deleted file mode 100644
index 7a4af91c4..000000000
Binary files a/data/magic-m15-vehicles.mse-style/ulstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/ustamp.jpg b/data/magic-m15-vehicles.mse-style/ustamp.jpg
deleted file mode 100644
index 446d94764..000000000
Binary files a/data/magic-m15-vehicles.mse-style/ustamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/voverlay.png b/data/magic-m15-vehicles.mse-style/voverlay.png
deleted file mode 100644
index d5b3b8fcb..000000000
Binary files a/data/magic-m15-vehicles.mse-style/voverlay.png and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/wcard.jpg b/data/magic-m15-vehicles.mse-style/wcard.jpg
deleted file mode 100644
index 88d1c21c6..000000000
Binary files a/data/magic-m15-vehicles.mse-style/wcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/wlcard.jpg b/data/magic-m15-vehicles.mse-style/wlcard.jpg
deleted file mode 100644
index b25772d0f..000000000
Binary files a/data/magic-m15-vehicles.mse-style/wlcard.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/wlstamp.jpg b/data/magic-m15-vehicles.mse-style/wlstamp.jpg
deleted file mode 100644
index 8f1f9eb0e..000000000
Binary files a/data/magic-m15-vehicles.mse-style/wlstamp.jpg and /dev/null differ
diff --git a/data/magic-m15-vehicles.mse-style/wstamp.jpg b/data/magic-m15-vehicles.mse-style/wstamp.jpg
deleted file mode 100644
index 313138bad..000000000
Binary files a/data/magic-m15-vehicles.mse-style/wstamp.jpg and /dev/null differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined.png
new file mode 100644
index 000000000..f128121bf
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined_b.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined_b.png
new file mode 100644
index 000000000..5df8189b2
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined_b.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined_g.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined_g.png
new file mode 100644
index 000000000..b9d19f1aa
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined_g.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined_r.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined_r.png
new file mode 100644
index 000000000..2bf5f53a8
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined_r.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined_u.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined_u.png
new file mode 100644
index 000000000..c0f69a690
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined_u.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/large/mined_w.png b/data/magic-mainframe-extras.mse-include/cajun/large/mined_w.png
new file mode 100644
index 000000000..1a89cb1e0
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/large/mined_w.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined.png
new file mode 100644
index 000000000..3e25a9e30
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined_b.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined_b.png
new file mode 100644
index 000000000..aa2ef00f1
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined_b.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined_g.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined_g.png
new file mode 100644
index 000000000..3ce3724f8
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined_g.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined_r.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined_r.png
new file mode 100644
index 000000000..0fbc11865
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined_r.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined_u.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined_u.png
new file mode 100644
index 000000000..adddc81c5
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined_u.png differ
diff --git a/data/magic-mainframe-extras.mse-include/cajun/small/mined_w.png b/data/magic-mainframe-extras.mse-include/cajun/small/mined_w.png
new file mode 100644
index 000000000..02390682d
Binary files /dev/null and b/data/magic-mainframe-extras.mse-include/cajun/small/mined_w.png differ
diff --git a/data/magic-new-clear.mse-style/style b/data/magic-new-clear.mse-style/style
index 5c2d6bfec..77b42ca5f 100644
--- a/data/magic-new-clear.mse-style/style
+++ b/data/magic-new-clear.mse-style/style
@@ -1,10 +1,10 @@
-205mse version: 2.0.0
+mse version: 2.0.0
game: magic
short name: Modern Clear
full name: After 8th edition Clear
icon: card-sample.png
installer group: magic/new style/normal cards/Clear
-position hint: 014
+position hint: 205
version: 2014-02-22
depends on:
diff --git a/data/magic-vehicles.mse-style/artist_arrow.png b/data/magic-vehicles.mse-style/artist_arrow.png
deleted file mode 100644
index ea39aa438..000000000
Binary files a/data/magic-vehicles.mse-style/artist_arrow.png and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/card-sample.png b/data/magic-vehicles.mse-style/card-sample.png
deleted file mode 100644
index e016fbd3a..000000000
Binary files a/data/magic-vehicles.mse-style/card-sample.png and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/default.jpg b/data/magic-vehicles.mse-style/default.jpg
deleted file mode 100644
index d18879e0a..000000000
Binary files a/data/magic-vehicles.mse-style/default.jpg and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/foil_stamp.png b/data/magic-vehicles.mse-style/foil_stamp.png
deleted file mode 100644
index 375256851..000000000
Binary files a/data/magic-vehicles.mse-style/foil_stamp.png and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/style b/data/magic-vehicles.mse-style/style
deleted file mode 100644
index 6c6d10ca9..000000000
--- a/data/magic-vehicles.mse-style/style
+++ /dev/null
@@ -1,395 +0,0 @@
-mse version: 2.0.0
-game: magic
-short name: Vehicles
-full name: Kaladesh Vehicles
-installer group: magic/vehicles
-icon: card-sample.png
-position hint: 702
-
-version: 2016-09-15
-depends on:
- package: magic.mse-game
- version: 2014-06-25
-depends on:
- package: magic-watermarks.mse-include
- version: 2007-09-23
-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
-
-card width: 375
-card height: 524
-card dpi: 150
-############################################################## Extra scripts
-init script:
-
- # 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"
- }
-
- # Use guild mana symbols?
- guild_mana := { styling.use_guild_mana_symbols }
-
-############################################################## 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)
-############################################################## Extra style options
-styling field:
- type: boolean
- name: grey hybrid name
- description: Use a grey background for the name and type line on hybrid cards. 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: 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") }
-############################################################## Card fields
-card style:
- ############################# Background stuff
- card color:
- left: 0
- top: 0
- width: 375
- height: 524
- z index: 0
- render style: image
- popup style: in place
- image: vcard.png
- ############################# Name line
- name:
- left: { if card.card_symbol=="none" then 32 else 50 }
- top: 30
- right: { 341 - card_style.casting_cost.content_width }
- height: 23
- alignment: bottom shrink-overflow
- padding bottom: 0
- z index: 1
- font:
- name: Beleren Bold
- size: 16
- color: black
- casting cost:
- right: 346
- top: 29
- width: { max(30, card_style.casting_cost.content_width) + 5 }
- height: 23
- alignment: middle right
- font:
- name: MPlantin
- size: 15
- symbol font:
- name: magic-mana-large
- size: 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: 29
- top: 60
- width: 316
- height: 231
- z index: 1
- default: default.jpg
- ############################# Card type
- indicator:
- left: 31
- top: 300
- width: 17
- height: 17
- z index: 2
- render style: image
- visible: { has_identity() }
- image: { card_identity() }
- type:
- left: { if has_identity() then "52" else "32" }
- top: 298
- width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
- height: 20
- alignment: top shrink-overflow
- z index: 1
- padding top: 2
- font:
- name: Beleren Bold
- size: 13
- color: black
- separator color: red
- rarity:
- right: 344
- top: 298
- width: 44
- height: 22
- z index: 2
- render style: image
- alignment: middle right
- choice images:
- # Images based on the set symbol
- basic land:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- common:
- script:
- if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
- else symbol_variation(symbol: set.symbol, variation: "common")
- uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
- rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
- mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
- special: script: symbol_variation(symbol: set.symbol, variation: "special")
- ############################# Text box
- text:
- left: 29
- top: 327
- width: 314
- height: 154
- font:
- name: MPlantin
- italic name: MPlantin-Italic
- size: 14
- scale down to: 6
- color: black
- symbol font:
- name: { styling.text_box_mana_symbols }
- size: 14
- 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: 2
- padding left: 6
- padding right: 4
- line height hard: 1.2
- line height line: 1.5
- line height soft: 0.9
- line height hard max: 1.3
- line height line max: 1.6
- watermark:
- left: 117
- top: 321
- width: 138
- height: 166
- z index: 1
- render style: image
- popup style: in place
- alignment: middle center
- include file: /magic-watermarks.mse-include/watermarks
- ############################# PT
- pt:
- z index: 2
- left: 286
- top: 469
- width: 60
- height: 28
- alignment: center middle shrink-overflow
- font:
- name: Beleren Bold
- size: 16
- color: white
- separator color: red
- ############################# Card sorting / numbering
- set code:
- left: 24
- top: 498
- width: 40
- height: 10
- z index: 1
- 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: 1
- font:
- name: Beleren Small Caps Bold
- size: 7.25
- color: white
- copyright:
- right: 350
- top: { if card.pt != "" then 500 else 488 }
- width: 140
- height: 10
- z index: 2
- alignment: middle right shrink-overflow
- font:
- name: Matrix
- size: 7
- color: white
- weight: bold
-############################################################## Extra card fields
-extra card field:
- type: text
- name: card code
- save value: false
- script:
- if set.automatic_card_numbers 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: 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: foil layer
- choice: foil
- save value: false
- editable: false
-extra card style:
- card code:
- left: 24
- top: 488
- width: 120
- height: 10
- z index: 1
- 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: 1
- render style: image
- image: artist_arrow.png
- pt box:
- left: 273
- top: 466
- width: 81
- height: 42
- z index: 1
- visible: { card.pt != "" }
- render style: image
- image: vpt.png
- stamp:
- left: 165
- top: 470
- width: 46
- height: 26
- z index: 1
- visible: { is_rare() }
- render style: image
- image: vstamp.png
- foil stamp:
- left: 167
- top: 473
- width: 41
- height: 23
- z index: 1
- visible: { is_rare() }
- render style: image
- image: foil_stamp.png
diff --git a/data/magic-vehicles.mse-style/vcard.png b/data/magic-vehicles.mse-style/vcard.png
deleted file mode 100644
index 982f7d546..000000000
Binary files a/data/magic-vehicles.mse-style/vcard.png and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/vpt.png b/data/magic-vehicles.mse-style/vpt.png
deleted file mode 100644
index f80c9f0d9..000000000
Binary files a/data/magic-vehicles.mse-style/vpt.png and /dev/null differ
diff --git a/data/magic-vehicles.mse-style/vstamp.png b/data/magic-vehicles.mse-style/vstamp.png
deleted file mode 100644
index 218a21eed..000000000
Binary files a/data/magic-vehicles.mse-style/vstamp.png and /dev/null differ