Add colorable symbol font (#53)
* changed white_text to generic recolorable symbols * add pawprint symbol
@@ -944,30 +944,38 @@ package:
|
|||||||
magic-mana-*.mse-symbol-font:
|
magic-mana-*.mse-symbol-font:
|
||||||
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut
|
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut
|
||||||
# so typing T *anywhere* would insert a symbol (which would be bad)
|
# so typing T *anywhere* would insert a symbol (which would be bad)
|
||||||
menu item T: &Tap symbol T
|
menu item T: &Tap T
|
||||||
menu item Q: &Untap symbol Q
|
menu item Q: &Untap Q
|
||||||
menu item W: &White mana W
|
menu item E: &Energy E
|
||||||
menu item U: Bl&ue mana U
|
menu item J: Pawprint J
|
||||||
menu item B: &Black mana B
|
menu item TK: Ticket TK
|
||||||
menu item R: &Red mana R
|
menu item A: Chaos A
|
||||||
menu item G: &Green mana G
|
menu item W: &White mana W
|
||||||
menu item S: &Snow mana S
|
menu item U: Bl&ue mana U
|
||||||
menu item X: Variable mana &X X
|
menu item B: &Black mana B
|
||||||
menu item Y: Variable mana &Y Y
|
menu item R: &Red mana R
|
||||||
menu item Z: Variable mana &Z Z
|
menu item G: &Green mana G
|
||||||
menu item I: &Infinite mana I
|
menu item C: &Colorless mana C
|
||||||
menu item colorless: &Colorless mana...
|
menu item S: &Snow mana S
|
||||||
title colorless: Colorless mana
|
menu item X: Variable mana &X X
|
||||||
message colorless: Enter amount of colorless mana:
|
menu item Y: Variable mana &Y Y
|
||||||
|
menu item Z: Variable mana &Z Z
|
||||||
|
menu item ∞: &Infinite mana ∞
|
||||||
|
menu item colorless: &Generic mana...
|
||||||
|
title colorless: Generic mana
|
||||||
|
message colorless: Enter amount of generic mana:
|
||||||
menu item half: &Half mana
|
menu item half: &Half mana
|
||||||
menu item |W: &White |W
|
menu item half mana: &Half mana
|
||||||
menu item |U: Bl&ue |U
|
menu item |W: Half &White mana |W
|
||||||
menu item |B: &Black |B
|
menu item |U: Half Bl&ue mana |U
|
||||||
menu item |R: &Red |R
|
menu item |B: Half &Black mana |B
|
||||||
menu item |G: &Green |G
|
menu item |R: Half &Red mana |R
|
||||||
menu item |S: &Snow |S
|
menu item |G: Half &Green mana |G
|
||||||
menu item 1/2: &Colorless 1/2
|
menu item |C: Half &Colorless mana |C
|
||||||
menu item hybrid: H&ybrid mana (two color)
|
menu item |S: Half &Snow mana |S
|
||||||
|
menu item 1/2: Half &Generic mana 1/2
|
||||||
|
menu item |1: Half &Generic mana |1
|
||||||
|
menu item hybrid: H&ybrid mana (two colors)
|
||||||
menu item W/U: White/Blue mana W/U
|
menu item W/U: White/Blue mana W/U
|
||||||
menu item U/B: Blue/Black mana U/B
|
menu item U/B: Blue/Black mana U/B
|
||||||
menu item B/R: Black/Red mana B/R
|
menu item B/R: Black/Red mana B/R
|
||||||
@@ -978,7 +986,13 @@ package:
|
|||||||
menu item B/G: Black/Green mana B/G
|
menu item B/G: Black/Green mana B/G
|
||||||
menu item R/W: Red/White mana R/W
|
menu item R/W: Red/White mana R/W
|
||||||
menu item G/U: Green/Blue mana G/U
|
menu item G/U: Green/Blue mana G/U
|
||||||
menu item hybrid 3: H&ybrid mana (three color)
|
menu item C/W: Colorless/White mana C/W
|
||||||
|
menu item C/U: Colorless/Blue mana C/U
|
||||||
|
menu item C/B: Colorless/Black mana C/B
|
||||||
|
menu item C/R: Colorless/Red mana C/R
|
||||||
|
menu item C/G: Colorless/Green mana C/G
|
||||||
|
menu item hybrid 3: Hybrid mana (three colors)
|
||||||
|
menu item tri-hybrid mana: Hybrid mana (three colors)
|
||||||
menu item W/U/B: White/Blue/Black mana W/U/B
|
menu item W/U/B: White/Blue/Black mana W/U/B
|
||||||
menu item U/B/R: Blue/Black/Red mana U/B/R
|
menu item U/B/R: Blue/Black/Red mana U/B/R
|
||||||
menu item B/R/G: Black/Red/Green mana B/R/G
|
menu item B/R/G: Black/Red/Green mana B/R/G
|
||||||
@@ -989,3 +1003,80 @@ package:
|
|||||||
menu item B/G/W: Black/Green/White mana B/G/W
|
menu item B/G/W: Black/Green/White mana B/G/W
|
||||||
menu item R/W/U: Red/White/Blue mana R/W/U
|
menu item R/W/U: Red/White/Blue mana R/W/U
|
||||||
menu item G/U/B: Green/Blue/Black mana G/U/B
|
menu item G/U/B: Green/Blue/Black mana G/U/B
|
||||||
|
menu item W/U/B/R/G: Prismatic (five colors) W/U/B/R/G
|
||||||
|
menu item H: Phyrexian Generic mana H
|
||||||
|
menu item H/W: Phyrexian White mana H/W
|
||||||
|
menu item H/U: Phyrexian Blue mana H/U
|
||||||
|
menu item H/B: Phyrexian Black mana H/B
|
||||||
|
menu item H/R: Phyrexian Red mana H/R
|
||||||
|
menu item H/G: Phyrexian Green mana H/G
|
||||||
|
menu item H/W/U: Phyrexian White/Blue mana H/W/U
|
||||||
|
menu item H/W/B: Phyrexian White/Black mana H/W/B
|
||||||
|
menu item H/U/B: Phyrexian Blue/Black mana H/U/B
|
||||||
|
menu item H/U/R: Phyrexian Blue/Red mana H/U/R
|
||||||
|
menu item H/B/R: Phyrexian Black/Red mana H/B/R
|
||||||
|
menu item H/B/G: Phyrexian Black/Green mana H/B/G
|
||||||
|
menu item H/R/G: Phyrexian Red/Green mana H/R/G
|
||||||
|
menu item H/R/W: Phyrexian Red/White mana H/R/W
|
||||||
|
menu item H/G/W: Phyrexian Green/White mana H/G/W
|
||||||
|
menu item H/G/U: Phyrexian Green/Blue mana H/G/U
|
||||||
|
menu item number hybrids: Number Hybrid
|
||||||
|
menu item 2/W: 2 Generic/White mana 2/W
|
||||||
|
menu item 2/U: 2 Generic/Blue mana 2/U
|
||||||
|
menu item 2/B: 2 Generic/Black mana 2/B
|
||||||
|
menu item 2/R: 2 Generic/Red mana 2/R
|
||||||
|
menu item 2/G: 2 Generic/Green mana 2/G
|
||||||
|
menu item 2/C: 2 Generic/Colorless mana 2/C
|
||||||
|
menu item 2/S: 2 Generic/Snow mana 2/S
|
||||||
|
menu item D0: 0 Defense D0
|
||||||
|
menu item D1: 1 Defense D1
|
||||||
|
menu item D2: 2 Defense D2
|
||||||
|
menu item D3: 3 Defense D3
|
||||||
|
menu item D4: 4 Defense D4
|
||||||
|
menu item D5: 5 Defense D5
|
||||||
|
menu item D6: 6 Defense D6
|
||||||
|
menu item D7: 7 Defense D7
|
||||||
|
menu item D8: 8 Defense D8
|
||||||
|
menu item D9: 9 Defense D9
|
||||||
|
menu item DX: X Defense DX
|
||||||
|
menu item r1: Chapter 1 r1
|
||||||
|
menu item r2: Chapter 2 r2
|
||||||
|
menu item r3: Chapter 3 r3
|
||||||
|
menu item r4: Chapter 4 r4
|
||||||
|
menu item r5: Chapter 5 r5
|
||||||
|
menu item r6: Chapter 6 r6
|
||||||
|
menu item +10: Add 10 Loyalty +10
|
||||||
|
menu item +1: Add 1 Loyalty +1
|
||||||
|
menu item +2: Add 2 Loyalty +2
|
||||||
|
menu item +3: Add 3 Loyalty +3
|
||||||
|
menu item +4: Add 4 Loyalty +4
|
||||||
|
menu item +5: Add 5 Loyalty +5
|
||||||
|
menu item +6: Add 6 Loyalty +6
|
||||||
|
menu item +7: Add 7 Loyalty +7
|
||||||
|
menu item +8: Add 8 Loyalty +8
|
||||||
|
menu item +9: Add 9 Loyalty +9
|
||||||
|
menu item +X: Add X Loyalty +X
|
||||||
|
menu item -10: Remove 10 Loyalty -10
|
||||||
|
menu item -1: Remove 1 Loyalty -1
|
||||||
|
menu item -2: Remove 2 Loyalty -2
|
||||||
|
menu item -3: Remove 3 Loyalty -3
|
||||||
|
menu item -4: Remove 4 Loyalty -4
|
||||||
|
menu item -5: Remove 5 Loyalty -5
|
||||||
|
menu item -6: Remove 6 Loyalty -6
|
||||||
|
menu item -7: Remove 7 Loyalty -7
|
||||||
|
menu item -8: Remove 8 Loyalty -8
|
||||||
|
menu item -9: Remove 9 Loyalty -9
|
||||||
|
menu item -X: Remove X Loyalty -X
|
||||||
|
menu item =10: Set to 10 Loyalty =10
|
||||||
|
menu item =0: Set to 0 Loyalty =0
|
||||||
|
menu item =1: Set to 1 Loyalty =1
|
||||||
|
menu item =2: Set to 2 Loyalty =2
|
||||||
|
menu item =3: Set to 3 Loyalty =3
|
||||||
|
menu item =4: Set to 4 Loyalty =4
|
||||||
|
menu item =5: Set to 5 Loyalty =5
|
||||||
|
menu item =6: Set to 6 Loyalty =6
|
||||||
|
menu item =7: Set to 7 Loyalty =7
|
||||||
|
menu item =8: Set to 8 Loyalty =8
|
||||||
|
menu item =9: Set to 9 Loyalty =9
|
||||||
|
menu item =X: Set to X Loyalty =X
|
||||||
|
|
||||||
BIN
data/magic-mana-small.mse-symbol-font/mana_2b.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2c.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2g.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2r.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2s.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2u.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_2w.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
data/magic-mana-small.mse-symbol-font/mana_c_half.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -10,14 +10,33 @@ depends on:
|
|||||||
depends on:
|
depends on:
|
||||||
package: magic-modules.mse-include
|
package: magic-modules.mse-include
|
||||||
version: 2024-05-20
|
version: 2024-05-20
|
||||||
# Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
|
||||||
# Note:
|
#### Symbol font in the normal, flat, style, used for text boxes and on old style cards
|
||||||
# Define mana_t := {"new|old|older"} in the init script of the style
|
#### In the init script of the style file, define the following functions:
|
||||||
#
|
|
||||||
# So for example:
|
#### To determine which tap symbol is used:
|
||||||
#
|
# mana_t := { "new" }
|
||||||
#init script:
|
#### Possible values:
|
||||||
# mana_t := {"new"}
|
#### "new"
|
||||||
|
#### "old"
|
||||||
|
#### "older"
|
||||||
|
|
||||||
|
#### To determine if Ancestral's generic mana symbols are used:
|
||||||
|
# ancestral_mana := { false }
|
||||||
|
#### Possible values:
|
||||||
|
#### true
|
||||||
|
#### false
|
||||||
|
|
||||||
|
#### To determine if guild hybrid mana symbols are used:
|
||||||
|
# guild_mana := { false }
|
||||||
|
#### Possible values:
|
||||||
|
#### true
|
||||||
|
#### false
|
||||||
|
|
||||||
|
#### To determine the color of miscellaneous symbols, like the chaos symbol:
|
||||||
|
# symbol_font_small_color := { body_font_color() }
|
||||||
|
#### Possible values:
|
||||||
|
#### any color (should match the color of the text it's inserted in)
|
||||||
|
|
||||||
image font size: 135
|
image font size: 135
|
||||||
horizontal space: 2
|
horizontal space: 2
|
||||||
@@ -232,176 +251,14 @@ symbol:
|
|||||||
image font size: 75
|
image font size: 75
|
||||||
|
|
||||||
###################################################################################### Loyalty Symbols
|
###################################################################################### Loyalty Symbols
|
||||||
symbol:
|
include file: /magic-modules.mse-include/symbol-fonts/small/symbol_fields_loyalty
|
||||||
image: empty_loyaltyup_w.png
|
|
||||||
code: ([+][XYZ1-9][0-9]?)
|
###################################################################################### Defense Symbols
|
||||||
regex: yes
|
include file: /magic-modules.mse-include/symbol-fonts/small/symbol_fields_defense
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
###################################################################################### Miscellaneous
|
||||||
text margin right: 0
|
include file: /magic-modules.mse-include/symbol-fonts/small/symbol_fields_misc
|
||||||
text margin top: .21
|
|
||||||
text margin bottom: .05
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: white
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
image: empty_loyaltydown_w.png
|
|
||||||
code: ([-][XYZ1-9][0-9]?)
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
|
||||||
text margin right: 0
|
|
||||||
text margin top: 0.1
|
|
||||||
text margin bottom: .15
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: white
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
image: empty_loyaltynaught_w.png
|
|
||||||
code: [+=]([0-9XYZ][0-9]?)
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
|
||||||
text margin right: 0
|
|
||||||
text margin top: .15
|
|
||||||
text margin bottom: .1
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: white
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
image: empty_loyaltyup.png
|
|
||||||
code: ([+][XYZ1-9][0-9]?)
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
|
||||||
text margin right: 0
|
|
||||||
text margin top: .21
|
|
||||||
text margin bottom: .05
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
symbol:
|
|
||||||
image: empty_loyaltydown.png
|
|
||||||
code: ([-][XYZ1-9][0-9]?)
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
|
||||||
text margin right: 0
|
|
||||||
text margin top: 0.1
|
|
||||||
text margin bottom: .15
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
symbol:
|
|
||||||
image: empty_loyaltynaught.png
|
|
||||||
code: [+=]([0-9XYZ][0-9]?)
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: -.10
|
|
||||||
text margin right: 0
|
|
||||||
text margin top: .15
|
|
||||||
text margin bottom: .1
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .70
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 100
|
|
||||||
###################################################################################### Defense Symbols
|
|
||||||
symbol:
|
|
||||||
image: defense_wide.png
|
|
||||||
code: D([+-][XYZ0-9][0-9])
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: .41
|
|
||||||
text margin right: .48
|
|
||||||
text margin top: .00
|
|
||||||
text margin bottom: .00
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .45
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 115
|
|
||||||
symbol:
|
|
||||||
image: defense_wide.png
|
|
||||||
code: D([XYZ0-9+-][0-9])
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: .47
|
|
||||||
text margin right: .45
|
|
||||||
text margin top: .02
|
|
||||||
text margin bottom: .00
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .58
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 115
|
|
||||||
symbol:
|
|
||||||
image: defense.png
|
|
||||||
code: D([XYZ0-9])
|
|
||||||
regex: yes
|
|
||||||
draw text: 1
|
|
||||||
text margin left: .0
|
|
||||||
text margin right: .0
|
|
||||||
text margin top: .02
|
|
||||||
text margin bottom: .0
|
|
||||||
text font:
|
|
||||||
name: Beleren Bold
|
|
||||||
size: .58
|
|
||||||
color: black
|
|
||||||
max stretch: 0.5
|
|
||||||
image font size: 115
|
|
||||||
|
|
||||||
###################################################################################### Symbols That Actually Appear on Cards
|
|
||||||
symbol:
|
|
||||||
code: acorn
|
|
||||||
image: acorn.png
|
|
||||||
image font size: 280
|
|
||||||
symbol:
|
|
||||||
code: aether
|
|
||||||
image: aether.png
|
|
||||||
image font size: 180
|
|
||||||
symbol:
|
|
||||||
code: phi
|
|
||||||
image: phi.png
|
|
||||||
image font size: 240
|
|
||||||
symbol:
|
|
||||||
code: E
|
|
||||||
image: energy_inverse.png
|
|
||||||
image font size: 300
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
code: energy
|
|
||||||
image: energy.png
|
|
||||||
image font size: 300
|
|
||||||
symbol:
|
|
||||||
code: E
|
|
||||||
image: energy.png
|
|
||||||
image font size: 300
|
|
||||||
symbol:
|
|
||||||
code: TK
|
|
||||||
image: ticket.png
|
|
||||||
image font size: 240
|
|
||||||
symbol:
|
symbol:
|
||||||
code: .5
|
code: .5
|
||||||
image: one_half.png
|
image: one_half.png
|
||||||
@@ -433,29 +290,12 @@ symbol:
|
|||||||
symbol:
|
symbol:
|
||||||
code: Q
|
code: Q
|
||||||
image: mana_q.png
|
image: mana_q.png
|
||||||
###################################################################################### Chaos Symbol
|
|
||||||
symbol:
|
|
||||||
code: chaos
|
|
||||||
image: mana_chaos_inverse.png
|
|
||||||
image font size: 168.75
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
code: chaos
|
|
||||||
image: mana_chaos.png
|
|
||||||
image font size: 168.75
|
|
||||||
symbol:
|
|
||||||
code: A
|
|
||||||
image: mana_chaos_inverse.png
|
|
||||||
image font size: 168.75
|
|
||||||
enabled: {white_text()}
|
|
||||||
symbol:
|
|
||||||
code: A
|
|
||||||
image: mana_chaos.png
|
|
||||||
image font size: 168.75
|
|
||||||
###################################################################################### Prismatic Symbols
|
###################################################################################### Prismatic Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: W/U/B/R/G
|
code: W/U/B/R/G
|
||||||
image: mana_wubrg.png
|
image: mana_wubrg.png
|
||||||
|
|
||||||
###################################################################################### Tri-hybrid Symbols
|
###################################################################################### Tri-hybrid Symbols
|
||||||
symbol:
|
symbol:
|
||||||
code: W/U/B
|
code: W/U/B
|
||||||
@@ -778,6 +618,9 @@ symbol:
|
|||||||
symbol:
|
symbol:
|
||||||
code: |G
|
code: |G
|
||||||
image: mana_g_half.png
|
image: mana_g_half.png
|
||||||
|
symbol:
|
||||||
|
code: |C
|
||||||
|
image: mana_c_half.png
|
||||||
symbol:
|
symbol:
|
||||||
code: |S
|
code: |S
|
||||||
image: mana_s_half.png
|
image: mana_s_half.png
|
||||||
@@ -805,6 +648,27 @@ symbol:
|
|||||||
code: 2/G
|
code: 2/G
|
||||||
image: 2G.png
|
image: 2G.png
|
||||||
enabled: {ancestral_mana()}
|
enabled: {ancestral_mana()}
|
||||||
|
symbol:
|
||||||
|
code: 2/W
|
||||||
|
image: mana_2w.png
|
||||||
|
symbol:
|
||||||
|
code: 2/U
|
||||||
|
image: mana_2u.png
|
||||||
|
symbol:
|
||||||
|
code: 2/B
|
||||||
|
image: mana_2b.png
|
||||||
|
symbol:
|
||||||
|
code: 2/R
|
||||||
|
image: mana_2r.png
|
||||||
|
symbol:
|
||||||
|
code: 2/G
|
||||||
|
image: mana_2g.png
|
||||||
|
symbol:
|
||||||
|
code: 2/C
|
||||||
|
image: mana_2c.png
|
||||||
|
symbol:
|
||||||
|
code: 2/S
|
||||||
|
image: mana_2s.png
|
||||||
symbol:
|
symbol:
|
||||||
image: { masked_blend(dark: "mana_circle_large.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
image: { masked_blend(dark: "mana_circle_large.png", light: "mana_ww.png", mask: "mask_hybrid.png") }
|
||||||
code: ([XYZ0-9])/W
|
code: ([XYZ0-9])/W
|
||||||
@@ -1127,15 +991,13 @@ symbol:
|
|||||||
insert symbol menu:
|
insert symbol menu:
|
||||||
item: T
|
item: T
|
||||||
item: Q
|
item: Q
|
||||||
item: E
|
include file: /magic-modules.mse-include/symbol-fonts/small/menu_choices_misc
|
||||||
item: TK
|
item:
|
||||||
item: A
|
type: line
|
||||||
item: phi
|
|
||||||
item: acorn
|
|
||||||
item: aether
|
|
||||||
item:
|
item:
|
||||||
type: custom
|
type: custom
|
||||||
name: colorless
|
name: colorless
|
||||||
|
item: ∞
|
||||||
item:
|
item:
|
||||||
type: line
|
type: line
|
||||||
item: W
|
item: W
|
||||||
@@ -1147,15 +1009,6 @@ insert symbol menu:
|
|||||||
item: S
|
item: S
|
||||||
item:
|
item:
|
||||||
type: line
|
type: line
|
||||||
item:
|
|
||||||
name: half mana
|
|
||||||
item: |1
|
|
||||||
item: |W
|
|
||||||
item: |U
|
|
||||||
item: |B
|
|
||||||
item: |R
|
|
||||||
item: |G
|
|
||||||
item: |S
|
|
||||||
item:
|
item:
|
||||||
name: hybrid
|
name: hybrid
|
||||||
item: W/U
|
item: W/U
|
||||||
@@ -1170,6 +1023,7 @@ insert symbol menu:
|
|||||||
item: B/G
|
item: B/G
|
||||||
item: R/W
|
item: R/W
|
||||||
item: G/U
|
item: G/U
|
||||||
|
item:
|
||||||
type: line
|
type: line
|
||||||
item: C/W
|
item: C/W
|
||||||
item: C/U
|
item: C/U
|
||||||
@@ -1190,29 +1044,7 @@ insert symbol menu:
|
|||||||
item: B/G/W
|
item: B/G/W
|
||||||
item: R/W/U
|
item: R/W/U
|
||||||
item: G/U/B
|
item: G/U/B
|
||||||
item:
|
item: W/U/B/R/G
|
||||||
name: phyrexian
|
|
||||||
item: H
|
|
||||||
item: H/W
|
|
||||||
item: H/U
|
|
||||||
item: H/B
|
|
||||||
item: H/R
|
|
||||||
item: H/G
|
|
||||||
item:
|
|
||||||
type: line
|
|
||||||
item:
|
|
||||||
name: custom symbols
|
|
||||||
item: V
|
|
||||||
item: V/W
|
|
||||||
item: V/U
|
|
||||||
item: V/B
|
|
||||||
item: V/R
|
|
||||||
item: V/G
|
|
||||||
item:
|
|
||||||
type: line
|
|
||||||
item:
|
|
||||||
name: prismatic
|
|
||||||
item: W/U/B/R/G
|
|
||||||
item:
|
item:
|
||||||
type: line
|
type: line
|
||||||
item:
|
item:
|
||||||
@@ -1227,59 +1059,53 @@ insert symbol menu:
|
|||||||
item:
|
item:
|
||||||
type: line
|
type: line
|
||||||
item:
|
item:
|
||||||
name: loyalty changes
|
name: half mana
|
||||||
item:
|
item: |1
|
||||||
name: +N
|
item: |W
|
||||||
item: +0 loyalty
|
item: |U
|
||||||
item: +1 loyalty
|
item: |B
|
||||||
item: +2 loyalty
|
item: |R
|
||||||
item: +3 loyalty
|
item: |G
|
||||||
item: +4 loyalty
|
item: |C
|
||||||
item: +5 loyalty
|
item: |S
|
||||||
item: +6 loyalty
|
|
||||||
item: +7 loyalty
|
|
||||||
item: +8 loyalty
|
|
||||||
item: +9 loyalty
|
|
||||||
item: +X loyalty
|
|
||||||
item:
|
|
||||||
name: -N
|
|
||||||
item: -0 loyalty
|
|
||||||
item: -1 loyalty
|
|
||||||
item: -2 loyalty
|
|
||||||
item: -3 loyalty
|
|
||||||
item: -4 loyalty
|
|
||||||
item: -5 loyalty
|
|
||||||
item: -6 loyalty
|
|
||||||
item: -7 loyalty
|
|
||||||
item: -8 loyalty
|
|
||||||
item: -9 loyalty
|
|
||||||
item: -X loyalty
|
|
||||||
item:
|
|
||||||
name: =N
|
|
||||||
item: 0 loyalty
|
|
||||||
item: 1 loyalty
|
|
||||||
item: 2 loyalty
|
|
||||||
item: 3 loyalty
|
|
||||||
item: 4 loyalty
|
|
||||||
item: 5 loyalty
|
|
||||||
item: 6 loyalty
|
|
||||||
item: 7 loyalty
|
|
||||||
item: 8 loyalty
|
|
||||||
item: 9 loyalty
|
|
||||||
item: X loyalty
|
|
||||||
item:
|
item:
|
||||||
name: defense
|
type: line
|
||||||
item: D0
|
item:
|
||||||
item: D1
|
name: phyrexian
|
||||||
item: D2
|
item: H
|
||||||
item: D3
|
item: H/W
|
||||||
item: D4
|
item: H/U
|
||||||
item: D5
|
item: H/B
|
||||||
item: D6
|
item: H/R
|
||||||
item: D7
|
item: H/G
|
||||||
item: D8
|
item:
|
||||||
item: D9
|
name: phyrexian hybrid
|
||||||
item: DX
|
item: H/W/U
|
||||||
|
item: H/U/B
|
||||||
|
item: H/B/R
|
||||||
|
item: H/R/G
|
||||||
|
item: H/G/W
|
||||||
|
item:
|
||||||
|
type: line
|
||||||
|
item: H/W/B
|
||||||
|
item: H/U/R
|
||||||
|
item: H/B/G
|
||||||
|
item: H/R/W
|
||||||
|
item: H/G/U
|
||||||
|
item:
|
||||||
|
type: line
|
||||||
|
item:
|
||||||
|
name: custom symbols
|
||||||
|
item: V
|
||||||
|
item: V/W
|
||||||
|
item: V/U
|
||||||
|
item: V/B
|
||||||
|
item: V/R
|
||||||
|
item: V/G
|
||||||
|
item:
|
||||||
|
type: line
|
||||||
|
include file: /magic-modules.mse-include/symbol-fonts/small/menu_choices_loyalty
|
||||||
|
include file: /magic-modules.mse-include/symbol-fonts/small/menu_choices_defense
|
||||||
item:
|
item:
|
||||||
name: saga chapters
|
name: saga chapters
|
||||||
item: r1
|
item: r1
|
||||||
|
|||||||
BIN
data/magic-modules.mse-include/symbol-fonts/small/acorn.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/aether.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/chaos.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_0.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_1.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_10.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_11.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_12.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_13.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_14.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_15.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_2.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_3.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_4.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_5.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_6.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_7.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_8.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_9.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 17 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/defense_x.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/energy.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/loyalty_up.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
item:
|
||||||
|
name: defense
|
||||||
|
item: D0
|
||||||
|
item: D1
|
||||||
|
item: D2
|
||||||
|
item: D3
|
||||||
|
item: D4
|
||||||
|
item: D5
|
||||||
|
item: D6
|
||||||
|
item: D7
|
||||||
|
item: D8
|
||||||
|
item: D9
|
||||||
|
item: DX
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
item:
|
||||||
|
name: loyalty
|
||||||
|
item:
|
||||||
|
name: +N
|
||||||
|
item: +1
|
||||||
|
item: +2
|
||||||
|
item: +3
|
||||||
|
item: +4
|
||||||
|
item: +5
|
||||||
|
item: +6
|
||||||
|
item: +7
|
||||||
|
item: +8
|
||||||
|
item: +9
|
||||||
|
item: +10
|
||||||
|
item: +X
|
||||||
|
item:
|
||||||
|
name: -N
|
||||||
|
item: -1
|
||||||
|
item: -2
|
||||||
|
item: -3
|
||||||
|
item: -4
|
||||||
|
item: -5
|
||||||
|
item: -6
|
||||||
|
item: -7
|
||||||
|
item: -8
|
||||||
|
item: -9
|
||||||
|
item: -10
|
||||||
|
item: -X
|
||||||
|
item:
|
||||||
|
name: N
|
||||||
|
item: =0
|
||||||
|
item: =1
|
||||||
|
item: =2
|
||||||
|
item: =3
|
||||||
|
item: =4
|
||||||
|
item: =5
|
||||||
|
item: =6
|
||||||
|
item: =7
|
||||||
|
item: =8
|
||||||
|
item: =9
|
||||||
|
item: =10
|
||||||
|
item: =X
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
item: E
|
||||||
|
item: J
|
||||||
|
item: TK
|
||||||
|
item: acorn
|
||||||
|
item: A
|
||||||
|
item: aether
|
||||||
|
item: phi
|
||||||
BIN
data/magic-modules.mse-include/symbol-fonts/small/pawprint.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
data/magic-modules.mse-include/symbol-fonts/small/phi.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
@@ -0,0 +1,116 @@
|
|||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_15.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D15
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_14.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D14
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_13.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D13
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_12.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D12
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_11.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D11
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_10.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D10
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_wide.png") }
|
||||||
|
code: D([+-][XYZ0-9][0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: 0.41
|
||||||
|
text margin right: 0.48
|
||||||
|
text margin top: 0.00
|
||||||
|
text margin bottom: 0.00
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .45
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 110
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_wide.png") }
|
||||||
|
code: D([XYZ0-9+-][0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: 0.37
|
||||||
|
text margin right: 0.41
|
||||||
|
text margin top: -0.02
|
||||||
|
text margin bottom: -0.07
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .58
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 110
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_9.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D9
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_8.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D8
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_7.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D7
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_6.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D6
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_5.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D5
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_4.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D4
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_3.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D3
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_2.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D2
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_1.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D1
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_0.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: D0
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense_x.png") }
|
||||||
|
image font size: 110
|
||||||
|
code: DX
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/defense.png") }
|
||||||
|
code: D([XYZ0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: 0.00
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.02
|
||||||
|
text margin bottom: 0.00
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .58
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 110
|
||||||
@@ -0,0 +1,235 @@
|
|||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_15.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +15
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_14.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +14
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_13.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +13
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_12.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +12
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_11.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +11
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_10.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +10
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up.png") }
|
||||||
|
code: ([+][XYZ1-9][0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -0.10
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.21
|
||||||
|
text margin bottom: 0.05
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_9.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +9
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_8.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +8
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_7.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +7
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_6.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +6
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_5.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +5
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_4.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +4
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_3.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +3
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_2.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +2
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_1.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +1
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up_x.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +X
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_up.png") }
|
||||||
|
code: ([+][XYZ1-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -0.10
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.21
|
||||||
|
text margin bottom: 0.05
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_15.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -15
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_14.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -14
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_13.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -13
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_12.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -12
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_11.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -11
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_10.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -10
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down.png") }
|
||||||
|
code: ([-][XYZ1-9][0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -0.10
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.09
|
||||||
|
text margin bottom: 0.16
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_9.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -9
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_8.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -8
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_7.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -7
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_6.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -6
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_5.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -5
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_4.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -4
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_3.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -3
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_2.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -2
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_1.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -1
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down_x.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: -X
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_down.png") }
|
||||||
|
code: ([-][XYZ1-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -0.10
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.10
|
||||||
|
text margin bottom: 0.15
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_naught_0.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: =0
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_naught_0.png") }
|
||||||
|
image font size: 127
|
||||||
|
code: +0
|
||||||
|
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_naught.png") }
|
||||||
|
code: [+=]([0-9XYZ][0-9])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: -0.03
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.15
|
||||||
|
text margin bottom: 0.10
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
|
symbol:
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/loyalty_naught.png") }
|
||||||
|
code: [+=]([0-9XYZ])
|
||||||
|
regex: yes
|
||||||
|
draw text: 1
|
||||||
|
text margin left: 0.01
|
||||||
|
text margin right: 0.00
|
||||||
|
text margin top: 0.15
|
||||||
|
text margin bottom: 0.10
|
||||||
|
text font:
|
||||||
|
name: Beleren Bold
|
||||||
|
size: .70
|
||||||
|
color: { symbol_font_small_color() }
|
||||||
|
max stretch: 0.5
|
||||||
|
image font size: 127
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
symbol:
|
||||||
|
code: acorn
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/acorn.png") }
|
||||||
|
image font size: 135
|
||||||
|
symbol:
|
||||||
|
code: aether
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/aether.png") }
|
||||||
|
image font size: 120
|
||||||
|
symbol:
|
||||||
|
code: pawprint
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/pawprint.png") }
|
||||||
|
image font size: 135
|
||||||
|
symbol:
|
||||||
|
code: J
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/pawprint.png") }
|
||||||
|
image font size: 135
|
||||||
|
symbol:
|
||||||
|
code: phi
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/phi.png") }
|
||||||
|
image font size: 120
|
||||||
|
symbol:
|
||||||
|
code: energy
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/energy.png") }
|
||||||
|
image font size: 130
|
||||||
|
symbol:
|
||||||
|
code: E
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/energy.png") }
|
||||||
|
image font size: 130
|
||||||
|
symbol:
|
||||||
|
code: ticket
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/ticket.png") }
|
||||||
|
image font size: 127
|
||||||
|
symbol:
|
||||||
|
code: TK
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/ticket.png") }
|
||||||
|
image font size: 127
|
||||||
|
symbol:
|
||||||
|
code: chaos
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/chaos.png") }
|
||||||
|
image font size: 135
|
||||||
|
symbol:
|
||||||
|
code: A
|
||||||
|
image: { recolor_image(color: symbol_font_small_color(), "/magic-modules.mse-include/symbol-fonts/small/chaos.png") }
|
||||||
|
image font size: 135
|
||||||
BIN
data/magic-modules.mse-include/symbol-fonts/small/ticket.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
@@ -450,6 +450,7 @@ ancestral_mana :=
|
|||||||
else contains(field, match:"ancestral generic")
|
else contains(field, match:"ancestral generic")
|
||||||
}
|
}
|
||||||
white_text := { false }
|
white_text := { false }
|
||||||
|
symbol_font_small_color := { body_font_color() }
|
||||||
|
|
||||||
#### Script to make magic-mana-future compatible w/ other templates
|
#### Script to make magic-mana-future compatible w/ other templates
|
||||||
colorless_color := {
|
colorless_color := {
|
||||||
|
|||||||