[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,13 +6,13 @@ installer group: magic/new style/split cards/Clear
|
||||
icon: card-sample.png
|
||||
position hint: 342
|
||||
|
||||
version: 2014-02-22
|
||||
version: 2024-05-29
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-12-29
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
depends on:
|
||||
package: magic-mana-small.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
@@ -79,7 +79,9 @@ init script:
|
||||
else if styling.frame_opacity > 100 then 1
|
||||
else styling.frame_opacity / 100
|
||||
}
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
information_codes_offset_left_1 := {4}
|
||||
information_offset_top_1 := {-1}
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -210,6 +212,7 @@ styling style:
|
||||
no: { symbol_variation(symbol: set.symbol, variation: "common") }
|
||||
yes: { symbol_variation(symbol: set.symbol, variation: "rare") }
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -217,7 +220,6 @@ card style:
|
||||
top : 0
|
||||
width: 523
|
||||
height: 375
|
||||
radius: 18
|
||||
z index: -3
|
||||
card color:
|
||||
left: 18
|
||||
@@ -346,30 +348,7 @@ card style:
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
# Images based on the set symbol
|
||||
basic land: script: symbol_variation(symbol: set.symbol, variation: "common")
|
||||
common: script: symbol_variation(symbol: set.symbol, variation: "common")
|
||||
uncommon:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "olduncommon")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "oldrare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
mythic rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
special:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "special")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
include file: /magic-modules.mse-include/rarities/choice_images_old
|
||||
rarity 2:
|
||||
right: 493
|
||||
top : 207
|
||||
@@ -378,30 +357,7 @@ card style:
|
||||
z index: 2
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
# Images based on the set symbol
|
||||
basic land: script: symbol_variation(symbol: set.symbol, variation: "common")
|
||||
common: script: symbol_variation(symbol: set.symbol, variation: "common")
|
||||
uncommon:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "olduncommon")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "oldrare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
mythic rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
special:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "special")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
include file: /magic-modules.mse-include/rarities/choice_images_old
|
||||
############################# Text box
|
||||
text:
|
||||
left: 37
|
||||
@@ -466,23 +422,25 @@ card style:
|
||||
line height line: 1.5
|
||||
line height soft: 0.9
|
||||
watermark:
|
||||
left: 87
|
||||
top : 228
|
||||
width: 92
|
||||
height: 108
|
||||
left: 27
|
||||
top : 226
|
||||
width: 218
|
||||
height: 99
|
||||
z index: 1
|
||||
render style: image
|
||||
alignment: middle center
|
||||
include file: /magic-watermarks.mse-include/watermarks-old
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_image_1() }
|
||||
watermark 2:
|
||||
left: 338
|
||||
top : 228
|
||||
width: 92
|
||||
height: 108
|
||||
left: 279
|
||||
top : 226
|
||||
width: 218
|
||||
height: 99
|
||||
z index: 1
|
||||
render style: image
|
||||
alignment: middle center
|
||||
include file: /magic-watermarks.mse-include/watermarks-old
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_image_1() }
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 2
|
||||
@@ -566,6 +524,16 @@ card style:
|
||||
name: MPlantin
|
||||
size: 6
|
||||
color: { if contains(styling.clear_side, match:"right") then styling.right_copyright_font_color else font_color(card.card_color_2) }
|
||||
the list icon:
|
||||
left: 4
|
||||
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
|
||||
@@ -597,6 +565,12 @@ extra card field:
|
||||
script: "image"
|
||||
save value: false
|
||||
editable: false
|
||||
extra card field:
|
||||
type: choice
|
||||
name: the list dot
|
||||
choice: dot
|
||||
editable: false
|
||||
save value: false
|
||||
extra card style:
|
||||
frame:
|
||||
left: 18
|
||||
@@ -619,7 +593,7 @@ extra card style:
|
||||
bottom: 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 3
|
||||
z index: 1050
|
||||
angle: 90
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
@@ -639,3 +613,14 @@ extra card style:
|
||||
z index: 1
|
||||
render style: image
|
||||
image: image_border.png
|
||||
the list dot:
|
||||
left: 4
|
||||
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
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 672 B |
Reference in New Issue
Block a user