Minor symbol fonts update (#27)

- Adjusted energy symbol size in `magic-mana-large`
- Added unfinity tickets in `magic-mana-large` and `magic-mana-small`, symbol TK
- Added defense in `magic-mana-small`, symbols D0-D99, D-99 - D+99
- Added a few `insert symbol menu` entries

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-01-10 21:26:16 +01:00
committed by GitHub
parent 3726d63b82
commit 0960b3d694
8 changed files with 108 additions and 24 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -314,6 +314,53 @@ symbol:
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: phi
@@ -324,10 +371,18 @@ symbol:
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:
code: .5
image: one_half.png
@@ -1029,8 +1084,10 @@ symbol:
insert symbol menu:
item: T
item: Q
item: C
item: E
item: TK
item: A
item: phi
item:
type: custom
name: colorless
@@ -1043,7 +1100,6 @@ insert symbol menu:
item: G
item: C
item: S
item: A
item:
type: line
item:
@@ -1113,6 +1169,7 @@ insert symbol menu:
item: 2/R
item: 2/G
item: 2/C
item: 2/S
item:
type: line
item:
@@ -1156,3 +1213,24 @@ insert symbol menu:
item: 8 loyalty
item: 9 loyalty
item: X loyalty
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
item:
name: saga chapters
item: r1
item: r2
item: r3
item: r4
item: r5
item: r6

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB