Commit a51d818a authored by artfreakwiu's avatar artfreakwiu

No commit message

No commit message
parent 3b901a4b
......@@ -23,8 +23,15 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "alter ego" else "new" }
############################################################## Set info fields
############################################################## 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:
type: package choice
name: text box symbols
......
......@@ -26,6 +26,8 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields
############################################################## Extra style
styling field:
......
......@@ -26,6 +26,8 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields
############################################################## Extra style
styling field:
......
......@@ -26,6 +26,8 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields
############################################################## Extra style
styling field:
......
......@@ -26,6 +26,8 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { "old" }
############################################################## Set info fields
############################################################## Extra style
styling field:
......
......@@ -36,6 +36,7 @@ init script:
if styling.con_optional == "c-left" then "ccoccard2.png"
else "ccoccard.png"
}
card_shape := { "new" }
############################################################## Set info fields
############################################################## Extra style
styling field:
......@@ -377,59 +378,14 @@ card style:
name: Eurostile
size: 6
color: rgb(255,255,255)
############################################################## Extra card fields
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:
############################ For New style cards
playarea:
left: 320
top : 333
height: 15
width: 29
z index: 4
visible: { is_character() or is_equipment() }
render style: image list
choice images:
visible: visible.png
......@@ -457,16 +413,6 @@ extra card style:
render style: image list
choice images:
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:
right: { 184 + card_style.team_full.content_width * -0.5 }
top : 332
......@@ -485,3 +431,20 @@ extra card style:
alignment: middle left
render style: image
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
card dpi: 75
############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "avatar" else "new" }
############################################################## Set info fields
############################################################## 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:
type: package choice
name: text box symbols
......
......@@ -15,7 +15,7 @@ symbol:
code: >>>
image: arrow.png
symbol:
code:
code: @
image: diamond.png
symbol:
code: <>
......
......@@ -23,36 +23,24 @@ symbol:
symbol:
code: Activate
image: activate.png
symbol:
code: Horsemen of Apocalypse
image: apocalypse.png
symbol:
code: Avengers
image: avengers.png
symbol:
code: B.P.R.D.
image: bprd.png
symbol:
code: Brood
image: brood.png
symbol:
code: Brotherhood
image: brotherhood.png
symbol:
code: Captain America
image: captainamerica.png
symbol:
code: Crime Lords
image: crimelords.png
symbol:
code: Marvel Defenders
code: Defenders
image: defenders.png
symbol:
code: Doom
image: doom.png
symbol:
code: Excalibur
image: excalibur.png
symbol:
code: Fantastic Four
image: f4.png
......@@ -68,12 +56,21 @@ symbol:
symbol:
code: Heralds of Galactus
image: heralds.png
symbol:
code: Horsemen of Apocalypse
image: apocalypse.png
symbol:
code: Invaders
image: invaders.png
symbol:
code: JLA
image: jla.png
symbol:
code: JSA
image: jsa.png
symbol:
code: Kree
image: kree
symbol:
code: Marvel Knights
image: marvelknights.png
......@@ -98,6 +95,9 @@ symbol:
symbol:
code: Sinister Syndicate
image: sinistersyndicate.png
symbol:
code: Skrull
image: skrull.png
symbol:
code: Speed Force
image: speedforce.png
......
......@@ -26,8 +26,15 @@ card height: 523
card dpi: 150
############################################################## Extra scripts
init script:
card_shape := { if styling.style_sorting then "old standard" else "old" }
############################################################## Set info fields
############################################################## 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:
type: package choice
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