[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/flip cards/Clear
|
||||
icon: card-sample.png
|
||||
position hint: 245
|
||||
|
||||
version: 2015-12-13
|
||||
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
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
depends on:
|
||||
package: magic-mana-large.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
@@ -44,7 +44,7 @@ init script:
|
||||
else if styling.frame_opacity > 100 then 1
|
||||
else styling.frame_opacity / 100
|
||||
}
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -130,6 +130,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/corners/card_fields
|
||||
include file: /magic-modules.mse-include/information/the_list_old
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -200,14 +202,13 @@ card style:
|
||||
z index: 3
|
||||
padding top: 0
|
||||
card symbol:
|
||||
left: {if card.card_symbol=="none" then 20 else 32}
|
||||
left: {if card.card_symbol=="none" then 20 else 28}
|
||||
top : 31
|
||||
height: 20
|
||||
width: 14
|
||||
z index: 3
|
||||
height: 21
|
||||
width: 23
|
||||
z index: 5
|
||||
render style: image
|
||||
choice images:
|
||||
tombstone: tombstone.png
|
||||
image: { card_symbol_image(face: 1) }
|
||||
############################# Image
|
||||
image:
|
||||
left: { if styling.border_visible then 17 else 0 }
|
||||
@@ -250,20 +251,7 @@ card style:
|
||||
z index: 3
|
||||
alignment: middle center
|
||||
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: 33
|
||||
@@ -336,7 +324,8 @@ card style:
|
||||
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() }
|
||||
watermark 2:
|
||||
right: 151
|
||||
bottom: 378
|
||||
@@ -346,7 +335,8 @@ card style:
|
||||
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_2() }
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 3
|
||||
@@ -461,7 +451,7 @@ 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"}
|
||||
paintbrush:
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 672 B |
Reference in New Issue
Block a user