Add corners options to some showcases (#44)

* 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>
This commit is contained in:
GenevensiS
2024-05-26 10:24:24 +02:00
committed by GitHub
parent fd4b8e4c89
commit 056abce80f
168 changed files with 358 additions and 894 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 161 KiB

View File

@@ -7,7 +7,7 @@ installer group: magic/m15 style/amonkhet/invocations
position hint: 092
version: 2018-01-10
version: 2024-05-26
depends on:
package: magic.mse-game
version: 2015-04-08
@@ -17,6 +17,9 @@ depends on:
depends on:
package: magic-mana-small-invocation.mse-symbol-font
version: 2017-03-31
depends on:
package: magic-modules.mse-include
version: 2024-05-20
card width: 375
card height: 523
@@ -118,6 +121,7 @@ styling style:
render style: checklist
direction: vertical
############################################################## Card fields
include file: /magic-modules.mse-include/corners/card_fields
card style:
card color:
left: 0
@@ -128,7 +132,6 @@ card style:
render style: image
popup style: in place
image: { saturate(card_background(), amount: frame_saturation()) }
############################# Background stuff
############################# Name line
name:
left: 35
@@ -302,11 +305,7 @@ extra card field:
type: text
name: card code
save value: false
script:
if set.automatic_card_numbers and not styling.remove_from_autocount then
forward_editor(prefix: card_number_m15() + "/" + card_count_m15() + " " + ( set.set_code ) + " * " + set.set_language + " " + rarity_code() + " ", field: card.card_code_text)
else
combined_editor(field1: card.custom_card_number, separator: " " + rarity_code() + " ", field2: card.card_code_text)
script: card_number_script_core()
extra card field:
type: choice
name: artist arrow
@@ -417,6 +416,7 @@ extra card field:
choice: glowmaster
initial: glowmaster
editable: false
extra card style:
artist arrow:
left: 34
@@ -440,7 +440,7 @@ extra card style:
top : 0
width: 375
height: 523
z index: 3
z index: 1050
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
mask: foil_mask.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 162 KiB