[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: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -6,7 +6,7 @@ icon: card-sample.png
installer group: magic/m15 style/normal cards
position hint: 095
version: 2024-05-25
version: 2024-09-01
depends on:
package: magic.mse-game
version: 2014-06-25
@@ -16,9 +16,6 @@ depends on:
depends on:
package: magic-modules.mse-include
version: 2024-05-20
depends on:
package: magic-identity-new.mse-include
version: 2012-01-22
depends on:
package: magic-mana-large.mse-symbol-font
version: 2007-09-23
@@ -54,7 +51,7 @@ init script:
card: "",
card2:"back/",
crown:"crown/",
pt: "",
pt: "/magic-modules.mse-include/pts/375 m15/",
stamp: "",
identity: "/magic-modules.mse-include/indicators/"
]
@@ -130,11 +127,19 @@ styling field:
type: text
name: shrink typeline text
description: Shrinks type X pixels
styling field:
type: boolean
name: extended art
description: Should the art extend under the textbox?
styling field:
type: boolean
name: remove from autocount
description: Removes the automatic card number for specific cards, to allow for overcounted cards like in Planeswalker Decks.
initial: no
styling field:
type: boolean
name: special ptbox
description: Use the specialized ptbox instead of the standard one.
styling field:
type: choice
name: default partition
@@ -247,6 +252,7 @@ include file: /magic-modules.mse-include/typelines/card_fields
include file: /magic-modules.mse-include/watermarks/card_fields
include file: /magic-modules.mse-include/information/card_fields
include file: /magic-modules.mse-include/stamps/card_fields
include file: /magic-modules.mse-include/separators/card_fields
card style:
############################# Background stuff
card color:
@@ -264,10 +270,10 @@ card style:
left: 0
top: 64
width: 375
height: 397
height: { if styling.extended_art then 397 else 225 }
z index: 100
default: {default_image(card.card_color)}
mask: imagemask.png
mask: {if styling.extended_art then "imagemask.png" else ""}
############################# Text box
text:
left: 29
@@ -335,22 +341,20 @@ extra card field:
editable: false
extra card field:
type: choice
name: flavor bar
choice: bar
editable: false
save value: false
name: shutters
script: card.card_color
show statistics: false
editable: false
extra card style:
pt box:
left: 263
top: 467
width: 83
height: 27
left: { if styling.special_ptbox then 263 else 273 }
top: { if styling.special_ptbox then 467 else 466 }
width: { if styling.special_ptbox then 83 else 81 }
height: { if styling.special_ptbox then 27 else 42 }
z index: 840
visible: { card.pt != "" }
render style: image
image: pt.png
image: {if styling.special_ptbox then "pt.png" else module_ptbox()}
foil layer:
left: 0
top : 0
@@ -369,12 +373,12 @@ extra card style:
visible: { card.card_stamp != "none" }
render style: image
image: { "/magic-modules.mse-include/stamps/backs/" + (if stamp_shape(field:1) == "triangle" then "triangle_stamp.png" else "stamp.png") }
flavor bar:
shutters:
left: 0
top: { bar_equation() }
top: 318
width: 375
height: 1
z index: 740
height: 154
z index: 110
render style: image
image: bar.png
visible: { card.rule_text != "" and remove_tags(card.flavor_text) != "" and set.use_flavor_bar }
image: shutters.png
visible: {not styling.extended_art}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB