[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,7 +6,7 @@ icon: card-sample.png
|
||||
installer group: magic/new style/m15 tapped frame
|
||||
position hint: 028
|
||||
|
||||
version: 20168-02-09
|
||||
version: 2024-09-01
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2014-06-25
|
||||
@@ -14,8 +14,8 @@ depends on:
|
||||
package: magic-default-image.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-09-23
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
depends on:
|
||||
package: magic-mana-large.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
@@ -43,7 +43,7 @@ init script:
|
||||
# Use guild mana symbols?
|
||||
guild_mana := { styling.use_guild_mana_symbols }
|
||||
is_unsorted := {styling.remove_from_autocount}
|
||||
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
############################################################## Set info fields
|
||||
set info style:
|
||||
symbol:
|
||||
@@ -102,6 +102,7 @@ styling style:
|
||||
old: /magic-mana-large.mse-symbol-font/mana_t_old.png
|
||||
diagonal T: /magic-mana-large.mse-symbol-font/mana_t_older.png
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
card color:
|
||||
@@ -173,21 +174,7 @@ card style:
|
||||
z index: 3
|
||||
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: 270
|
||||
@@ -228,7 +215,8 @@ card style:
|
||||
z index: 2
|
||||
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() }
|
||||
############################# Card sorting / numbering
|
||||
############################# Copyright stuff
|
||||
illustrator:
|
||||
@@ -242,10 +230,10 @@ card style:
|
||||
size: 10
|
||||
weight: bold
|
||||
color: white
|
||||
copyright line:
|
||||
left: 440
|
||||
top : 345
|
||||
width: 140
|
||||
copyright:
|
||||
right: 488
|
||||
top : 355
|
||||
width: { if set.automatic_copyright then 0 else 140 }
|
||||
height: 10
|
||||
z index: 3
|
||||
alignment: middle right shrink-overflow
|
||||
@@ -259,17 +247,19 @@ extra card field:
|
||||
type: text
|
||||
name: card code
|
||||
save value: false
|
||||
script:
|
||||
if set.automatic_card_numbers and not styling.remove_from_autocount then
|
||||
forward_editor(prefix: card_number_m15() + "/" + card_count_m15() + " " + rarity_code() + " ", field: card.card_code_text)
|
||||
else
|
||||
combined_editor(field1: card.custom_card_number, separator: " " + rarity_code() + " ", field2: card.card_code_text)
|
||||
script: card_code_script()
|
||||
extra card field:
|
||||
type: choice
|
||||
name: artist arrow
|
||||
editable: false
|
||||
save value: false
|
||||
choice: white
|
||||
extra card field:
|
||||
type: text
|
||||
name: auto copyright
|
||||
editable: false
|
||||
save value: false
|
||||
script: set.copyright
|
||||
extra card field:
|
||||
type: choice
|
||||
name: frame
|
||||
@@ -278,11 +268,12 @@ extra card field:
|
||||
save value: false
|
||||
extra card style:
|
||||
card code:
|
||||
left: 440
|
||||
right: 488
|
||||
top: 345
|
||||
width: 120
|
||||
height: 10
|
||||
z index: 3
|
||||
alignment: middle right shrink-overflow
|
||||
font:
|
||||
name: Relay-Medium
|
||||
size: 7
|
||||
@@ -303,4 +294,16 @@ extra card style:
|
||||
height: 375
|
||||
z index: 1
|
||||
render style: image
|
||||
image: frame.png
|
||||
image: frame.png
|
||||
auto copyright:
|
||||
right: 488
|
||||
top : 355
|
||||
width: { if set.automatic_copyright then 140 else 0 }
|
||||
height: 10
|
||||
z index: 3
|
||||
alignment: middle right shrink-overflow
|
||||
font:
|
||||
name: Matrix
|
||||
size: 7
|
||||
color: white
|
||||
weight: bold
|
||||
|
||||
Reference in New Issue
Block a user