[in progress] make all mana fonts alch_compatible (#49)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-05-26 04:14:58 -05:00
committed by GitHub
parent 056abce80f
commit c96226fa40
84 changed files with 7661 additions and 53 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -3,13 +3,16 @@ version: 2015-12-13
short name: doomtown
installer group: magic/Mana symbols/normal doomtown Style
position hint: 192
icon: /magic-doomtown.mse-style/lawdogs.png
icon: lawdogs.png
depends on:
package: magic-mana-small.mse-symbol-font
version: 2015-12-13
depends on:
package: magic-doomtown.mse-style
version: 2009-10-04
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
# Note:
# Define mana_t := {"new|old|older"} in the init script of the style
@@ -21,8 +24,150 @@ depends on:
image font size: 135
horizontal space: 2
#######Custom Mana Symbols
### Colored
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
regex: yes
draw text: 1
@@ -36,7 +181,7 @@ symbol:
size: 1
color: white
symbol:
image: /magic-doomtown.mse-style/ghostrock.png
image: ghostrock.png
code: ([0-9]) ghost rock
regex: yes
draw text: 1
@@ -51,7 +196,7 @@ symbol:
color: white
max stretch: 0.5
symbol:
image: /magic-doomtown.mse-style/coin.png
image: coin.png
code: ([XYZ]) gold
regex: yes
draw text: 1
@@ -65,7 +210,7 @@ symbol:
size: 1
color: black
symbol:
image: /magic-doomtown.mse-style/coin.png
image: coin.png
code: ([0-9]) gold
regex: yes
draw text: 1
@@ -80,7 +225,7 @@ symbol:
color: black
max stretch: 0.5
symbol:
image: /magic-doomtown.mse-style/influence.png
image: influence.png
code: ([XYZ]) influence
regex: yes
draw text: 1
@@ -94,7 +239,7 @@ symbol:
size: 1
color: black
symbol:
image: /magic-doomtown.mse-style/influence.png
image: influence.png
code: ([0-9]) influence
regex: yes
draw text: 1
@@ -109,7 +254,7 @@ symbol:
color: black
max stretch: 0.5
symbol:
image: /magic-doomtown.mse-style/control.png
image: control.png
code: ([XYZ]) control
regex: yes
draw text: 1
@@ -123,7 +268,7 @@ symbol:
size: 1
color: black
symbol:
image: /magic-doomtown.mse-style/control.png
image: control.png
code: ([0-9]) control
regex: yes
draw text: 1
@@ -139,81 +284,81 @@ symbol:
max stretch: 0.5
symbol:
code: Blackjacks
image: /magic-doomtown.mse-style/blackjacks.png
image: blackjacks.png
image font size: 39
symbol:
code: Collegium
image: /magic-doomtown.mse-style/collegium.png
image: collegium.png
image font size: 42
symbol:
code: Coyote
image: /magic-doomtown.mse-style/coyote.png
image: coyote.png
image font size: 161
symbol:
code: Flock
image: /magic-doomtown.mse-style/flock.png
image: flock.png
image font size: 36
symbol:
code: Freemasons
image: /magic-doomtown.mse-style/freemasons.png
image: freemasons.png
image font size: 42
symbol:
code: Law Dogs
image: /magic-doomtown.mse-style/lawdogs.png
image: lawdogs.png
image font size: 42
symbol:
code: Lost Angels
image: /magic-doomtown.mse-style/lostangels.png
image: lostangels.png
image font size: 42
symbol:
code: Maze Rats
image: /magic-doomtown.mse-style/mazerats.png
image: mazerats.png
image font size: 176
symbol:
code: Mexican Armada
image: /magic-doomtown.mse-style/mexicanarmada.png
image: mexicanarmada.png
image font size: 46
symbol:
code: Morgan Cattle Company
image: /magic-doomtown.mse-style/morgancattlecompany.png
image: morgancattlecompany.png
image font size: 100
symbol:
code: Sioux Union
image: /magic-doomtown.mse-style/siouxunion.png
image: siouxunion.png
image font size: 42
symbol:
code: Smith and Robards
image: /magic-doomtown.mse-style/smithandrobards.png
image: smithandrobards.png
image font size: 257
symbol:
code: Sweetrock Mining Company
image: /magic-doomtown.mse-style/sweetrockminingcompany.png
image: sweetrockminingcompany.png
image font size: 41
symbol:
code: Texas Rangers
image: /magic-doomtown.mse-style/texasrangers.png
image: texasrangers.png
image font size: 41
symbol:
code: The Agency
image: /magic-doomtown.mse-style/theagency.png
image: theagency.png
image font size: 42
symbol:
code: The Wretched
image: /magic-doomtown.mse-style/thewretched.png
image: thewretched.png
image font size: 105
symbol:
code: Whateleys
image: /magic-doomtown.mse-style/whateleys.png
image: whateleys.png
image font size: 53
symbol:
code: Blessed
image: /magic-doomtown.mse-style/blessed.png
image: blessed.png
symbol:
code: Huckster
image: /magic-doomtown.mse-style/huckster.png
image: huckster.png
symbol:
code: Shaman
image: /magic-doomtown.mse-style/shaman.png
image: shaman.png
symbol:
code: T
image: /magic-mana-small.mse-symbol-font/mana_t_older.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB