[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -6,22 +6,22 @@ installer group: magic/FirePenguinMaster/Tokens
|
||||
icon: card-sample.png
|
||||
position hint: 802
|
||||
|
||||
version: 2014-02-23
|
||||
version: 2024-05-29
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2008-06-02
|
||||
depends on:
|
||||
package: magic-future-common.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-watermarks.mse-include
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-mana-beveled.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-mana-small.mse-symbol-font
|
||||
version: 2007-09-23
|
||||
depends on:
|
||||
package: magic-modules.mse-include
|
||||
version: 2024-05-20
|
||||
|
||||
card width: 375
|
||||
card height: 523
|
||||
@@ -29,6 +29,7 @@ card dpi: 150
|
||||
#Template by Art_Freak and Pichoro
|
||||
############################################################## Extra scripts
|
||||
init script:
|
||||
watermark_include := "/magic-modules.mse-include/watermarks"
|
||||
green_template := {
|
||||
if input == "g" then (
|
||||
if styling.green_style == "light" then "lg"
|
||||
@@ -151,6 +152,7 @@ styling style:
|
||||
short text only: /magic.mse-game/icons/center-short-text.png
|
||||
never: /magic.mse-game/icons/center-no-text.png
|
||||
############################################################## Card fields
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -205,14 +207,13 @@ card style:
|
||||
padding top: 0
|
||||
z index: 1
|
||||
card symbol:
|
||||
left: 30
|
||||
left: 22
|
||||
top : 27
|
||||
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: 49
|
||||
@@ -243,14 +244,7 @@ card style:
|
||||
z index: 3
|
||||
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: "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")
|
||||
include file: /magic-modules.mse-include/rarities/choice_images
|
||||
############################# Text box
|
||||
text:
|
||||
left: 56
|
||||
@@ -284,15 +278,15 @@ card style:
|
||||
line height line: 1.5
|
||||
line height soft: 0.9
|
||||
watermark:
|
||||
left: 181
|
||||
left: 46
|
||||
top : 405
|
||||
width: 45
|
||||
width: 310
|
||||
height: 50
|
||||
z index: 3
|
||||
render style: image
|
||||
alignment: middle center
|
||||
visible: { card.rule_text != "" and card.flavor_text != "" }
|
||||
include file: /magic-watermarks.mse-include/watermarks
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_image_1() }
|
||||
############################# PT
|
||||
power:
|
||||
z index: 2
|
||||
@@ -426,6 +420,6 @@ extra card style:
|
||||
top : 0
|
||||
width: 375
|
||||
height: 523
|
||||
z index: 5
|
||||
z index: 1050
|
||||
render style: image
|
||||
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
|
||||
|
||||
Reference in New Issue
Block a user