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: Etched
|
||||
full name: Commander Foils
|
||||
short name: Etched Foil
|
||||
full name: Commander Showcase
|
||||
icon: card-sample.png
|
||||
installer group: magic/m15 style/normal cards
|
||||
position hint: 095
|
||||
@@ -41,12 +41,10 @@ init script:
|
||||
#Should multicolor lands with basic land types have a colored name?
|
||||
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
|
||||
|
||||
template_prefix := [card: "" crown:"crown/" pt: "" stamp: "" identity: "/magic-modules.mse-include/indicators/"]
|
||||
template_suffix := [card: "card.png" crown:"cmrcrown.png" pt: "pt.png" stamp: "stamp.jpg" identity: "identity.png"]
|
||||
template_prefix := [
|
||||
card: ""
|
||||
crown: "crown/"
|
||||
pt: "/magic-modules.mse-include/pts/375 m15/"
|
||||
pt: "/magic-modules.mse-include/pts/375 m15/back/"
|
||||
stamp: "/magic-modules.mse-include/stamps/backs/375 round/"
|
||||
ubstamp: "/magic-modules.mse-include/stamps/backs/375 ub/"
|
||||
identity: "/magic-modules.mse-include/indicators/"
|
||||
@@ -77,7 +75,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
|
||||
@@ -93,8 +91,10 @@ init script:
|
||||
chop_correction := { chop_bot() }
|
||||
shrink_type := {if styling.shrink_typeline_text != "" then to_number(styling.shrink_typeline_text) else 0}
|
||||
shrink_name := {if styling.shrink_name_text != "" then to_number(styling.shrink_name_text) else 0}
|
||||
is_vehicle := {contains(card.type, match:"Vehicle")}
|
||||
is_vehicle := {lang_setting("is_vehicle")(card.sub_type)}
|
||||
card_stamp_offset_top_1 := {5}
|
||||
|
||||
card_ptbox := { color_background(type:"pt", base_hybrid:pt_hybrid, folder:"/magic-modules.mse-include/pts/375 m15/")}
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -362,7 +362,7 @@ card style:
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: 16
|
||||
color: black
|
||||
color: white
|
||||
separator color: red
|
||||
############################################################## Extra card fields
|
||||
extra card field:
|
||||
@@ -405,7 +405,7 @@ extra card style:
|
||||
z index: 1
|
||||
visible: { card.pt != "" }
|
||||
render style: image
|
||||
image: { card_ptbox() }
|
||||
image: {card_ptbox() }
|
||||
foil layer:
|
||||
left: 0
|
||||
top : 0
|
||||
|
||||
Reference in New Issue
Block a user