Sync with Cajun-Style-Temples, part 2
Add Old Magic Logos to Packs Add Alias blends to Adventure Add Ancestral Generic to Devoid Add Vorthos Box to Future Fix Split-Fusable border and second face watermarks Add Symbol Extractor Update namechecker
This commit is contained in:
@@ -123,9 +123,6 @@ init script:
|
||||
|
||||
chop_top := {if styling.chop_top == "" then 0 else if comma_count(styling.chop_top) == "," or comma_count(styling.chop_top) == ",," then split_text(match:",", styling.chop_top).0 else styling.chop_top}
|
||||
chop_bot := {if comma_count(styling.chop_top) == ",," then split_text(match:",", styling.chop_top).1 else if styling.chop_bottom == "" then 0 else styling.chop_bottom}
|
||||
bar_offset := {if styling_offset() == "-" then 0 else if styling_offset() != "" then -styling_offset() else 0}
|
||||
styling_offset := { replace(styling.flavor_bar_offset, match:"(u|d)+", replace: "") }
|
||||
offset_lines := {offset_counter(styling.flavor_bar_offset)}
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
@@ -145,10 +142,6 @@ styling field:
|
||||
type: text
|
||||
name: chop bottom
|
||||
description: Shrinks the textbox X pixels from the bottom.
|
||||
styling field:
|
||||
type: text
|
||||
name: flavor bar offset
|
||||
description: Move the flavor bar down X pixels. Use negative to move up.
|
||||
styling field:
|
||||
type: boolean
|
||||
name: use holofoil stamps
|
||||
@@ -614,6 +607,12 @@ extra card field:
|
||||
choice: stamp
|
||||
save value: false
|
||||
editable: false
|
||||
extra card field:
|
||||
type: text
|
||||
name: vorthos box
|
||||
save value: true
|
||||
editable: true
|
||||
description: Where they put mtgstory.com on story spotlights.
|
||||
extra card style:
|
||||
card code:
|
||||
left: 24
|
||||
@@ -728,3 +727,15 @@ extra card style:
|
||||
render style: image
|
||||
image: bar.png
|
||||
visible: { card.rule_text != "" and remove_tags(card.flavor_text) != "" and set.use_flavor_bar }
|
||||
vorthos box:
|
||||
right: { if card.pt != "" then 275 else 350 }
|
||||
top: 488
|
||||
left: 210
|
||||
height: 10
|
||||
z index: 3
|
||||
alignment: middle right
|
||||
font:
|
||||
name: Relay-Medium
|
||||
size: 7
|
||||
color: white
|
||||
weight: bold
|
||||
Reference in New Issue
Block a user