[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/Future/promotional
|
||||
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
|
||||
@@ -23,8 +23,8 @@ depends on:
|
||||
package: magic-mana-small.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-09-23
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
card width: 375
|
||||
card height: 523
|
||||
@@ -33,6 +33,7 @@ card dpi: 150
|
||||
#Images by Spiderboy4, Buttock1234, and Artfreakwiu
|
||||
############################################################## Extra scripts
|
||||
init script:
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
# Should hybrids have a grey name?
|
||||
mask_hybrid_with_land := { styling.grey_hybrid_name }
|
||||
|
||||
@@ -124,7 +125,7 @@ init script:
|
||||
)
|
||||
else base
|
||||
}
|
||||
|
||||
information_codes_offset_left_1 := { 2 }
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -207,6 +208,8 @@ styling style:
|
||||
old: /magic-mana-small.mse-symbol-font/mana_t_old.png
|
||||
diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.png
|
||||
############################################################## 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:
|
||||
@@ -280,14 +283,13 @@ card style:
|
||||
z index: 2
|
||||
padding top: 0
|
||||
card symbol:
|
||||
left: {if card.card_symbol=="none" then 50 else 67}
|
||||
top : 35
|
||||
height: 20
|
||||
width: 14
|
||||
z index: 2
|
||||
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-textless.mse-style/tombstone.png
|
||||
image: { card_symbol_image(face: 1) }
|
||||
type symbol:
|
||||
left: 23
|
||||
top: 25
|
||||
@@ -354,20 +356,7 @@ card style:
|
||||
z index: 2
|
||||
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: 41
|
||||
@@ -402,14 +391,15 @@ card style:
|
||||
line height line: 1.5
|
||||
mask: textbox_mask.png
|
||||
watermark:
|
||||
left: 127
|
||||
top : 281
|
||||
width: 142
|
||||
height: 152
|
||||
left: 31
|
||||
top : 310
|
||||
width: 311
|
||||
height: 138
|
||||
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() }
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 3
|
||||
@@ -523,6 +513,6 @@ extra card style:
|
||||
top : 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 4
|
||||
z index: 1050
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
|
||||
Reference in New Issue
Block a user