Commit e5a79aa9 authored by AntiMetaman's avatar AntiMetaman Committed by GitHub

Merge pull request #12 from shadowfox87/master

fixed link+laugh attribute
parents 6fc25236 bd649521
...@@ -5,10 +5,10 @@ installer group: Yugioh/Series 10 ...@@ -5,10 +5,10 @@ installer group: Yugioh/Series 10
icon: card-sample.png icon: card-sample.png
position hint: 01 position hint: 01
version: 2017-04-21 version: 2017-05-01
depends on: depends on:
package: yugioh.mse-game package: yugioh.mse-game
version: 2009-08-08 version: 2017-05-01
card width: 421 card width: 421
card height: 614 card height: 614
...@@ -213,7 +213,7 @@ card style: ...@@ -213,7 +213,7 @@ card style:
else if is_cn() then "方正隶变_GBK" else if is_cn() then "方正隶变_GBK"
else "MatrixRegularSmallCaps" else "MatrixRegularSmallCaps"
italic name: { if is_tw() then "Yu-Gi-Oh! DFG Leisho 5" else "Yu-Gi-Oh! DFG Leisho 4" } italic name: { if is_tw() then "Yu-Gi-Oh! DFG Leisho 5" else "Yu-Gi-Oh! DFG Leisho 4" }
size: { if is_tw() or is_cn() or is_jp() then 24 else if is_ko() then 27 else 38 } size: { if is_tw() or is_cn() or is_jp() then 24 else if is_ko() then 27 else 32 }
color: color:
script: script:
if use_name_color() then styling.name_color if use_name_color() then styling.name_color
...@@ -272,6 +272,7 @@ card style: ...@@ -272,6 +272,7 @@ card style:
light: { "attribute/light_"+get_lang_ex()+".png"} light: { "attribute/light_"+get_lang_ex()+".png"}
dark: { "attribute/dark_"+get_lang_ex()+".png"} dark: { "attribute/dark_"+get_lang_ex()+".png"}
divine: { "attribute/divine_"+get_lang_ex()+".png"} divine: { "attribute/divine_"+get_lang_ex()+".png"}
laugh: { "attribute/laugh_"+get_lang_ex()+".png"}
spell: { "attribute/spell_"+get_lang_ex()+".png"} spell: { "attribute/spell_"+get_lang_ex()+".png"}
trap: { "attribute/trap_"+get_lang_ex()+".png"} trap: { "attribute/trap_"+get_lang_ex()+".png"}
level: level:
...@@ -320,7 +321,7 @@ card style: ...@@ -320,7 +321,7 @@ card style:
if is_transparent() then if is_pendulum() then 29 else 14 if is_transparent() then if is_pendulum() then 29 else 14
else if image_noframe() and is_nopendulum() then 45.5 else if image_noframe() and is_nopendulum() then 45.5
else if is_nopendulum() then 51 else if is_nopendulum() then 50
else 27.5 else 27.5
top: top:
script: script:
...@@ -483,19 +484,8 @@ card style: ...@@ -483,19 +484,8 @@ card style:
size: 7 size: 7
visible: script: if is_nmonster() or not is_link() then false else true visible: script: if is_nmonster() or not is_link() then false else true
###################### Link markers ###################### Link markers
Link Marker Up:
left: 169
top: 91
width: 80
height: {if is_link() then 24 else 0}
z index: 5
render style: image
popup style: in place
choice images:
yes: link_marker_u.png
visible: script: if is_link() then true else false
Link Marker UL: Link Marker UL:
left: 33 left: 34
top: 95 top: 95
width: {if is_link() then 38 else 0} width: {if is_link() then 38 else 0}
height: {if is_link() then 38 else 0} height: {if is_link() then 38 else 0}
...@@ -516,19 +506,8 @@ card style: ...@@ -516,19 +506,8 @@ card style:
choice images: choice images:
yes: link_marker_ur.png yes: link_marker_ur.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Down:
left: 169
top: 433
width: 80
height: {if is_link() then 24 else 0}
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_d.png
visible: script: if is_link() then true else false
Link Marker DL: Link Marker DL:
left: 33 left: 34
top: 411 top: 411
width: {if is_link() then 38 else 0} width: {if is_link() then 38 else 0}
height: {if is_link() then 38 else 0} height: {if is_link() then 38 else 0}
...@@ -549,9 +528,31 @@ card style: ...@@ -549,9 +528,31 @@ card style:
choice images: choice images:
yes: link_marker_dr.png yes: link_marker_dr.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Up:
left: 169
top: 88
width: 80
height: {if is_link() then 24 else 0}
z index: 5
render style: image
popup style: in place
choice images:
yes: link_marker_u.png
visible: script: if is_link() then true else false
Link Marker Down:
left: 169
top: 433
width: 80
height: {if is_link() then 24 else 0}
z index: 5
render style:image
popup style: in place
choice images:
yes: link_marker_d.png
visible: script: if is_link() then true else false
Link Marker Left: Link Marker Left:
left: 26.5 left: 26.5
top: 230.5 top: 232
width:{if is_link() then 24 else 0} width:{if is_link() then 24 else 0}
height: 80 height: 80
z index: 5 z index: 5
...@@ -562,7 +563,7 @@ card style: ...@@ -562,7 +563,7 @@ card style:
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Right: Link Marker Right:
left: 370 left: 370
top: 230.5 top: 232
width: {if is_link() then 24 else 0} width: {if is_link() then 24 else 0}
height: 80 height: 80
z index: 5 z index: 5
......
mse version: 0.3.8 mse version: 0.3.8
game: yugioh game: yugioh
short name: Standard short name: Standard
installer group: Yugioh/Standard installer group: Yugioh/Series 9
icon: card-sample.png icon: card-sample.png
position hint: 01 position hint: 01
version: 2009-08-08 version: 2017-05-01
depends on: depends on:
package: yugioh.mse-game package: yugioh.mse-game
version: 2009-08-08 version: 2017-05-01
card width: 421 card width: 421
card height: 614 card height: 614
...@@ -272,6 +272,7 @@ card style: ...@@ -272,6 +272,7 @@ card style:
light: { "attribute/light_"+get_lang_ex()+".png"} light: { "attribute/light_"+get_lang_ex()+".png"}
dark: { "attribute/dark_"+get_lang_ex()+".png"} dark: { "attribute/dark_"+get_lang_ex()+".png"}
divine: { "attribute/divine_"+get_lang_ex()+".png"} divine: { "attribute/divine_"+get_lang_ex()+".png"}
laugh: { "attribute/laugh_"+get_lang_ex()+".png"}
spell: { "attribute/spell_"+get_lang_ex()+".png"} spell: { "attribute/spell_"+get_lang_ex()+".png"}
trap: { "attribute/trap_"+get_lang_ex()+".png"} trap: { "attribute/trap_"+get_lang_ex()+".png"}
level: level:
......
...@@ -71,6 +71,7 @@ card field: ...@@ -71,6 +71,7 @@ card field:
choice: light choice: light
choice: dark choice: dark
choice: divine choice: divine
choice: laugh
choice: spell choice: spell
choice: trap choice: trap
default: attribute() default: attribute()
......
...@@ -4,7 +4,7 @@ short name: Yu-Gi-Oh! ...@@ -4,7 +4,7 @@ short name: Yu-Gi-Oh!
installer group: Yugioh/game files installer group: Yugioh/game files
icon: icon.png icon: icon.png
position hint: 1 position hint: 1
version: 2014-01-01 version: 2017-05-01
############################################################## The script ############################################################## The script
init script: include file: script init script: include file: script
......
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