mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
Cleaned up the PDF for GM monster stats.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
\section*{Party}
|
||||
|
||||
[% if use_dnd_decorations %]
|
||||
\begin{DndTable}[header=Nice Table]{l c c c c c c c c}
|
||||
\begin{DndTable}{r c c c c c c c c}
|
||||
& AC & Str & Dex & Con & Int & Wis & Cha \\
|
||||
[% for member in party %]
|
||||
[[ member.name[:14] ]]
|
||||
@@ -16,7 +16,7 @@
|
||||
[% endfor %]
|
||||
\end{DndTable}
|
||||
[% else %]
|
||||
\begin{tabular}{l | c c c c c c c}
|
||||
\begin{tabular}{r | c c c c c c c}
|
||||
& AC & Str & Dex & Con & Int & Wis & Cha \\
|
||||
\hline\hline
|
||||
[% for member in party %]
|
||||
|
||||
Reference in New Issue
Block a user