Commit ea02ae5f authored by pichoro's avatar pichoro

New update by Coppro to give more control over frame color in flips for both flip styles.

New update mostly by Art_Freak to allow combining two images to make a composite in magic-new-flip.
parent 655ebe0d
...@@ -4,12 +4,12 @@ full name: FPM's Flip Magic ...@@ -4,12 +4,12 @@ full name: FPM's Flip Magic
short name: FPM Flip short name: FPM Flip
installer group: magic/FirePenguinMaster/Flip cards installer group: magic/FirePenguinMaster/Flip cards
icon: card-sample.png icon: card-sample.png
position hint: 402 position hint: 802
version: 2009-07-07 version: 2010-04-07
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2010-04-07
depends on: depends on:
package: magic-future-common.mse-include package: magic-future-common.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -125,11 +125,18 @@ card style: ...@@ -125,11 +125,18 @@ card style:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 262
z index: 0 z index: 0
render style: image render style: hidden
popup style: in place
card color 2:
left: 0
top: 261
width: 375
height: 262
z index: 0
render style: hidden
popup style: in place popup style: in place
image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: 45 left: 45
...@@ -420,7 +427,7 @@ card style: ...@@ -420,7 +427,7 @@ card style:
font: font:
name: MPlantin-Italic name: MPlantin-Italic
size: 8 size: 8
color: { font_color(card.card_color) } color: { font_color(card.card_color_2) }
copyright line: copyright line:
left: 65 left: 65
top : 493 top : 493
...@@ -431,8 +438,14 @@ card style: ...@@ -431,8 +438,14 @@ card style:
font: font:
name: MPlantin name: MPlantin
size: 7 size: 7
color: { font_color(card.card_color) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field:
type: choice
name: frame
script: card.card_color + ":" + card.card_color_2
editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt symbols name: pt symbols
...@@ -454,10 +467,18 @@ extra card field: ...@@ -454,10 +467,18 @@ extra card field:
extra card field: extra card field:
type: choice type: choice
name: paintbrush name: paintbrush
script: paintbrush_color(card.card_color) script: paintbrush_color(card.card_color_2)
editable: false editable: false
save value: false save value: false
extra card style: extra card style:
frame:
left: 0
top: 0
width: 375
height: 523
z index: 0
render style: image
image: {flip_background(top: card.card_color, bottom: card.card_color_2)}
pt symbols: pt symbols:
left: 24 left: 24
top: 340 top: 340
......
...@@ -6,10 +6,10 @@ installer group: magic/new style/flip cards ...@@ -6,10 +6,10 @@ installer group: magic/new style/flip cards
icon: card-sample.png icon: card-sample.png
position hint: 002 position hint: 002
version: 2009-07-09 version: 2010-04-07
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2010-04-07
depends on: depends on:
package: magic-default-image.mse-include package: magic-default-image.mse-include
version: 2007-09-23 version: 2007-09-23
...@@ -114,6 +114,11 @@ styling field: ...@@ -114,6 +114,11 @@ styling field:
description: Should there be an overlay applied, such as foil? description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include match: magic-overlay-*.mse-include
required: false required: false
styling field:
type: boolean
name: composite image
description: Should the art for the card be a composite of two images?
initial: no
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -140,7 +145,7 @@ card style: ...@@ -140,7 +145,7 @@ card style:
############################# Background stuff ############################# Background stuff
border color: border color:
left: 0 left: 0
top : 0 top: 0
width: 375 width: 375
height: 523 height: 523
radius: 18 radius: 18
...@@ -153,11 +158,18 @@ card style: ...@@ -153,11 +158,18 @@ card style:
left: 0 left: 0
top: 0 top: 0
width: 375 width: 375
height: 523 height: 262
z index: 0 z index: 0
render style: image render style: hidden
popup style: in place
card color 2:
left: 0
top: 261
width: 375
height: 262
z index: 0
render style: hidden
popup style: in place popup style: in place
image: { card_background() }
############################# Name line ############################# Name line
name: name:
left: {if card.card_symbol=="none" then 32 else 51} left: {if card.card_symbol=="none" then 32 else 51}
...@@ -226,9 +238,19 @@ card style: ...@@ -226,9 +238,19 @@ card style:
image: image:
left: 32 left: 32
top: 162 top: 162
width: 311 width: {if styling.composite_image then 165 else 311}
height: 182 height: 182
z index: 1 z index: 10
mask: {if styling.composite_image then "imgmask.png" else nil}
default: {default_image(card.card_color)}
image 2:
right: 178
bottom: 162
width: {if styling.composite_image then 165 else 0}
height: 182
z index: 10
angle: 180
mask: {if styling.composite_image then "imgmask.png" else nil}
default: {default_image(card.card_color)} default: {default_image(card.card_color)}
############################# Card type ############################# Card type
type: type:
...@@ -400,7 +422,7 @@ card style: ...@@ -400,7 +422,7 @@ card style:
font: font:
name: Matrix name: Matrix
size: 10 size: 10
color: { font_color(card.card_color) } color: { font_color(card.card_color_2) }
copyright line: copyright line:
left: 26 left: 26
top : 493 top : 493
...@@ -410,8 +432,14 @@ card style: ...@@ -410,8 +432,14 @@ card style:
font: font:
name: MPlantin name: MPlantin
size: 6.5 size: 6.5
color: { font_color(card.card_color) } color: { font_color(card.card_color_2) }
############################################################## Extra card fields ############################################################## Extra card fields
extra card field:
type: choice
name: frame
script: card.card_color + ":" + card.card_color_2
editable: false
save value: false
extra card field: extra card field:
type: choice type: choice
name: pt box name: pt box
...@@ -421,7 +449,7 @@ extra card field: ...@@ -421,7 +449,7 @@ extra card field:
extra card field: extra card field:
type: choice type: choice
name: pt box 2 name: pt box 2
script: card.card_color script: card.card_color_2
save value: false save value: false
editable: false editable: false
extra card field: extra card field:
...@@ -431,6 +459,14 @@ extra card field: ...@@ -431,6 +459,14 @@ extra card field:
save value: false save value: false
editable: false editable: false
extra card style: extra card style:
frame:
left: 0
top: 0
width: 375
height: 523
z index: 0
render style: image
image: {flip_background(top: card.card_color, bottom: card.card_color_2)}
pt box: pt box:
left: 285 left: 285
top: 123 top: 123
......
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