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:
18
data/magic-modules.mse-include/foils/card_fields_tfc
Normal file
18
data/magic-modules.mse-include/foils/card_fields_tfc
Normal file
@@ -0,0 +1,18 @@
|
||||
include file: /magic-modules.mse-include/foils/card_fields_dfc
|
||||
extra card field:
|
||||
type: choice
|
||||
name: foil layer 3
|
||||
choice: foil layer
|
||||
editable: false
|
||||
save value: false
|
||||
extra card style:
|
||||
foil layer 3:
|
||||
left: { face_coordinates_map(3).left }
|
||||
top: { face_coordinates_map(3).top }
|
||||
width: { face_coordinates_map(3).width }
|
||||
height: { face_coordinates_map(3).height }
|
||||
z index: 1050
|
||||
visible: { styling.overlay_3 != "none" and styling.overlay_3 != "" }
|
||||
render style: image
|
||||
image: { if styling.overlay_3 == "" or styling.overlay_3 == "none" then "" else styling.overlay_3 + "/overlay.png" }
|
||||
mask: { foil_mask_blended_image(face:3) }
|
||||
Reference in New Issue
Block a user