add older tap to genevensis mana small (#125)

This commit is contained in:
cajun
2025-02-19 03:36:37 -06:00
committed by GitHub
parent 9bc417eaca
commit edef3f55f3
15 changed files with 1880 additions and 0 deletions

View File

@@ -1332,6 +1332,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles, et le texte d'ambiance.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1266,6 +1266,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1000,6 +1000,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1273,6 +1273,14 @@ styling field:
# fr: Les symboles à utiliser dans les textes de règles, et le texte d'ambiance.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1223,6 +1223,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1359,6 +1359,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1097,6 +1097,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles, et le texte d'ambiance.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1228,6 +1228,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles, et le texte d'ambiance.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

View File

@@ -1112,6 +1112,14 @@ styling field:
# fr: Les symboles à utiliser dans le texte de règles, le texte d'ambiance, et le texte du chaos.
match: magic-mana-*.mse-symbol-font
initial: magic-mana-genevensis-small.mse-symbol-font
styling field:
type: choice
name: tap symbol
description: What tap and untap symbols should be used on cards?
initial: modern
choice: modern
choice: old
choice: diagonal T
styling field:
type: text
name: name font

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -24,6 +24,14 @@ symbol:
symbol:
code: A-
image: /magic-modules.mse-include/mana-symbols/alchemy.png
symbol:
code: T
image: tap_older.png
enabled: { mana_t() == "older" }
symbol:
code: T
image: tap_old.png
enabled: { mana_t() == "old" }
symbol:
code: T
image: tap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB