diff --git a/config b/config
index 6cc10f741151e5e45bfe51c946d9d64dc1e5413b..e1f72ab08eff6bb5a06b32c4e77e90c4f857e0b8 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 6cc10f741151e5e45bfe51c946d9d64dc1e5413b
+Subproject commit e1f72ab08eff6bb5a06b32c4e77e90c4f857e0b8
diff --git a/main.tex b/main.tex
index 009a4ff2621850cc1035d4a7374873b7bb75203a..24763a2911e0c0ef5cc597f223dcfadbf377b341 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 0000000000000000000000000000000000000000..c6b7ba6681575ce887ffb7b138006302c7a85087
--- /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}