Changed todo list in FPM templates.
Moved special oldstyle rarities out of game file and into style files. Added flavor-textless mode for vanguard, to allow for high rules text cards to be readable. Overhauled VS templates and added hellboy and hellboy-extended templates. Minor renaming of fields and changing stats in Yu-gi-oh. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@435 0fc631ac-6414-0410-93d0-97cfa31319b6
@@ -10,9 +10,7 @@ card height: 523
|
|||||||
card dpi: 150
|
card dpi: 150
|
||||||
|
|
||||||
#Todo list:
|
#Todo list:
|
||||||
#Add tri-hybrids
|
|
||||||
#Add purple and silver
|
#Add purple and silver
|
||||||
#Fix tap symbol script
|
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
|
|||||||
@@ -316,7 +316,6 @@ extra card field:
|
|||||||
name: pt symbols
|
name: pt symbols
|
||||||
script: "shieldsword"
|
script: "shieldsword"
|
||||||
editable: false
|
editable: false
|
||||||
|
|
||||||
extra card style:
|
extra card style:
|
||||||
pt symbols:
|
pt symbols:
|
||||||
left: 25
|
left: 25
|
||||||
|
|||||||
@@ -191,16 +191,6 @@ card style:
|
|||||||
size: 10
|
size: 10
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
type image:
|
|
||||||
left: 53
|
|
||||||
top: 463
|
|
||||||
width: 304
|
|
||||||
height: 41
|
|
||||||
render style: image
|
|
||||||
popup style: in place
|
|
||||||
visible: { card.type != "" or card.illustrator != "" or card.copyright != "" }
|
|
||||||
include file: magic-blends.mse-include/card-typelines
|
|
||||||
z index: 2
|
|
||||||
|
|
||||||
rarity:
|
rarity:
|
||||||
left:
|
left:
|
||||||
@@ -245,6 +235,16 @@ card style:
|
|||||||
line height hard: 1.2
|
line height hard: 1.2
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
|
watermark:
|
||||||
|
left: 181
|
||||||
|
top : 405
|
||||||
|
width: 45
|
||||||
|
height: 50
|
||||||
|
z index: 3
|
||||||
|
render style: image
|
||||||
|
alignment: middle center
|
||||||
|
visible: { card.rule_text != "" and card.flavor_text != "" }
|
||||||
|
include file: magic-watermarks.mse-include/watermarks
|
||||||
textbox:
|
textbox:
|
||||||
left: 52
|
left: 52
|
||||||
top: 405
|
top: 405
|
||||||
@@ -258,16 +258,16 @@ card style:
|
|||||||
else 0 }
|
else 0 }
|
||||||
include file: magic-blends.mse-include/card-textboxes
|
include file: magic-blends.mse-include/card-textboxes
|
||||||
z index: 2
|
z index: 2
|
||||||
watermark:
|
type image:
|
||||||
left: 181
|
left: 53
|
||||||
top : 405
|
top: 463
|
||||||
width: 45
|
width: 304
|
||||||
height: 50
|
height: 41
|
||||||
z index: 3
|
|
||||||
render style: image
|
render style: image
|
||||||
alignment: middle center
|
popup style: in place
|
||||||
visible: { card.rule_text != "" and card.flavor_text != "" }
|
visible: { card.type != "" or card.illustrator != "" or card.copyright != "" }
|
||||||
include file: magic-watermarks.mse-include/watermarks
|
include file: magic-blends.mse-include/card-typelines
|
||||||
|
z index: 2
|
||||||
|
|
||||||
############################# PT
|
############################# PT
|
||||||
power:
|
power:
|
||||||
@@ -339,7 +339,6 @@ extra card field:
|
|||||||
name: pt symbols
|
name: pt symbols
|
||||||
script: "shieldsword"
|
script: "shieldsword"
|
||||||
editable: false
|
editable: false
|
||||||
|
|
||||||
extra card style:
|
extra card style:
|
||||||
pt symbols:
|
pt symbols:
|
||||||
left: 25
|
left: 25
|
||||||
|
|||||||
@@ -12,6 +12,26 @@ card dpi: 150
|
|||||||
# Author: Buttock1234
|
# Author: Buttock1234
|
||||||
# Lots of copy/paste from magic-new.mse-style
|
# Lots of copy/paste from magic-new.mse-style
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
set info style:
|
||||||
|
symbol:
|
||||||
|
variation:
|
||||||
|
name: olduncommon
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(224,224,224)
|
||||||
|
fill color 2: rgb(84, 84, 84)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
variation:
|
||||||
|
name: oldrare
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(214,196,94)
|
||||||
|
fill color 2: rgb(95, 84, 40)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
init script:
|
init script:
|
||||||
|
|||||||
@@ -15,6 +15,26 @@ card width: 312
|
|||||||
card height: 444
|
card height: 444
|
||||||
card dpi: 127.34225621414913957934990439771
|
card dpi: 127.34225621414913957934990439771
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
set info style:
|
||||||
|
symbol:
|
||||||
|
variation:
|
||||||
|
name: olduncommon
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(224,224,224)
|
||||||
|
fill color 2: rgb(84, 84, 84)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
variation:
|
||||||
|
name: oldrare
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(214,196,94)
|
||||||
|
fill color 2: rgb(95, 84, 40)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
## COPY/PASTE from magic-old.mse-style/style
|
## COPY/PASTE from magic-old.mse-style/style
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,26 @@ card width: 312
|
|||||||
card height: 444
|
card height: 444
|
||||||
card dpi: 127.34225621414913957934990439771
|
card dpi: 127.34225621414913957934990439771
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
set info style:
|
||||||
|
symbol:
|
||||||
|
variation:
|
||||||
|
name: olduncommon
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(224,224,224)
|
||||||
|
fill color 2: rgb(84, 84, 84)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
variation:
|
||||||
|
name: oldrare
|
||||||
|
border radius: 0.10
|
||||||
|
fill type: linear gradient
|
||||||
|
fill color 1: rgb(214,196,94)
|
||||||
|
fill color 2: rgb(95, 84, 40)
|
||||||
|
border color 1: rgb(255,255,255)
|
||||||
|
border color 2: rgb(255,255,255)
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
## COPY/PASTE from magic-new.mse-style/style
|
## COPY/PASTE from magic-new.mse-style/style
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
mse version: 0.3.3
|
mse version: 0.3.3
|
||||||
short name: Magic
|
short name: Magic
|
||||||
full name: Magic the Gathering
|
full name: Magic the Gathering
|
||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
@@ -458,14 +458,6 @@ default set style:
|
|||||||
fill type: solid
|
fill type: solid
|
||||||
fill color: rgb(0,0,0)
|
fill color: rgb(0,0,0)
|
||||||
border color: rgb(255,255,255)
|
border color: rgb(255,255,255)
|
||||||
variation:
|
|
||||||
name: olduncommon
|
|
||||||
border radius: 0.10
|
|
||||||
fill type: linear gradient
|
|
||||||
fill color 1: rgb(224,224,224)
|
|
||||||
fill color 2: rgb(84, 84, 84)
|
|
||||||
border color 1: rgb(255,255,255)
|
|
||||||
border color 2: rgb(255,255,255)
|
|
||||||
variation:
|
variation:
|
||||||
name: uncommon
|
name: uncommon
|
||||||
border radius: 0.05
|
border radius: 0.05
|
||||||
@@ -474,14 +466,6 @@ default set style:
|
|||||||
fill color 2: rgb(84, 84, 84)
|
fill color 2: rgb(84, 84, 84)
|
||||||
border color 1: rgb(0, 0, 0)
|
border color 1: rgb(0, 0, 0)
|
||||||
border color 2: rgb(0, 0, 0)
|
border color 2: rgb(0, 0, 0)
|
||||||
variation:
|
|
||||||
name: oldrare
|
|
||||||
border radius: 0.10
|
|
||||||
fill type: linear gradient
|
|
||||||
fill color 1: rgb(214,196,94)
|
|
||||||
fill color 2: rgb(95, 84, 40)
|
|
||||||
border color 1: rgb(255,255,255)
|
|
||||||
border color 2: rgb(255,255,255)
|
|
||||||
variation:
|
variation:
|
||||||
name: rare
|
name: rare
|
||||||
border radius: 0.05
|
border radius: 0.05
|
||||||
@@ -534,7 +518,6 @@ card field:
|
|||||||
# Specify the colors somewhere else, to keep things clean
|
# Specify the colors somewhere else, to keep things clean
|
||||||
include file: magic-blends.mse-include/card-colors
|
include file: magic-blends.mse-include/card-colors
|
||||||
default: card_color(casting_cost: card.casting_cost)
|
default: card_color(casting_cost: card.casting_cost)
|
||||||
#needed for FPM temps
|
|
||||||
card field:
|
card field:
|
||||||
type: choice
|
type: choice
|
||||||
name: font color
|
name: font color
|
||||||
@@ -542,6 +525,7 @@ card field:
|
|||||||
choice: white
|
choice: white
|
||||||
description: Font color for the typeline and textbox
|
description: Font color for the typeline and textbox
|
||||||
show statistics: false
|
show statistics: false
|
||||||
|
save value: true
|
||||||
|
|
||||||
############################# Name line
|
############################# Name line
|
||||||
card field:
|
card field:
|
||||||
@@ -647,13 +631,6 @@ card field:
|
|||||||
card list visible: true
|
card list visible: true
|
||||||
card list column:4
|
card list column:4
|
||||||
description: The type of this card, type - to go the sub type
|
description: The type of this card, type - to go the sub type
|
||||||
#needed for FPM temps
|
|
||||||
card field:
|
|
||||||
type: choice
|
|
||||||
name: type image
|
|
||||||
include file: magic-blends.mse-include/card-colors
|
|
||||||
default: card.card_color
|
|
||||||
show statistics: false
|
|
||||||
card field:
|
card field:
|
||||||
type: choice
|
type: choice
|
||||||
name: rarity
|
name: rarity
|
||||||
@@ -695,7 +672,13 @@ card field:
|
|||||||
show statistics: false
|
show statistics: false
|
||||||
script:
|
script:
|
||||||
combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text)
|
combined_editor(field1: card.rule_text, separator: "<line>\n</line>", field2: card.flavor_text)
|
||||||
#needed for FPM temps
|
card field:
|
||||||
|
type: choice
|
||||||
|
name: watermark
|
||||||
|
icon: stats/watermark.png
|
||||||
|
include file: magic-watermarks.mse-include/watermark-names
|
||||||
|
description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, or a guild symbol
|
||||||
|
#Required for FPM temps; tried moving to stylesheet; caused errors
|
||||||
card field:
|
card field:
|
||||||
type: choice
|
type: choice
|
||||||
name: textbox
|
name: textbox
|
||||||
@@ -703,12 +686,13 @@ card field:
|
|||||||
default: card.card_color
|
default: card.card_color
|
||||||
save value: false
|
save value: false
|
||||||
show statistics: false
|
show statistics: false
|
||||||
|
#Required for FPM temps; tried moving to stylesheet; caused errors
|
||||||
card field:
|
card field:
|
||||||
type: choice
|
type: choice
|
||||||
name: watermark
|
name: type image
|
||||||
icon: stats/watermark.png
|
include file: magic-blends.mse-include/card-colors
|
||||||
include file: magic-watermarks.mse-include/watermark-names
|
default: card.card_color
|
||||||
description: A watermark for below the textbox, this can be a big mana symbol used on basic lands, or a guild symbol
|
show statistics: false
|
||||||
|
|
||||||
############################# PT
|
############################# PT
|
||||||
card field:
|
card field:
|
||||||
@@ -1536,10 +1520,6 @@ keyword:
|
|||||||
keyword: Sweep
|
keyword: Sweep
|
||||||
match: Sweep
|
match: Sweep
|
||||||
mode: pseudo
|
mode: pseudo
|
||||||
keyword:
|
|
||||||
keyword: Radiance
|
|
||||||
match: Radiance
|
|
||||||
mode: pseudo
|
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Convoke
|
keyword: Convoke
|
||||||
match: Convoke
|
match: Convoke
|
||||||
@@ -1555,6 +1535,10 @@ keyword:
|
|||||||
match: Dredge <atom-param>number</atom-param>
|
match: Dredge <atom-param>number</atom-param>
|
||||||
mode: expert
|
mode: expert
|
||||||
reminder: If you would draw a card, instead you may put exactly {english_number(param1)} card(s) from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.
|
reminder: If you would draw a card, instead you may put exactly {english_number(param1)} card(s) from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.
|
||||||
|
keyword:
|
||||||
|
keyword: Radiance
|
||||||
|
match: Radiance
|
||||||
|
mode: pseudo
|
||||||
keyword:
|
keyword:
|
||||||
keyword: Haunt
|
keyword: Haunt
|
||||||
match: Haunt
|
match: Haunt
|
||||||
|
|||||||
@@ -43,7 +43,11 @@ styling field:
|
|||||||
choice: modern
|
choice: modern
|
||||||
choice: old
|
choice: old
|
||||||
choice: diagonal T
|
choice: diagonal T
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: flavor text
|
||||||
|
description: Should the cards have flavor text?
|
||||||
|
initial: yes
|
||||||
styling style:
|
styling style:
|
||||||
use guild mana symbols:
|
use guild mana symbols:
|
||||||
choice images:
|
choice images:
|
||||||
@@ -123,10 +127,19 @@ card style:
|
|||||||
|
|
||||||
############################# Text box
|
############################# Text box
|
||||||
rule text:
|
rule text:
|
||||||
left: 46
|
left:
|
||||||
|
script:
|
||||||
|
if styling.flavor_text then 46
|
||||||
|
else 76
|
||||||
top : 328
|
top : 328
|
||||||
width: 280
|
width:
|
||||||
height: 65
|
script:
|
||||||
|
if styling.flavor_text then 280
|
||||||
|
else 220
|
||||||
|
height:
|
||||||
|
script:
|
||||||
|
if styling.flavor_text then 65
|
||||||
|
else 138
|
||||||
font:
|
font:
|
||||||
name: MPlantin
|
name: MPlantin
|
||||||
italic name: MPlantin-Italic
|
italic name: MPlantin-Italic
|
||||||
@@ -162,6 +175,8 @@ card style:
|
|||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
alignment: bottom left
|
alignment: bottom left
|
||||||
z index: 2
|
z index: 2
|
||||||
|
visible:
|
||||||
|
script: styling.flavor_text
|
||||||
padding left: 2
|
padding left: 2
|
||||||
padding top: 2
|
padding top: 2
|
||||||
padding right: 2
|
padding right: 2
|
||||||
|
|||||||
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 367 B |
@@ -1,9 +1,13 @@
|
|||||||
mse version: 0.3.2
|
mse version: 0.3.3
|
||||||
game: vs
|
game: vs
|
||||||
short name: Promotional
|
full name: VS Extended Art
|
||||||
full name: Extended Art Promo
|
short name: VS Extended
|
||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 2
|
position hint: 002
|
||||||
|
version: 2007-06-25
|
||||||
|
depends on:
|
||||||
|
package: vs.mse-game
|
||||||
|
version: 2007-06-25
|
||||||
|
|
||||||
card width: 375
|
card width: 375
|
||||||
card height: 523
|
card height: 523
|
||||||
@@ -11,8 +15,16 @@ card dpi: 150
|
|||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
|
||||||
############################################################## Extra style
|
############################################################## Extra style
|
||||||
|
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: edition
|
||||||
|
description: Is the set a 1st Edition?
|
||||||
|
initial: no
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
@@ -36,7 +48,7 @@ card style:
|
|||||||
plot twist: card-plot-twist.jpg
|
plot twist: card-plot-twist.jpg
|
||||||
|
|
||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
full name:
|
||||||
left: 85
|
left: 85
|
||||||
top : 23
|
top : 23
|
||||||
width: 224
|
width: 224
|
||||||
@@ -57,25 +69,19 @@ card style:
|
|||||||
alignment: middle center
|
alignment: middle center
|
||||||
z index: 4
|
z index: 4
|
||||||
cost:
|
cost:
|
||||||
left: 31
|
left: 35
|
||||||
top : 28
|
top : 34
|
||||||
width: 13
|
width: 13
|
||||||
height: 31
|
height: 31
|
||||||
alignment: middle center
|
alignment: bottom center
|
||||||
font:
|
font:
|
||||||
name: Dirty Headline
|
name: BadhouseBoldNumbers
|
||||||
size: 18
|
size: 35
|
||||||
color:
|
color:
|
||||||
script: if is_equipment() then rgb(240,221,146)
|
script: if is_equipment() then rgb(240,221,146)
|
||||||
else if is_location() then rgb(193,240,250)
|
else if is_location() then rgb(193,240,250)
|
||||||
else if is_plot_twist() then rgb(161,174,238)
|
else if is_plot_twist() then rgb(161,174,238)
|
||||||
else rgb(255,210,110)
|
else rgb(255,236,130)
|
||||||
z index: 4
|
|
||||||
card symbol:
|
|
||||||
left: 315
|
|
||||||
top : 31
|
|
||||||
height: 30
|
|
||||||
width: 30
|
|
||||||
z index: 4
|
z index: 4
|
||||||
|
|
||||||
############################# Image
|
############################# Image
|
||||||
@@ -89,9 +95,40 @@ card style:
|
|||||||
mask:
|
mask:
|
||||||
script: if is_dual() then "image-mask-dual.png" else "image-mask.png"
|
script: if is_dual() then "image-mask-dual.png" else "image-mask.png"
|
||||||
z index: 1
|
z index: 1
|
||||||
|
card symbol:
|
||||||
|
left: 310
|
||||||
|
top : 31
|
||||||
|
height: 30
|
||||||
|
width: 45
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
Marvel: marvel.png
|
||||||
|
DC-new: dcnew.png
|
||||||
|
DC-old: dcold.png
|
||||||
|
Hellboy: hellboy.png
|
||||||
|
Other...: blank.png
|
||||||
|
z index: 3
|
||||||
|
custom symbol:
|
||||||
|
left: 310
|
||||||
|
top: 31
|
||||||
|
height: 30
|
||||||
|
width: 30
|
||||||
|
visible: script: card.card_symbol=="Other..."
|
||||||
|
z index: 4
|
||||||
|
edition:
|
||||||
|
left: 335
|
||||||
|
top: 472
|
||||||
|
height: 15
|
||||||
|
width: 20
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
first edition: first-edition.png
|
||||||
|
z index: 3
|
||||||
|
visible:
|
||||||
|
script: styling.edition
|
||||||
|
|
||||||
############################# Type Bar
|
############################# Type Bar
|
||||||
type text:
|
type text full:
|
||||||
left: script: if is_dual() then 87 else 72
|
left: script: if is_dual() then 87 else 72
|
||||||
top: 395
|
top: 395
|
||||||
width: script: if is_dual() then 243 else 256
|
width: script: if is_dual() then 243 else 256
|
||||||
@@ -100,7 +137,6 @@ card style:
|
|||||||
name: Eurostile
|
name: Eurostile
|
||||||
size: 11
|
size: 11
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
weight: bold
|
|
||||||
visible: script: is_character()
|
visible: script: is_character()
|
||||||
alignment: middle center
|
alignment: middle center
|
||||||
z index: 3
|
z index: 3
|
||||||
@@ -118,7 +154,7 @@ card style:
|
|||||||
|
|
||||||
############################# Version
|
############################# Version
|
||||||
|
|
||||||
version:
|
version full:
|
||||||
left: 85
|
left: 85
|
||||||
top : 44
|
top : 44
|
||||||
width: 224
|
width: 224
|
||||||
@@ -135,28 +171,48 @@ card style:
|
|||||||
else if is_plot_twist() then rgb(28,47,87)
|
else if is_plot_twist() then rgb(28,47,87)
|
||||||
else rgb(22,10,10)
|
else rgb(22,10,10)
|
||||||
separator color: rgb(128,128,128)
|
separator color: rgb(128,128,128)
|
||||||
symbol font:
|
|
||||||
name: vs-standard-arrow
|
|
||||||
size: 8
|
|
||||||
alignment: middle center
|
|
||||||
|
|
||||||
############################# Card ID
|
############################# Card ID
|
||||||
number:
|
number line:
|
||||||
left: 136
|
left: 136
|
||||||
top : 495
|
top : 495
|
||||||
width: 30
|
width: 30
|
||||||
height: 13
|
height: 13
|
||||||
z index: 3
|
z index: 4
|
||||||
font:
|
font:
|
||||||
name: Eurostile
|
name: Eurostile
|
||||||
size: 8
|
size: 8
|
||||||
color:
|
color:
|
||||||
script: if card.rarity=="common" then rgb(255,255,255)
|
script: if card.rarity=="common" then rgb(255,255,255)
|
||||||
else if card.rarity=="uncommon" then rgb(80,174,255)
|
else if card.rarity=="uncommon" then rgb(80,174,255)
|
||||||
else if card.rarity=="rare" then rgb(255,210,60)
|
else if card.rarity=="rare" then rgb(255,236,130)
|
||||||
else if card.rarity=="promo" then rgb(255,20,20)
|
else if card.rarity=="promo" then rgb(255,20,20)
|
||||||
else rgb(255,255,255)
|
else rgb(255,255,255)
|
||||||
weight: bold
|
weight: bold
|
||||||
|
promo outliner:
|
||||||
|
left: 135
|
||||||
|
top : 494
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
promo outliner 2:
|
||||||
|
left: 137
|
||||||
|
top : 496
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
rarity:
|
rarity:
|
||||||
left: 135
|
left: 135
|
||||||
top: 489
|
top: 489
|
||||||
@@ -171,7 +227,7 @@ card style:
|
|||||||
promo: rarity-promo.png
|
promo: rarity-promo.png
|
||||||
|
|
||||||
############################# Affiliation
|
############################# Affiliation
|
||||||
team 2:
|
team 2 full:
|
||||||
left: 18
|
left: 18
|
||||||
top : 100
|
top : 100
|
||||||
height: 245
|
height: 245
|
||||||
@@ -204,7 +260,7 @@ card style:
|
|||||||
width:
|
width:
|
||||||
script: if is_dual() then 38 else 19
|
script: if is_dual() then 38 else 19
|
||||||
z index: 4
|
z index: 4
|
||||||
render style: image
|
render style: image list
|
||||||
choice images:
|
choice images:
|
||||||
flight:
|
flight:
|
||||||
script: if is_dual() then "flight.png" else "flight2.png"
|
script: if is_dual() then "flight.png" else "flight2.png"
|
||||||
@@ -261,42 +317,53 @@ card style:
|
|||||||
padding bottom: 2
|
padding bottom: 2
|
||||||
line height hard: 1.2
|
line height hard: 1.2
|
||||||
|
|
||||||
|
watermark:
|
||||||
|
left:
|
||||||
|
script: if is_dual() then 217 else 212
|
||||||
|
top: 435
|
||||||
|
width: 40
|
||||||
|
height: 60
|
||||||
|
render style: image
|
||||||
|
z index: 5
|
||||||
|
choice images:
|
||||||
|
BPRD: bprd-watermark.png
|
||||||
|
Thule Society: thule-society-watermark.png
|
||||||
|
|
||||||
|
|
||||||
############################# Atack/defence
|
############################# Atack/defence
|
||||||
attack:
|
attack:
|
||||||
z index: 4
|
z index: 4
|
||||||
left: 50
|
left: 47
|
||||||
top: 435
|
top: 430
|
||||||
width: 25
|
width: 30
|
||||||
height: 32
|
height: 47
|
||||||
visible: script: is_character()
|
visible: script: is_character()
|
||||||
z index: 4
|
z index: 4
|
||||||
alignment: left middle
|
alignment: bottom left shrink-overflow
|
||||||
font:
|
font:
|
||||||
name: Dirty Headline
|
name: BadhouseBoldNumbers
|
||||||
size: 20
|
size: 40
|
||||||
color: rgb(255,210,110)
|
color: rgb(255,236,130)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: 2
|
shadow displacement x: 3
|
||||||
shadow displacement y: 0
|
shadow displacement y: 0
|
||||||
|
|
||||||
defence:
|
defence:
|
||||||
z index: 4
|
z index: 4
|
||||||
left: 50
|
left: 47
|
||||||
top: 471
|
top: 465
|
||||||
width: 25
|
width: 30
|
||||||
height: 32
|
height: 47
|
||||||
visible: script: is_character()
|
visible: script: is_character()
|
||||||
z index: 4
|
z index: 4
|
||||||
alignment: left middle
|
alignment: bottom left shrink-overflow
|
||||||
padding bottom: -4
|
padding bottom: -4
|
||||||
font:
|
font:
|
||||||
name: Dirty Headline
|
name: BadhouseBoldNumbers
|
||||||
size: 20
|
size: 40
|
||||||
color: rgb(200,213,225)
|
color: rgb(200,213,225)
|
||||||
shadow color: rgb(0,0,0)
|
shadow color: rgb(0,0,0)
|
||||||
shadow displacement x: -2
|
shadow displacement x: -3
|
||||||
shadow displacement y: 0
|
shadow displacement y: 0
|
||||||
|
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
@@ -312,12 +379,11 @@ card style:
|
|||||||
font:
|
font:
|
||||||
name: Eurostile
|
name: Eurostile
|
||||||
size: 6
|
size: 6
|
||||||
weight: bold
|
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
|
|
||||||
copyright:
|
copyright:
|
||||||
left: 195
|
left: 195
|
||||||
top : 495
|
top : 492
|
||||||
width: 110
|
width: 110
|
||||||
height: 13
|
height: 13
|
||||||
z index: 4
|
z index: 4
|
||||||
@@ -326,4 +392,3 @@ card style:
|
|||||||
name: Eurostile
|
name: Eurostile
|
||||||
size: 4
|
size: 4
|
||||||
color: rgb(255,255,255)
|
color: rgb(255,255,255)
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 293 B |
|
Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 292 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 573 B |
|
After Width: | Height: | Size: 533 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 538 B |
@@ -0,0 +1,394 @@
|
|||||||
|
mse version: 0.3.3
|
||||||
|
game: vs
|
||||||
|
full name: VS Hellboy Extended Art
|
||||||
|
short name: Hellboy Extended
|
||||||
|
icon: card-sample.png
|
||||||
|
position hint: 004
|
||||||
|
version: 2007-06-25
|
||||||
|
depends on:
|
||||||
|
package: vs.mse-game
|
||||||
|
version: 2007-06-25
|
||||||
|
|
||||||
|
card width: 375
|
||||||
|
card height: 523
|
||||||
|
card dpi: 150
|
||||||
|
|
||||||
|
############################################################## Extra scripts
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
|
||||||
|
############################################################## Extra style
|
||||||
|
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: edition
|
||||||
|
description: Is the set a 1st Edition?
|
||||||
|
initial: no
|
||||||
|
|
||||||
|
############################################################## Card fields
|
||||||
|
card style:
|
||||||
|
############################# Background stuff
|
||||||
|
card type:
|
||||||
|
left: 0
|
||||||
|
top: 0
|
||||||
|
width: 375
|
||||||
|
height: 523
|
||||||
|
z index: -2
|
||||||
|
render style: image
|
||||||
|
popup style: in place
|
||||||
|
choice images:
|
||||||
|
character: card-character.jpg
|
||||||
|
character dual: card-character-dual.jpg
|
||||||
|
character dual (new): card-character-dual.jpg
|
||||||
|
concealed: card-concealed.jpg
|
||||||
|
concealed dual: card-concealed-dual.jpg
|
||||||
|
concealed dual (new): card-concealed-dual.jpg
|
||||||
|
equipment: card-equipment.jpg
|
||||||
|
location: card-location.jpg
|
||||||
|
plot twist: card-plot-twist.jpg
|
||||||
|
|
||||||
|
############################# Name line
|
||||||
|
full name:
|
||||||
|
left: 85
|
||||||
|
top : 23
|
||||||
|
width: 224
|
||||||
|
height: 24
|
||||||
|
alignment: bottom shrink-overflow
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 22
|
||||||
|
color:
|
||||||
|
script: if is_concealed() then rgb(23,4,6)
|
||||||
|
else if is_equipment() then rgb(18,21,26)
|
||||||
|
else if is_location() then rgb(31,53,30)
|
||||||
|
else if is_plot_twist() then rgb(28,47,87)
|
||||||
|
else rgb(22,10,10)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 15
|
||||||
|
alignment: middle center
|
||||||
|
z index: 4
|
||||||
|
cost:
|
||||||
|
left: 35
|
||||||
|
top : 34
|
||||||
|
width: 13
|
||||||
|
height: 31
|
||||||
|
alignment: bottom center
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 35
|
||||||
|
color:
|
||||||
|
script: if is_equipment() then rgb(240,221,146)
|
||||||
|
else if is_location() then rgb(193,240,250)
|
||||||
|
else if is_plot_twist() then rgb(161,174,238)
|
||||||
|
else rgb(255,236,130)
|
||||||
|
z index: 4
|
||||||
|
|
||||||
|
############################# Image
|
||||||
|
image:
|
||||||
|
left:
|
||||||
|
script: if is_dual() then 60 else 42
|
||||||
|
top: 73
|
||||||
|
width:
|
||||||
|
script: if is_dual() then 283 else 301
|
||||||
|
height: 342
|
||||||
|
mask:
|
||||||
|
script: if is_dual() then "image-mask-dual.png" else "image-mask.png"
|
||||||
|
z index: 1
|
||||||
|
card symbol:
|
||||||
|
left: 310
|
||||||
|
top : 31
|
||||||
|
height: 30
|
||||||
|
width: 45
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
Marvel: marvel.png
|
||||||
|
DC-new: dcnew.png
|
||||||
|
DC-old: dcold.png
|
||||||
|
Hellboy: hellboy.png
|
||||||
|
Other...: blank.png
|
||||||
|
z index: 3
|
||||||
|
custom symbol:
|
||||||
|
left: 310
|
||||||
|
top: 31
|
||||||
|
height: 30
|
||||||
|
width: 30
|
||||||
|
visible: script: card.card_symbol=="Other..."
|
||||||
|
z index: 4
|
||||||
|
edition:
|
||||||
|
left: 335
|
||||||
|
top: 472
|
||||||
|
height: 15
|
||||||
|
width: 20
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
first edition: first-edition.png
|
||||||
|
z index: 3
|
||||||
|
visible:
|
||||||
|
script: styling.edition
|
||||||
|
|
||||||
|
############################# Type Bar
|
||||||
|
type text full:
|
||||||
|
left: script: if is_dual() then 87 else 72
|
||||||
|
top: 395
|
||||||
|
width: script: if is_dual() then 243 else 256
|
||||||
|
height: 20
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 11
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
visible: script: is_character()
|
||||||
|
alignment: middle center
|
||||||
|
z index: 3
|
||||||
|
type bar:
|
||||||
|
left: script: if is_dual() then 87 else 72
|
||||||
|
top: 395
|
||||||
|
width: script: if is_dual() then 243 else 256
|
||||||
|
height: 20
|
||||||
|
visible:
|
||||||
|
script: card.type_text != ""
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
type bar: type-bar.png
|
||||||
|
z index: 2
|
||||||
|
|
||||||
|
############################# Version
|
||||||
|
|
||||||
|
version full:
|
||||||
|
left: 85
|
||||||
|
top : 44
|
||||||
|
width: 224
|
||||||
|
height: 18
|
||||||
|
alignment: top shrink-overflow
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 14
|
||||||
|
color:
|
||||||
|
script: if is_concealed() then rgb(23,4,6)
|
||||||
|
else if is_equipment() then rgb(18,21,26)
|
||||||
|
else if is_location() then rgb(31,53,30)
|
||||||
|
else if is_plot_twist() then rgb(28,47,87)
|
||||||
|
else rgb(22,10,10)
|
||||||
|
separator color: rgb(128,128,128)
|
||||||
|
|
||||||
|
############################# Card ID
|
||||||
|
number line:
|
||||||
|
left: 136
|
||||||
|
top : 495
|
||||||
|
width: 30
|
||||||
|
height: 13
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color:
|
||||||
|
script: if card.rarity=="common" then rgb(255,255,255)
|
||||||
|
else if card.rarity=="uncommon" then rgb(80,174,255)
|
||||||
|
else if card.rarity=="rare" then rgb(255,236,130)
|
||||||
|
else if card.rarity=="promo" then rgb(255,20,20)
|
||||||
|
else rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
promo outliner:
|
||||||
|
left: 135
|
||||||
|
top : 494
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
promo outliner 2:
|
||||||
|
left: 137
|
||||||
|
top : 496
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
rarity:
|
||||||
|
left: 135
|
||||||
|
top: 489
|
||||||
|
width: 50
|
||||||
|
height: 16
|
||||||
|
z index: 4
|
||||||
|
render style: image hidden
|
||||||
|
choice images:
|
||||||
|
common: rarity-common.png
|
||||||
|
uncommon: rarity-uncommon.png
|
||||||
|
rare: rarity-rare.png
|
||||||
|
promo: rarity-promo.png
|
||||||
|
|
||||||
|
############################# Affiliation
|
||||||
|
team 2 full:
|
||||||
|
left: 18
|
||||||
|
top : 100
|
||||||
|
height: 245
|
||||||
|
width: 28
|
||||||
|
angle: 90
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 19
|
||||||
|
scale down to: 18
|
||||||
|
color: rgb(245,230,197)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 18
|
||||||
|
alignment: middle center
|
||||||
|
visible: is_dual()
|
||||||
|
alignment: center shrink-overflow
|
||||||
|
z index: 4
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
|
||||||
|
############################# FlightRange
|
||||||
|
symbols:
|
||||||
|
left: 20
|
||||||
|
top :
|
||||||
|
script: if is_dual() then 365 else 320
|
||||||
|
height:
|
||||||
|
script: if is_dual() then 34 else 17
|
||||||
|
width:
|
||||||
|
script: if is_dual() then 38 else 19
|
||||||
|
z index: 4
|
||||||
|
render style: image list
|
||||||
|
choice images:
|
||||||
|
flight:
|
||||||
|
script: if is_dual() then "flight.png" else "flight2.png"
|
||||||
|
ongoing:
|
||||||
|
script: if is_dual() then "ongoing.png" else "ongoing2.png"
|
||||||
|
range:
|
||||||
|
script: if is_dual() then "range.png" else "range2.png"
|
||||||
|
direction: vertical
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
|
############################# Text box
|
||||||
|
rule text:
|
||||||
|
left:
|
||||||
|
script: if is_dual() then 95 else 90
|
||||||
|
top : 430
|
||||||
|
width: 265
|
||||||
|
height: 50
|
||||||
|
mask: text-mask.png
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
italic name: EurostileObl-Normal
|
||||||
|
size: 8
|
||||||
|
scale down to: 4
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 8
|
||||||
|
alignment: middle center
|
||||||
|
alignment: top left
|
||||||
|
z index: 4
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
line height hard: 1.4
|
||||||
|
|
||||||
|
flavor text:
|
||||||
|
left:
|
||||||
|
script: if is_dual() then 95 else 90
|
||||||
|
top : 440
|
||||||
|
width: 265
|
||||||
|
height: 50
|
||||||
|
mask: flavor-text-mask.png
|
||||||
|
font:
|
||||||
|
name: EurostileObl-Normal
|
||||||
|
size: 8
|
||||||
|
scale down to: 4
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
alignment: bottom left
|
||||||
|
z index: 3
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
line height hard: 1.2
|
||||||
|
|
||||||
|
watermark:
|
||||||
|
left:
|
||||||
|
script: if is_dual() then 217 else 212
|
||||||
|
top: 435
|
||||||
|
width: 40
|
||||||
|
height: 60
|
||||||
|
render style: image
|
||||||
|
z index: 5
|
||||||
|
choice images:
|
||||||
|
BPRD: bprd-watermark.png
|
||||||
|
Thule Society: thule-society-watermark.png
|
||||||
|
|
||||||
|
|
||||||
|
############################# Atack/defence
|
||||||
|
attack:
|
||||||
|
z index: 4
|
||||||
|
left: 47
|
||||||
|
top: 430
|
||||||
|
width: 30
|
||||||
|
height: 47
|
||||||
|
visible: script: is_character()
|
||||||
|
z index: 4
|
||||||
|
alignment: bottom left shrink-overflow
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 40
|
||||||
|
color: rgb(255,236,130)
|
||||||
|
shadow color: rgb(0,0,0)
|
||||||
|
shadow displacement x: 3
|
||||||
|
shadow displacement y: 0
|
||||||
|
|
||||||
|
defence:
|
||||||
|
z index: 4
|
||||||
|
left: 47
|
||||||
|
top: 465
|
||||||
|
width: 30
|
||||||
|
height: 47
|
||||||
|
visible: script: is_character()
|
||||||
|
z index: 4
|
||||||
|
alignment: bottom left shrink-overflow
|
||||||
|
padding bottom: -4
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 40
|
||||||
|
color: rgb(200,213,225)
|
||||||
|
shadow color: rgb(0,0,0)
|
||||||
|
shadow displacement x: -3
|
||||||
|
shadow displacement y: 0
|
||||||
|
|
||||||
|
############################# Card sorting / numbering
|
||||||
|
############################# Copyright stuff
|
||||||
|
|
||||||
|
illustrator:
|
||||||
|
left: 122
|
||||||
|
top : 417
|
||||||
|
width: 170
|
||||||
|
height: 10
|
||||||
|
alignment: center top
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 6
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
|
||||||
|
copyright:
|
||||||
|
left: 195
|
||||||
|
top : 492
|
||||||
|
width: 110
|
||||||
|
height: 13
|
||||||
|
z index: 4
|
||||||
|
alignment: middle left
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 4
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
After Width: | Height: | Size: 1023 B |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 310 B |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 85 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 367 B |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 573 B |
|
After Width: | Height: | Size: 533 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 538 B |
@@ -0,0 +1,412 @@
|
|||||||
|
mse version: 0.3.3
|
||||||
|
game: vs
|
||||||
|
full name: VS Hellboy
|
||||||
|
short name: VS Hellboy
|
||||||
|
icon: card-sample.png
|
||||||
|
position hint: 003
|
||||||
|
version: 2007-06-25
|
||||||
|
depends on:
|
||||||
|
package: vs.mse-game
|
||||||
|
version: 2007-06-25
|
||||||
|
|
||||||
|
card width: 375
|
||||||
|
card height: 523
|
||||||
|
card dpi: 150
|
||||||
|
|
||||||
|
############################################################## Extra scripts
|
||||||
|
|
||||||
|
############################################################## Set info fields
|
||||||
|
|
||||||
|
############################################################## Extra style
|
||||||
|
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: edition
|
||||||
|
description: Is the set a 1st Edition?
|
||||||
|
initial: no
|
||||||
|
|
||||||
|
############################################################## Card fields
|
||||||
|
card style:
|
||||||
|
############################# Background stuff
|
||||||
|
card type:
|
||||||
|
left: 0
|
||||||
|
top: 0
|
||||||
|
width: 375
|
||||||
|
height: 523
|
||||||
|
z index: -2
|
||||||
|
render style: image
|
||||||
|
popup style: in place
|
||||||
|
choice images:
|
||||||
|
character: card-character.jpg
|
||||||
|
character dual: card-character-dual.jpg
|
||||||
|
character dual (new): card-character-dual-new.jpg
|
||||||
|
concealed: card-concealed.jpg
|
||||||
|
concealed dual: card-concealed-dual.jpg
|
||||||
|
concealed dual (new): card-concealed-dual-new.jpg
|
||||||
|
equipment: card-equipment.jpg
|
||||||
|
location: card-location.jpg
|
||||||
|
plot twist: card-plot-twist.jpg
|
||||||
|
|
||||||
|
############################# Name line
|
||||||
|
full name:
|
||||||
|
left: 90
|
||||||
|
top : 25
|
||||||
|
width: 219
|
||||||
|
height: 24
|
||||||
|
alignment: bottom shrink-overflow
|
||||||
|
padding bottom: 0
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 22
|
||||||
|
color:
|
||||||
|
script: if is_concealed() then rgb(23,4,6)
|
||||||
|
else if is_equipment() then rgb(18,21,26)
|
||||||
|
else if is_location() then rgb(31,53,30)
|
||||||
|
else if is_plot_twist() then rgb(28,47,87)
|
||||||
|
else rgb(22,10,10)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 15
|
||||||
|
alignment: middle center
|
||||||
|
cost:
|
||||||
|
left: 33
|
||||||
|
top : 30
|
||||||
|
width: 25
|
||||||
|
height: 41
|
||||||
|
alignment: bottom center
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 40
|
||||||
|
color:
|
||||||
|
script: if is_equipment() then rgb(240,221,146)
|
||||||
|
else if is_location() then rgb(193,240,250)
|
||||||
|
else if is_plot_twist() then rgb(161,174,238)
|
||||||
|
else rgb(255,236,130)
|
||||||
|
z index: 4
|
||||||
|
padding top: 0
|
||||||
|
|
||||||
|
############################# Image
|
||||||
|
image:
|
||||||
|
left: 65
|
||||||
|
top: 78
|
||||||
|
width:
|
||||||
|
script: if is_dual() then 249 else 282
|
||||||
|
height: 241
|
||||||
|
mask:
|
||||||
|
script: if is_dual() then "image-mask-dual.png" else "image-mask.png"
|
||||||
|
z index: 1
|
||||||
|
card symbol:
|
||||||
|
left: 310
|
||||||
|
top : 31
|
||||||
|
height: 30
|
||||||
|
width: 45
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
Marvel: marvel.png
|
||||||
|
DC-new: dcnew.png
|
||||||
|
DC-old: dcold.png
|
||||||
|
Hellboy: hellboy.png
|
||||||
|
Other...: blank.png
|
||||||
|
z index: 3
|
||||||
|
custom symbol:
|
||||||
|
left: 310
|
||||||
|
top: 31
|
||||||
|
height: 30
|
||||||
|
width: 30
|
||||||
|
visible: script: card.card_symbol=="Other..."
|
||||||
|
z index: 4
|
||||||
|
edition:
|
||||||
|
left: 315
|
||||||
|
top: 447
|
||||||
|
height: 26
|
||||||
|
width: 34
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
first edition: first-edition.png
|
||||||
|
z index: 3
|
||||||
|
visible:
|
||||||
|
script: styling.edition
|
||||||
|
|
||||||
|
############################# Type Bar
|
||||||
|
type text full:
|
||||||
|
left: 72
|
||||||
|
top: 299
|
||||||
|
width:
|
||||||
|
script: if is_dual() then 235 else 268
|
||||||
|
height: 20
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 11
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
visible: script: is_character()
|
||||||
|
alignment: middle center
|
||||||
|
z index: 3
|
||||||
|
type bar:
|
||||||
|
left: 72
|
||||||
|
top: 299
|
||||||
|
width: script: if is_dual() then 235 else 268
|
||||||
|
height: 20
|
||||||
|
visible:
|
||||||
|
script: card.type_text != ""
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
type bar: type-bar.png
|
||||||
|
z index: 2
|
||||||
|
|
||||||
|
############################# Version
|
||||||
|
|
||||||
|
version full:
|
||||||
|
left: 90
|
||||||
|
top : 46
|
||||||
|
width: 219
|
||||||
|
height: 18
|
||||||
|
alignment: top shrink-overflow
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 14
|
||||||
|
color:
|
||||||
|
script: if is_concealed() then rgb(23,4,6)
|
||||||
|
else if is_equipment() then rgb(18,21,26)
|
||||||
|
else if is_location() then rgb(31,53,30)
|
||||||
|
else if is_plot_twist() then rgb(28,47,87)
|
||||||
|
else rgb(22,10,10)
|
||||||
|
separator color: rgb(128,128,128)
|
||||||
|
|
||||||
|
############################# Card ID
|
||||||
|
number line:
|
||||||
|
left: 136
|
||||||
|
top : 485
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color:
|
||||||
|
script: if card.rarity=="common" then rgb(255,255,255)
|
||||||
|
else if card.rarity=="uncommon" then rgb(80,174,255)
|
||||||
|
else if card.rarity=="rare" then rgb(255,236,130)
|
||||||
|
else if card.rarity=="promo" then rgb(255,20,20)
|
||||||
|
else rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
promo outliner:
|
||||||
|
left: 135
|
||||||
|
top : 484
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
promo outliner 2:
|
||||||
|
left: 137
|
||||||
|
top : 486
|
||||||
|
width: 30
|
||||||
|
height: 18
|
||||||
|
visible: script: card.rarity=="promo"
|
||||||
|
z index: 3
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 8
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
weight: bold
|
||||||
|
rarity:
|
||||||
|
left: 135
|
||||||
|
top: 484
|
||||||
|
width: 50
|
||||||
|
height: 30
|
||||||
|
z index: 3
|
||||||
|
render style: image hidden
|
||||||
|
choice images:
|
||||||
|
common: rarity-common.png
|
||||||
|
uncommon: rarity-uncommon.png
|
||||||
|
rare: rarity-rare.png
|
||||||
|
promo: rarity-promo.png
|
||||||
|
|
||||||
|
############################# Affiliation
|
||||||
|
team full:
|
||||||
|
left: 23
|
||||||
|
top : 100
|
||||||
|
height:
|
||||||
|
script: if is_new_dual() then 240 else 200
|
||||||
|
width: 28
|
||||||
|
angle: 90
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 19
|
||||||
|
scale down to: 16
|
||||||
|
color: rgb(245,230,197)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 18
|
||||||
|
alignment: middle center
|
||||||
|
alignment: middle center shrink-overflow
|
||||||
|
z index: 4
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
|
||||||
|
team 2 full:
|
||||||
|
left: 325
|
||||||
|
top : 100
|
||||||
|
height: 200
|
||||||
|
width: 28
|
||||||
|
angle: 270
|
||||||
|
font:
|
||||||
|
name: Percolator Expert
|
||||||
|
size: 19
|
||||||
|
scale down to: 18
|
||||||
|
color: rgb(245,230,197)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 18
|
||||||
|
alignment: middle center shrink-overflow
|
||||||
|
visible: is_dual()
|
||||||
|
alignment: middle center
|
||||||
|
z index: 4
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
|
||||||
|
############################# FlightRange
|
||||||
|
symbols:
|
||||||
|
left: 25
|
||||||
|
top :
|
||||||
|
script: if is_new_dual() then 366 else 322
|
||||||
|
height: 67
|
||||||
|
width: 38
|
||||||
|
z index: 4
|
||||||
|
render style: image list
|
||||||
|
choice images:
|
||||||
|
flight: flight.png
|
||||||
|
ongoing: ongoing.png
|
||||||
|
range: range.png
|
||||||
|
direction: vertical
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
|
|
||||||
|
############################# Text box
|
||||||
|
rule text:
|
||||||
|
left: 84
|
||||||
|
top : 336
|
||||||
|
width: 272
|
||||||
|
height: 120
|
||||||
|
mask: text-mask.png
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
italic name: EurostileObl-Normal
|
||||||
|
size: 11
|
||||||
|
scale down to: 6
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
symbol font:
|
||||||
|
name: vs-standard-arrow
|
||||||
|
size: 11
|
||||||
|
alignment: middle center
|
||||||
|
alignment: top left
|
||||||
|
z index: 4
|
||||||
|
padding left: 2
|
||||||
|
padding top: 5
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
line height hard: 1.4
|
||||||
|
|
||||||
|
flavor text:
|
||||||
|
left: 84
|
||||||
|
top : 356
|
||||||
|
width: 272
|
||||||
|
height: 118
|
||||||
|
mask: flavor-text-mask.png
|
||||||
|
font:
|
||||||
|
name: EurostileObl-Normal
|
||||||
|
size: 10
|
||||||
|
scale down to: 6
|
||||||
|
color: rgb(0,0,0)
|
||||||
|
alignment: bottom left
|
||||||
|
z index: 3
|
||||||
|
padding left: 2
|
||||||
|
padding top: 2
|
||||||
|
padding right: 2
|
||||||
|
padding bottom: 2
|
||||||
|
line height hard: 1
|
||||||
|
|
||||||
|
watermark:
|
||||||
|
left: 167
|
||||||
|
top: 345
|
||||||
|
width: 106
|
||||||
|
height: 140
|
||||||
|
render style: image
|
||||||
|
choice images:
|
||||||
|
BPRD: bprd-watermark.png
|
||||||
|
Thule Society: thule-society-watermark.png
|
||||||
|
|
||||||
|
|
||||||
|
############################# Atack/defence
|
||||||
|
attack:
|
||||||
|
z index: 4
|
||||||
|
left: 50
|
||||||
|
top: 427
|
||||||
|
width: 30
|
||||||
|
height: 47
|
||||||
|
visible: script: is_character()
|
||||||
|
z index: 4
|
||||||
|
alignment: bottom left shrink-overflow
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 50
|
||||||
|
color: rgb(255,236,130)
|
||||||
|
shadow color: rgb(0,0,0)
|
||||||
|
shadow displacement x: 3
|
||||||
|
shadow displacement y: 0
|
||||||
|
|
||||||
|
defence:
|
||||||
|
z index: 4
|
||||||
|
left: 50
|
||||||
|
top: 462
|
||||||
|
width: 30
|
||||||
|
height: 47
|
||||||
|
visible: script: is_character()
|
||||||
|
z index: 4
|
||||||
|
alignment: bottom left shrink-overflow
|
||||||
|
padding bottom: -4
|
||||||
|
font:
|
||||||
|
name: BadhouseBoldNumbers
|
||||||
|
size: 50
|
||||||
|
color: rgb(200,213,225)
|
||||||
|
shadow color: rgb(0,0,0)
|
||||||
|
shadow displacement x: -3
|
||||||
|
shadow displacement y: 0
|
||||||
|
|
||||||
|
############################# Card sorting / numbering
|
||||||
|
############################# Copyright stuff
|
||||||
|
|
||||||
|
illustrator:
|
||||||
|
left: 130
|
||||||
|
top : 322
|
||||||
|
width: 165
|
||||||
|
height: 16
|
||||||
|
alignment: center top shrink-overflow
|
||||||
|
z index: 4
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 9
|
||||||
|
weight: bold
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
|
||||||
|
copyright:
|
||||||
|
left: 195
|
||||||
|
top : 480
|
||||||
|
width: 130
|
||||||
|
height: 22
|
||||||
|
z index: 4
|
||||||
|
alignment: middle left
|
||||||
|
font:
|
||||||
|
name: Eurostile
|
||||||
|
size: 6
|
||||||
|
color: rgb(255,255,255)
|
||||||
|
After Width: | Height: | Size: 290 B |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 156 B |
|
After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 132 KiB |