Commit cf9f7787 authored by twanvl's avatar twanvl

Added new style artifacts to new-token, fixed multicolor blends of pt boxes

parent 2b15dcde
data/magic-new-token.mse-style/apt0.jpg

9.89 KB | W: | H:

data/magic-new-token.mse-style/apt0.jpg

1.83 KB | W: | H:

data/magic-new-token.mse-style/apt0.jpg
data/magic-new-token.mse-style/apt0.jpg
data/magic-new-token.mse-style/apt0.jpg
data/magic-new-token.mse-style/apt0.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new-token.mse-style/apt1.jpg

9.88 KB | W: | H:

data/magic-new-token.mse-style/apt1.jpg

1.79 KB | W: | H:

data/magic-new-token.mse-style/apt1.jpg
data/magic-new-token.mse-style/apt1.jpg
data/magic-new-token.mse-style/apt1.jpg
data/magic-new-token.mse-style/apt1.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new-token.mse-style/apt2.jpg

9.74 KB | W: | H:

data/magic-new-token.mse-style/apt2.jpg

1.61 KB | W: | H:

data/magic-new-token.mse-style/apt2.jpg
data/magic-new-token.mse-style/apt2.jpg
data/magic-new-token.mse-style/apt2.jpg
data/magic-new-token.mse-style/apt2.jpg
  • 2-up
  • Swipe
  • Onion skin
data/magic-new-token.mse-style/name-left.png

1019 Bytes | W: | H:

data/magic-new-token.mse-style/name-left.png

808 Bytes | W: | H:

data/magic-new-token.mse-style/name-left.png
data/magic-new-token.mse-style/name-left.png
data/magic-new-token.mse-style/name-left.png
data/magic-new-token.mse-style/name-left.png
  • 2-up
  • Swipe
  • Onion skin
data/magic-new-token.mse-style/name-right.png

829 Bytes | W: | H:

data/magic-new-token.mse-style/name-right.png

712 Bytes | W: | H:

data/magic-new-token.mse-style/name-right.png
data/magic-new-token.mse-style/name-right.png
data/magic-new-token.mse-style/name-right.png
data/magic-new-token.mse-style/name-right.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -14,11 +14,7 @@ card height: 523 ...@@ -14,11 +14,7 @@ card height: 523
card dpi: 150 card dpi: 150
#error list: #error list:
#error about mask size not matching image size when dealing with p/t boxes ############################################################## Extra scripts
#error about mask size not matching image size when dealing with name boxes
#make sure name boxes are working correctly
#templates do not change properly to one textline versions
##############################P############################### Extra scripts
init script: init script:
# Load scripts for default images # Load scripts for default images
...@@ -34,9 +30,13 @@ init script: ...@@ -34,9 +30,13 @@ init script:
else "2" # large textbox else "2" # large textbox
} }
suffix := "" artifact_template := {
template := { input + "{type}{suffix}.jpg" } if input == "a" and styling.artifact_style == "light" then "oa"
land_template := { "c{type}{suffix}.jpg" } else input
}
template := { artifact_template() + "{type}.jpg" }
land_template := { "c{type}.jpg" }
colored_lands := false colored_lands := false
# Use the normal tap symbol # Use the normal tap symbol
...@@ -48,12 +48,22 @@ init script: ...@@ -48,12 +48,22 @@ init script:
# Use guild mana symbols? # Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols } guild_mana := { styling.use_guild_mana_symbols }
# We have no land template
font_colors_white := { input == "b" }
############################################################## Set info fields ############################################################## Set info fields
####################################I######################### Extra style ############################################################## Extra style
styling field:
type: choice
name: artifact style
description: Choose the style of artifacts: light = before Fifth Dawn, dark = used since Fifth Dawn
initial: dark
choice: light
choice: dark
styling field: styling field:
type: boolean type: boolean
name: use guild mana symbols name: use guild mana symbols
...@@ -77,7 +87,13 @@ styling field: ...@@ -77,7 +87,13 @@ styling field:
choice: modern choice: modern
choice: old choice: old
choice: diagonal T choice: diagonal T
styling style: styling style:
artifact style:
render style: both
choice images:
light: oacard0.jpg
dark: acard0.jpg
popup mana symbols: popup mana symbols:
choice images: choice images:
yes: /magic-mana-large.mse-symbol-font/mana_w.png yes: /magic-mana-large.mse-symbol-font/mana_w.png
...@@ -153,7 +169,7 @@ card style: ...@@ -153,7 +169,7 @@ card style:
top: top:
{ if text_shape() == "0" then 432 { if text_shape() == "0" then 432
else if text_shape() == "1" then 414 else if text_shape() == "1" then 414
else 350 } else 353 }
width: 286 width: 286
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
...@@ -172,7 +188,7 @@ card style: ...@@ -172,7 +188,7 @@ card style:
top: top:
{ if text_shape() == "0" then 432 { if text_shape() == "0" then 432
else if text_shape() == "1" then 414 else if text_shape() == "1" then 414
else 351 } else 353 }
width: 22 width: 22
height: 22 height: 22
z index: 1 z index: 1
...@@ -231,8 +247,12 @@ card style: ...@@ -231,8 +247,12 @@ card style:
############################# PT ############################# PT
pt: pt:
z index: 4 z index: 4
left: 284 left:
top: 467 { if text_shape() == "2" then 288
else 284 }
top:
{ if text_shape() == "2" then 472
else 467 }
width: 60 width: 60
height: 28 height: 28
alignment: center middle shrink-overflow alignment: center middle shrink-overflow
...@@ -250,7 +270,7 @@ card style: ...@@ -250,7 +270,7 @@ card style:
top : 478 top : 478
width: 246 width: 246
height: 16 height: 16
z index: 1 z index: 2
font: font:
name: Matrix name: Matrix
size: 11 size: 11
...@@ -265,7 +285,7 @@ card style: ...@@ -265,7 +285,7 @@ card style:
top : 493 top : 493
width: 247 width: 247
height: 12 height: 12
z index: 1 z index: 2
font: font:
name: MPlantin name: MPlantin
size: 7.5 size: 7.5
...@@ -315,8 +335,7 @@ extra card style: ...@@ -315,8 +335,7 @@ extra card style:
z index: 1 z index: 1
visible: { card.pt != "" } visible: { card.pt != "" }
render style: image render style: image
#mask: mask_pt.png image: { color_background(type:"pt" + text_shape(), base_hybrid:pt_hybrid) }
image: { card_ptbox(suffix: text_shape()) }
name box: name box:
left: { card_style.name.content_width * -0.5 + 187.5 } left: { card_style.name.content_width * -0.5 + 187.5 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment