From 7d0a228c206c04e5a95749ac03057f2c6fa90463 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 14 Aug 2023 20:41:07 +0200
Subject: [PATCH] update weapon and armour charts

---
 rules/charts.tex | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/rules/charts.tex b/rules/charts.tex
index 9112f5aa..e55dc6bc 100644
--- a/rules/charts.tex
+++ b/rules/charts.tex
@@ -67,17 +67,17 @@
 
   \textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
 
-  \Dagger \\
+  \showWeapon{\Dagger} \\
 
-  \javelin \\
+  \showWeapon{\javelin} \\
 
-  \longsword \\
+  \showWeapon{\longsword} \\
 
-  \maul \\
+  \showWeapon{\maul} \\
 
-  \quarterstaff \\
+  \showWeapon{\quarterstaff} \\
 
-  \shortsword \\
+  \showWeapon{\shortsword} \\
 
   \end{nametable}
 }
@@ -88,11 +88,11 @@
 
   \textbf{Armour} & \textbf{\Gls{dr}} & \textbf{Covering} & \textbf{Weight} \\\hline
 
-  \armour{Partial Leather}{3}{2} & \arabic{armourDR} & \arabic{covering} & \arabic{weight} \\
+  \showArmour{\armour{Partial Leather}{3}{2}} \\
                                                                              
-  \armour{Partial Chain}{4}{2} & \arabic{armourDR} & \arabic{covering} & \arabic{weight} \\
+  \showArmour{\armour{Partial Chain}{4}{2}} \\
                                                                              
-  \armour{Complete Leather}{3}{4} & \arabic{armourDR} & \arabic{covering} & \arabic{weight} \\
+  \showArmour{\armour{Complete Leather}{3}{4}} \\
                                                                              
   \end{boxtable}
 }
-- 
GitLab