AFR Update and sorting

This commit is contained in:
CajunAvenger
2021-07-09 13:48:12 -05:00
parent eda330eee8
commit 946e8534b1
1673 changed files with 5365 additions and 6505 deletions

View File

@@ -4,7 +4,7 @@ short name: Monarch Emblem
full name: Monarch Planeswalker Emblem
icon: card-sample.png
installer group: magic/m15 style/Emblems
position hint: 018
position hint: 090
version: 2018-02-22
depends on:
@@ -45,6 +45,11 @@ set info style:
fill color: rgb(255,255,255)
border color: rgb(0,0,0)
############################################################## Extra style
styling field:
type: boolean
name: namebar
initial: no
description: use the bar as a nameline instead of a typeline
styling field:
type: boolean
name: use guild mana symbols
@@ -104,20 +109,17 @@ styling style:
card style:
############################# Background stuff
###################C######### Name line
#name:
# left: 30
# top: 26
# width: 315
# height: 28
# alignment: bottom center
# padding bottom: -2
# padding top: 2
# z index: 2
# font:
# name: Beleren Small Caps Bold
# size: 19
# color: rgb(255,239,128)
# always symbol: true
name:
left: 28
top: 299
width: { 308 - max(22,card_style.rarity.content_width) }
height: {if styling.namebar then 22 else 0}
alignment: bottom center
z index: 2
font:
name: Beleren Small Caps Bold
size: 15
color: rgb(255,239,128)
############################# Image
image:
left: -10
@@ -131,7 +133,7 @@ card style:
left: 28
top: 297
width: { 308 - max(22,card_style.rarity.content_width) }
height: 20
height: {if styling.namebar then 0 else 20}
alignment: top shrink-overflow
z index: 2
padding top: 2
@@ -142,29 +144,29 @@ card style:
size: 14
color: rgb(255,239,128)
separator color: rgb(128,128,128)
#rarity:
# right: 343
# top: 334
# width: 44
# height: 22
# z index: 2
# alignment: middle right
# render style: image
# choice images:
# # Images based on the set symbol
# basic land:
# script:
# if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
# else symbol_variation(symbol: set.symbol, variation: "common")
# common:
# script:
# if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
# else symbol_variation(symbol: set.symbol, variation: "common")
# uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
# rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
# mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
# special: script: symbol_variation(symbol: set.symbol, variation: "special")
# masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
rarity:
right: 344
top: 298
width: 44
height: 22
z index: 2
alignment: middle right
render style: image
choice images:
# Images based on the set symbol
basic land:
script:
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
else symbol_variation(symbol: set.symbol, variation: "common")
common:
script:
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
else symbol_variation(symbol: set.symbol, variation: "common")
uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special")
masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
############################# Text box
text:
left: 31