[274/274] magic-modules rollout (#51)

Add Magic-Modules support to all frames
This commit is contained in:
cajun
2024-09-10 22:21:23 -05:00
committed by GitHub
parent 65bfc8fcd6
commit 6d617985ce
5491 changed files with 37088 additions and 66467 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -6,13 +6,13 @@ icon: card-sample.png
installer group: magic/new style/normal cards/Conspiracy
position hint: 213
version: 2023-02-13
version: 2024-05-29
depends on:
package: magic.mse-game
version: 2008-06-02
depends on:
package: magic-watermarks.mse-include
version: 2014-07-03
package: magic-modules.mse-include
version: 2024-05-20
depends on:
package: magic-mana-small.mse-symbol-font
version: 2007-09-23
@@ -40,7 +40,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:
@@ -121,6 +121,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:
@@ -150,14 +152,13 @@ card style:
weight: bold
color: black
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: 4
height: 21
width: 23
z index: 1
render style: image
choice images:
tombstone: tombstone.png
image: { card_symbol_image(face: 1) }
############################# Image
image:
left: 19
@@ -188,21 +189,7 @@ card style:
z index: 4
render style: image
alignment: middle right
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")
masterpiece: script: symbol_variation(symbol: set.masterpiece_symbol, variation: "mythic rare")
include file: /magic-modules.mse-include/rarities/choice_images
############################# Text box
text:
left: 31
@@ -236,14 +223,15 @@ card style:
line height hard max: 1.3
line height line max: 1.6
watermark:
left: 122
top: 321
width: 128
height: 156
z index: 4
left: 21
top : 328
width: 331
height: 142
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
############################# Card sorting / numbering
############################# Copyright stuff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B