aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-03-25 13:37:56 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-03-25 13:44:53 +0100
commit2bb7fbb907b65f6a77a1e07852d1d89c7e89e649 (patch)
treeea9639bca6a18a7b4a1c143f5c063703f4378c41
parent30086f84a802a88a2ee82fc58123e21bc9f6506f (diff)
downloadmuhqs-game-2bb7fbb907b65f6a77a1e07852d1d89c7e89e649.tar.gz
muhqs-game-2bb7fbb907b65f6a77a1e07852d1d89c7e89e649.zip
s/counters/marks
-rw-r--r--data/cards/base/missionary.yml2
-rw-r--r--data/cards/equipments/poisoned_dagger.yml2
-rw-r--r--data/cards/kraken/frost_pylon.yml4
-rw-r--r--data/cards/kraken/unholy_cannonball.yml4
-rw-r--r--data/cards/magic/heal!.yml2
-rw-r--r--latex/cards/base/missionary.tex2
-rw-r--r--latex/cards/equipments/poisoned_dagger.tex2
-rw-r--r--latex/cards/kraken/frost_pylon.tex2
-rw-r--r--latex/cards/kraken/unholy_cannonball.tex2
-rw-r--r--latex/cards/magic/heal!.tex2
10 files changed, 12 insertions, 12 deletions
diff --git a/data/cards/base/missionary.yml b/data/cards/base/missionary.yml
index 77fbb694..a805ae4b 100644
--- a/data/cards/base/missionary.yml
+++ b/data/cards/base/missionary.yml
@@ -4,4 +4,4 @@ health: 1
movement: 2
buy: 10
upkeep: 2
-full_action: Put two faith counters on target Unit. If there are more faith counters than the units buying cost you control target unit
+full_action: Put two faith marks on target Unit. If there are more faith marks than the units buying cost you control that unit
diff --git a/data/cards/equipments/poisoned_dagger.yml b/data/cards/equipments/poisoned_dagger.yml
index 03ea2ee5..9a62242f 100644
--- a/data/cards/equipments/poisoned_dagger.yml
+++ b/data/cards/equipments/poisoned_dagger.yml
@@ -3,4 +3,4 @@ type: equipment
play: 7
buy: 3
durability: 2
-effect: Equipped unit deals damage as poison counters in melee combat
+effect: Equipped unit deals damage as poison marks in melee combat
diff --git a/data/cards/kraken/frost_pylon.yml b/data/cards/kraken/frost_pylon.yml
index 0a87a7b6..17d8ca33 100644
--- a/data/cards/kraken/frost_pylon.yml
+++ b/data/cards/kraken/frost_pylon.yml
@@ -1,5 +1,5 @@
name: Frost Pylon
type: artifact
buy: 5
-effect: "Enemy units in Range 1 can't activate abilities except \"full action: put a crack counter on Frost Pylon\". If there are three or more crack counter on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit"
-latex_effect: "Enemy units in Range 1 can't activate abilities except: \\enquote{~\\faRedo: put a crack counter on Frost Pylon}. \\\\ \\vspace{0.3cm} If there are three or more crack counter on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit"
+effect: "Enemy units in Range 1 can't activate abilities except \"full action: put a crack mark on Frost Pylon\". If there are three or more crack mark on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit"
+latex_effect: "Enemy units in Range 1 can't activate abilities except: \\enquote{~\\faRedo: put a crack mark on Frost Pylon}. \\\\ \\vspace{0.3cm} If there are three or more crack mark on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit"
diff --git a/data/cards/kraken/unholy_cannonball.yml b/data/cards/kraken/unholy_cannonball.yml
index 2232bf47..1ddf10ca 100644
--- a/data/cards/kraken/unholy_cannonball.yml
+++ b/data/cards/kraken/unholy_cannonball.yml
@@ -1,6 +1,6 @@
name: Unholy Cannonball
type: spell
buy: 5
-effect: If no enemy Units are in Range 2 of The Kraken gain 5 ressource and draw a card. Otherwise put a fear counter on all enemy Units in Range 2 of The Kraken
+effect: If no enemy Units are in Range 2 of The Kraken gain 5 ressource and draw a card. Otherwise put a panik mark on all enemy Units in Range 2 of The Kraken
-latex_effect: If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a fear counter on all enemy Units in Range~2 of The Kraken
+latex_effect: If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a panik mark on all enemy Units in Range~2 of The Kraken
diff --git a/data/cards/magic/heal!.yml b/data/cards/magic/heal!.yml
index cd8af15d..a0880c59 100644
--- a/data/cards/magic/heal!.yml
+++ b/data/cards/magic/heal!.yml
@@ -2,4 +2,4 @@ name: Heal!
type: spell
buy: 5
play: 2
-effect: Target unit gains 1 Health or remove all Poison counters from it
+effect: Target unit gains 1 Health or remove all Poison marks from it
diff --git a/latex/cards/base/missionary.tex b/latex/cards/base/missionary.tex
index d3f43f09..f15d5025 100644
--- a/latex/cards/base/missionary.tex
+++ b/latex/cards/base/missionary.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeUnit{Missionary}
\cardbuycost{10}
-\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo: Put two faith counters on target Unit. If there are more faith counters than the units buying cost you control target unit}
+\cardsplitcontent{Health: 1\\Movement: 2}{\faRedo: Put two faith marks on target Unit. If there are more faith marks than the units buying cost you control that unit}
\cardplaycost{2}\cardmodule{base}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/equipments/poisoned_dagger.tex b/latex/cards/equipments/poisoned_dagger.tex
index c584dd27..a3450e5e 100644
--- a/latex/cards/equipments/poisoned_dagger.tex
+++ b/latex/cards/equipments/poisoned_dagger.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeEquipment{Poisoned Dagger}
\cardbuycost{3}
-\cardsplitcontent{Durability: 2}{Equipped unit deals damage as poison counters in melee combat}
+\cardsplitcontent{Durability: 2}{Equipped unit deals damage as poison marks in melee combat}
\cardplaycost{7}
\cardmodule{equipments}
\cardborder
diff --git a/latex/cards/kraken/frost_pylon.tex b/latex/cards/kraken/frost_pylon.tex
index a4ee9372..1405bf84 100644
--- a/latex/cards/kraken/frost_pylon.tex
+++ b/latex/cards/kraken/frost_pylon.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeArtifact{Frost Pylon}
\cardbuycost{5}
-\cardcontent{Enemy units in Range 1 can't activate abilities except: \enquote{~\faRedo: put a crack counter on Frost Pylon}. \\ \vspace{0.3cm} If there are three or more crack counter on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit}
+\cardcontent{Enemy units in Range 1 can't activate abilities except: \enquote{~\faRedo: put a crack mark on Frost Pylon}. \\ \vspace{0.3cm} If there are three or more crack mark on Frost Pylon destroy it. Frost Pylon can be played next to a random enemy unit}
\cardmodule{kraken}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/kraken/unholy_cannonball.tex b/latex/cards/kraken/unholy_cannonball.tex
index 56ec9aeb..f89d561e 100644
--- a/latex/cards/kraken/unholy_cannonball.tex
+++ b/latex/cards/kraken/unholy_cannonball.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeSpell{Unholy Cannonball}
\cardbuycost{5}
-\cardcontent{If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a fear counter on all enemy Units in Range~2 of The Kraken}
+\cardcontent{If no enemy Units are in Range~2 of The Kraken gain 5~ressource and draw a card. \\ \vspace{0.3cm} Otherwise put a panik mark on all enemy Units in Range~2 of The Kraken}
\cardmodule{kraken}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/magic/heal!.tex b/latex/cards/magic/heal!.tex
index 65d46a3d..4c11d301 100644
--- a/latex/cards/magic/heal!.tex
+++ b/latex/cards/magic/heal!.tex
@@ -5,7 +5,7 @@
\begin{tikzpicture}
\cardtypeSpell{Heal!}
\cardbuycost{5}
-\cardcontent{Target unit gains 1 Health or remove all Poison counters from it}
+\cardcontent{Target unit gains 1 Health or remove all Poison marks from it}
\cardplaycost{2}
\cardmodule{magic}
\cardborder