[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/4th edition style
|
||||
icon: card-sample.png
|
||||
position hint: 375
|
||||
|
||||
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-old.mse-symbol-font
|
||||
version: 2007-10-05
|
||||
@@ -73,7 +73,9 @@ init script:
|
||||
)
|
||||
else base
|
||||
}
|
||||
|
||||
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:
|
||||
@@ -169,6 +171,7 @@ styling style:
|
||||
old: /magic-mana-old.mse-symbol-font/mana_t_old.png
|
||||
diagonal T: /magic-mana-old.mse-symbol-font/mana_t_older.png
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/information/the_list_old
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -221,14 +224,13 @@ card style:
|
||||
z index: 2
|
||||
padding top: 0
|
||||
card symbol:
|
||||
left: 22
|
||||
left: 18
|
||||
top : 21
|
||||
height: 20
|
||||
width: 14
|
||||
height: 18
|
||||
width: 21
|
||||
z index: 1
|
||||
render style: image
|
||||
choice images:
|
||||
tombstone: tombstone.png
|
||||
image: { card_symbol_image(face: 1) }
|
||||
############################# Image
|
||||
image:
|
||||
left: 41
|
||||
@@ -260,30 +262,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: 50
|
||||
@@ -317,14 +296,15 @@ card style:
|
||||
line height line: 1.5
|
||||
line height soft: 0.9
|
||||
watermark:
|
||||
left: 111
|
||||
top : 277
|
||||
width: 124
|
||||
height: 140
|
||||
left: 40
|
||||
top : 283
|
||||
width: 260
|
||||
height: 128
|
||||
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
|
||||
@@ -381,6 +361,6 @@ extra card style:
|
||||
top : 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 3
|
||||
z index: 1050
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
|
||||
Reference in New Issue
Block a user