Commit 02baf0b1 authored by twanvl's avatar twanvl

Size of rarity symbol on fpm templates

parent 54a9a4e2
...@@ -227,10 +227,10 @@ card style: ...@@ -227,10 +227,10 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: 64 left: 70
top : 348 top : 348
width: 44 width: 33
height: 22 height: 23
z index: 1 z index: 1
alignment: middle center alignment: middle center
render style: image render style: image
......
...@@ -205,10 +205,10 @@ card style: ...@@ -205,10 +205,10 @@ card style:
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: 64 left: 70
top : 302 top : 302
width: 44 width: 33
height: 22 height: 23
z index: 1 z index: 1
alignment: middle center alignment: middle center
render style: image render style: image
......
...@@ -272,9 +272,9 @@ card style: ...@@ -272,9 +272,9 @@ card style:
color: rgb(0,0,0) color: rgb(0,0,0)
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: 48.45 left: 53
top : 214 top : 214
width: 34 width: 25
height: 17 height: 17
z index: 1 z index: 1
alignment: middle center alignment: middle center
...@@ -287,9 +287,9 @@ card style: ...@@ -287,9 +287,9 @@ card style:
rare: script: symbol_variation(symbol: set.symbol, variation: "rare") rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
special: script: symbol_variation(symbol: set.symbol, variation: "special") special: script: symbol_variation(symbol: set.symbol, variation: "special")
rarity 2: rarity 2:
left: 301.54 left: 306
top : 214 top : 214
width: 34 width: 25
height: 17 height: 17
z index: 1 z index: 1
alignment: middle center alignment: middle center
......
...@@ -204,11 +204,9 @@ card style: ...@@ -204,11 +204,9 @@ card style:
separator color: rgb(128,128,128) separator color: rgb(128,128,128)
rarity: rarity:
left: left: { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 70 else 21 }
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64 top : { if to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" then 468 else 471 }
else 23 } width: 33
top : 471
width: 44
height: 22 height: 22
z index: 3 z index: 3
alignment: middle center alignment: middle center
...@@ -385,7 +383,7 @@ extra card style: ...@@ -385,7 +383,7 @@ extra card style:
height: 41 height: 41
render style: image render style: image
popup style: in place popup style: in place
visible: { card.type != "" or card.illustrator != "" or card.copyright != "" } visible: { to_text(card.type) != "" or card.illustrator != "" or card.copyright != "" }
image: { card_typeline() } image: { card_typeline() }
z index: 2 z index: 2
paintbrush: paintbrush:
......
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