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

finish weapons fix

parent ef7ea333
No related branches found
No related tags found
No related merge requests found
......@@ -40,18 +40,6 @@
\ifnum\value{damage}>0 +\fi\arabic{damage}%
& \arabic{heft} &%
\arabic{weight}%
\iftoggle{examplecharacter}{}{% Example characters have all the weapon stats except cost, so we only need cost for the weapon charts in the core book.
&%
\ifnum#6<1\else%
\ifnum\value{cost}>200%
\divide\value{cost} by 50\addtocounter{cost}{0}%
\arabic{cost} sp%
\else%
\arabic{cost} cp%
\fi%
\fi%
}%
\\%
}%
}
......
......@@ -289,32 +289,19 @@ When when a creature wields the weapon, those stats raise the creature's stats.
\begin{nametable}[XXXXXX]{M\^{e}l\'{e}e Weapons}
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Dam.} & \textbf{\Glsentrytext{ap} Cost} & \textbf{Weight} & \textbf{Cost} \\\hline
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Dam.} & \textbf{\Glsentrytext{ap} Cost} & \textbf{Weight} \\\hline
\Dagger
\Dagger\\
\greataxe
\greataxe\\
\spear
\spear\\
\end{nametable}
Alternatively, just write \verb"\sword" and the sword gets written.
Just set \verb"\toggletrue{examplecharacter}".
\toggletrue{examplecharacter}
\begin{nametable}[lYYYY]{M\^{e}l\'{e}e Weapons}
\textbf{Name} & \textbf{Attack Bonus} & \textbf{Dam.} & \textbf{\Glsentrytext{ap} Cost} & \textbf{Weight} \\\hline
\Dagger
\greataxe
\spear
\end{nametable}
\subsection{Loot}
......
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