[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.1 KiB |
@@ -6,7 +6,7 @@ icon: card-sample.png
|
||||
installer group: magic/new style/normal cards
|
||||
position hint: 201
|
||||
|
||||
version: 2023-02-13
|
||||
version: 2024-05-29
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
@@ -14,11 +14,7 @@ depends on:
|
||||
package: magic-default-image.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-identity-new.mse-include
|
||||
version: 2012-01-22
|
||||
package: magic-modules.mse-include
|
||||
depends on:
|
||||
package: magic-mana-large.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
@@ -51,7 +47,7 @@ init script:
|
||||
else "om"
|
||||
) else input
|
||||
}
|
||||
template_prefix := [card: "" pt: "" identity: "/magic-identity-new.mse-include/"]
|
||||
template_prefix := [card: "" pt: "" identity: "/magic-modules.mse-include/indicators/"]
|
||||
template_suffix := [card: "card.jpg" pt: "pt.jpg", identity: "identity.png"]
|
||||
template := { template_prefix[type] + alternate_template() + template_suffix[type] }
|
||||
land_template := { template_prefix[type] + (if input == "a" then "c" else alternate_template()) + "l" + template_suffix[type] }
|
||||
@@ -67,7 +63,7 @@ init script:
|
||||
|
||||
# Use guild mana symbols?
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
@@ -181,6 +177,8 @@ styling style:
|
||||
standard: /magic.mse-game/icons/small-image.png
|
||||
extended: /magic.mse-game/icons/large-image.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:
|
||||
@@ -234,14 +232,13 @@ card style:
|
||||
z index: 2
|
||||
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
|
||||
height: 21
|
||||
width: 23
|
||||
z index: 1
|
||||
render style: image
|
||||
choice images:
|
||||
tombstone: tombstone.png
|
||||
image: { card_symbol_image(face: 1) }
|
||||
############################# Image
|
||||
image:
|
||||
left: 32
|
||||
@@ -261,7 +258,7 @@ card style:
|
||||
z index: 2
|
||||
render style: image
|
||||
visible: { has_identity() }
|
||||
image: { card_identity() }
|
||||
image: { module_identity() }
|
||||
type:
|
||||
left: { if has_identity() then "55" else "35" }
|
||||
top : 298
|
||||
@@ -283,21 +280,7 @@ card style:
|
||||
z index: 2
|
||||
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
|
||||
@@ -331,14 +314,15 @@ card style:
|
||||
line height hard max: 1.3
|
||||
line height line max: 1.6
|
||||
watermark:
|
||||
left: 117
|
||||
top : 321
|
||||
width: 138
|
||||
height: 156
|
||||
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
|
||||
pt:
|
||||
z index: 2
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 672 B |
Reference in New Issue
Block a user