Skip to content
Snippets Groups Projects
Commit 7184c88e authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add partial elvish armour

parent dcb42abf
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,12 @@
% ARMOUR
\newcommand{\partialelvish}{partial leather armour%
\ifnumcomp{\value{dr}}{>}{2}%
{\addtocounter{dr}{1}}%
{\divide\value{dr} by 2 \addtocounter{dr}{2}}%
}
\newcommand{\partialleather}{partial leather armour%
\ifnumcomp{\value{dr}}{>}{3}%
{\addtocounter{dr}{2}}%
......@@ -962,6 +968,9 @@ Academics 1, \ifodd\value{page} Crafts \arabic{r2}, \else \fi Deceit 1, \ifodd\v
\else%
Shortbow, \Dagger%
\fi%
\ifnum\value{r3c}=2%
, \partialelvish%
\fi%
, \lootMedium
}% EQUIPMENT
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment