MSE 2.5.2 and Showcase Catchup (#18)
* Updated to MSE 2.5.2 * Added Assassin's Creed Memory Corridor * Added Bloomburrow Borderless Anime * Added Bloomburrow Woodland * Added Compleated Planeswalkers * Added Duskmourn Paranormal * Added Kamigawa Neon * Added Kamigawa Ninja * Added Kamigawa Samurai * Added Innistrad Fang * Added Theros Constellation * Added Capenna Art Deco * Added Capenna Golden Age * Added Capenna Skyscraper * Added Doctor Who TARDIS * Added Dominaria Stained Glass * Added Eldraine Enchanting Tales * Added Fallout PipBoy * Added Ikoria Crystal * Added Innistrad Double Feature * Added Innistrad Equinox * Added Ixalan Treasures * Added Ixalan Legends * Added Ixalan Caverns * Added Lord of the Rings Ring * Added Lord of the Rings Scroll * Added Ravnica City Mural * Added Ravnica Dossier * Added Tarkir Dragon Wing * Added Thunder Junction Breaking News * Added Thunder Junction Vault * Added Thunder Junction Wanted Poster * Added Unfinity Of Tomorrow * Added Unfinity Attractions * Added Secret Lair Baseball * Added revamped option to Amonkhet Invocations * Added UB stamp compatibility to old showcase frames * Added foils and popouts modules * Add foil_mask blending system * Fixes #57
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
mse version: 2.0.0
|
||||
game: magic
|
||||
short name: Showcase
|
||||
full name: Praetor Showcase
|
||||
short name: Praetor
|
||||
full name: Phyrexian Showcase
|
||||
icon: card-sample.png
|
||||
installer group: magic/m15 style/normal cards
|
||||
position hint: 095
|
||||
@@ -79,7 +79,7 @@ init script:
|
||||
|
||||
# Is the card a promo card?
|
||||
is_promo := { styling.promo }
|
||||
is_legend := {set.auto_legends and contains(card.super_type, match:"Legendary") }
|
||||
is_legend := {set.auto_legends and lang_setting("is_legendary")(card.super_type) }
|
||||
mana_sort := {
|
||||
if styling.unsorted_casting_cost then
|
||||
input
|
||||
@@ -97,7 +97,8 @@ init script:
|
||||
shrink_name := {if styling.shrink_name_text != "" then to_number(styling.shrink_name_text) else 0}
|
||||
use_main_rarity := { contains(set.mainframe_rarity_name, match: ".png")}
|
||||
un_png := replace@(match:".png", replace: "")
|
||||
is_vehicle := {contains(card.type, match:"Vehicle")}
|
||||
is_vehicle := {lang_setting("is_vehicle")(card.sub_type)}
|
||||
card_stamp_offset_top_1 := { if stamp_shape() == "triangle" then 4 else 0 }
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -124,10 +125,7 @@ styling field:
|
||||
type: boolean
|
||||
name: normal font
|
||||
description: Use normal Magic fonts instead of Phyrexian
|
||||
styling field:
|
||||
type: boolean
|
||||
name: color indicator dot
|
||||
description: Use the color indicator dot
|
||||
include file: /magic-modules.mse-include/stamps/styling_fields
|
||||
styling field:
|
||||
type: boolean
|
||||
name: remove from autocount
|
||||
@@ -232,7 +230,6 @@ card style:
|
||||
top : 0
|
||||
width: 375
|
||||
height: 523
|
||||
radius: 18
|
||||
left width: 17
|
||||
right width: 17
|
||||
top width: 17
|
||||
|
||||
Reference in New Issue
Block a user