Yu-Gi-Oh Update.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@812 0fc631ac-6414-0410-93d0-97cfa31319b6
@@ -1,4 +1,4 @@
|
|||||||
mse version: 0.3.5
|
mse version: 0.3.6
|
||||||
version: 2007-10-13
|
version: 2007-10-13
|
||||||
# Symbol font for level symbols
|
# Symbol font for level symbols
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 125 KiB |
@@ -1,28 +1,27 @@
|
|||||||
mse version: 0.3.5
|
mse version: 0.3.6
|
||||||
game: yugioh
|
game: yugioh
|
||||||
short name: Standard
|
short name: Standard
|
||||||
icon: card-sample.png
|
icon: card-sample.png
|
||||||
position hint: 01
|
position hint: 01
|
||||||
|
|
||||||
version: 2007-10-05
|
version: 2008-01-04
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh.mse-game
|
package: yugioh.mse-game
|
||||||
version: 2007-09-23
|
version: 2008-01-04
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh-standard-levels.mse-symbol-font
|
package: yugioh-standard-levels.mse-symbol-font
|
||||||
version: 2007-09-23
|
version: 2007-09-23
|
||||||
depends on:
|
depends on:
|
||||||
package: yugioh-text-replacements.mse-symbol-font
|
package: yugioh-text-replacements.mse-symbol-font
|
||||||
version: 2007-09-23
|
version: 2008-01-04
|
||||||
|
|
||||||
card width: 375
|
card background: white
|
||||||
|
card width: 361
|
||||||
card height: 523
|
card height: 523
|
||||||
card dpi: 300
|
card dpi: 152.6265
|
||||||
|
|
||||||
############################################################## Extra scripts
|
############################################################## Extra scripts
|
||||||
|
|
||||||
############################################################## Extra style
|
############################################################## Extra style
|
||||||
|
|
||||||
styling field:
|
styling field:
|
||||||
type: choice
|
type: choice
|
||||||
name: foil image
|
name: foil image
|
||||||
@@ -40,136 +39,128 @@ styling field:
|
|||||||
choice: normal
|
choice: normal
|
||||||
choice: silver
|
choice: silver
|
||||||
choice: gold
|
choice: gold
|
||||||
|
|
||||||
styling style:
|
styling style:
|
||||||
foil image:
|
foil image:
|
||||||
render style: text
|
render style: text
|
||||||
foil name:
|
foil name:
|
||||||
render style: text
|
render style: text
|
||||||
|
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
card type:
|
card type:
|
||||||
left: 0
|
left: 0
|
||||||
top: 0
|
top: 0
|
||||||
width: 375
|
width: 361
|
||||||
height: 523
|
height: 523
|
||||||
z index: -2
|
z index: -2
|
||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
choice images:
|
choice images:
|
||||||
normal monster: card-normal.jpg
|
normal monster: card-normal.jpg
|
||||||
effect monster: card-effect.jpg
|
effect monster: card-effect.jpg
|
||||||
ritual monster: card-ritual.jpg
|
ritual monster: card-ritual.jpg
|
||||||
fusion monster: card-fusion.jpg
|
fusion monster: card-fusion.jpg
|
||||||
obelisk: card-obelisk.jpg
|
obelisk: card-obelisk.jpg
|
||||||
slifer: card-slifer.jpg
|
slifer: card-slifer.jpg
|
||||||
ra: card-ra.jpg
|
ra: card-ra.jpg
|
||||||
legendary dragons: card-dragons.jpg
|
legendary dragons: card-dragons.jpg
|
||||||
spell card: card-spell.jpg
|
spell card: card-spell.jpg
|
||||||
trap card: card-trap.jpg
|
trap card: card-trap.jpg
|
||||||
foils:
|
foils:
|
||||||
left: { if styling.foil_image=="parallel holo image" then 0 else 53}
|
left: { if styling.foil_image=="parallel holo image" then 0 else 51}
|
||||||
top: { if styling.foil_image=="parallel holo image" then 0 else 113}
|
top: { if styling.foil_image=="parallel holo image" then 0 else 114}
|
||||||
width: { if styling.foil_image=="parallel holo image" then 375 else 269}
|
width: { if styling.foil_image=="parallel holo image" then 361 else 259}
|
||||||
height: { if styling.foil_image=="parallel holo image" then 523 else 261}
|
height: { if styling.foil_image=="parallel holo image" then 523 else 259}
|
||||||
z index: 5
|
z index: 5
|
||||||
visible: { styling.foil_image!="none" }
|
visible: { styling.foil_image!="none" }
|
||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
image:
|
image:
|
||||||
script: if styling.foil_image=="parallel holo image" then "parallelfoil.png" else
|
script: if styling.foil_image=="parallel holo image" then "parallelfoil.png" else
|
||||||
if styling.foil_image=="secret holo image" then "secretfoil.png" else "superfoil.png"
|
if styling.foil_image=="secret holo image" then "secretfoil.png" else "superfoil.png"
|
||||||
|
|
||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
name:
|
||||||
left: 35
|
left: 34
|
||||||
top : 28
|
top : 30
|
||||||
width: 265
|
width: 254
|
||||||
height: 35
|
height: 37
|
||||||
alignment: bottom shrink-overflow
|
alignment: middle shrink-overflow
|
||||||
padding bottom: 0
|
padding bottom: 0
|
||||||
z index: 2
|
z index: 2
|
||||||
font:
|
font:
|
||||||
name: MatrixRegularSmallCaps
|
name: MatrixRegularSmallCaps
|
||||||
size: 24
|
size: 26
|
||||||
color:
|
color:
|
||||||
script: if is_nmonster() then rgb(255,255,255)
|
script: if styling.foil_name=="silver" then rgb(230,230,230)
|
||||||
else if styling.foil_name=="silver" then rgb(230,230,230)
|
else if styling.foil_name=="gold" then rgb(216,199,53)
|
||||||
else if styling.foil_name=="gold" then rgb(216,199,53)
|
else if is_nmonster() then rgb(255,255,255)
|
||||||
else rgb(0,0,0)
|
else rgb(0,0,0)
|
||||||
attribute:
|
attribute:
|
||||||
left: 302
|
left: 290
|
||||||
top : 32
|
top : 30
|
||||||
width: 35
|
width: 37
|
||||||
height: 35
|
height: 37
|
||||||
z index: 2
|
z index: 2
|
||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
choice images:
|
choice images:
|
||||||
earth: earth.png
|
earth: earth.png
|
||||||
water: water.png
|
water: water.png
|
||||||
fire: fire.png
|
fire: fire.png
|
||||||
wind: wind.png
|
wind: wind.png
|
||||||
light: light.png
|
light: light.png
|
||||||
dark: dark.png
|
dark: dark.png
|
||||||
divine: divine.png
|
divine: divine.png
|
||||||
spell: spell.png
|
spell: spell.png
|
||||||
trap: trap.png
|
trap: trap.png
|
||||||
level:
|
level:
|
||||||
left: 45
|
left: 40
|
||||||
top : 78
|
top : 74
|
||||||
height: 25
|
height: 28
|
||||||
width: 285
|
width: 280
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
font:
|
font:
|
||||||
name: MatrixRegularSmallCaps
|
name: MatrixBoldSmallCaps
|
||||||
italic name: Matrix
|
italic name: Matrix
|
||||||
size: 18
|
size: 17
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
symbol font:
|
symbol font:
|
||||||
name: yugioh-standard-levels
|
name: yugioh-standard-levels
|
||||||
alignment: middle center
|
alignment: middle center
|
||||||
scale down to: 1
|
scale down to: 1
|
||||||
size: 8
|
size: 7.5
|
||||||
|
|
||||||
############################# Image
|
############################# Image
|
||||||
image:
|
image:
|
||||||
left: 53
|
left: 51
|
||||||
top: 113
|
top: 114
|
||||||
width: 269
|
width: 259
|
||||||
height: 261
|
height: 259
|
||||||
z index: 1
|
z index: 1
|
||||||
|
|
||||||
############################# Card type
|
############################# Card type
|
||||||
|
|
||||||
monster type:
|
monster type:
|
||||||
left: 38
|
left: 35
|
||||||
top : 399
|
top : 401
|
||||||
width: 200
|
width: 193
|
||||||
height: 14
|
height: 14
|
||||||
alignment: top left
|
alignment: middle left
|
||||||
z index: 2
|
z index: 2
|
||||||
font:
|
font:
|
||||||
name: MatrixRegularSmallCaps
|
name: MatrixBoldSmallCaps
|
||||||
italic name: Matrix
|
italic name: Matrix
|
||||||
size: 12
|
size: 12
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
symbol font:
|
symbol font:
|
||||||
name: yugioh-text-replacements
|
name: yugioh-text-replacements
|
||||||
alignment: middle center
|
alignment: middle center
|
||||||
size: 3
|
size: 3.5
|
||||||
visible: script: if is_nmonster() then false else true
|
visible: script: if is_nmonster() then false else true
|
||||||
|
|
||||||
############################# Edition and Card ID
|
############################# Edition and Card ID
|
||||||
|
|
||||||
number:
|
number:
|
||||||
left: 210
|
left: 200
|
||||||
top : 380
|
top : 380
|
||||||
width: 120
|
width: 115
|
||||||
height: 28
|
height: 15
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: top right
|
alignment: top right
|
||||||
font:
|
font:
|
||||||
@@ -177,24 +168,23 @@ card style:
|
|||||||
size: 8
|
size: 8
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
edition:
|
edition:
|
||||||
left: 45
|
left: 44
|
||||||
top: 380
|
top: 380
|
||||||
width: 120
|
width: 115
|
||||||
height: 18
|
height: 15
|
||||||
z index: 2
|
z index: 2
|
||||||
font:
|
font:
|
||||||
name: Palatino Linotype
|
name: Palatino Linotype Bold
|
||||||
size: 8
|
size: 8
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
|
|
||||||
############################# Text box
|
############################# Text box
|
||||||
rule text:
|
rule text:
|
||||||
left: 35
|
left: 34
|
||||||
top :
|
top :
|
||||||
script: if is_nmonster() then 400 else 413
|
script: if is_nmonster() then 397 else 412
|
||||||
width: 304
|
width: 289
|
||||||
height:
|
height:
|
||||||
script: if is_nmonster() then 90 else 63
|
script: if is_nmonster() then 92 else 62
|
||||||
font:
|
font:
|
||||||
name: Palatino Linotype
|
name: Palatino Linotype
|
||||||
italic name: Palatino Linotype Italic
|
italic name: Palatino Linotype Italic
|
||||||
@@ -204,29 +194,29 @@ card style:
|
|||||||
symbol font:
|
symbol font:
|
||||||
name: yugioh-text-replacements
|
name: yugioh-text-replacements
|
||||||
alignment: middle center
|
alignment: middle center
|
||||||
size: 8
|
size: 3.5
|
||||||
alignment: top left
|
alignment: top left
|
||||||
z index: 3
|
z index: 3
|
||||||
padding left: 2
|
padding left: 1
|
||||||
padding top: 2
|
padding top: 2
|
||||||
padding right: -3
|
padding right: 0
|
||||||
padding bottom: 0
|
padding bottom: 1
|
||||||
line height hard: 1.0
|
line height hard: 1.0
|
||||||
line height line: 1.0
|
line height line: 1.0
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
line height hard max: 1.2
|
line height hard max: 1.1
|
||||||
line height line max: 1.2
|
line height line max: 1.1
|
||||||
|
|
||||||
############################# Attack/Defense
|
############################# Attack/Defense
|
||||||
attack:
|
attack:
|
||||||
left: 209
|
left: 202
|
||||||
top: 474
|
top: 475
|
||||||
width: 50
|
width: 48
|
||||||
height: 18
|
height: 18
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: right middle
|
alignment: right middle
|
||||||
font:
|
font:
|
||||||
name: MatrixRegularSmallCaps
|
name: MatrixBoldSmallCaps
|
||||||
|
italic name: Matrix-Bold
|
||||||
size: 12
|
size: 12
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
symbol font:
|
symbol font:
|
||||||
@@ -234,17 +224,17 @@ card style:
|
|||||||
alignment: middle center
|
alignment: middle center
|
||||||
size: 8
|
size: 8
|
||||||
visible: script: if is_nmonster() then false else true
|
visible: script: if is_nmonster() then false else true
|
||||||
|
|
||||||
defense:
|
defense:
|
||||||
z index: 4
|
z index: 4
|
||||||
left: 283
|
left: 276
|
||||||
top: 474
|
top: 475
|
||||||
width: 50
|
width: 48
|
||||||
height: 18
|
height: 18
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: right middle
|
alignment: right middle
|
||||||
font:
|
font:
|
||||||
name: MatrixRegularSmallCaps
|
name: MatrixBoldSmallCaps
|
||||||
|
italic name: Matrix-Bold
|
||||||
size: 12
|
size: 12
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
symbol font:
|
symbol font:
|
||||||
@@ -252,30 +242,27 @@ card style:
|
|||||||
alignment: middle center
|
alignment: middle center
|
||||||
size: 8
|
size: 8
|
||||||
visible: script: if is_nmonster() then false else true
|
visible: script: if is_nmonster() then false else true
|
||||||
|
|
||||||
############################# Card sorting / numbering
|
############################# Card sorting / numbering
|
||||||
############################# Copyright stuff
|
############################# Copyright stuff
|
||||||
|
|
||||||
gamecode:
|
gamecode:
|
||||||
left: 15
|
left: 16
|
||||||
top : 497
|
top : 495
|
||||||
width: 100
|
width: 96
|
||||||
height: 18
|
height: 18
|
||||||
alignment: top left
|
alignment: middle left
|
||||||
z index: 2
|
z index: 2
|
||||||
font:
|
font:
|
||||||
name: Palatino Linotype
|
name: Palatino Linotype
|
||||||
size: 8
|
size: 7
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
|
|
||||||
copyright:
|
copyright:
|
||||||
left: 195
|
left: 180
|
||||||
top : 497
|
top : 495
|
||||||
width: 150
|
width: 145
|
||||||
height: 18
|
height: 18
|
||||||
z index: 2
|
z index: 2
|
||||||
alignment: top right
|
alignment: middle right
|
||||||
font:
|
font:
|
||||||
name: Palatino Linotype
|
name: Palatino Linotype
|
||||||
size: 8
|
size: 7
|
||||||
color: rgb(0,0,0)
|
color: rgb(0,0,0)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
mse version: 0.3.5
|
mse version: 0.3.6
|
||||||
# Symbol font for missing characters
|
# Symbol font for missing characters
|
||||||
version: 2007-10-13
|
version: 2008-01-04
|
||||||
|
|
||||||
image font size: 16
|
image font size: 16
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
@@ -14,7 +14,7 @@ symbol:
|
|||||||
code: @
|
code: @
|
||||||
image: infinity.png
|
image: infinity.png
|
||||||
symbol:
|
symbol:
|
||||||
code: ::
|
code: *
|
||||||
image: dot.png
|
image: dot.png
|
||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
@@ -23,4 +23,4 @@ insert symbol menu:
|
|||||||
item: [
|
item: [
|
||||||
item: ]
|
item: ]
|
||||||
item: @
|
item: @
|
||||||
item: ::
|
item: *
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
mse version: 0.3.5
|
mse version: 0.3.6
|
||||||
short name: Yu-Gi-Oh!
|
short name: Yu-Gi-Oh!
|
||||||
icon: card-back.png
|
icon: card-back.png
|
||||||
position hint: 4
|
position hint: 4
|
||||||
version: 2007-09-23
|
version: 2008-01-04
|
||||||
|
|
||||||
############################################################## Functions & filters
|
############################################################## Functions & filters
|
||||||
## Copied and Pasted from vs.mse-game, with a few modifications
|
## Copied and Pasted from vs.mse-game, with a few modifications
|
||||||
@@ -34,7 +34,7 @@ init script:
|
|||||||
) +
|
) +
|
||||||
# step 4 : symbols
|
# step 4 : symbols
|
||||||
replace_rule(
|
replace_rule(
|
||||||
match: "[|@|::|]",
|
match: "[|@|*|]",
|
||||||
replace: "<sym-auto>&</sym-auto>" );
|
replace: "<sym-auto>&</sym-auto>" );
|
||||||
level_filter :=
|
level_filter :=
|
||||||
# step 1 : remove all automatic tags
|
# step 1 : remove all automatic tags
|
||||||
|
|||||||