From 068406e0d40acf3fedc55b71a0e16a75483a22c1 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 13 Aug 2023 12:18:30 +0200 Subject: [PATCH] remove projectiles prices --- charts.tex | 12 ++++++------ combat.tex | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/charts.tex b/charts.tex index db1a712e..3d1e915f 100644 --- a/charts.tex +++ b/charts.tex @@ -231,17 +231,17 @@ } \newcommand{\projectilesChart}{ -\begin{boxtable}[XXXXXl] +\begin{boxtable}[XXXXX] - \textbf{Projectile} & \textbf{\Gls{ap}} & \textbf{Damage} & \textbf{Weight} & \textbf{Reload Time} & \textbf{Cost} \\\hline + \textbf{Projectile} & \textbf{\Gls{ap}} & \textbf{Damage} & \textbf{Weight} & \textbf{Reload Time} \\\hline - Crossbow & 1 & $2D6$ & 1 & 5 - Str \glspl{round} & {20 sp} \\ + Crossbow & 1 & $2D6$ & 1 & 5 - Str \glspl{round} \\ - Longbow & 4 & varies & -4 & 4 - extra Str \glspl{ap}& {10 sp} \\ + Longbow & 4 & varies & -4 & 4 - extra Str \glspl{ap} \\ - Shortbow & 1 & $1D6-1$ & -5 & 1 \gls{ap} & {5 sp} \\ + Shortbow & 1 & $1D6-1$ & -5 & 1 \gls{ap} \\ - Throwing knives & 2 & $1D6$ & -5 & 1 \gls{ap} & {100 cp} \\ + Throwing knives & 2 & $1D6$ & -5 & 1 \gls{ap} \\ \end{boxtable} } diff --git a/combat.tex b/combat.tex index df934b39..04e1dc08 100644 --- a/combat.tex +++ b/combat.tex @@ -362,7 +362,8 @@ The short bow takes 1 \gls{ap} points to fire, and 1 \gls{ap} points to reload, Shortbows have a maximum range of 20 steps and deal $1D6-1$ Damage. They often bring down prey with multiple arrows rather than the one. -\subsubsection{The Crossbow}\index{Projectiles!Crossbow} +\subsubsection{The Crossbow} +\index{Projectiles!Crossbow} \label{crossbow} Crossbows can be powerful, but are not easy to reload. They have a standard Damage of $2D6$, though different crossbows vary in quality. -- GitLab