diff --git a/appendix.tex b/appendix.tex
index abfdc9c666295ce0487ce6d012940c756b99487b..130f28640c4cbf1a7b2ff35cb82e114dbd2246f7 100644
--- a/appendix.tex
+++ b/appendix.tex
@@ -95,7 +95,11 @@ Okay, so you know how to make a character by now.  But just for reference, let's
 
 \section*{Weapons}
 
-\weaponschart
+\improvisedWeaponsChart
+
+\weaponsChart
+
+\esotericWeaponsChart
 
 \subsection{Complications \& Manoeuvres}
 
diff --git a/charts.tex b/charts.tex
index e93846a74829a73720b19cf1c16366aa78717ff2..600910ce660da1d28898f092040daf0d04b6b8c2 100644
--- a/charts.tex
+++ b/charts.tex
@@ -109,7 +109,8 @@
 
 }
 
-\newcommand{\weaponschart}{
+\newcommand\improvisedWeaponsChart{
+
   \begin{nametable}[XXXXXX]{Improvised Weapons}
 
   \textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weightrating}} & \textbf{Cost} \\\hline
@@ -138,6 +139,10 @@
 
   \end{nametable}
 
+
+}
+
+\newcommand{\weaponsChart}{
   \begin{nametable}[XXXXXX]{M\^{e}l\'{e}e Weapons}
 
   \textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weightrating}} & \textbf{Cost} \\\hline
@@ -163,7 +168,9 @@
   \spear
 
   \end{nametable}
+}
 
+\newcommand\esotericWeaponsChart{
   \begin{nametable}[XXXXXX]{Esoteric Weapons}
 
   \textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weightrating}} & \textbf{Cost} \\\hline
diff --git a/combat.tex b/combat.tex
index 2e44d3a7f43c6398c0d00caa6e881238114ddbf0..2dc7c654e5b1ea1fa8f30d3b27d4de2a2cffb748 100644
--- a/combat.tex
+++ b/combat.tex
@@ -215,10 +215,10 @@ Each weapon has the following properties:
 \end{multicols}
 
 \iftoggle{verbose}{%
-  \weaponschart
+  \weaponsChart
 }{
   \begin{footnotesize}
-  \weaponschart
+  \weaponsChart
   \end{footnotesize}
 }
 
diff --git a/rules.tex b/rules.tex
index b730c6079dd0c098b9e5f2ae4a7e88d0f5361c51..a8872ad27d425d19d526c7700c758850b0613a79 100644
--- a/rules.tex
+++ b/rules.tex
@@ -430,6 +430,13 @@ Hunting dogs are mostly useless in warfare, but they make excellent watchmen.
   \pic{Roch_Hercka/dwarf_encumbrance}{\label{roch:dwarf}}
 }{} 
 
+\iftoggle{verbose}{
+\begin{figure*}[t!]
+  \settoggle{examplecharacter}{false}
+  \weaponsChart
+\end{figure*}
+}{}
+
 \subsection{Weight \& Encumbrance}
 \index{Weight}
 \index{Encumbrance}