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
card dpi: 150
#error list:
#error about mask size not matching image size when dealing with p/t boxes
#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
############################################################## Extra scripts
init script:
# Load scripts for default images
......@@ -34,9 +30,13 @@ init script:
else "2" # large textbox
}
suffix := ""
template := { input + "{type}{suffix}.jpg" }
land_template := { "c{type}{suffix}.jpg" }
artifact_template := {
if input == "a" and styling.artifact_style == "light" then "oa"
else input
}
template := { artifact_template() + "{type}.jpg" }
land_template := { "c{type}.jpg" }
colored_lands := false
# Use the normal tap symbol
......@@ -48,12 +48,22 @@ init script:
# Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols }
# We have no land template
font_colors_white := { input == "b" }
############################################################## 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:
type: boolean
name: use guild mana symbols
......@@ -77,7 +87,13 @@ styling field:
choice: modern
choice: old
choice: diagonal T
styling style:
artifact style:
render style: both
choice images:
light: oacard0.jpg
dark: acard0.jpg
popup mana symbols:
choice images:
yes: /magic-mana-large.mse-symbol-font/mana_w.png
......@@ -153,7 +169,7 @@ card style:
top:
{ if text_shape() == "0" then 432
else if text_shape() == "1" then 414
else 350 }
else 353 }
width: 286
height: 20
alignment: top shrink-overflow
......@@ -172,7 +188,7 @@ card style:
top:
{ if text_shape() == "0" then 432
else if text_shape() == "1" then 414
else 351 }
else 353 }
width: 22
height: 22
z index: 1
......@@ -231,8 +247,12 @@ card style:
############################# PT
pt:
z index: 4
left: 284
top: 467
left:
{ if text_shape() == "2" then 288
else 284 }
top:
{ if text_shape() == "2" then 472
else 467 }
width: 60
height: 28
alignment: center middle shrink-overflow
......@@ -250,7 +270,7 @@ card style:
top : 478
width: 246
height: 16
z index: 1
z index: 2
font:
name: Matrix
size: 11
......@@ -265,7 +285,7 @@ card style:
top : 493
width: 247
height: 12
z index: 1
z index: 2
font:
name: MPlantin
size: 7.5
......@@ -315,8 +335,7 @@ extra card style:
z index: 1
visible: { card.pt != "" }
render style: image
#mask: mask_pt.png
image: { card_ptbox(suffix: text_shape()) }
image: { color_background(type:"pt" + text_shape(), base_hybrid:pt_hybrid) }
name box:
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