The List and cleanup

Add The List icon to Old, OldAbu, New, New Planeswalkers, New Conspiracy, M15, M15 Planeswalkers, and Mainframes M15, Adventure, Planeswalker, and DFC
Cleaned up magic-mainframe-extras
Cleaned up some position hints
This commit is contained in:
CajunAvenger
2023-02-13 16:14:46 -06:00
parent 1bc7bb7674
commit c5e1ad9ba9
80 changed files with 1921 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ installer group: magic/old style/abu cards
icon: card-sample.png
position hint: 370
version: 2015-06-19
version: 2023-02-13
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -317,6 +317,11 @@ card style:
if styling.colored_rarities
then symbol_variation(symbol: set.symbol, variation: "special")
else symbol_variation(symbol: set.symbol, variation: "common")
masterpiece:
script:
if styling.colored_rarities
then symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
else symbol_variation(symbol: set.masterpiece_symbol, variation: "common")
############################# Text box
text:
left: 47
@@ -417,6 +422,14 @@ extra card field:
choice: foil
save value: false
editable: false
extra card field:
type: choice
name: list icon
choice: no icon
choice: the list
save value: true
editable: true
extra card style:
image overlay:
left: 44
@@ -435,3 +448,12 @@ extra card style:
z index: 2
render style: image
image: {if styling.overlay == "" then nil else set_combine(input: styling.overlay + "/overlay.png", combine: styling.overlay_combine_type)}
list icon:
left: 0
top: 487
width: 29
height: 36
render style: image
choice images:
the list: list.png
z index: 4