Big BIG VS update; this is the collective efforts of Gen_Leo, Artfreakwiu, and a little from myself as well.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@674 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-09 03:41:59 +00:00
parent fc44560238
commit dc02f4c507
214 changed files with 2183 additions and 267 deletions
+76 -34
View File
@@ -1,13 +1,13 @@
mse version: 0.3.3
mse version: 0.3.5
game: vs
full name: VS Hellboy
short name: VS Hellboy
icon: card-sample.png
position hint: 003
version: 2007-06-25
version: 2007-09-06
depends on:
package: vs.mse-game
version: 2007-06-25
version: 2007-09-06
card width: 375
card height: 523
@@ -19,6 +19,16 @@ card dpi: 150
############################################################## Extra style
styling field:
type: boolean
name: foils
description: Use foil backgrounds?
initial: no
styling field:
type: boolean
name: watermarkings
description: Use watermarks?
initial: no
styling field:
type: boolean
name: edition
@@ -37,15 +47,21 @@ card style:
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
characters visible character: cvchcard.jpg
characters visible character dual: cvcdcard.jpg
characters visible character dual (new): cvcncard.jpg
characters hidden concealed: chcocard.jpg
characters hidden concealed dual: chodcard.jpg
characters hidden concealed dual (new): choncard.jpg
characters concealed-optional concealed-optional character: chcocard.jpg
characters concealed-optional concealed-optional dual: chodcard.jpg
characters concealed-optional concealed-optional dual (new): choncard.jpg
equipment visible equipment: eveqcard.jpg
equipment concealed equipment: eveqcard.jpg
equipment concealed-optional equipment: eveqcard.jpg
location: locard.jpg
plot twist: ptcard.jpg
############################# Name line
full name:
@@ -103,11 +119,11 @@ card style:
width: 45
render style: image
choice images:
Marvel: marvel.png
DC-new: dcnew.png
DC-old: dcold.png
Hellboy: hellboy.png
Other...: blank.png
Marvel: /vs-common.mse-include/marvel.png
DC-new: /vs-common.mse-include/dcnew.png
DC-old: /vs-common.mse-include/dcold.png
Hellboy: /vs-common.mse-include/hellboy.png
Other...: /vs-common.mse-include/blank.png
z index: 3
custom symbol:
left: 310
@@ -123,7 +139,7 @@ card style:
width: 34
render style: image
choice images:
first edition: first-edition.png
first edition: /vs-common.mse-include/first-edition.png
z index: 3
visible:
script: styling.edition
@@ -199,7 +215,7 @@ card style:
visible: script: card.rarity=="promo"
z index: 3
font:
name: Eurostile
name: Eurostile-Black-DTC
size: 8
color: rgb(255,255,255)
weight: bold
@@ -223,10 +239,10 @@ card style:
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
common: /vs-common.mse-include/rarity-common.png
uncommon: /vs-common.mse-include/rarity-uncommon.png
rare: /vs-common.mse-include/rarity-rare.png
promo: /vs-common.mse-include/rarity-promo.png
############################# Affiliation
team full:
@@ -285,9 +301,9 @@ card style:
z index: 4
render style: image list
choice images:
flight: flight.png
ongoing: ongoing.png
range: range.png
flight: /vs-common.mse-include/flight.png
ongoing: /vs-common.mse-include/ongoing.png
range: /vs-common.mse-include/range.png
direction: vertical
spacing: 0
@@ -337,15 +353,19 @@ card style:
line height hard: 1
watermark:
left: 167
top: 345
width: 106
height: 140
left:
script: if watermark_narrow() then 197 else
if watermark_wide() then 132 else 166
top: 365
width:
script: if watermark_narrow() then 60 else
if watermark_wide() then 165 else 106
height: 80
visible:
script: styling.watermarkings
render style: image
choice images:
BPRD: bprd-watermark.png
Thule Society: thule-society-watermark.png
include file: vs-common.mse-include/watermarks
z index: 4
############################# Atack/defence
attack:
@@ -410,3 +430,25 @@ 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 style:
foil layer:
left: 0
top : 0
width:
script: if styling.foils=="no" then 0 else 375
height:
script: if styling.foils=="no" then 0 else 523
z index: 8
render style: image
choice images:
foil: /vs-common.mse-include/foil.png
visible:
script: styling.foils