[274/274] magic-modules rollout (#51)
Add Magic-Modules support to all frames
This commit is contained in:
@@ -5,7 +5,7 @@ full name: Strixhaven Showcase
|
||||
icon: card-sample.png
|
||||
position hint: 095
|
||||
|
||||
version: 2021-06-01
|
||||
version: 2024-09-01
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2014-06-25
|
||||
@@ -492,6 +492,7 @@ styling style:
|
||||
include file: /magic-modules.mse-include/corners/card_fields
|
||||
include file: /magic-modules.mse-include/information/card_fields
|
||||
include file: /magic-modules.mse-include/stamps/card_fields
|
||||
include file: /magic-modules.mse-include/separators/card_fields
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -569,7 +570,7 @@ card style:
|
||||
z index: 800
|
||||
render style: image
|
||||
visible: { has_identity() }
|
||||
image: { card_identity() }
|
||||
image: { module_identity() }
|
||||
type:
|
||||
left: { if has_identity() then 51 else 32 }
|
||||
top: { 292 + shrink_type() + shorten_textbox_amount() }
|
||||
@@ -634,7 +635,7 @@ card style:
|
||||
popup style: in place
|
||||
alignment: middle center
|
||||
include file: /magic.mse-game/watermarks/menu_choice_images
|
||||
image: { watermark_scripts[card.watermark](face:watermark_face_1()) }
|
||||
image: { watermark_image_1() }
|
||||
z index: 720
|
||||
############################# PT
|
||||
pt:
|
||||
@@ -833,15 +834,6 @@ extra card style:
|
||||
z index: 850
|
||||
visible: { card.card_stamp != "none" }
|
||||
mask: { "stamp/" + (if stamp_shape() == "triangle" then "triangle" else "round") + "_mask.png" }
|
||||
flavor bar:
|
||||
left: 0
|
||||
top: { bar_equation() }
|
||||
width: 375
|
||||
height: 1
|
||||
z index: 740
|
||||
render style: image
|
||||
image: bar.png
|
||||
visible: { card.rule_text != "" and remove_tags(card.flavor_text) != "" and set.use_flavor_bar }
|
||||
jp name:
|
||||
left: 37
|
||||
top: 40
|
||||
|
||||
Reference in New Issue
Block a user