3.0.0 final touches (#84)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-10-01 15:42:16 +02:00
committed by GitHub
parent 106e343851
commit 6960d85314
775 changed files with 2509 additions and 2817 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -24,7 +24,7 @@ depends on:
version: 2018-01-01
depends on:
package: magic-modules.mse-include
version: 2024-05-20
version: 2024-10-01
depends on:
package: magic-pride.mse-include
version: 2024-05-22
@@ -455,8 +455,10 @@ init script:
img := crown_main()
if card.transformation != "none" then
img := set_mask(image:img, mask:"nodes/mask.png")
if is_borderless() and is_frameless() then
if is_borderless() and is_frameless() and is_miracle() then
img := set_mask(image:img, mask:"frame_masks/crown_miracle_borderless.png")
if (is_devoid() or uses_expanded_art() or is_puma()) and is_skinned() then
img := set_mask(image:img, mask:"frame_masks/bl_alias_crown_mask.png")
img
}
@@ -524,7 +526,7 @@ init script:
else if is_devoid() then "image_masks/devoid.png"
else if is_clear() then "image_masks/clear.png"
else if is_thbland() then "image_masks/energy.png"
else if uses_expanded_art() then ""
else if uses_expanded_art() then "image_masks/guide_borderless" + (if is_dka() then "_dka" else "") + ".png"
else if mutate_image() then
"image_masks/" + (if is_puma() then "puma_" else "") + "mutate.png"
else ""
@@ -785,7 +787,7 @@ init script:
swap_fonts_name_default := [
name: {if is_map() then "Beleren Small Caps" else "Beleren Bold"},
size: {if is_map() then 14.8 else 16},
color: {if is_map() or uses_clear_frame() then "black" else if is_planeshifted() or is_fnm() or is_inverted() then "white" else "black"},
color: {if is_map() or uses_clear_frame() then "black" else if is_planeshifted() or is_fnm() or (is_inverted() and not is_dka()) then "white" else "black"},
vertical: {0},
italic: {""}
]
@@ -964,7 +966,7 @@ styling field:
styling field:
type: text
name: card watermark
description: Filename in magic-watermarks to use for standalone card watermark
description: Filename in magic-mainframe-extras to use for standalone card watermark
script: verify_watermark_image(value)
include file: /magic-modules.mse-include/crowns/styling_fields
styling field:
@@ -2015,7 +2017,7 @@ extra card style:
render style: image
image: {if is_devoid() and not is_legend() then template_prefix["alias"]+"devoidalias.png" else if is_clear() or clear_tops() then template_prefix["alias"]+"xalias.png" else module_alias()}
visible: {is_skinned() and not use_evobar()}
mask: { if is_legend() and (is_devoid() or uses_expanded_art() or is_puma()) then "frame_masks/bl_alias_mask.png" else "" }
scrolls:
left: 0
top: 0