mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Massive VS Update (Courtesy of Artfreakwiu)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@810 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 324 KiB |
+84
-116
@@ -1,30 +1,27 @@
|
||||
mse version: 0.3.5
|
||||
mse version: 0.3.6
|
||||
game: vs
|
||||
full name: New Style EM
|
||||
short name: New Style
|
||||
icon: card-sample.png
|
||||
position hint: 006
|
||||
position hint: 001
|
||||
|
||||
version: 2007-10-05
|
||||
version: 2008-01-03
|
||||
depends on:
|
||||
package: vs.mse-game
|
||||
version: 2007-09-23
|
||||
version: 2007-09-06
|
||||
depends on:
|
||||
package: vs-common.mse-include
|
||||
version: 2007-09-23
|
||||
version: 2007-09-06
|
||||
depends on:
|
||||
package: vs-standard-new.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: vs-standard-arrow.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
package: vs-standard-official.mse-symbol-font
|
||||
version: 2008-01-03
|
||||
|
||||
card background: white
|
||||
card width: 375
|
||||
card height: 523
|
||||
card dpi: 150
|
||||
|
||||
############################################################## Extra scripts
|
||||
|
||||
init script:
|
||||
con_opt_template_1 := {
|
||||
if styling.con_optional == "c-left" then "ccoccard2.png"
|
||||
@@ -40,9 +37,7 @@ init script:
|
||||
}
|
||||
|
||||
############################################################## Set info fields
|
||||
|
||||
############################################################## Extra style
|
||||
|
||||
styling field:
|
||||
type: boolean
|
||||
name: foils
|
||||
@@ -60,21 +55,12 @@ styling field:
|
||||
initial: c-left
|
||||
choice: c-left
|
||||
choice: c-right
|
||||
styling field:
|
||||
type: choice
|
||||
name: symbol font
|
||||
description: Use which symbol font?
|
||||
initial: new
|
||||
choice: new
|
||||
choice: old
|
||||
|
||||
styling style:
|
||||
con optional:
|
||||
render style: both
|
||||
choice images:
|
||||
c-left: ccoccard2.png
|
||||
c-right: ccoccard.png
|
||||
|
||||
############################################################## Card fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
@@ -101,15 +87,14 @@ card style:
|
||||
equipment concealed-optional equipment: eoeqcard.png
|
||||
location: locard.png
|
||||
plot twist: ptcard.png
|
||||
|
||||
|
||||
planet: plcard.png
|
||||
############################# Name line
|
||||
full name:
|
||||
left: 82
|
||||
top : 20
|
||||
width: 230
|
||||
height: 30
|
||||
alignment: middle center shrink-overflow
|
||||
alignment: middle center
|
||||
padding bottom: 0
|
||||
z index: 4
|
||||
font:
|
||||
@@ -119,11 +104,7 @@ card style:
|
||||
color: rgb(247,239,231)
|
||||
separator color: rgb(247,239,231)
|
||||
symbol font:
|
||||
name:
|
||||
script:
|
||||
if styling.symbol_font == "new"
|
||||
then "vs-standard-new"
|
||||
else "vs-standard-arrow"
|
||||
name: vs-standard-official
|
||||
size: 15
|
||||
alignment: middle center
|
||||
cost:
|
||||
@@ -140,15 +121,16 @@ card style:
|
||||
shadow displacement x: 2
|
||||
shadow displacement y: 2
|
||||
z index: 4
|
||||
visible: { card.card_type!="planet" }
|
||||
padding top: 0
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 19
|
||||
left: 18
|
||||
top: 73
|
||||
width: 339
|
||||
height: 255
|
||||
width: { if card.card_type=="planet" then 0 else 339 }
|
||||
height: { if card.card_type=="planet" then 0 else 255 }
|
||||
mask: image-mask.png
|
||||
visible: { card.card_type!="planet" }
|
||||
z index: 1
|
||||
card symbol:
|
||||
left: 315
|
||||
@@ -168,42 +150,38 @@ card style:
|
||||
top: 31
|
||||
height: 30
|
||||
width: 30
|
||||
visible: script: card.card_symbol=="Other..."
|
||||
visible: { card.card_symbol=="Other..." }
|
||||
z index: 4
|
||||
|
||||
############################# Type Bar
|
||||
type text full:
|
||||
left: 19
|
||||
top: 317
|
||||
width: 339
|
||||
height: 12
|
||||
width: { if card.card_type=="planet" then 0 else 339 }
|
||||
height: { if card.card_type=="planet" then 0 else 12 }
|
||||
font:
|
||||
name: BankGothic Md BT
|
||||
size: 8
|
||||
color: rgb(0,0,0)
|
||||
visible: script: is_character()
|
||||
visible: { is_character() }
|
||||
alignment: middle center
|
||||
z index: 3
|
||||
type bar:
|
||||
left: 19
|
||||
top: 317
|
||||
width: 339
|
||||
height: 13
|
||||
visible:
|
||||
script: card.type_text != ""
|
||||
width: { if card.card_type=="planet" then 0 else 339 }
|
||||
height: { if card.card_type=="planet" then 0 else 13 }
|
||||
visible: { card.type_text != "" }
|
||||
render style: image
|
||||
choice images:
|
||||
type bar: type-bar.png
|
||||
z index: 2
|
||||
|
||||
############################# Version
|
||||
|
||||
version full:
|
||||
left: 80
|
||||
top : 51
|
||||
width: 230
|
||||
height: 18
|
||||
alignment: middle center shrink-overflow
|
||||
alignment: middle center
|
||||
z index: 4
|
||||
font:
|
||||
name: Percolator Expert
|
||||
@@ -211,11 +189,10 @@ card style:
|
||||
scale down to: 8
|
||||
color: rgb(247,239,231)
|
||||
separator color: rgb(247,239,231)
|
||||
|
||||
############################# Card ID
|
||||
number line:
|
||||
left: 106
|
||||
top : 481
|
||||
left: { if card.card_type=="planet" then 165 else 106 }
|
||||
top : { if card.card_type=="planet" then 468 else 481 }
|
||||
width: 45
|
||||
height: 15
|
||||
z index: 4
|
||||
@@ -229,11 +206,11 @@ card style:
|
||||
else if card.rarity=="promo" then rgb(255,20,20)
|
||||
else rgb(255,255,255)
|
||||
promo outliner:
|
||||
left: 105
|
||||
top : 480
|
||||
left: { if card.card_type=="planet" then 164 else 105 }
|
||||
top : { if card.card_type=="planet" then 467 else 480 }
|
||||
width: 45
|
||||
height: 15
|
||||
visible: script: card.rarity=="promo"
|
||||
visible: { card.rarity=="promo" }
|
||||
z index: 3
|
||||
font:
|
||||
name: Eurostile
|
||||
@@ -241,11 +218,11 @@ card style:
|
||||
color: rgb(255,255,255)
|
||||
weight: bold
|
||||
promo outliner 2:
|
||||
left: 107
|
||||
top : 482
|
||||
left: { if card.card_type=="planet" then 166 else 107 }
|
||||
top : { if card.card_type=="planet" then 469 else 482 }
|
||||
width: 45
|
||||
height: 15
|
||||
visible: script: card.rarity=="promo"
|
||||
visible: { card.rarity=="promo" }
|
||||
z index: 3
|
||||
font:
|
||||
name: Eurostile
|
||||
@@ -253,8 +230,8 @@ card style:
|
||||
color: rgb(255,255,255)
|
||||
weight: bold
|
||||
rarity:
|
||||
left: 120
|
||||
top: 470
|
||||
left: { if card.card_type=="planet" then 180 else 120 }
|
||||
top: { if card.card_type=="planet" then 458 else 470 }
|
||||
width: 23
|
||||
height: 25
|
||||
z index: 5
|
||||
@@ -264,11 +241,10 @@ card style:
|
||||
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:
|
||||
left: 30
|
||||
top : 329
|
||||
left: { if card.card_type=="planet" then 20 else 19 }
|
||||
top : { if card.card_type=="planet" then 441 else 329 }
|
||||
height: 28
|
||||
width: 338
|
||||
font:
|
||||
@@ -280,23 +256,21 @@ card style:
|
||||
else if is_equipment() then rgb(82,82,82)
|
||||
else if is_location() then rgb(0,48,33)
|
||||
else if is_plot_twist() then rgb(28,47,87)
|
||||
else if card.card_type=="planet" then rgb(243,217,105)
|
||||
else rgb(41,0,0)
|
||||
alignment: middle center shrink-overflow
|
||||
alignment: middle center
|
||||
z index: 4
|
||||
padding left: 4
|
||||
padding top: 4
|
||||
padding right: 4
|
||||
padding bottom: 4
|
||||
|
||||
|
||||
############################# FlightRange
|
||||
|
||||
############################# Text box
|
||||
rule text:
|
||||
left: 20
|
||||
top : 353
|
||||
width: 338
|
||||
height: 100
|
||||
left: { if card.card_type=="planet" then 72 else 20 }
|
||||
top : { if card.card_type=="planet" then 123 else 353 }
|
||||
width: { if card.card_type=="planet" then 236 else 335 }
|
||||
height: { if card.card_type=="planet" then 305 else if card.flavor_text!="" then 80 else 100 }
|
||||
font:
|
||||
name: Eurostile
|
||||
italic name: EurostileObl-Normal
|
||||
@@ -304,63 +278,51 @@ card style:
|
||||
scale down to: 6
|
||||
color: rgb(0,0,0)
|
||||
symbol font:
|
||||
name:
|
||||
script:
|
||||
if styling.symbol_font == "new"
|
||||
then "vs-standard-new"
|
||||
else "vs-standard-arrow"
|
||||
name: vs-standard-official
|
||||
size: 14
|
||||
alignment: middle center
|
||||
alignment: top left shrink-overflow
|
||||
alignment: middle left
|
||||
z index: 3
|
||||
padding left: 2
|
||||
padding left: 3
|
||||
padding top: 5
|
||||
padding right: 2
|
||||
padding bottom: 2
|
||||
line height hard: 1.4
|
||||
|
||||
flavor text:
|
||||
left: 90
|
||||
top : 435
|
||||
width: 225
|
||||
height: 40
|
||||
width: { if card.card_type=="planet" then 0 else 225 }
|
||||
height: { if card.card_type=="planet" then 0 else 40 }
|
||||
font:
|
||||
name: EurostileObl-Normal
|
||||
size: 10
|
||||
scale down to: 6
|
||||
color: rgb(0,0,0)
|
||||
alignment: bottom center shrink-overflow
|
||||
alignment: bottom center
|
||||
z index: 3
|
||||
visible: { card.card_type!="planet" }
|
||||
padding left: 2
|
||||
padding top: 2
|
||||
padding right: 2
|
||||
padding bottom: 2
|
||||
line height hard: 1
|
||||
|
||||
watermark:
|
||||
left:
|
||||
script: if watermark_narrow() then 150 else
|
||||
if watermark_wide() then 112 else 147
|
||||
left: { if watermark_narrow() then 150 else if watermark_wide() then 112 else 147 }
|
||||
top: 367
|
||||
width:
|
||||
script: if watermark_narrow() then 75 else
|
||||
if watermark_wide() then 165 else 90
|
||||
width: { if watermark_narrow() then 75 else if watermark_wide() then 165 else 90 }
|
||||
height: 90
|
||||
visible:
|
||||
script: styling.watermarkings
|
||||
visible: { styling.watermarkings }
|
||||
render style: image
|
||||
include file: /vs-common.mse-include/watermarks
|
||||
z index: 4
|
||||
|
||||
|
||||
############################# Attack/defence
|
||||
attack:
|
||||
z index: 4
|
||||
left: 24
|
||||
top: 448
|
||||
width: 30
|
||||
height: 47
|
||||
visible: script: is_character()
|
||||
width: { if card.card_type=="planet" then 0 else 30 }
|
||||
height: { if card.card_type=="planet" then 0 else 47 }
|
||||
visible: { is_character() }
|
||||
z index: 4
|
||||
alignment: bottom center shrink-overflow
|
||||
font:
|
||||
@@ -370,14 +332,13 @@ card style:
|
||||
shadow color: rgb(0,0,0)
|
||||
shadow displacement x: 3
|
||||
shadow displacement y: 0
|
||||
|
||||
defence:
|
||||
z index: 4
|
||||
left: 323
|
||||
top: 448
|
||||
width: 30
|
||||
height: 47
|
||||
visible: script: is_character()
|
||||
width: { if card.card_type=="planet" then 0 else 30 }
|
||||
height: { if card.card_type=="planet" then 0 else 47 }
|
||||
visible: { is_character() }
|
||||
z index: 4
|
||||
alignment: bottom center shrink-overflow
|
||||
font:
|
||||
@@ -387,13 +348,11 @@ card style:
|
||||
shadow color: rgb(0,0,0)
|
||||
shadow displacement x: -3
|
||||
shadow displacement y: 0
|
||||
|
||||
############################# Card sorting / numbering
|
||||
############################# Copyright stuff
|
||||
|
||||
illustrator:
|
||||
left: 169
|
||||
top : 480
|
||||
top : 476
|
||||
width: 133
|
||||
height: 15
|
||||
alignment: middle left shrink-overflow
|
||||
@@ -402,19 +361,18 @@ card style:
|
||||
name: BankGothic Md BT
|
||||
size: 6
|
||||
color: rgb(255,255,255)
|
||||
|
||||
visible: { card.card_type!="planet" }
|
||||
copyright:
|
||||
left: 103
|
||||
top : 493
|
||||
width: 200
|
||||
height: 10
|
||||
left: { if card.card_type=="planet" then 139 else 103 }
|
||||
top : { if card.card_type=="planet" then 479 else 493 }
|
||||
width: { if card.card_type=="planet" then 100 else 200 }
|
||||
height: { if card.card_type=="planet" then 20 else 10 }
|
||||
z index: 4
|
||||
alignment: middle center
|
||||
font:
|
||||
name: Eurostile
|
||||
size: 6
|
||||
color: rgb(255,255,255)
|
||||
|
||||
############################################################## Extra card fields
|
||||
extra card field:
|
||||
type: choice
|
||||
@@ -453,9 +411,14 @@ extra card field:
|
||||
type: choice
|
||||
name: affiliation
|
||||
editable: false
|
||||
initial: none
|
||||
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:
|
||||
left: 320
|
||||
@@ -463,7 +426,6 @@ extra card style:
|
||||
height: 15
|
||||
width: 29
|
||||
z index: 4
|
||||
visible: { is_character() or is_equipment() }
|
||||
render style: image list
|
||||
choice images:
|
||||
visible: visible.png
|
||||
@@ -494,18 +456,15 @@ 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
|
||||
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:
|
||||
script: styling.foils
|
||||
visible: { styling.foils }
|
||||
affiliation:
|
||||
right: { 194 + card_style.team_full.content_width * -0.5 }
|
||||
right: { 184 + card_style.team_full.content_width * -0.5 }
|
||||
top : 330
|
||||
height: 17
|
||||
width: 28
|
||||
@@ -513,3 +472,12 @@ extra card style:
|
||||
alignment: middle right
|
||||
render style: image
|
||||
include file: /vs-common.mse-include/affiliations
|
||||
affiliation2:
|
||||
right: { card_style.team_full.content_width * 0.5 + 217 }
|
||||
top : 330
|
||||
height: 17
|
||||
width: 28
|
||||
z index: 5
|
||||
alignment: middle left
|
||||
render style: image
|
||||
include file: /vs-common.mse-include/affiliations
|
||||
|
||||
Reference in New Issue
Block a user