Commit 02baf0b1 authored by twanvl's avatar twanvl

Size of rarity symbol on fpm templates

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