aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-04-10 13:55:17 -0400
committerFlorian Fischer <florian.fischer@muhq.space>2025-04-10 13:55:17 -0400
commitd6c0187f9f7523a1b99c46196c3dae7f6b201cc9 (patch)
tree6bd2fe0d7cf6a9c464733e7ff2439dc1000627ae
parenta9718cbadf13d6c10b6c147558bd29e4449cb544 (diff)
downloadmuhqs-game-d6c0187f9f7523a1b99c46196c3dae7f6b201cc9.tar.gz
muhqs-game-d6c0187f9f7523a1b99c46196c3dae7f6b201cc9.zip
remove trailing dots from single effect statements
-rw-r--r--data/cards/equipments/reclaim!.yml4
-rw-r--r--data/cards/equipments/relic.yml4
-rw-r--r--data/cards/exp1/approach_supremancy!.yml4
-rw-r--r--data/cards/exp1/illusion.yml4
-rw-r--r--data/cards/exp1/unmark!.yml2
-rw-r--r--data/cards/tyrant/contract_killing.yml2
-rw-r--r--latex/cards/de/equipments/reclaim!.tex2
-rw-r--r--latex/cards/de/equipments/relic.tex2
-rw-r--r--latex/cards/de/exp1/approach_supremancy!.tex2
-rw-r--r--latex/cards/de/exp1/illusion.tex2
-rw-r--r--latex/cards/de/exp1/unmark!.tex2
-rw-r--r--latex/cards/de/tyrant/the_tyrant.tex2
-rw-r--r--latex/cards/en/equipments/reclaim!.tex2
-rw-r--r--latex/cards/en/equipments/relic.tex2
-rw-r--r--latex/cards/en/exp1/approach_supremancy!.tex2
-rw-r--r--latex/cards/en/exp1/illusion.tex2
-rw-r--r--latex/cards/en/tyrant/contract_killing.tex2
-rw-r--r--latex/cards/en/tyrant/the_tyrant.tex2
18 files changed, 22 insertions, 22 deletions
diff --git a/data/cards/equipments/reclaim!.yml b/data/cards/equipments/reclaim!.yml
index e581a42f..d1fef043 100644
--- a/data/cards/equipments/reclaim!.yml
+++ b/data/cards/equipments/reclaim!.yml
@@ -5,5 +5,5 @@ type: spell
buy: 5
play: X
effect:
- en: Teleport target Artifact you own with Playcost X to one of your spawn tiles.
- de: Teleportiere ein Ziel-Artifakt, dass dir gehört, mit Spielkosten X auf eins deiner Startfelder.
+ en: Teleport target Artifact you own with Playcost X to one of your spawn tiles
+ de: Teleportiere ein Ziel-Artifakt, dass dir gehört, mit Spielkosten X auf eins deiner Startfelder
diff --git a/data/cards/equipments/relic.yml b/data/cards/equipments/relic.yml
index 22bb9e48..dbdc6d18 100644
--- a/data/cards/equipments/relic.yml
+++ b/data/cards/equipments/relic.yml
@@ -5,5 +5,5 @@ type: artifact
play: 7
buy: 3
effect:
- en: In your upkeep all players controlling the most units in range 1 gain 1 resource.
- de: Zu Beginn deines Upkeeps erhalten alle Spieler mit den meisten Units in Range 1 eine Ressource.
+ en: In your upkeep all players controlling the most units in range 1 gain 1 resource
+ de: Zu Beginn deines Upkeeps erhalten alle Spieler mit den meisten Units in Range 1 eine Ressource
diff --git a/data/cards/exp1/approach_supremancy!.yml b/data/cards/exp1/approach_supremancy!.yml
index b0f0f2d7..297c1a67 100644
--- a/data/cards/exp1/approach_supremancy!.yml
+++ b/data/cards/exp1/approach_supremancy!.yml
@@ -5,5 +5,5 @@ type: spell
buy: 10
play: 20
effect:
- en: If you played Approach Supremancy! three times you win the game.
- de: Falls du Erreiche Überlegenheit! bereits drei mal gespielt hast gewinnst du das Spiel.
+ en: If you played Approach Supremancy! three times you win the game
+ de: Falls du Erreiche Überlegenheit! bereits drei mal gespielt hast gewinnst du das Spiel
diff --git a/data/cards/exp1/illusion.yml b/data/cards/exp1/illusion.yml
index 71382446..fbf3cc0d 100644
--- a/data/cards/exp1/illusion.yml
+++ b/data/cards/exp1/illusion.yml
@@ -7,5 +7,5 @@ health: 1
movement: 2
upkeep: 0
effect:
- en: If you control no Illusionist or if Illusion gets targeted sacrifice Illusion.
- de: Falls du keinen Illusionist kontrollierst oder falls Illusion zu einem Ziel wird opfere Illusion.
+ en: If you control no Illusionist or if Illusion gets targeted sacrifice Illusion
+ de: Falls du keinen Illusionist kontrollierst oder falls Illusion zu einem Ziel wird opfere Illusion
diff --git a/data/cards/exp1/unmark!.yml b/data/cards/exp1/unmark!.yml
index 3db96a51..a03bebde 100644
--- a/data/cards/exp1/unmark!.yml
+++ b/data/cards/exp1/unmark!.yml
@@ -6,4 +6,4 @@ buy: 7
play: 3
effect:
en: Remove each mark from target card. If the card is a unit deal damage to it equal to the number of marks removed
- de: Entferne alle Marken von einer Ziel-Karte. Falls die Karte eine Unit ist füge ihr Schaden in Höhe der entfernten Marken zu.
+ de: Entferne alle Marken von einer Ziel-Karte. Falls die Karte eine Unit ist füge ihr Schaden in Höhe der entfernten Marken zu
diff --git a/data/cards/tyrant/contract_killing.yml b/data/cards/tyrant/contract_killing.yml
index 52d58809..b1b17be3 100644
--- a/data/cards/tyrant/contract_killing.yml
+++ b/data/cards/tyrant/contract_killing.yml
@@ -4,5 +4,5 @@ name:
type: spell
buy: 7
effect:
- en: Destroy enemy unit with the highest buy cost.
+ en: Destroy enemy unit with the highest buy cost
de: Zerstöre die generische Unit mit den höchsten Kaufpreis
diff --git a/latex/cards/de/equipments/reclaim!.tex b/latex/cards/de/equipments/reclaim!.tex
index 2836a42f..d6ab5691 100644
--- a/latex/cards/de/equipments/reclaim!.tex
+++ b/latex/cards/de/equipments/reclaim!.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Zurückverlangen!}
\cardbuycost{5}
-\cardcontent{Teleportiere ein Ziel-Artifakt, dass dir gehört, mit Spielkosten X auf eins deiner Startfelder.}
+\cardcontent{Teleportiere ein Ziel-Artifakt, dass dir gehört, mit Spielkosten X auf eins deiner Startfelder}
\cardplaycost{X}
\cardmodule{equipments}
\cardborder
diff --git a/latex/cards/de/equipments/relic.tex b/latex/cards/de/equipments/relic.tex
index 8dc51086..652c0c0e 100644
--- a/latex/cards/de/equipments/relic.tex
+++ b/latex/cards/de/equipments/relic.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeArtifact{Reliquie}
\cardbuycost{3}
-\cardcontent{Zu Beginn deines Upkeeps erhalten alle Spieler mit den meisten Units in Range 1 eine Ressource.}
+\cardcontent{Zu Beginn deines Upkeeps erhalten alle Spieler mit den meisten Units in Range 1 eine Ressource}
\cardplaycost{7}
\cardmodule{equipments}
\cardborder
diff --git a/latex/cards/de/exp1/approach_supremancy!.tex b/latex/cards/de/exp1/approach_supremancy!.tex
index e79f7de4..67399753 100644
--- a/latex/cards/de/exp1/approach_supremancy!.tex
+++ b/latex/cards/de/exp1/approach_supremancy!.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Erreiche Überlegenheit!}
\cardbuycost{10}
-\cardcontent{Falls du Erreiche Überlegenheit! bereits drei mal gespielt hast gewinnst du das Spiel.}
+\cardcontent{Falls du Erreiche Überlegenheit! bereits drei mal gespielt hast gewinnst du das Spiel}
\cardplaycost{20}
\cardmodule{exp1}
\cardborder
diff --git a/latex/cards/de/exp1/illusion.tex b/latex/cards/de/exp1/illusion.tex
index dc226a6f..1c91aca3 100644
--- a/latex/cards/de/exp1/illusion.tex
+++ b/latex/cards/de/exp1/illusion.tex
@@ -5,7 +5,7 @@
\begin{document}
\begin{tikzpicture}
\cardtypeUnitToken{Illusion}
-\cardsplitcontent{Leben: 1\\Bewegung: 2\\Angriff: 1}{Falls du keinen Illusionist kontrollierst oder falls Illusion zu einem Ziel wird opfere Illusion.}
+\cardsplitcontent{Leben: 1\\Bewegung: 2\\Angriff: 1}{Falls du keinen Illusionist kontrollierst oder falls Illusion zu einem Ziel wird opfere Illusion}
\cardplaycost{0}
\cardmodule{exp1}
\cardborder
diff --git a/latex/cards/de/exp1/unmark!.tex b/latex/cards/de/exp1/unmark!.tex
index 219592f6..f3bd6ac0 100644
--- a/latex/cards/de/exp1/unmark!.tex
+++ b/latex/cards/de/exp1/unmark!.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Markierung Aufheben!}
\cardbuycost{7}
-\cardcontent{Entferne alle Marken von einer Ziel-Karte. Falls die Karte eine Unit ist füge ihr Schaden in Höhe der entfernten Marken zu.}
+\cardcontent{Entferne alle Marken von einer Ziel-Karte. Falls die Karte eine Unit ist füge ihr Schaden in Höhe der entfernten Marken zu}
\cardplaycost{3}
\cardmodule{exp1}
\cardborder
diff --git a/latex/cards/de/tyrant/the_tyrant.tex b/latex/cards/de/tyrant/the_tyrant.tex
index dfa89254..8597c54d 100644
--- a/latex/cards/de/tyrant/the_tyrant.tex
+++ b/latex/cards/de/tyrant/the_tyrant.tex
@@ -5,7 +5,7 @@
\begin{document}
\begin{tikzpicture}
\cardtypeBoss{Der Tyrann}
-\cardsplitcontent{KI: Ziel-orientiert Intensions-Marke\\Leben: 5 pro Spieler\\Bewegung: 3\\Angriff: 2}{Permanents können auf angrenzenden Feldern ausgespielt werden.}
+\cardsplitcontent{KI: Ziel-orientiert Intensions-Marke\\Leben: 5 pro Spieler\\Bewegung: 3\\Angriff: 2}{Permanents können auf angrenzenden Feldern ausgespielt werden}
\cardmodule{tyrant}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/en/equipments/reclaim!.tex b/latex/cards/en/equipments/reclaim!.tex
index 06394780..881884cb 100644
--- a/latex/cards/en/equipments/reclaim!.tex
+++ b/latex/cards/en/equipments/reclaim!.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Reclaim!}
\cardbuycost{5}
-\cardcontent{Teleport target Artifact you own with Playcost X to one of your spawn tiles.}
+\cardcontent{Teleport target Artifact you own with Playcost X to one of your spawn tiles}
\cardplaycost{X}
\cardmodule{equipments}
\cardborder
diff --git a/latex/cards/en/equipments/relic.tex b/latex/cards/en/equipments/relic.tex
index e843a72f..b0bbffe7 100644
--- a/latex/cards/en/equipments/relic.tex
+++ b/latex/cards/en/equipments/relic.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeArtifact{Relic}
\cardbuycost{3}
-\cardcontent{In your upkeep all players controlling the most units in range 1 gain 1 resource.}
+\cardcontent{In your upkeep all players controlling the most units in range 1 gain 1 resource}
\cardplaycost{7}
\cardmodule{equipments}
\cardborder
diff --git a/latex/cards/en/exp1/approach_supremancy!.tex b/latex/cards/en/exp1/approach_supremancy!.tex
index 708ae0a3..76692682 100644
--- a/latex/cards/en/exp1/approach_supremancy!.tex
+++ b/latex/cards/en/exp1/approach_supremancy!.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Approach Supremancy!}
\cardbuycost{10}
-\cardcontent{If you played Approach Supremancy! three times you win the game.}
+\cardcontent{If you played Approach Supremancy! three times you win the game}
\cardplaycost{20}
\cardmodule{exp1}
\cardborder
diff --git a/latex/cards/en/exp1/illusion.tex b/latex/cards/en/exp1/illusion.tex
index f84239c2..a5f10653 100644
--- a/latex/cards/en/exp1/illusion.tex
+++ b/latex/cards/en/exp1/illusion.tex
@@ -5,7 +5,7 @@
\begin{document}
\begin{tikzpicture}
\cardtypeUnitToken{Illusion}
-\cardsplitcontent{Health: 1\\Movement: 2\\Attack: 1}{If you control no Illusionist or if Illusion gets targeted sacrifice Illusion.}
+\cardsplitcontent{Health: 1\\Movement: 2\\Attack: 1}{If you control no Illusionist or if Illusion gets targeted sacrifice Illusion}
\cardplaycost{0}
\cardmodule{exp1}
\cardborder
diff --git a/latex/cards/en/tyrant/contract_killing.tex b/latex/cards/en/tyrant/contract_killing.tex
index badd400e..d84142c4 100644
--- a/latex/cards/en/tyrant/contract_killing.tex
+++ b/latex/cards/en/tyrant/contract_killing.tex
@@ -6,7 +6,7 @@
\begin{tikzpicture}
\cardtypeSpell{Contract Killing}
\cardbuycost{7}
-\cardcontent{Destroy enemy unit with the highest buy cost.}
+\cardcontent{Destroy enemy unit with the highest buy cost}
\cardmodule{tyrant}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/en/tyrant/the_tyrant.tex b/latex/cards/en/tyrant/the_tyrant.tex
index f91d339c..e99ec95f 100644
--- a/latex/cards/en/tyrant/the_tyrant.tex
+++ b/latex/cards/en/tyrant/the_tyrant.tex
@@ -5,7 +5,7 @@
\begin{document}
\begin{tikzpicture}
\cardtypeBoss{The Tyrant}
-\cardsplitcontent{AI: Target-oriented intention mark\\Health: 5 per player\\Movement: 3\\Attack: 2}{Permanents can be played on adjacent tiles.}
+\cardsplitcontent{AI: Target-oriented intention mark\\Health: 5 per player\\Movement: 3\\Attack: 2}{Permanents can be played on adjacent tiles}
\cardmodule{tyrant}
\cardborder
\end{tikzpicture}