Files
magic-set-editor-fork/data/magic-mana-bubble.mse-symbol-font/symbol-font
2024-05-26 04:14:58 -05:00

641 lines
13 KiB
Plaintext

mse version: 0.3.8
version: 2015-12-13
short name: bubble
position hint: 104
installer group: magic/Mana symbols/Bubble style
icon: mana_w.png
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
# Note:
# Define mana_t := {"new|old|older"} in the init script of the style
#
# So for example:
#
#init script:
# 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
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: 163.63
symbol:
code: B/G/W
image: mana_bgw.png
image font size: 145
symbol:
code: B/R/G
image: mana_brg.png
image font size: 145
symbol:
code: G/U/B
image: mana_gub.png
image font size: 145
symbol:
code: G/W/U
image: mana_gwu.png
image font size: 145
symbol:
code: R/G/W
image: mana_rgw.png
image font size: 145
symbol:
code: R/W/U
image: mana_rwu.png
image font size: 145
symbol:
code: U/B/R
image: mana_ubr.png
image font size: 145
symbol:
code: U/R/G
image: mana_urg.png
image font size: 145
symbol:
code: W/B/R
image: mana_wbr.png
image font size: 145
symbol:
code: W/U/B
image: mana_wub.png
image font size: 145
symbol:
code: W/U
image: mana_guild_wu.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: U/B
image: mana_guild_ub.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: B/R
image: mana_guild_br.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: R/G
image: mana_guild_rg.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: G/W
image: mana_guild_gw.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: W/B
image: mana_guild_wb.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: U/R
image: mana_guild_ur.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: B/G
image: mana_guild_bg.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: R/W
image: mana_guild_rw.png
image font size: 145
enabled: { guild_mana() }
symbol:
code: G/U
image: mana_guild_gu.png
image font size: 145
enabled: { guild_mana() }
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: S/W
image: mana_sw.png
image font size: 145
symbol:
code: S/U
image: mana_su.png
image font size: 145
symbol:
code: S/B
image: mana_sb.png
image font size: 145
symbol:
code: S/R
image: mana_sr.png
image font size: 145
symbol:
code: S/G
image: mana_sg.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: |L
image: mana_l_half.png
symbol:
code: |P
image: mana_p_half.png
symbol:
code: |O
image: mana_o_half.png
symbol:
code: |E
image: mana_e_half.png
symbol:
code: |K
image: mana_k_half.png
symbol:
code: |A
image: mana_a_half.png
symbol:
code: |M
image: mana_c_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: L
image: mana_l.png
symbol:
code: P
image: mana_p.png
symbol:
code: O
image: mana_o.png
symbol:
code: E
image: mana_e.png
symbol:
code: K
image: mana_k.png
symbol:
code: A
image: mana_a.png
symbol:
code: M
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:
image: mana_ns.png
code: ([XYZ0-9])/S
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_circle.png
code: [XYZ]
regex: yes
draw text: 0
text margin left: .26
text margin right: .24
text margin top: .05
text margin bottom: .00
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
symbol:
code: I
image: mana_infinite.png
symbol:
image: mana_circle.png
code: [0-9]+(?!/[WUBRGSTQ2])|.
regex: yes
draw text: 0
text margin left: .26
text margin right: .2
text margin top: -.14
text margin bottom: -.14
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
max stretch: 0.5
##############################################################
# Insert-symbol menu
insert symbol menu:
item: T
item: Q
item: chaos
item:
type: line
item: X
item: Y
item: Z
item: I
item:
type: custom
name: colorless
item:
type: line
item: W
item: U
item: B
item: R
item: G
item: L
item: P
item: O
item: E
item: K
item: A
item: M
item: S
item:
type: line
item:
name: half
item: 1/2
item: |1
item: |W
item: |U
item: |B
item: |R
item: |G
item: |L
item: |P
item: |O
item: |E
item: |K
item: |A
item: |M
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: S/W
item: S/U
item: S/B
item: S/R
item: S/G
item:
name: hybrid 3
item: W/U/B
item: U/B/R
item: B/R/G
item: R/G/W
item: G/W/U
item:
type: line
item: W/B/R
item: U/R/G
item: B/G/W
item: R/W/U
item: G/U/B
item:
type: line
item:
name: number hybrids
item: 2/W
item: 2/U
item: 2/B
item: 2/R
item: 2/G
item: 2/S