[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

View File

@@ -6,13 +6,13 @@ installer group: magic/piet style
icon: card-sample.png
position hint: 839
version: 2014-06-06
version: 2024-05-30
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-small.mse-symbol-font
version: 2007-09-23
@@ -46,7 +46,7 @@ init script:
font_colors_white := { input != "w" }
font_color := { if font_white() then "white" else "black" }
inverted_font_color := { if font_white() then "black" else "white" }
watermark_include := "/magic-modules.mse-include/watermarks"
############################################################## Set info fields
############################################################## Extra style options
styling field:
@@ -111,6 +111,8 @@ styling style:
short text only: /magic.mse-game/icons/center-short-text.png
never: /magic.mse-game/icons/center-no-text.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
card color:
@@ -168,14 +170,13 @@ card style:
sorcery: /magic-future-common.mse-include/sorcery_black.png
planeswalker: /magic-future-common.mse-include/planeswalker_black.png
card symbol:
left: 53
left: 49
top: 20
height: 20
width: 14
z index: 1
height: 21
width: 23
z index: 5
render style: image
choice images:
tombstone: tombstone.png
image: { card_symbol_image(face: 1) }
############################# Image
image:
left: 14
@@ -206,14 +207,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: 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: 39
@@ -248,14 +242,15 @@ card style:
line height line: 1.5
line height soft: 0.9
watermark:
left: 127.75
top: 347
width: 117.5
height: 140
left: 29
top: 352
width: 315
height: 130
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
@@ -327,6 +322,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"}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B