Commit 5fed6c19 authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 89ed998e
...@@ -36,7 +36,6 @@ init script: ...@@ -36,7 +36,6 @@ init script:
if styling.con_optional == "c-left" then "ccoccard2.png" if styling.con_optional == "c-left" then "ccoccard2.png"
else "ccoccard.png" else "ccoccard.png"
} }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
...@@ -250,13 +249,12 @@ card style: ...@@ -250,13 +249,12 @@ card style:
############################# Affiliation ############################# Affiliation
team full: team full:
left: { if card.card_type=="planet" then 20 else 19 } left: { if card.card_type=="planet" then 20 else 19 }
top : { if card.card_type=="planet" then 441 else 329 } top : { if card.card_type=="planet" then 441 else 327 }
height: 28 height: 28
width: 338 width: 338
font: font:
name: Gill Sans MT Condensed name: Gill Sans MT Condensed
size: 20 size: 12
scale down to: 5
color: color:
script: if is_concealed() then rgb(23,4,6) script: if is_concealed() then rgb(23,4,6)
else if is_equipment() then rgb(82,82,82) else if is_equipment() then rgb(82,82,82)
...@@ -471,18 +469,18 @@ extra card style: ...@@ -471,18 +469,18 @@ extra card style:
visible: { styling.foils } visible: { styling.foils }
affiliation: affiliation:
right: { 184 + card_style.team_full.content_width * -0.5 } right: { 184 + card_style.team_full.content_width * -0.5 }
top : 330 top : 332
height: 17 height: 16
width: 28 width: 27
z index: 5 z index: 5
alignment: middle right alignment: middle right
render style: image render style: image
include file: /vs-common.mse-include/affiliations include file: /vs-common.mse-include/affiliations
affiliation2: affiliation2:
right: { card_style.team_full.content_width * 0.5 + 217 } right: { card_style.team_full.content_width * 0.5 + 217 }
top : 330 top : 332
height: 17 height: 16
width: 28 width: 27
z index: 5 z index: 5
alignment: middle left alignment: middle left
render style: image render style: image
......
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