From c458ef7e7fe39e9ff7d76e37ddef80547bfbb1fb Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Wed, 18 Nov 2020 08:25:40 +0100 Subject: [PATCH] fix erroneous weightrating entry --- rules.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules.tex b/rules.tex index 8260374b..229af56a 100644 --- a/rules.tex +++ b/rules.tex @@ -569,7 +569,8 @@ Quadrupeds can run at double the standard speed when going full pace, so horses \subsection{Weight \& Encumbrance}\index{Weight}\index{Encumbrance} -We measure weight in broad terms. Characters have a \textit{weightrating} equal to their \gls{hp}, so elves tend to have 5, while humans tend to have a \gls{weightrating} of 7. +We measure weight in broad terms. +Characters have a \gls{weightrating} equal to their \gls{hp}, so elves tend to have 5, while humans tend to have a \gls{weightrating} of 7. Items work similarly, with \gls{weightrating} between -4 (for very light items) and +11 (for wardrobes, carts, and boulders). \iftoggle{verbose}{ -- GitLab