[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,13 +6,10 @@ installer group: magic/Future/planeswalkers
|
||||
icon: card-sample.png
|
||||
position hint: 274
|
||||
|
||||
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-09-23
|
||||
depends on:
|
||||
package: magic-future-common.mse-include
|
||||
version: 2008-05-21
|
||||
@@ -25,6 +22,9 @@ depends on:
|
||||
depends on:
|
||||
package: magic-future.mse-style
|
||||
version: 2008-08-07
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
card width: 375
|
||||
card height: 523
|
||||
@@ -35,6 +35,7 @@ card dpi: 150
|
||||
init script:
|
||||
mask_hybrid_with_land := { styling.grey_hybrid_name }
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
mask_multi_land_with_color := { styling.colored_multicolor_land_name }
|
||||
|
||||
template_suffix := [card: "card.jpg", pt: "pt.png", textbox: "textbox.png", typeline: "typeline.png"]
|
||||
@@ -172,7 +173,7 @@ init script:
|
||||
else if contains(input, match: "-") then "loyalty down"
|
||||
else "loyalty naught"
|
||||
}
|
||||
|
||||
information_codes_offset_left_1 := { 2 }
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -255,6 +256,8 @@ 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/information/the_list_old
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -328,14 +331,13 @@ card style:
|
||||
padding top: 0
|
||||
mask: /magic-future.mse-style/costmask.png
|
||||
card symbol:
|
||||
left: {if card.card_symbol=="none" then 50 else 67}
|
||||
top : 31
|
||||
height: 20
|
||||
width: 14
|
||||
z index: 5
|
||||
left: {if card.card_symbol == "none" then 50 else 63}
|
||||
top : 32
|
||||
height: 21
|
||||
width: 23
|
||||
z index: 4
|
||||
render style: image
|
||||
choice images:
|
||||
tombstone: /magic-future.mse-style/tombstone.png
|
||||
image: { card_symbol_image(face: 1) }
|
||||
type symbol:
|
||||
left: 24
|
||||
top: 24
|
||||
@@ -402,20 +404,7 @@ card style:
|
||||
z index: 4
|
||||
alignment: middle right
|
||||
render style: image
|
||||
choice images:
|
||||
# Images based on the set symbol
|
||||
basic land:
|
||||
script:
|
||||
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
common:
|
||||
script:
|
||||
if styling.inverted_common_symbol then symbol_variation(symbol: set.symbol, variation: "invertedcommon")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
uncommon: script: symbol_variation(symbol: set.symbol, variation: "uncommon")
|
||||
rare: script: symbol_variation(symbol: set.symbol, variation: "rare")
|
||||
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
||||
special: script: symbol_variation(symbol: set.symbol, variation: "special")
|
||||
include file: /magic-modules.mse-include/rarities/choice_images
|
||||
############################# Text box
|
||||
text:
|
||||
left: 66
|
||||
@@ -452,14 +441,15 @@ card style:
|
||||
line height hard max: 1.3
|
||||
line height line max: 1.6
|
||||
watermark:
|
||||
left: 127
|
||||
top : 321
|
||||
width: 132
|
||||
height: 152
|
||||
left: 56
|
||||
top : 350
|
||||
width: 276
|
||||
height: 135
|
||||
z index: 3
|
||||
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() }
|
||||
############################# Loyalty
|
||||
loyalty:
|
||||
z index: 5
|
||||
|
||||
Reference in New Issue
Block a user