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

fix CS for new ap system

parent afe0e220
Branches
Tags
No related merge requests found
......@@ -3,9 +3,9 @@
\begin{tcbposter}[
coverage = {
spread,
watermark text={BIND},
watermark color=black!25!white,
watermark opacity=0.4
%watermark text={BIND},
%watermark color=black!25!white,
%watermark opacity=0.4
},
poster = {
showframe=false,
......@@ -153,33 +153,15 @@
blankest,interior engine=path, halign=center,valign=center,
opacityback=0,
]
{name=Derived,column=1,row=6,span=10,rowspan=4}{
{name=Derived,column=1,row=5,span=10,rowspan=4}{
\begin{tabular}{ccc}
\hiderowcolors
Attack & Damage & AP \\
\\
\shortline \Repeat{2}{& \shortline} \\
\tiny Dexterity + Combat & \tiny Strength & \tiny Speed \\
\end{tabular}
\begin{multicols}{2}{
\footnotesize \begin{tabular}{lc}
\hiderowcolors
{\bf Action} & {\bf AP} \\\hline
Draw Weapon & 1 \\
Guarding & 1 \\
Use Item & 3 \\
Spell & $2+L-W$. \\
\end{tabular}}
{\footnotesize \begin{tabular}{lc}
\hiderowcolors
{\textbf Quick Actions} & {\textbf AP} \\\hline
Keep Edgy & 1 \\
Move & 1 \\
Speak & 1 \\
\end{tabular}}
\end{multicols}
}
%-----
......
......@@ -19,43 +19,24 @@
}
]
\newcommand{\initblock}[2]{
\posterbox[blankest]{name=factors,column=#1,row=#2,span=0,rowspan=0}{\begin{tikzpicture}
\begin{scope}[blend group = soft light]
\fill[gray!11!white] ( 90:1.5) circle (2);
\fill[gray!12!white] (210:1.5) circle (2);
\fill[gray!13!white] (330:1.5) circle (2);
\end{scope}
\node at ( 90:2) {Initiative};
\node at ( 210:2) {Strike};
\node at ( 330:2) {Evasion};
\node [font=\huge] {Combat Factors};
\end{tikzpicture}}
}
%----
\setcounter{track}{18}
\posterbox{name=track,column=6,row=1,span=1,rowspan=12}{
{\large
\Repeat{18}{\tracker
}
}
}
\newcommand\initcounter[1][6]{
\setcounter{track}{7}
\posterbox{name=track,column=#1,row=2,span=1,rowspan=10}{
{\large\Repeat{15}{\tracker}}
}
}
%----
\initcounter[2]
\initblock{2}{2}
\initcounter[4]
\initblock{2}{8}
\initcounter[6]
\initblock{7}{2}
\initcounter[8]
\initblock{7}{8}
\initcounter[10]
%----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment