Files
2024-10-01 08:42:16 -05:00

669 lines
14 KiB
Plaintext

## Mana AgFlat 2016-01-17, Symbol font for text boxes
mse version: 2.0.0
short name: AgFlat
full name: Mana AgFlat
icon: mana_b.png
installer group: magic/silvercut/Mana symbols/AgFlat
position hint: 011
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-10-01
# Note:
# Define mana_t := {"new|old|older"} in the init script of the style
# Define mana_s := {"new|old"} in the init script of the style
#
# So for example:
#
#init script:
# mana_t := {"new"}
# mana_s := {"new"}
image font size: 135
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
symbol:
code: phi
image: phi.png
image font size: 27
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: 170
symbol:
code: walk
image: planeswalk.png
image font size: 145
#
##Tribrid mana
#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
#
##Guild hybrid mana
#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() }
#
##Hybrid 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: C/W
image: mana_cw.png
image font size: 145
symbol:
code: C/U
image: mana_cu.png
image font size: 145
symbol:
code: C/B
image: mana_cb.png
image font size: 145
symbol:
code: C/R
image: mana_cr.png
image font size: 145
symbol:
code: C/G
image: mana_cg.png
image font size: 145
#
##Half mana
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: |C
image: mana_c_half.png
symbol:
code: |S
image: mana_si_half.png
enabled: { mana_s() == "new" }
symbol:
code: |S
image: mana_s_half.png
#
##Phyrexian mana
symbol:
code: H/W
image: mana_phyw.png
image font size: 145
symbol:
code: H/U
image: mana_phyu.png
image font size: 145
symbol:
code: H/B
image: mana_phyb.png
image font size: 145
symbol:
code: H/R
image: mana_phyr.png
image font size: 145
symbol:
code: H/G
image: mana_phyg.png
image font size: 145
symbol:
code: H/C
image: mana_phyc.png
image font size: 145
symbol:
code: H
image: mana_phy.png
image font size: 145
#
##Normal mana
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_si.png
enabled: { mana_s() == "new" }
symbol:
code: S
image: mana_s.png
symbol:
code: I
image: mana_infinite.png
#
##Twobrid mana
symbol:
image: mana_nw.png
code: ([XYZ0-9])/W
regex: yes
draw text: 1
text margin left: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
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: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
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: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
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: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
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: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
color: rgb(0,0,0)
max stretch: 0.5
image font size: 145
symbol:
image: mana_nc.png
code: ([XYZ0-9])/C
regex: yes
draw text: 1
text margin left: -.34
text margin right: .22
text margin top: -.14
text margin bottom: .32
text font:
name: MPlantin
size: .7
color: rgb(0,0,0)
max stretch: 0.5
image font size: 145
#
##Generic mana
symbol:
image: mana_circle.png
code: [XYZ]
regex: yes
draw text: 0
text margin left: .23
text margin right: .23
text margin top: -.11
text margin bottom: -.11
text font:
name: MPlantin
size: 1
color: rgb(0,0,0)
symbol:
image: mana_circle.png
code: [0-9]+(?!/[WUBRGSTQ2])|.
regex: yes
draw text: 0
text margin left: .2
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.57
##############################################################
# Insert-symbol menu
insert symbol menu:
item: T
item: Q
item: phi
item: chaos
item: walk
item:
type: line
item: X
item: Y
item: Z
item: I
item:
type: custom
name: generic
item:
type: line
item: W
item: U
item: B
item: R
item: G
item: C
item: S
item:
type: line
item:
name: half
item: |1
item: |W
item: |U
item: |B
item: |R
item: |G
item: |C
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
type: line
item: C/W
item: C/U
item: C/B
item: C/R
item: C/G
item:
name: phyrexian
item: H
item: H/W
item: H/U
item: H/B
item: H/R
item: H/G
item: H/C
#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/C