Vorthos box wants to inhabit the same space as Secondary Copyright when that's unused, but move to the bottom if it is used.
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
Custom Symbol links will now detect if they are smaller than 512px wide, and add padding if they are not. This will do the padding for any old custom symbols without needing to update them. If you need to disable the autopadding, replace the "+" MSE inserts into the link to a "-".
Fixed a bug where generic mana symbols were misaligned on HD frames.
Fixed spree +s indenting like modals when they should not.
Fix layering conflicts with the Lesson symbol and the Alchemy symbol.
Fix layering conflict with Kaldheim Showcase watermark.
Fix Mainframe Planeswalker watermark dependency warning.
Fix Clear Tops looking in the wrong folder.
Fix blending error on clear cards with colored mana costs.
Fixed the alignment of the red Star nyx replacement.
Improved the text on VOW Showcase.
Added the rivet effect to Universes Beyond Vehicles.
Added card.vorthos_box, which lets Vorthos Boxes be searchable and sortable now.
Fixed a bug where you couldn't click the image on VOW Showcase.
Fix a blending bug on Colored Artifact Devoid cards
For GitHub: Updated the gitignore so MSE sets, and folders named "sets" "files" or "set symbols" will be ignored for easier patching.
---------
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
M15 Mainframe and Mainframe DFC will use their Style tab "Custom symbol" option if it is not blank; if it is blank it will use the link from the Set tab. Previously they tried to use their Style tab link even if it was blank
Unhandled watermarks (usually due to hard-coded custom watermarks that weren't added to the new system) will now use a blank image instead of throwing an error.
The Crimson Vow showcase now uses its proper indicators.
Fixed the watermark alignment on the Monster Manual Showcase.
Fixed the UB Vehicle frame using the wrong link.
Fixed a number of Mainframe DFC bugs:
Fixed a bug where back face chapter symbols were all snapping to the Chapter 1 position.
Fixed a bug where back face watermarks were blending with the front face colors
Fixed a bug where the front face evobar had a too-low z index.
Fixed an error with backface miracle blending.
---------
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
* Update to 2.5.3
- add `exists_in_package` script function, which take a string argument of the form
"/package-name.package-extension/file-name.file-extension" and return true if the file can be loaded by MSE.
- add 175% export zoom option
* update watermark handling
* collapse card_watermark_1 etc into custom_watermark_link(#)
* added verify_watermark_image, a script that runs in custom watermark fields
* if the field is a potentially valid link, it will run exists_in_package, width_of, and length_of and caches their info in the field
* if the image is too big, it displays it normally instead of erroring
---------
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
* add UB frames to M15 Mainframes, M15 Sagas, and M15 Adventures
* Putting off Mainframe DFC and Mainframe Walkers until the Frame Disassembly
---------
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
* Add corners option for Strixhaven showcases, Amonkhet Invocation, Dungeon Module, Secret Lair Full Art, and Unstable Basics
* Added option to remove name background from Unstable Basics
---------
Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
Overhauls the card_fields file to allow for template designers more freedom in manipulating data.
Adds magic-modules.mse-include, a large scale include file for building templates in a standardized way. Applying this to existing frames will be coming in future updates.