[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

View File

@@ -6,9 +6,12 @@ icon: card-sample.png
position hint: 829
installer group: magic/intense/horizontal
version: 2014-02-22
version: 2024-05-30
depends on: magic.mse-game 2008-06-02
depends on: magic-mana-white.mse-symbol-font 2008-05-25
depends on:
package: magic-modules.mse-include
version: 2024-05-20
card width: 1046
card height: 750
@@ -44,7 +47,7 @@ init script:
# is text box empty?
has_text := {(card.rule_text!="")}
watermark_include := "/magic-modules.mse-include/watermarks"
############################################################## Extra style options
styling field:
@@ -87,6 +90,7 @@ styling style:
brown: bacard.jpg
############################################################## Card fields
include file: /magic-modules.mse-include/corners/card_fields
card style:
############################# Background stuff
border color:
@@ -94,7 +98,6 @@ card style:
top : 0
width: 1046
height: 750
radius: 18
left width: 35
right width: 35
top width: 35
@@ -182,14 +185,7 @@ card style:
right: 1006
z index: 5
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
rule text:
@@ -325,6 +321,16 @@ card style:
shadow displacement x: 4
shadow displacement y: 0
shadow blur: 2
the list icon:
left: 0
bottom: 750
width: 44
height: 66
popup style: in place
include file: /magic.mse-game/information/menu_choice_images_the_list
render style: image
image: { the_list_icon_image(face: 1, field: 1) }
z index: 900
############################################################## Extra card fields
@@ -358,6 +364,12 @@ extra card field:
choice:
name: Default
color: rgb(255,255,255)
extra card field:
type: choice
name: the list dot
choice: dot
editable: false
save value: false
extra card style:
lines:
left: 0
@@ -383,4 +395,15 @@ extra card style:
width: {min(card_style.type.content_width+70, 687-card_style.power.content_width)}
z index: 2
radius: 2
visible: {has_text()}
visible: {has_text()}
the list dot:
left: 0
bottom: 750
width: 60
height: 80
render style: image
popup style: in place
include file: /magic.mse-game/information/menu_choice_images_the_list
render style: image
image: { the_list_dot_image(field: 1) }
z index: 510