aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-09-18 13:17:46 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-10-18 14:29:16 +0200
commitb06c687b0b8a7b0be6a2ff24ee7c4b723428e675 (patch)
tree16d311844dc5e58f029a0142901c8f494234a7c5
parent6b99864b939cb27401a77504d3e102b9fe6e6f51 (diff)
downloadmuhqs-game-b06c687b0b8a7b0be6a2ff24ee7c4b723428e675.tar.gz
muhqs-game-b06c687b0b8a7b0be6a2ff24ee7c4b723428e675.zip
add Reclaim!, Pierce! spells, update Heal! and minor fixes
Heal! now can also remove poison counters. Add '!' to all spells. Capitalize some effects. Update file names in Collections.
-rw-r--r--data/equipments.ini6
-rw-r--r--data/magic.ini14
-rw-r--r--latex/cards.tex11
-rw-r--r--latex/cards/charge!.tex (renamed from latex/cards/charge.tex)2
-rw-r--r--latex/cards/heal!.tex2
-rw-r--r--latex/cards/pierce!.tex20
-rw-r--r--latex/cards/poisoned_dagger.tex2
-rw-r--r--latex/cards/reclaim!.tex20
-rw-r--r--latex/cards/rush!.tex (renamed from latex/cards/rush.tex)4
-rw-r--r--latex/equipments.tex5
-rw-r--r--latex/magic.tex8
11 files changed, 78 insertions, 16 deletions
diff --git a/data/equipments.ini b/data/equipments.ini
index b7e42f34..ab095f93 100644
--- a/data/equipments.ini
+++ b/data/equipments.ini
@@ -72,3 +72,9 @@ type = spell
buy = 5
play = X
effect = Destroy target artifact with buy = X
+
+[Reclaim!]
+type = spell
+buy = 5
+play = X
+effect = Teleport target Artifact with Playcost X to a free spawn tile.
diff --git a/data/magic.ini b/data/magic.ini
index 503b600e..b52d3203 100644
--- a/data/magic.ini
+++ b/data/magic.ini
@@ -8,19 +8,19 @@ effect = Two units gain +1 Armor until end of turn
type = spell
buy = 5
play = 2
-effect = One unit gains 1 Health
+effect = Target unit gains 1 Health or remove up to 2 Poison from it
-[Charge]
+[Charge!]
type = spell
buy = 5
play = 2
effect = Two units gain +2 Movement until end of turn
-[Rush]
+[Rush!]
type = spell
buy = 5
play = 2
-effect = one unit gains +4 Movement until end of turn
+effect = One unit gains +4 Movement until end of turn
[Attack!]
type = spell
@@ -88,6 +88,12 @@ buy = 5
play = 2
effect = Target unit can not be targeted this turn
+[Pierce!]
+type = spell
+buy = 5
+play = 1X
+effect = Ignore X Armor of target unit this turn
+
[Ritual!]
type = spell
buy = 7
diff --git a/latex/cards.tex b/latex/cards.tex
index 18624900..a13e71f2 100644
--- a/latex/cards.tex
+++ b/latex/cards.tex
@@ -73,8 +73,10 @@
\hspace{5mm}
\input{cards/smith.tex}
\hspace{5mm}
-\input{cards/shatter.tex}
+\input{cards/shatter!.tex}
\hspace{5mm}
+\input{cards/reclaim!.tex}
+\vspace{5mm}
\newpage
@@ -82,9 +84,9 @@
\hspace{5mm}
\input{cards/heal!.tex}
\hspace{5mm}
-\input{cards/charge.tex}
+\input{cards/charge!.tex}
\hspace{5mm}
-\input{cards/rush.tex}
+\input{cards/rush!.tex}
\vspace{5mm}
\input{cards/attack!.tex}
@@ -114,5 +116,8 @@
\input{cards/ritual!.tex}
\vspace{5mm}
+\input{cards/pierce!.tex}
+\hspace{5mm}
+
\end{center}
\end{document}
diff --git a/latex/cards/charge.tex b/latex/cards/charge!.tex
index 8c555de0..7f46e1cd 100644
--- a/latex/cards/charge.tex
+++ b/latex/cards/charge!.tex
@@ -10,7 +10,7 @@
\begin{document}
\begin{tikzpicture}
\cardtypeSpell
-\cardtitle{Charge}
+\cardtitle{Charge!}
\cardbuycost{5}
\cardcontent{Two units gain +2 Movement until end of turn}
\cardplaycost{2}
diff --git a/latex/cards/heal!.tex b/latex/cards/heal!.tex
index 1da2b5da..4bdfc949 100644
--- a/latex/cards/heal!.tex
+++ b/latex/cards/heal!.tex
@@ -12,7 +12,7 @@
\cardtypeSpell
\cardtitle{Heal!}
\cardbuycost{5}
-\cardcontent{One unit gains 1 Health}
+\cardcontent{Target unit gains 1 Health or remove up to 2 Poison from it}
\cardplaycost{2}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/pierce!.tex b/latex/cards/pierce!.tex
new file mode 100644
index 00000000..925858ab
--- /dev/null
+++ b/latex/cards/pierce!.tex
@@ -0,0 +1,20 @@
+\documentclass[]{standalone}
+
+% Pakete dazuladen
+\input{libs.tex}
+% Farbdefinitionen laden
+\input{colors.tex}
+% \card-Commands laden
+\input{tikzcards.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeSpell
+\cardtitle{Pierce!}
+\cardbuycost{5}
+\cardcontent{Ignore X Armor of target unit this turn}
+\cardplaycost{1X}
+\cardborder
+\end{tikzpicture}
+\end{document}
+
diff --git a/latex/cards/poisoned_dagger.tex b/latex/cards/poisoned_dagger.tex
index fc3066ba..b53e7382 100644
--- a/latex/cards/poisoned_dagger.tex
+++ b/latex/cards/poisoned_dagger.tex
@@ -12,7 +12,7 @@
\cardtypeEquipment
\cardtitle{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 counters in melee combat}
\cardplaycost{7}
\cardborder
\end{tikzpicture}
diff --git a/latex/cards/reclaim!.tex b/latex/cards/reclaim!.tex
new file mode 100644
index 00000000..01a53166
--- /dev/null
+++ b/latex/cards/reclaim!.tex
@@ -0,0 +1,20 @@
+\documentclass[]{standalone}
+
+% Pakete dazuladen
+\input{libs.tex}
+% Farbdefinitionen laden
+\input{colors.tex}
+% \card-Commands laden
+\input{tikzcards.tex}
+
+\begin{document}
+\begin{tikzpicture}
+\cardtypeSpell
+\cardtitle{Reclaim!}
+\cardbuycost{5}
+\cardcontent{Teleport target Artifact with Playcost X to a free spawn tile.}
+\cardplaycost{X}
+\cardborder
+\end{tikzpicture}
+\end{document}
+
diff --git a/latex/cards/rush.tex b/latex/cards/rush!.tex
index 6eefb59c..cc215ed3 100644
--- a/latex/cards/rush.tex
+++ b/latex/cards/rush!.tex
@@ -10,9 +10,9 @@
\begin{document}
\begin{tikzpicture}
\cardtypeSpell
-\cardtitle{Rush}
+\cardtitle{Rush!}
\cardbuycost{5}
-\cardcontent{one unit gains +4 Movement until end of turn}
+\cardcontent{One unit gains +4 Movement until end of turn}
\cardplaycost{2}
\cardborder
\end{tikzpicture}
diff --git a/latex/equipments.tex b/latex/equipments.tex
index f070edcb..75aa6b16 100644
--- a/latex/equipments.tex
+++ b/latex/equipments.tex
@@ -37,8 +37,11 @@
\hspace{5mm}
\input{cards/smith.tex}
\hspace{5mm}
-\input{cards/shatter.tex}
+\input{cards/shatter!.tex}
\hspace{5mm}
+\input{cards/reclaim!.tex}
+\vspace{5mm}
+
\end{center}
\end{document}
diff --git a/latex/magic.tex b/latex/magic.tex
index f139d962..f354765b 100644
--- a/latex/magic.tex
+++ b/latex/magic.tex
@@ -19,9 +19,9 @@
\hspace{5mm}
\input{cards/heal!.tex}
\hspace{5mm}
-\input{cards/charge.tex}
+\input{cards/charge!.tex}
\hspace{5mm}
-\input{cards/rush.tex}
+\input{cards/rush!.tex}
\vspace{5mm}
\input{cards/attack!.tex}
@@ -48,9 +48,11 @@
\hspace{5mm}
\input{cards/shroud!.tex}
\hspace{5mm}
-\input{cards/ritual!.tex}
+\input{cards/pierce!.tex}
\vspace{5mm}
+\input{cards/ritual!.tex}
+\hspace{5mm}
\end{center}
\end{document}