[in progress] make all mana fonts alch_compatible (#49)
--------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
@@ -261,7 +261,7 @@ init script:
|
|||||||
card_shape := {if is_leveler() then "leveler" else "normal"}
|
card_shape := {if is_leveler() then "leveler" else "normal"}
|
||||||
|
|
||||||
white_text := {is_full_art() or is_fnm() or is_inverted()}
|
white_text := {is_full_art() or is_fnm() or is_inverted()}
|
||||||
alch_compatible := {styling.text_box_mana_symbols == "/magic-mana-small.mse-symbol-font"}
|
|
||||||
rare_width := {
|
rare_width := {
|
||||||
cw := card_style.rarity.content_width
|
cw := card_style.rarity.content_width
|
||||||
cw := if cw > 44 then (if set.print_fix != "" then set.print_fix else 22) else if cw < 22 then 22 else cw
|
cw := if cw > 44 then (if set.print_fix != "" then set.print_fix else 22) else if cw < 22 then 22 else cw
|
||||||
@@ -599,6 +599,7 @@ styling style:
|
|||||||
render style: checklist
|
render style: checklist
|
||||||
direction: vertical
|
direction: vertical
|
||||||
############################################################## Card fields
|
############################################################## Card fields
|
||||||
|
include file: /magic-modules.mse-include/card-symbols/card_fields
|
||||||
card style:
|
card style:
|
||||||
############################# Background stuff
|
############################# Background stuff
|
||||||
border color:
|
border color:
|
||||||
@@ -669,15 +670,6 @@ card style:
|
|||||||
always symbol: true
|
always symbol: true
|
||||||
z index: 2
|
z index: 2
|
||||||
padding top: 0
|
padding top: 0
|
||||||
card symbol:
|
|
||||||
left: {if card.card_symbol=="none" then 20 else 30}
|
|
||||||
top: 29
|
|
||||||
height: 20
|
|
||||||
width: 14
|
|
||||||
z index: 1
|
|
||||||
render style: image
|
|
||||||
choice images:
|
|
||||||
tombstone: tombstone.png
|
|
||||||
############################# Image
|
############################# Image
|
||||||
image:
|
image:
|
||||||
left: { if is_clear() or is_map() or is_expanded_art() or is_puma() then 0 else if is_full_art() then 23 else if clear_tops() then 15 else if is_mutate() then 22 else 29}
|
left: { if is_clear() or is_map() or is_expanded_art() or is_puma() then 0 else if is_full_art() then 23 else if clear_tops() then 15 else if is_mutate() then 22 else 29}
|
||||||
|
|||||||
@@ -7,6 +7,12 @@ installer group: magic/silvercut/Mana symbols/AgFlat
|
|||||||
position hint: 011
|
position hint: 011
|
||||||
|
|
||||||
version: 2016-01-17
|
version: 2016-01-17
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -21,6 +27,148 @@ version: 2016-01-17
|
|||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
#
|
#
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
##Nonmana symbols
|
##Nonmana symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: phi
|
code: phi
|
||||||
|
|||||||
@@ -7,6 +7,12 @@ installer group: magic/silvercut/Mana symbols/AgShadow
|
|||||||
position hint: 012
|
position hint: 012
|
||||||
|
|
||||||
version: 2016-01-17
|
version: 2016-01-17
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -21,6 +27,148 @@ version: 2016-01-17
|
|||||||
image font size: 138
|
image font size: 138
|
||||||
horizontal space: 1
|
horizontal space: 1
|
||||||
#
|
#
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
##Nonmana symbols
|
##Nonmana symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: phi
|
code: phi
|
||||||
|
|||||||
@@ -7,6 +7,12 @@ installer group: magic/silvercut/Mana symbols/AgShadow2
|
|||||||
position hint: 012
|
position hint: 012
|
||||||
|
|
||||||
version: 2016-01-17
|
version: 2016-01-17
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -21,6 +27,148 @@ version: 2016-01-17
|
|||||||
image font size: 138
|
image font size: 138
|
||||||
horizontal space: 1
|
horizontal space: 1
|
||||||
#
|
#
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
##Nonmana symbols
|
##Nonmana symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: phi
|
code: phi
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 46
|
image font size: 46
|
||||||
horizontal space: 1
|
horizontal space: 1
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t.png
|
image: mana_t.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 205
|
image font size: 205
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: chaos
|
code: chaos
|
||||||
image: mana_chaos.png
|
image: mana_chaos.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# small_mana_t := "mana_t.png"
|
# small_mana_t := "mana_t.png"
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_w.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,12 +12,160 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
|
||||||
###################################################################################### Loyalty Symbols
|
###################################################################################### Loyalty Symbols
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
image: loyaltyup.png
|
image: loyaltyup.png
|
||||||
code: ([+][XYZ0-9]) loyalty
|
code: ([+][XYZ0-9]) loyalty
|
||||||
|
|||||||
@@ -6,9 +6,157 @@ position hint: 142
|
|||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 0
|
horizontal space: 0
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -4,9 +4,157 @@ short name: echo style
|
|||||||
installer group: magic/Mana symbols/echo style
|
installer group: magic/Mana symbols/echo style
|
||||||
position hint: 008
|
position hint: 008
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# small_mana_t := "mana_t.png"
|
# small_mana_t := "mana_t.png"
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -5,9 +5,133 @@ position hint: 102
|
|||||||
installer group: magic/Mana symbols/FKiH style (Female_Kaldra_Is_Hot
|
installer group: magic/Mana symbols/FKiH style (Female_Kaldra_Is_Hot
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
# Symbol font in the 'fkih' style, used for casting costs on fkih cards
|
# Symbol font in the 'fkih' style, used for casting costs on fkih cards
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 20
|
image font size: 20
|
||||||
horizontal space: -2
|
horizontal space: -2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: 2/W
|
code: 2/W
|
||||||
image: mana_2_w.png
|
image: mana_2_w.png
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ icon: mana_r.png
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mainframe-extras.mse-include
|
package: magic-mainframe-extras.mse-include
|
||||||
version: 2018-01-01
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
@@ -15,35 +18,144 @@ horizontal space: 2
|
|||||||
### Colored
|
### Colored
|
||||||
symbol:
|
symbol:
|
||||||
code: V/W
|
code: V/W
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_w.png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana() and use_color_v_mana()}
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
symbol:
|
symbol:
|
||||||
code: V/U
|
code: V/U
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_u.png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana() and use_color_v_mana()}
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
symbol:
|
symbol:
|
||||||
code: V/B
|
code: V/B
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_b.png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana() and use_color_v_mana()}
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
symbol:
|
symbol:
|
||||||
code: V/R
|
code: V/R
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_r.png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana() and use_color_v_mana()}
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
symbol:
|
symbol:
|
||||||
code: V/G
|
code: V/G
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + "_g.png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana() and use_color_v_mana()}
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
symbol:
|
symbol:
|
||||||
code: V
|
code: V
|
||||||
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "future/" + v_mana_name() + ".png"}
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
image font size: 120
|
image font size: 120
|
||||||
enabled: {use_large_v_mana()}
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t.png
|
image: mana_t.png
|
||||||
|
|||||||
@@ -13,6 +13,14 @@ horizontal space: 2
|
|||||||
|
|
||||||
|
|
||||||
#################### Utility Symbols
|
#################### Utility Symbols
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: tap.png
|
image: tap.png
|
||||||
|
|||||||
@@ -7,12 +7,23 @@ version: 2022-02-22
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mainframe-extras.mse-include
|
package: magic-mainframe-extras.mse-include
|
||||||
version: 2018-01-01
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 184
|
image font size: 184
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
|
||||||
#################### Utility Symbols
|
#################### Utility Symbols
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: tap.png
|
image: tap.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: W
|
code: W
|
||||||
image: mana_w.png
|
image: mana_w.png
|
||||||
|
|||||||
@@ -5,9 +5,157 @@ short name: dark popup style
|
|||||||
installer group: magic/Mana symbols/dark popup style
|
installer group: magic/Mana symbols/dark popup style
|
||||||
position hint: 032
|
position hint: 032
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -5,9 +5,157 @@ icon: mana_a.png
|
|||||||
version: 2015-12-14
|
version: 2015-12-14
|
||||||
installer group: magic/Mana symbols/popupstyle with extra colors/M15/purple
|
installer group: magic/Mana symbols/popupstyle with extra colors/M15/purple
|
||||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Tap Symbols
|
###################################################################################### Tap Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
|
|||||||
@@ -5,9 +5,157 @@ icon: mana_a.png
|
|||||||
version: 2016-03-13
|
version: 2016-03-13
|
||||||
installer group: magic/Mana symbols/popupstyle with extra colors/M15
|
installer group: magic/Mana symbols/popupstyle with extra colors/M15
|
||||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Tap Symbols
|
###################################################################################### Tap Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
|
|||||||
@@ -8,9 +8,157 @@ depends on:
|
|||||||
package: magic-mana-large.mse-symbol-font
|
package: magic-mana-large.mse-symbol-font
|
||||||
version: 2011-04-11
|
version: 2011-04-11
|
||||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Tap Symbols
|
###################################################################################### Tap Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
|
|||||||
@@ -8,9 +8,157 @@ depends on:
|
|||||||
package: magic-mana-large.mse-symbol-font
|
package: magic-mana-large.mse-symbol-font
|
||||||
version: 2015-12-13
|
version: 2015-12-13
|
||||||
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
# Symbol font in the 'popup' style, used for casting costs on modern cards
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Tap Symbols
|
###################################################################################### Tap Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
|
|||||||
@@ -9,9 +9,157 @@ icon: mana_n.png
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mana-large.mse-symbol-font
|
package: magic-mana-large.mse-symbol-font
|
||||||
version: 2015-12-13
|
version: 2015-12-13
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: N
|
code: N
|
||||||
image: mana_n.png
|
image: mana_n.png
|
||||||
|
|||||||
@@ -7,9 +7,157 @@ depends on:
|
|||||||
package: magic-mana-large.mse-symbol-font
|
package: magic-mana-large.mse-symbol-font
|
||||||
version: 2015-12-13
|
version: 2015-12-13
|
||||||
icon: mana_phyr.png
|
icon: mana_phyr.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: /magic-mana-large.mse-symbol-font/mana_t_older.png
|
image: /magic-mana-large.mse-symbol-font/mana_t_older.png
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ icon: mana_r.png
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mainframe-extras.mse-include
|
package: magic-mainframe-extras.mse-include
|
||||||
version: 2018-01-01
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
@@ -177,6 +180,13 @@ symbol:
|
|||||||
code: E
|
code: E
|
||||||
image: Energy.png
|
image: Energy.png
|
||||||
image font size: 230
|
image font size: 230
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: A
|
code: A
|
||||||
image: mana_chaos.png
|
image: mana_chaos.png
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -5,9 +5,157 @@ short name: mega style
|
|||||||
installer group: magic/Mana symbols/Megaman style
|
installer group: magic/Mana symbols/Megaman style
|
||||||
position hint: 151
|
position hint: 151
|
||||||
icon: mana_g.png
|
icon: mana_g.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 140
|
image font size: 140
|
||||||
horizontal space: 1
|
horizontal space: 1
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t.png
|
image: mana_t.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -5,9 +5,133 @@ short name: MTGS Community 1
|
|||||||
installer group: magic/Mana symbols/MTGS community 1
|
installer group: magic/Mana symbols/MTGS community 1
|
||||||
position hint: 111
|
position hint: 111
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 24
|
image font size: 24
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: chaos
|
code: chaos
|
||||||
image: mana_chaos.png
|
image: mana_chaos.png
|
||||||
|
|||||||
@@ -5,9 +5,133 @@ short name: MTGS Community 2
|
|||||||
installer group: magic/Mana symbols/MTGS community 2
|
installer group: magic/Mana symbols/MTGS community 2
|
||||||
position hint: 113
|
position hint: 113
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 44
|
image font size: 44
|
||||||
horizontal space: -3
|
horizontal space: -3
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: chaos
|
code: chaos
|
||||||
image: mana_chaos.png
|
image: mana_chaos.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_w.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# small_mana_t := "mana_t.png"
|
# small_mana_t := "mana_t.png"
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ short name: planesjaywalker
|
|||||||
installer group: magic/Mana symbols/planesjaywalker style
|
installer group: magic/Mana symbols/planesjaywalker style
|
||||||
position hint: 109
|
position hint: 109
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -15,6 +21,148 @@ icon: mana_r.png
|
|||||||
|
|
||||||
image font size: 84
|
image font size: 84
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: chaos
|
code: chaos
|
||||||
image: mana_chaos.png
|
image: mana_chaos.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t.png
|
image: mana_t.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: phi
|
code: phi
|
||||||
image: phi.png
|
image: phi.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: phi
|
code: phi
|
||||||
image: phi.png
|
image: phi.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t.png
|
image: mana_t.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
BIN
data/magic-mana-small-doomtown.mse-symbol-font/blackjacks.png
Normal file
|
After Width: | Height: | Size: 976 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/blessed.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/coin.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/collegium.png
Normal file
|
After Width: | Height: | Size: 889 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/control.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/coyote.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/flock.png
Normal file
|
After Width: | Height: | Size: 970 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/freemasons.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/ghostrock.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/huckster.png
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/influence.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/lawdogs.png
Normal file
|
After Width: | Height: | Size: 1006 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/lostangels.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/mazerats.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/mexicanarmada.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/shaman.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/siouxunion.png
Normal file
|
After Width: | Height: | Size: 805 B |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -3,13 +3,16 @@ version: 2015-12-13
|
|||||||
short name: doomtown
|
short name: doomtown
|
||||||
installer group: magic/Mana symbols/normal doomtown Style
|
installer group: magic/Mana symbols/normal doomtown Style
|
||||||
position hint: 192
|
position hint: 192
|
||||||
icon: /magic-doomtown.mse-style/lawdogs.png
|
icon: lawdogs.png
|
||||||
depends on:
|
depends on:
|
||||||
package: magic-mana-small.mse-symbol-font
|
package: magic-mana-small.mse-symbol-font
|
||||||
version: 2015-12-13
|
version: 2015-12-13
|
||||||
depends on:
|
depends on:
|
||||||
package: magic-doomtown.mse-style
|
package: magic-mainframe-extras.mse-include
|
||||||
version: 2009-10-04
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -21,8 +24,150 @@ depends on:
|
|||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/ghostrock.png
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
|
symbol:
|
||||||
|
image: ghostrock.png
|
||||||
code: ([XYZ]) ghost rock
|
code: ([XYZ]) ghost rock
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -36,7 +181,7 @@ symbol:
|
|||||||
size: 1
|
size: 1
|
||||||
color: white
|
color: white
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/ghostrock.png
|
image: ghostrock.png
|
||||||
code: ([0-9]) ghost rock
|
code: ([0-9]) ghost rock
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -51,7 +196,7 @@ symbol:
|
|||||||
color: white
|
color: white
|
||||||
max stretch: 0.5
|
max stretch: 0.5
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/coin.png
|
image: coin.png
|
||||||
code: ([XYZ]) gold
|
code: ([XYZ]) gold
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -65,7 +210,7 @@ symbol:
|
|||||||
size: 1
|
size: 1
|
||||||
color: black
|
color: black
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/coin.png
|
image: coin.png
|
||||||
code: ([0-9]) gold
|
code: ([0-9]) gold
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -80,7 +225,7 @@ symbol:
|
|||||||
color: black
|
color: black
|
||||||
max stretch: 0.5
|
max stretch: 0.5
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/influence.png
|
image: influence.png
|
||||||
code: ([XYZ]) influence
|
code: ([XYZ]) influence
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -94,7 +239,7 @@ symbol:
|
|||||||
size: 1
|
size: 1
|
||||||
color: black
|
color: black
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/influence.png
|
image: influence.png
|
||||||
code: ([0-9]) influence
|
code: ([0-9]) influence
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -109,7 +254,7 @@ symbol:
|
|||||||
color: black
|
color: black
|
||||||
max stretch: 0.5
|
max stretch: 0.5
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/control.png
|
image: control.png
|
||||||
code: ([XYZ]) control
|
code: ([XYZ]) control
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -123,7 +268,7 @@ symbol:
|
|||||||
size: 1
|
size: 1
|
||||||
color: black
|
color: black
|
||||||
symbol:
|
symbol:
|
||||||
image: /magic-doomtown.mse-style/control.png
|
image: control.png
|
||||||
code: ([0-9]) control
|
code: ([0-9]) control
|
||||||
regex: yes
|
regex: yes
|
||||||
draw text: 1
|
draw text: 1
|
||||||
@@ -139,81 +284,81 @@ symbol:
|
|||||||
max stretch: 0.5
|
max stretch: 0.5
|
||||||
symbol:
|
symbol:
|
||||||
code: Blackjacks
|
code: Blackjacks
|
||||||
image: /magic-doomtown.mse-style/blackjacks.png
|
image: blackjacks.png
|
||||||
image font size: 39
|
image font size: 39
|
||||||
symbol:
|
symbol:
|
||||||
code: Collegium
|
code: Collegium
|
||||||
image: /magic-doomtown.mse-style/collegium.png
|
image: collegium.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: Coyote
|
code: Coyote
|
||||||
image: /magic-doomtown.mse-style/coyote.png
|
image: coyote.png
|
||||||
image font size: 161
|
image font size: 161
|
||||||
symbol:
|
symbol:
|
||||||
code: Flock
|
code: Flock
|
||||||
image: /magic-doomtown.mse-style/flock.png
|
image: flock.png
|
||||||
image font size: 36
|
image font size: 36
|
||||||
symbol:
|
symbol:
|
||||||
code: Freemasons
|
code: Freemasons
|
||||||
image: /magic-doomtown.mse-style/freemasons.png
|
image: freemasons.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: Law Dogs
|
code: Law Dogs
|
||||||
image: /magic-doomtown.mse-style/lawdogs.png
|
image: lawdogs.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: Lost Angels
|
code: Lost Angels
|
||||||
image: /magic-doomtown.mse-style/lostangels.png
|
image: lostangels.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: Maze Rats
|
code: Maze Rats
|
||||||
image: /magic-doomtown.mse-style/mazerats.png
|
image: mazerats.png
|
||||||
image font size: 176
|
image font size: 176
|
||||||
symbol:
|
symbol:
|
||||||
code: Mexican Armada
|
code: Mexican Armada
|
||||||
image: /magic-doomtown.mse-style/mexicanarmada.png
|
image: mexicanarmada.png
|
||||||
image font size: 46
|
image font size: 46
|
||||||
symbol:
|
symbol:
|
||||||
code: Morgan Cattle Company
|
code: Morgan Cattle Company
|
||||||
image: /magic-doomtown.mse-style/morgancattlecompany.png
|
image: morgancattlecompany.png
|
||||||
image font size: 100
|
image font size: 100
|
||||||
symbol:
|
symbol:
|
||||||
code: Sioux Union
|
code: Sioux Union
|
||||||
image: /magic-doomtown.mse-style/siouxunion.png
|
image: siouxunion.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: Smith and Robards
|
code: Smith and Robards
|
||||||
image: /magic-doomtown.mse-style/smithandrobards.png
|
image: smithandrobards.png
|
||||||
image font size: 257
|
image font size: 257
|
||||||
symbol:
|
symbol:
|
||||||
code: Sweetrock Mining Company
|
code: Sweetrock Mining Company
|
||||||
image: /magic-doomtown.mse-style/sweetrockminingcompany.png
|
image: sweetrockminingcompany.png
|
||||||
image font size: 41
|
image font size: 41
|
||||||
symbol:
|
symbol:
|
||||||
code: Texas Rangers
|
code: Texas Rangers
|
||||||
image: /magic-doomtown.mse-style/texasrangers.png
|
image: texasrangers.png
|
||||||
image font size: 41
|
image font size: 41
|
||||||
symbol:
|
symbol:
|
||||||
code: The Agency
|
code: The Agency
|
||||||
image: /magic-doomtown.mse-style/theagency.png
|
image: theagency.png
|
||||||
image font size: 42
|
image font size: 42
|
||||||
symbol:
|
symbol:
|
||||||
code: The Wretched
|
code: The Wretched
|
||||||
image: /magic-doomtown.mse-style/thewretched.png
|
image: thewretched.png
|
||||||
image font size: 105
|
image font size: 105
|
||||||
symbol:
|
symbol:
|
||||||
code: Whateleys
|
code: Whateleys
|
||||||
image: /magic-doomtown.mse-style/whateleys.png
|
image: whateleys.png
|
||||||
image font size: 53
|
image font size: 53
|
||||||
symbol:
|
symbol:
|
||||||
code: Blessed
|
code: Blessed
|
||||||
image: /magic-doomtown.mse-style/blessed.png
|
image: blessed.png
|
||||||
symbol:
|
symbol:
|
||||||
code: Huckster
|
code: Huckster
|
||||||
image: /magic-doomtown.mse-style/huckster.png
|
image: huckster.png
|
||||||
symbol:
|
symbol:
|
||||||
code: Shaman
|
code: Shaman
|
||||||
image: /magic-doomtown.mse-style/shaman.png
|
image: shaman.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: /magic-mana-small.mse-symbol-font/mana_t_older.png
|
image: /magic-mana-small.mse-symbol-font/mana_t_older.png
|
||||||
|
|||||||
BIN
data/magic-mana-small-doomtown.mse-symbol-font/texasrangers.png
Normal file
|
After Width: | Height: | Size: 979 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/theagency.png
Normal file
|
After Width: | Height: | Size: 945 B |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/thewretched.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
BIN
data/magic-mana-small-doomtown.mse-symbol-font/whateleys.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15/purple
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Extra Symbols
|
###################################################################################### Extra Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: checkbox
|
code: checkbox
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -15,10 +15,158 @@ depends on:
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Extra Symbols
|
###################################################################################### Extra Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: checkbox
|
code: checkbox
|
||||||
|
|||||||
@@ -15,10 +15,158 @@ depends on:
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Extra Symbols
|
###################################################################################### Extra Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: checkbox
|
code: checkbox
|
||||||
|
|||||||
@@ -12,9 +12,157 @@ icon: mana_r.png
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 0
|
horizontal space: 0
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -5,6 +5,12 @@ installer group: magic/Mana symbols/phyrexian normal style
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mana-small.mse-symbol-font
|
package: magic-mana-small.mse-symbol-font
|
||||||
version: 2015-12-13
|
version: 2015-12-13
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
icon: mana_phyr.png
|
icon: mana_phyr.png
|
||||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||||
# Note:
|
# Note:
|
||||||
@@ -17,6 +23,148 @@ icon: mana_phyr.png
|
|||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: /magic-mana-small.mse-symbol-font/mana_t_older.png
|
image: /magic-mana-small.mse-symbol-font/mana_t_older.png
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 125
|
image font size: 125
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 125
|
image font size: 125
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -12,10 +12,158 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
#
|
#
|
||||||
#init script:
|
#init script:
|
||||||
# mana_t := {"new"}
|
# mana_t := {"new"}
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 125
|
image font size: 125
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
|
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Type Symbols
|
###################################################################################### Type Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: artifact
|
code: artifact
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ installer group: magic/Mana symbols/normal style with extra colors/M15
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-mainframe-extras.mse-include
|
package: magic-mainframe-extras.mse-include
|
||||||
version: 2018-01-01
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||||
# Note:
|
# Note:
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
# Define mana_t := {"new|old|older"} in the init script of the style
|
||||||
@@ -181,11 +184,11 @@ symbol:
|
|||||||
###################################################################################### Alchemy Symbols
|
###################################################################################### Alchemy Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: A-
|
code: A-
|
||||||
image: alchemy old.png
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
enabled: {card.card_symbol == "alchemy old"}
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
symbol:
|
symbol:
|
||||||
code: A-
|
code: A-
|
||||||
image: alchemy.png
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
###################################################################################### Phy Hybrid
|
###################################################################################### Phy Hybrid
|
||||||
symbol:
|
symbol:
|
||||||
code: H/W/U
|
code: H/W/U
|
||||||
|
|||||||
@@ -5,9 +5,157 @@ installer group: magic/Mana symbols/wax signet
|
|||||||
position hint: 150
|
position hint: 150
|
||||||
icon: mana_r.png
|
icon: mana_r.png
|
||||||
#By Shiv2503
|
#By Shiv2503
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
|
||||||
image font size: 202.5
|
image font size: 202.5
|
||||||
horizontal space: -2
|
horizontal space: -2
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.25
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .4
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "large/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_large_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
image: mana_t_older.png
|
image: mana_t_older.png
|
||||||
|
|||||||
@@ -5,6 +5,154 @@ installer group: magic/Mana symbols/White
|
|||||||
position hint: 106
|
position hint: 106
|
||||||
icon: mana_10.png
|
icon: mana_10.png
|
||||||
image font size: 100
|
image font size: 100
|
||||||
|
depends on:
|
||||||
|
package: magic-mainframe-extras.mse-include
|
||||||
|
version: 2018-01-01
|
||||||
|
depends on:
|
||||||
|
package: magic-modules.mse-include
|
||||||
|
version: 2024-05-20
|
||||||
|
#######Custom Mana Symbols
|
||||||
|
### Colored
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_w.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_u.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_b.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_r.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_g.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and use_color_v_mana()}
|
||||||
|
### Hybrid
|
||||||
|
symbol:
|
||||||
|
code: V/W
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/U
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_uu.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/B
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_bb.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/R
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_rr.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V/G
|
||||||
|
image: { masked_blend(dark: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", light: "mana_gg.png", mask: "mask_hybrid.png") }
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana() and use_hybrid_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 10/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_10.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 10}
|
||||||
|
symbol:
|
||||||
|
code: 11/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_11.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 11}
|
||||||
|
symbol:
|
||||||
|
code: 0/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_0.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 0}
|
||||||
|
symbol:
|
||||||
|
code: 1/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_1.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 1}
|
||||||
|
symbol:
|
||||||
|
code: 2/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_2.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 2}
|
||||||
|
symbol:
|
||||||
|
code: 3/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_3.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 3}
|
||||||
|
symbol:
|
||||||
|
code: 4/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_4.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 4}
|
||||||
|
symbol:
|
||||||
|
code: 5/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_5.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 5}
|
||||||
|
symbol:
|
||||||
|
code: 6/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_6.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 6}
|
||||||
|
symbol:
|
||||||
|
code: 7/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_7.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 7}
|
||||||
|
symbol:
|
||||||
|
code: 8/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_8.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 8}
|
||||||
|
symbol:
|
||||||
|
code: 9/V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_9.png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana() and v_mana_num() >= 9}
|
||||||
|
symbol:
|
||||||
|
image: { masked_blend(dark: "mana_circle_large.png", light: "/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + "_h.png", mask: "mask_hybrid.png") }
|
||||||
|
code: ([XYZ0-9])/V
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -.30
|
||||||
|
text margin right: .2
|
||||||
|
text margin top: -.14
|
||||||
|
text margin bottom: .34
|
||||||
|
text font:
|
||||||
|
name: MPlantin
|
||||||
|
size: .6
|
||||||
|
color: black
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 145
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
symbol:
|
||||||
|
code: V
|
||||||
|
image: {"/magic-mainframe-extras.mse-include/" + v_mana_loc() + "small/" + v_mana_name() + ".png"}
|
||||||
|
image font size: 120
|
||||||
|
enabled: {use_small_v_mana()}
|
||||||
|
#### Alchemy name symbol
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy old.png
|
||||||
|
enabled: {card.card_symbol == "alchemy old"}
|
||||||
|
symbol:
|
||||||
|
code: A-
|
||||||
|
image: /magic-modules.mse-include/mana-symbols/alchemy.png
|
||||||
|
|
||||||
symbol:
|
symbol:
|
||||||
code: T
|
code: T
|
||||||
|
|||||||
BIN
data/magic-modules.mse-include/mana-symbols/alchemy old.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
data/magic-modules.mse-include/mana-symbols/alchemy.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
@@ -32,7 +32,7 @@ include file: language
|
|||||||
include file: statistics_script
|
include file: statistics_script
|
||||||
include file: /magic-blends.mse-include/new-blends
|
include file: /magic-blends.mse-include/new-blends
|
||||||
############################################################## Versioning
|
############################################################## Versioning
|
||||||
version_date := {"2024-05-24 Mainframe 1.3.c Showcase Catchup: Showcase Corners"}
|
version_date := {"2024-05-24 Mainframe 1.3.d Showcase Catchup: Alchemy Compatibility"}
|
||||||
version := version_date
|
version := version_date
|
||||||
############################################################## Common filters
|
############################################################## Common filters
|
||||||
############################################################## Utility
|
############################################################## Utility
|
||||||
@@ -219,7 +219,7 @@ strip_card_codes := {
|
|||||||
save := input
|
save := input
|
||||||
input := cc_filter(input)
|
input := cc_filter(input)
|
||||||
input := if input == "" or input == " " then save else input
|
input := if input == "" or input == " " then save else input
|
||||||
if atom and alch_compatible() and has_alchemy(card.card_symbol)
|
if atom and has_alchemy(card.card_symbol)
|
||||||
then "<sym>A-</sym>" + input
|
then "<sym>A-</sym>" + input
|
||||||
else input
|
else input
|
||||||
}@(atom:false)
|
}@(atom:false)
|
||||||
@@ -1329,7 +1329,6 @@ mana_un_context := "(mana values? <match>|converted mana costs? <match>|<match>
|
|||||||
#### truncates the name of legends
|
#### truncates the name of legends
|
||||||
legend_filter := replace@(match:"(, | of | the | \"| “).*", replace: "" )
|
legend_filter := replace@(match:"(, | of | the | \"| “).*", replace: "" )
|
||||||
#### does this frame support Alchemy Rebalanced mana symbol in names?
|
#### does this frame support Alchemy Rebalanced mana symbol in names?
|
||||||
alch_compatible := {false}
|
|
||||||
#### set tab insert atoms
|
#### set tab insert atoms
|
||||||
inserts_values := { split_text(set.inserts+";;;;;;;;;", match:";") }
|
inserts_values := { split_text(set.inserts+";;;;;;;;;", match:";") }
|
||||||
inserts_count := { clamp(length(semicolon_count(set.inserts)), minimum:1, maximum:9) }
|
inserts_count := { clamp(length(semicolon_count(set.inserts)), minimum:1, maximum:9) }
|
||||||
|
|||||||