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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -6,7 +6,7 @@ installer group: magic/old style/normal cards
icon: card-sample.png
position hint: 301
version: 2015-06-23
version: 2023-02-13
depends on:
package: magic.mse-game
version: 2008-06-02
@@ -320,6 +320,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: 43
@@ -411,6 +416,13 @@ 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:
foil layer:
left: 0
@@ -420,3 +432,12 @@ extra card style:
z index: 3
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
list icon:
left: 0
top: 487
width: 29
height: 36
render style: image
choice images:
the list: list.png
z index: 4