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

fully compute encumbrance

parent b7e83b3f
No related merge requests found
......@@ -25,6 +25,8 @@
MP: \arabic{mp},
Grand Total: \arabic{xp}
\par
Armour DR: \arabic{armourDR}
Armour Weight: \arabic{armourWeight}
}
% _ _
......@@ -792,6 +794,7 @@
\newcommand\computeStats{
\setcounter{hp}{6}%
\addtocounter{hp}{\value{Strength}}%
\addtocounter{hp}{\value{wounds}}%
% Stats for allies don't need to show Combat +1 as 'TN 8 to hit', they just need to show '+1'.
\ifnum\value{weaponBonus}>0\set{att}{Combat}\else\set{att}{Brawl}\fi%
\addtocounter{att}{\value{Dexterity}}%
......@@ -840,6 +843,7 @@
\addtocounter{encumbrance}{-\value{hp}}%
\fi%
\addtocounter{ap}{-\value{encumbrance}}%
\addtocounter{toHit}{-\value{encumbrance}}%
}
%% _ _ _
......
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