[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -7,7 +7,7 @@ icon: card-sample.png
|
||||
installer group: magic/silvercut/AgClassic/Token
|
||||
position hint: 381
|
||||
|
||||
version: 2016-01-17
|
||||
version: 2024-05-30
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
@@ -20,6 +20,9 @@ depends on:
|
||||
depends on:
|
||||
package: magic-mana-agflat.mse-symbol-font
|
||||
version: 2015-12-28
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
card width: 374
|
||||
card height: 522
|
||||
@@ -38,8 +41,6 @@ init script:
|
||||
if styling.invert_snow_symbol then "new"
|
||||
else "old"
|
||||
}
|
||||
## Use guild mana symbols?
|
||||
#guild_mana := { styling.use_guild_mana_symbols }
|
||||
|
||||
# Only white cards use a black font
|
||||
font_colors_white := { input != "w" }
|
||||
@@ -152,11 +153,6 @@ set info style:
|
||||
border color 1: rgb(255,255,255)
|
||||
border color 2: rgb(255,255,255)
|
||||
############################################################## Extra style options
|
||||
#styling field:
|
||||
# type: boolean
|
||||
# name: use guild mana symbols
|
||||
# description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
|
||||
# initial: no
|
||||
styling field:
|
||||
type: package choice
|
||||
name: text box mana symbols
|
||||
@@ -234,10 +230,6 @@ styling field:
|
||||
choice: MPlantin
|
||||
choice: MPlantin-Bold
|
||||
styling style:
|
||||
#use guild mana symbols:
|
||||
# choice images:
|
||||
# yes: /magic-mana-small.mse-symbol-font/mana_guild_rg.png
|
||||
# no: /magic-mana-agflat.mse-symbol-font/mana_rg.png
|
||||
multicolor pinstripe colored:
|
||||
render style: both
|
||||
choice images:
|
||||
@@ -355,30 +347,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:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "olduncommon")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "oldrare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
mythic rare:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "mythic rare")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
special:
|
||||
script:
|
||||
if styling.colored_rarities
|
||||
then symbol_variation(symbol: set.symbol, variation: "special")
|
||||
else symbol_variation(symbol: set.symbol, variation: "common")
|
||||
include file: /magic-modules.mse-include/rarities/choice_images_old
|
||||
############################# Text box
|
||||
text:
|
||||
left: 57
|
||||
@@ -475,7 +444,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"}
|
||||
## custom watermark files
|
||||
|
||||
Reference in New Issue
Block a user