429 lines
9.8 KiB
Plaintext
429 lines
9.8 KiB
Plaintext
mse version: 0.3.8
|
|
version: 2015-12-13
|
|
short name: echo style
|
|
installer group: magic/Mana symbols/echo style
|
|
position hint: 008
|
|
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
|
|
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:
|
|
code: T
|
|
image: mana_t_older.png
|
|
enabled: { mana_t() == "older" }
|
|
symbol:
|
|
code: T
|
|
image: mana_t_old.png
|
|
enabled: { mana_t() == "old" }
|
|
symbol:
|
|
code: T
|
|
image: mana_t.png
|
|
symbol:
|
|
code: Q
|
|
image: mana_q_older.png
|
|
enabled: { mana_t() == "older" }
|
|
symbol:
|
|
code: Q
|
|
image: mana_q_old.png
|
|
enabled: { mana_t() == "old" }
|
|
symbol:
|
|
code: Q
|
|
image: mana_q.png
|
|
symbol:
|
|
code: chaos
|
|
image: mana_chaos.png
|
|
image font size: 151.69
|
|
symbol:
|
|
code: W/U
|
|
image: mana_wu.png
|
|
image font size: 145
|
|
symbol:
|
|
code: U/B
|
|
image: mana_ub.png
|
|
image font size: 145
|
|
symbol:
|
|
code: B/R
|
|
image: mana_br.png
|
|
image font size: 145
|
|
symbol:
|
|
code: R/G
|
|
image: mana_rg.png
|
|
image font size: 145
|
|
symbol:
|
|
code: G/W
|
|
image: mana_gw.png
|
|
image font size: 145
|
|
symbol:
|
|
code: W/B
|
|
image: mana_wb.png
|
|
image font size: 145
|
|
symbol:
|
|
code: U/R
|
|
image: mana_ur.png
|
|
image font size: 145
|
|
symbol:
|
|
code: B/G
|
|
image: mana_bg.png
|
|
image font size: 145
|
|
symbol:
|
|
code: R/W
|
|
image: mana_rw.png
|
|
image font size: 145
|
|
symbol:
|
|
code: G/U
|
|
image: mana_gu.png
|
|
image font size: 145
|
|
symbol:
|
|
code: 1/2
|
|
image: mana_1_half.png
|
|
symbol:
|
|
code: |1
|
|
image: mana_1_half.png
|
|
symbol:
|
|
code: |W
|
|
image: mana_w_half.png
|
|
symbol:
|
|
code: |U
|
|
image: mana_u_half.png
|
|
symbol:
|
|
code: |B
|
|
image: mana_b_half.png
|
|
symbol:
|
|
code: |R
|
|
image: mana_r_half.png
|
|
symbol:
|
|
code: |G
|
|
image: mana_g_half.png
|
|
symbol:
|
|
code: |S
|
|
image: mana_s_half.png
|
|
symbol:
|
|
code: W
|
|
image: mana_w.png
|
|
symbol:
|
|
code: U
|
|
image: mana_u.png
|
|
symbol:
|
|
code: B
|
|
image: mana_b.png
|
|
symbol:
|
|
code: R
|
|
image: mana_r.png
|
|
symbol:
|
|
code: G
|
|
image: mana_g.png
|
|
symbol:
|
|
code: C
|
|
image: mana_c.png
|
|
symbol:
|
|
code: S
|
|
image: mana_s.png
|
|
symbol:
|
|
image: mana_nw.png
|
|
code: ([XYZ0-9])/W
|
|
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: rgb(0,0,0)
|
|
max stretch: 0.5
|
|
image font size: 145
|
|
symbol:
|
|
image: mana_nu.png
|
|
code: ([XYZ0-9])/U
|
|
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: rgb(0,0,0)
|
|
max stretch: 0.5
|
|
image font size: 145
|
|
symbol:
|
|
image: mana_nb.png
|
|
code: ([XYZ0-9])/B
|
|
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: rgb(0,0,0)
|
|
max stretch: 0.5
|
|
image font size: 145
|
|
symbol:
|
|
image: mana_nr.png
|
|
code: ([XYZ0-9])/R
|
|
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: rgb(0,0,0)
|
|
max stretch: 0.5
|
|
image font size: 145
|
|
symbol:
|
|
image: mana_ng.png
|
|
code: ([XYZ0-9])/G
|
|
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: rgb(0,0,0)
|
|
max stretch: 0.5
|
|
image font size: 145
|
|
symbol:
|
|
code: X
|
|
image: mana_x.png
|
|
symbol:
|
|
code: Y
|
|
image: mana_y.png
|
|
symbol:
|
|
code: Z
|
|
image: mana_z.png
|
|
symbol:
|
|
code: I
|
|
image: mana_infinite.png
|
|
symbol:
|
|
image: mana_circle.png
|
|
text margin left: .23
|
|
text margin right: .21
|
|
text margin top: -.15
|
|
text margin bottom: -.06
|
|
code: [0-9]+(?!/[WUBRGSTQ2])|.
|
|
regex: yes
|
|
draw text: 0
|
|
text font:
|
|
name: MPlantin
|
|
size: 1
|
|
color: rgb(0,0,0)
|
|
max stretch: 0.60
|
|
|
|
##############################################################
|
|
# Insert-symbol menu
|
|
insert symbol menu:
|
|
item: T
|
|
item: Q
|
|
item: chaos
|
|
item:
|
|
type: line
|
|
item: X
|
|
item: Y
|
|
item: Z
|
|
item: I
|
|
item: C
|
|
item:
|
|
type: custom
|
|
name: colorless
|
|
item:
|
|
type: line
|
|
item: W
|
|
item: U
|
|
item: B
|
|
item: R
|
|
item: G
|
|
item: S
|
|
item:
|
|
type: line
|
|
item:
|
|
name: half
|
|
item: 1/2
|
|
item: |W
|
|
item: |U
|
|
item: |B
|
|
item: |R
|
|
item: |G
|
|
item: |S
|
|
item:
|
|
name: hybrid
|
|
item: W/U
|
|
item: U/B
|
|
item: B/R
|
|
item: R/G
|
|
item: G/W
|
|
item:
|
|
type: line
|
|
item: W/B
|
|
item: U/R
|
|
item: B/G
|
|
item: R/W
|
|
item: G/U
|
|
item:
|
|
type: line
|
|
item:
|
|
name: number hybrids
|
|
item: 2/W
|
|
item: 2/U
|
|
item: 2/B
|
|
item: 2/R
|
|
item: 2/G
|