add zealas full arts
This commit is contained in:
BIN
data/fullarts.zip
Normal file
BIN
data/fullarts.zip
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -1,6 +1,6 @@
|
|||||||
mse version: 2.1.2
|
mse version: 2.1.2
|
||||||
game: magic
|
game: magic
|
||||||
short name: City Murual
|
short name: City Mural
|
||||||
full name: Ravnica Showcase
|
full name: Ravnica Showcase
|
||||||
icon: card_sample.png
|
icon: card_sample.png
|
||||||
position hint: 095
|
position hint: 095
|
||||||
@@ -182,7 +182,11 @@ styling field:
|
|||||||
name: stretch image to whole card
|
name: stretch image to whole card
|
||||||
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
|
description: Make the image span the whole card instead of just the visible part. Use this to help make popout effects.
|
||||||
initial: no
|
initial: no
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: full art
|
||||||
|
description: Bleed the image behind the textbox
|
||||||
|
initial: no
|
||||||
include file: /magic-modules.mse-include/texts/styling_fields
|
include file: /magic-modules.mse-include/texts/styling_fields
|
||||||
|
|
||||||
styling field:
|
styling field:
|
||||||
@@ -267,12 +271,12 @@ card style:
|
|||||||
mask: foil_mask.png
|
mask: foil_mask.png
|
||||||
############################# Image
|
############################# Image
|
||||||
image:
|
image:
|
||||||
left: { if styling.stretch_image_to_whole_card then 0 else 48 }
|
left: { if styling.stretch_image_to_whole_card then 0 else if styling.full_art then 40 else 48 }
|
||||||
top: { if styling.stretch_image_to_whole_card then 0 else 102 }
|
top: { if styling.stretch_image_to_whole_card then 0 else 102 }
|
||||||
width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else 549 }
|
width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else if styling.full_art then 565 else 549 }
|
||||||
height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else 395 }
|
height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else if styling.full_art then 727 else 395 }
|
||||||
z index: 10
|
z index: 10
|
||||||
mask: { if styling.stretch_image_to_whole_card then "image_mask_full.png" else "image_mask.png" }
|
mask: { if styling.stretch_image_to_whole_card then "image_mask_full.png" else if styling.full_art then "image_mask_partial.png" else "image_mask.png" }
|
||||||
mainframe image:
|
mainframe image:
|
||||||
left: { popout_left() }
|
left: { popout_left() }
|
||||||
top: { popout_top() }
|
top: { popout_top() }
|
||||||
|
|||||||
BIN
data/magic-m15-treasure-maps.mse-style/frame_mask_full.png
Normal file
BIN
data/magic-m15-treasure-maps.mse-style/frame_mask_full.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -86,6 +86,11 @@ styling field:
|
|||||||
type: text
|
type: text
|
||||||
name: text size
|
name: text size
|
||||||
description: textbox font size (default is 14)
|
description: textbox font size (default is 14)
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: full art
|
||||||
|
initial: no
|
||||||
|
description: Bleed the image behind the textbox
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: grey hybrid name
|
name: grey hybrid name
|
||||||
@@ -187,7 +192,7 @@ card style:
|
|||||||
render style: image
|
render style: image
|
||||||
popup style: in place
|
popup style: in place
|
||||||
image: { card_background() }
|
image: { card_background() }
|
||||||
mask: frame_mask.png
|
mask: {if styling.full_art then "frame_mask_full.png" else "frame_mask.png" }
|
||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
name:
|
||||||
left: {if card.casting_cost == "" then 55 else 60 }
|
left: {if card.casting_cost == "" then 55 else 60 }
|
||||||
@@ -222,7 +227,7 @@ card style:
|
|||||||
left: 0
|
left: 0
|
||||||
top: 57
|
top: 57
|
||||||
width: 375
|
width: 375
|
||||||
height: 241
|
height: { if styling.full_art then 430 else 241 }
|
||||||
z index: 1
|
z index: 1
|
||||||
############################# Card type
|
############################# Card type
|
||||||
indicator:
|
indicator:
|
||||||
|
|||||||
Reference in New Issue
Block a user