[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/nouveau style
icon: card-sample.png
position hint: 838
version: 2014-02-22
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
@@ -58,7 +58,7 @@ init script:
paintbrush_color := {
if to_int(card.border_color) < 96 then "white" else "black"
}
watermark_include := "/magic-modules.mse-include/watermarks"
############################################################## Set info fields
set info style:
symbol:
@@ -141,6 +141,8 @@ styling style:
old: /magic-mana-small.mse-symbol-font/mana_t_old.png
diagonal T: /magic-mana-small.mse-symbol-font/mana_t_older.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:
@@ -148,7 +150,6 @@ card style:
top : 0
width: 375
height: 523
radius: 14
left width: 19
right width: 19
top width: 18
@@ -195,14 +196,13 @@ card style:
z index: 2
padding top: 0
card symbol:
left: 24
left: 20
top : 27
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) }
type symbol:
left: 23
top: 50
@@ -254,14 +254,7 @@ card style:
z index: 1
alignment: middle center
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: "radialuncommon")
rare: script: symbol_variation(symbol: set.symbol, variation: "radialrare")
mythic rare: script: symbol_variation(symbol: set.symbol, variation: "radialmythicrare")
special: script: symbol_variation(symbol: set.symbol, variation: "radialspecial")
include file: /magic-modules.mse-include/rarities/choice_images
############################# Text box
text:
left: 36
@@ -288,14 +281,15 @@ card style:
line height soft: 0.9
mask: { if styling.keyword_icons then "textbox_mask_short.png" else "textbox_mask.png" }
watermark:
left: 105
top : { if styling.keyword_icons then 357 else 323 }
width: 165
height: { if styling.keyword_icons then 131 else 165 }
left: 26
top : { if styling.keyword_icons then 367 else 333 }
width: 323
height: { if styling.keyword_icons then 111 else 145 }
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:
z index: 2
@@ -395,7 +389,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"}
pt box:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B