From 256256bca74563d7610183b33fd6d65dd1611e5e Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 20 Aug 2023 20:59:38 +0200 Subject: [PATCH] add spells --- config | 2 +- main.tex | 2 ++ spells.tex | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 spells.tex diff --git a/config b/config index 6cc10f74..e1f72ab0 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 6cc10f741151e5e45bfe51c946d9d64dc1e5413b +Subproject commit e1f72ab08eff6bb5a06b32c4e77e90c4f857e0b8 diff --git a/main.tex b/main.tex index 009a4ff2..24763a29 100644 --- a/main.tex +++ b/main.tex @@ -41,6 +41,8 @@ Keywords={TTRPG,RPG,roleplaying} \include{knacks.tex} +\include{spells.tex} + \include{systems.tex} \input{appendix.tex} diff --git a/spells.tex b/spells.tex new file mode 100644 index 00000000..c6b7ba66 --- /dev/null +++ b/spells.tex @@ -0,0 +1,75 @@ +\chapter[Chamber of Magic]{Magic} + +\section{First Level Spells} + +\begin{multicols}{2} + +\subsection{Fate} + +\spell{Blessing}% Name + {Fate}% Spheres + {Wax}% Action + {}% Enhancements + {Empathy}% Skill + {gain \arabic{spelllevel} \glspl{fp}}% Description + +\spell{Curse}% Name + {Fate}% Spheres + {Wane}% Action + {}% Enhancements + {Deceit}% Skill + {lose \arabic{spelllevel} \glspl{fp}}% Description + +\subsection{Air} + +\spell{Wind Chill}% Name + {\mAir}% Spheres + {Wax}% Action + {}% Enhancements + {Seafaring}% Skill + {lose \arabic{spelllevel} \gls{ap}}% Description + +The mage blasts the target with chilled wind, draining them of \arabic{spelllevel} \gls{ap}. +In close-range combat, the spell nullifies an enemy's attack against the caster. + +\end{multicols} + +\section{Second Level Spells} + +\begin{multicols}{2} + +\subsection{Fate} + +\spell{Mass Blessing}% Name + {Fate}% Spheres + {Wax}% Action + {\duplicated}% Enhancements + {Empathy}% Skill + {gain \arabic{spelllevel} \glspl{fp}}% Description + +\spell{Mass Curse}% Name + {Fate}% Spheres + {Wane}% Action + {\duplicated}% Enhancements + {Deceit}% Skill + {lose \arabic{spelllevel} \glspl{fp}}% Description + +\spell{Hateful Cry}% Name + {Fate}% Spheres + {Wane}% Action + {\distant}% Enhancements + {Deceit}% Skill + {loses \arabic{spelllevel} \glspl{fp}}% Description + +One target at \spellRange{} loses \dmg{spelllevel}~\glspl{fp}. + +\subsection{Air} + +\spell{Wind Blast}% Name + {\mAir}% Spheres + {Wax}% Action + {\duplicated}% Enhancements + {Seafaring}% Skill + {lose \arabic{spelllevel} \gls{ap}}% Description + +\end{multicols} -- GitLab