Personal sync, part 2

add m15-black, future-planeswalker, m15-imageupload, token-invention
add dungeon updates
add land TTK frames
lots of little cleanups
This commit is contained in:
CajunAvenger
2023-02-13 15:16:17 -06:00
parent fde79095fa
commit 1bc7bb7674
598 changed files with 5403 additions and 633 deletions

View File

@@ -61,6 +61,9 @@ init script:
is_promo := { styling.promo }
has_identity := { styling.color_indicator_dot }
is_unsorted := {styling.remove_from_autocount}
chop_top := {if comma_count(styling.chop_text) == ",," then split_text(match:",", styling.chop_text).0 else "0"}
chop_bot := {if comma_count(styling.chop_text) == ",," then split_text(match:",", styling.chop_text).1 else "0"}
############################################################## Set info fields
set info style:
symbol:
@@ -71,6 +74,10 @@ set info style:
fill color: rgb(255,255,255)
border color: rgb(0,0,0)
############################################################## Extra style options
styling field:
type: text
name: chop text
description: Shrinks the textbox, formatted as "top,bottom". This must end in a comma.
styling field:
type: boolean
name: color indicator dot
@@ -279,9 +286,9 @@ card style:
############################# Text box
text:
left: 29
top: 359
top: {359 - (-chop_top()) }
width: 314
height: 122
bottom: { 481 - chop_bot() }
font:
name: MPlantin
italic name: MPlantin-Italic