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:
8
data/magic-modules.mse-include/popouts/card_fields
Normal file
8
data/magic-modules.mse-include/popouts/card_fields
Normal file
@@ -0,0 +1,8 @@
|
||||
card style:
|
||||
mainframe image:
|
||||
left: { popout_left() }
|
||||
top: { popout_top() }
|
||||
width: { popout_width() }
|
||||
height: { popout_height() }
|
||||
angle: { popout_angle() }
|
||||
z index: 1010
|
||||
9
data/magic-modules.mse-include/popouts/card_fields_dfc
Normal file
9
data/magic-modules.mse-include/popouts/card_fields_dfc
Normal file
@@ -0,0 +1,9 @@
|
||||
include file: /magic-modules.mse-include/popouts/card_fields
|
||||
card style:
|
||||
mainframe image 2:
|
||||
left: { popout_left_2() }
|
||||
top: { popout_top_2() }
|
||||
width: { popout_width_2() }
|
||||
height: { popout_height_2() }
|
||||
angle: { popout_angle_2() }
|
||||
z index: 1010
|
||||
13
data/magic-modules.mse-include/popouts/readme.txt
Normal file
13
data/magic-modules.mse-include/popouts/readme.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#### To use this include in a template, add the following in the template headers:
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
#### Add the following line, unindented, in the styling field section:
|
||||
include file: /magic-modules.mse-include/popouts/styling_fields
|
||||
#### Also add this, unindented, before the card style section:
|
||||
include file: /magic-modules.mse-include/popouts/card_fields
|
||||
|
||||
#### To use both popouts, instead use
|
||||
include file: /magic-modules.mse-include/popouts/styling_fields_dfc
|
||||
include file: /magic-modules.mse-include/popouts/card_fields_dfc
|
||||
9
data/magic-modules.mse-include/popouts/styling_fields
Normal file
9
data/magic-modules.mse-include/popouts/styling_fields
Normal file
@@ -0,0 +1,9 @@
|
||||
styling field:
|
||||
type: text
|
||||
name: popout art coordinates
|
||||
description: The coordinates for the popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
|
||||
styling field:
|
||||
type: boolean
|
||||
name: stretch art to whole card
|
||||
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
|
||||
initial: no
|
||||
13
data/magic-modules.mse-include/popouts/styling_fields_dfc
Normal file
13
data/magic-modules.mse-include/popouts/styling_fields_dfc
Normal file
@@ -0,0 +1,13 @@
|
||||
styling field:
|
||||
type: text
|
||||
name: popout art coordinates
|
||||
description: The coordinates for the popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
|
||||
styling field:
|
||||
type: text
|
||||
name: popout art 2 coordinates
|
||||
description: The coordinates for the second popout image field, formatted as "left,top,width,height,angle". Used to make the illustration jump in front of the frame.
|
||||
styling field:
|
||||
type: boolean
|
||||
name: stretch art to whole card
|
||||
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
|
||||
initial: no
|
||||
Reference in New Issue
Block a user