[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,7 +6,7 @@ installer group: magic/new style/split cards/promo style
|
||||
icon: card-sample.png
|
||||
position hint: 242
|
||||
|
||||
version: 2014-02-22
|
||||
version: 2024-05-29
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
@@ -17,8 +17,8 @@ depends on:
|
||||
package: magic-default-image.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-09-23
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
depends on:
|
||||
package: magic-mana-large.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
@@ -102,7 +102,7 @@ init script:
|
||||
)
|
||||
else base
|
||||
}
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
############################################################## Set info fields
|
||||
############################################################## Extra style options
|
||||
styling field:
|
||||
@@ -189,6 +189,7 @@ styling style:
|
||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -196,7 +197,6 @@ card style:
|
||||
top : 0
|
||||
width: 523
|
||||
height: 375
|
||||
radius: 18
|
||||
z index: 5
|
||||
mask: bordermask.png
|
||||
card color:
|
||||
@@ -219,7 +219,7 @@ card style:
|
||||
image: { card_background() }
|
||||
############################# Name line
|
||||
name:
|
||||
left: { if card.card_symbol=="none" then 30 else 51 }
|
||||
left: 30
|
||||
top : 26
|
||||
right: { 242 - card_style.casting_cost.content_width }
|
||||
height: 17
|
||||
@@ -232,7 +232,7 @@ card style:
|
||||
weight: bold
|
||||
color: rgb(0,0,0)
|
||||
name 2:
|
||||
left: { if card.card_symbol_2=="none" then 282 else 51 }
|
||||
left: 282
|
||||
top : 26
|
||||
right: { 493 - card_style.casting_cost_2.content_width }
|
||||
height: 17
|
||||
@@ -389,7 +389,8 @@ card style:
|
||||
z index: 2
|
||||
render style: image
|
||||
alignment: middle center
|
||||
include file: /magic-watermarks.mse-include/watermarks
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_image_1() }
|
||||
watermark 2:
|
||||
left: 338
|
||||
top : 228
|
||||
@@ -398,7 +399,8 @@ card style:
|
||||
z index: 2
|
||||
render style: image
|
||||
alignment: middle center
|
||||
include file: /magic-watermarks.mse-include/watermarks
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_image_2() }
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 3
|
||||
@@ -468,6 +470,16 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6
|
||||
color: { font_color(card.card_color_2) }
|
||||
the list icon:
|
||||
left: 0
|
||||
bottom: 374
|
||||
width: 22
|
||||
height: 33
|
||||
popup style: in place
|
||||
include file: /magic.mse-game/information/menu_choice_images_the_list
|
||||
render style: image
|
||||
image: { the_list_icon_image(face: 1, field: 1) }
|
||||
z index: 900
|
||||
############################################################## Extra card fields
|
||||
extra card field:
|
||||
type: choice
|
||||
@@ -487,6 +499,12 @@ extra card field:
|
||||
choice: foil
|
||||
save value: false
|
||||
editable: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: the list dot
|
||||
choice: dot
|
||||
editable: false
|
||||
save value: false
|
||||
extra card style:
|
||||
pt box:
|
||||
left: 194
|
||||
@@ -513,7 +531,18 @@ extra card style:
|
||||
bottom: 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 4
|
||||
z index: 1050
|
||||
angle: 90
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
the list dot:
|
||||
left: 0
|
||||
bottom: 374
|
||||
width: 30
|
||||
height: 40
|
||||
render style: image
|
||||
popup style: in place
|
||||
include file: /magic.mse-game/information/menu_choice_images_the_list
|
||||
render style: image
|
||||
image: { the_list_dot_image(field: 1) }
|
||||
z index: 510
|
||||
Reference in New Issue
Block a user