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
|
||||
game: magic
|
||||
short name: City Murual
|
||||
short name: City Mural
|
||||
full name: Ravnica Showcase
|
||||
icon: card_sample.png
|
||||
position hint: 095
|
||||
@@ -182,7 +182,11 @@ styling field:
|
||||
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.
|
||||
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
|
||||
|
||||
styling field:
|
||||
@@ -267,12 +271,12 @@ card style:
|
||||
mask: foil_mask.png
|
||||
############################# 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 }
|
||||
width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else 549 }
|
||||
height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else 395 }
|
||||
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 if styling.full_art then 727 else 395 }
|
||||
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:
|
||||
left: { popout_left() }
|
||||
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
|
||||
name: text size
|
||||
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:
|
||||
type: boolean
|
||||
name: grey hybrid name
|
||||
@@ -187,7 +192,7 @@ card style:
|
||||
render style: image
|
||||
popup style: in place
|
||||
image: { card_background() }
|
||||
mask: frame_mask.png
|
||||
mask: {if styling.full_art then "frame_mask_full.png" else "frame_mask.png" }
|
||||
############################# Name line
|
||||
name:
|
||||
left: {if card.casting_cost == "" then 55 else 60 }
|
||||
@@ -222,7 +227,7 @@ card style:
|
||||
left: 0
|
||||
top: 57
|
||||
width: 375
|
||||
height: 241
|
||||
height: { if styling.full_art then 430 else 241 }
|
||||
z index: 1
|
||||
############################# Card type
|
||||
indicator:
|
||||
|
||||
Reference in New Issue
Block a user