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

add partial elvish armour

parent cfea4efa
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.
Finish editing this message first!
Please register or to comment