[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,11 +6,14 @@ icon: card-sample.png
|
||||
position hint: 817
|
||||
installer group: magic/crystal style
|
||||
|
||||
version: 2014-02-22
|
||||
version: 2024-05-30
|
||||
depends on: magic.mse-game 2009-08-10
|
||||
depends on: magic-watermarks.mse-include 2007-09-23
|
||||
depends on: magic-mana-crystal.mse-symbol-font 2007-09-23
|
||||
depends on: magic-mana-small.mse-symbol-font 2007-09-23
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
|
||||
card background: white
|
||||
card width: 375
|
||||
@@ -52,7 +55,7 @@ init script:
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
pt := { if card.pt != "" then "-pt" else ""}
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -164,6 +167,8 @@ styling style:
|
||||
extended: /magic.mse-game/icons/large-image.png
|
||||
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
include file: /magic-modules.mse-include/information/the_list_old
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -221,8 +226,11 @@ card style:
|
||||
height: 30
|
||||
render style: image
|
||||
z index: 3
|
||||
alignment: middle center
|
||||
choice images:
|
||||
tombstone: tombstone.png
|
||||
alchemy: /magic-modules.mse-include/card-symbols/alchemy.png
|
||||
alchemy old: /magic-modules.mse-include/card-symbols/alchemy old.png
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
@@ -277,20 +285,7 @@ card style:
|
||||
z index: 7
|
||||
render style: image
|
||||
alignment: middle
|
||||
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:
|
||||
@@ -327,14 +322,15 @@ card style:
|
||||
line height line max: 1.6
|
||||
|
||||
watermark:
|
||||
left: 108
|
||||
top : 302
|
||||
width: 159
|
||||
height: 164
|
||||
left: 31
|
||||
top : 303
|
||||
width: 313
|
||||
height: 162
|
||||
z index: 1
|
||||
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:
|
||||
@@ -438,7 +434,7 @@ extra card style:
|
||||
top : 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 1
|
||||
z index: 1050
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
mask: foil-mask{pt()}.png
|
||||
Reference in New Issue
Block a user