Skip to content
Snippets Groups Projects
Unverified Commit 2a822914 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

simplify tables

parent 27d1e0ee
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,9 @@
\newcommand\improvisedWeaponsChart{
\begin{nametable}[XXXXX]{Improvised Weapons}
\begin{boxtable}[XXXXX]
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\textbf{Improvised Weapon} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\showWeapon{\boulder} \\
......@@ -75,14 +75,14 @@
\showWeapon{\woodaxe} \\
\end{nametable}
\end{boxtable}
}
\newcommand{\weaponsChart}{
\begin{nametable}[XYYYY]{M\^{e}l\'{e}e Weapons}
\begin{boxtable}[lYYYY]
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\textbf{Weapon} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\showWeapon{\Dagger} \\
......@@ -106,13 +106,13 @@
\showWeapon{\spear} \\
\end{nametable}
\end{boxtable}
}
\newcommand\esotericWeaponsChart{
\begin{nametable}[XXXXX]{Esoteric Weapons}
\begin{boxtable}[XYYYY]
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\textbf{Esoteric Weapons} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
\showWeapon{\greatclub} \\
......@@ -124,19 +124,19 @@
\showWeapon{\whip} \\
\end{nametable}
\end{boxtable}
}
\newcommand{\shieldchart}{
\begin{nametable}[LYYY]{Shields}
\begin{boxtable}[LYYY]
\textbf{Name} & \textbf{Defence Bonus} & \textbf{\Glsfmtshortpl{ap} Cost} & \textbf{Weight} \\\hline
\textbf{Shield} & \textbf{Defence Bonus} & \textbf{\Glsfmtshortpl{ap} Cost} & \textbf{Weight} \\\hline
\bucklar \\
\roundshield \\
\kiteshield \\
\end{nametable}
\end{boxtable}
}
\newcommand{\armourchart}{
......
Subproject commit 1cdbe694b6e4051b0a68c09c9d5a4e30cf8c0b95
Subproject commit 54298bec217b22439e83c3eae1f11c144017e9e3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment