Commit a51d818a authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 3b901a4b
...@@ -23,8 +23,15 @@ card height: 523 ...@@ -23,8 +23,15 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "alter ego" else "new" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field:
type: boolean
name: style sorting
description: Should this style of card sort as separate from cards of other styles?
initial: no
styling field: styling field:
type: package choice type: package choice
name: text box symbols name: text box symbols
......
...@@ -26,6 +26,8 @@ card height: 523 ...@@ -26,6 +26,8 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
......
...@@ -26,6 +26,8 @@ card height: 523 ...@@ -26,6 +26,8 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
......
...@@ -26,6 +26,8 @@ card height: 523 ...@@ -26,6 +26,8 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
......
...@@ -26,6 +26,8 @@ card height: 523 ...@@ -26,6 +26,8 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
......
...@@ -36,6 +36,7 @@ init script: ...@@ -36,6 +36,7 @@ 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"
} }
card_shape := { "new" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field: styling field:
...@@ -377,59 +378,14 @@ card style: ...@@ -377,59 +378,14 @@ card style:
name: Eurostile name: Eurostile
size: 6 size: 6
color: rgb(255,255,255) color: rgb(255,255,255)
############################################################## Extra card fields ############################ For New style cards
extra card field:
type: choice
name: foil layer
choice: foil
editable: false
extra card field:
type: choice
name: playarea
choice: none
choice: visible
choice: concealed
choice: both
initial: none
show statistics: false
save value: true
extra card field:
type: choice
name: flightrange
choice: none
choice: flight
choice: range
choice: both
initial: none
show statistics: false
save value: true
extra card field:
type: choice
name: ongoing
choice: none
choice: ongoing
initial: none
script: symbol_default()
description: Symbols for this card (ongoing)
extra card field:
type: choice
name: affiliation
editable: false
initial: nones
include file: /vs-common.mse-include/watermark-names
extra card field:
type: choice
name: affiliation2
editable: false
initial: none
include file: /vs-common.mse-include/dual-affiliation
extra card style:
playarea: playarea:
left: 320 left: 320
top : 333 top : 333
height: 15 height: 15
width: 29 width: 29
z index: 4 z index: 4
visible: { is_character() or is_equipment() }
render style: image list render style: image list
choice images: choice images:
visible: visible.png visible: visible.png
...@@ -457,16 +413,6 @@ extra card style: ...@@ -457,16 +413,6 @@ extra card style:
render style: image list render style: image list
choice images: choice images:
ongoing: ongoing.png ongoing: ongoing.png
foil layer:
left: 0
top : 0
width: { if styling.foils=="no" then 0 else 375 }
height: { if styling.foils=="no" then 0 else 523 }
z index: 8
render style: image
choice images:
foil: /vs-common.mse-include/foil.png
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 : 332 top : 332
...@@ -485,3 +431,20 @@ extra card style: ...@@ -485,3 +431,20 @@ extra card style:
alignment: middle left alignment: middle left
render style: image render style: image
include file: /vs-common.mse-include/affiliations include file: /vs-common.mse-include/affiliations
############################################################## Extra card fields
extra card field:
type: choice
name: foil layer
choice: foil
editable: false
extra card style:
foil layer:
left: 0
top : 0
width: { if styling.foils=="no" then 0 else 375 }
height: { if styling.foils=="no" then 0 else 523 }
z index: 8
render style: image
choice images:
foil: /vs-common.mse-include/foil.png
visible: { styling.foils }
\ No newline at end of file
...@@ -26,8 +26,15 @@ card height: 523 ...@@ -26,8 +26,15 @@ card height: 523
card dpi: 75 card dpi: 75
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "avatar" else "new" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field:
type: boolean
name: style sorting
description: Should this style of card sort as separate from cards of other styles?
initial: no
styling field: styling field:
type: package choice type: package choice
name: text box symbols name: text box symbols
......
...@@ -15,7 +15,7 @@ symbol: ...@@ -15,7 +15,7 @@ symbol:
code: >>> code: >>>
image: arrow.png image: arrow.png
symbol: symbol:
code: code: @
image: diamond.png image: diamond.png
symbol: symbol:
code: <> code: <>
......
...@@ -23,36 +23,24 @@ symbol: ...@@ -23,36 +23,24 @@ symbol:
symbol: symbol:
code: Activate code: Activate
image: activate.png image: activate.png
symbol:
code: Horsemen of Apocalypse
image: apocalypse.png
symbol: symbol:
code: Avengers code: Avengers
image: avengers.png image: avengers.png
symbol: symbol:
code: B.P.R.D. code: B.P.R.D.
image: bprd.png image: bprd.png
symbol:
code: Brood
image: brood.png
symbol: symbol:
code: Brotherhood code: Brotherhood
image: brotherhood.png image: brotherhood.png
symbol:
code: Captain America
image: captainamerica.png
symbol: symbol:
code: Crime Lords code: Crime Lords
image: crimelords.png image: crimelords.png
symbol: symbol:
code: Marvel Defenders code: Defenders
image: defenders.png image: defenders.png
symbol: symbol:
code: Doom code: Doom
image: doom.png image: doom.png
symbol:
code: Excalibur
image: excalibur.png
symbol: symbol:
code: Fantastic Four code: Fantastic Four
image: f4.png image: f4.png
...@@ -68,12 +56,21 @@ symbol: ...@@ -68,12 +56,21 @@ symbol:
symbol: symbol:
code: Heralds of Galactus code: Heralds of Galactus
image: heralds.png image: heralds.png
symbol:
code: Horsemen of Apocalypse
image: apocalypse.png
symbol:
code: Invaders
image: invaders.png
symbol: symbol:
code: JLA code: JLA
image: jla.png image: jla.png
symbol: symbol:
code: JSA code: JSA
image: jsa.png image: jsa.png
symbol:
code: Kree
image: kree
symbol: symbol:
code: Marvel Knights code: Marvel Knights
image: marvelknights.png image: marvelknights.png
...@@ -98,6 +95,9 @@ symbol: ...@@ -98,6 +95,9 @@ symbol:
symbol: symbol:
code: Sinister Syndicate code: Sinister Syndicate
image: sinistersyndicate.png image: sinistersyndicate.png
symbol:
code: Skrull
image: skrull.png
symbol: symbol:
code: Speed Force code: Speed Force
image: speedforce.png image: speedforce.png
......
...@@ -26,8 +26,15 @@ card height: 523 ...@@ -26,8 +26,15 @@ card height: 523
card dpi: 150 card dpi: 150
############################################################## Extra scripts ############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "old standard" else "old" }
############################################################## Set info fields ############################################################## Set info fields
############################################################## Extra style ############################################################## Extra style
styling field:
type: boolean
name: style sorting
description: Should this style of card sort as separate from cards of other styles?
initial: no
styling field: styling field:
type: package choice type: package choice
name: text box symbols name: text box symbols
......
This diff is collapsed.
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