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

stat items to hand with CS boxes

parent 20226753
No related branches found
No related tags found
No related merge requests found
......@@ -166,14 +166,18 @@ circle label/.style = {
}{
\sffamily\characterWeapon & \sffamily\arabic{weaponBonus} & \sffamily\arabic{damage} & \sffamily\arabic{heft} & \sffamily\arabic{weight} \\
}
}{}
\\
\end{tabularx}
\iftoggle{examplecharacter}{}{
\lineDots[3]
}{
\Repeat{2}{
\hspace{3em} &
\Repeat{3}{\statCircle} &
\Repeat{3}{\statCircle} &
\Repeat{3}{\statCircle} &
\Repeat{5}{\Large\Square} \\
}
}
\end{tabularx}
\vspace{1em}
\begin{tabularx}{\linewidth}{p{.4\textwidth}YYY}
\hiderowcolors
\textbf{Armour} & \textbf{\Glsentrytext{dr}} & \textbf{Covering} & \textbf{Weight} \\
......@@ -182,10 +186,13 @@ circle label/.style = {
\ifdefempty{\characterArmour}{}{
\sffamily\characterArmour & \sffamily\arabic{armourDR} & \sffamily\arabic{covering} & \sffamily\arabic{weight} \\
}
}{}
}{
\hspace{3em} &
\Repeat{5}{\statCircle} &
\Repeat{5}{\statCircle} &
\Repeat{5}{\Large\Square} \\
}
\end{tabularx}
\iftoggle{examplecharacter}{}{\lineDots}
}
%-----
......
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