This commit is contained in:
2024-07-23 10:16:15 +02:00
parent b1e475991c
commit cf1a215019
2 changed files with 12 additions and 6 deletions

BIN
npcs.pdf

Binary file not shown.

View File

@@ -46,7 +46,8 @@
\definecolor{tablecolor1}{HTML}{b0beba} \definecolor{tablecolor1}{HTML}{b0beba}
\definecolor{tablecolor2}{HTML}{FFFFFF} \definecolor{tablecolor2}{HTML}{FFFFFF}
\definecolor{tablecolor3}{HTML}{384d3e} \definecolor{tablecolor3}{HTML}{384d3e}
\definecolor{bgblue}{HTML}{201040} \definecolor{charblue}{HTML}{201040}
\definecolor{charred}{HTML}{401010}
\definecolor{reset}{HTML}{ffffff} \definecolor{reset}{HTML}{ffffff}
\def\arraystretch{1.2} \def\arraystretch{1.2}
@@ -521,8 +522,13 @@
\newcommand\charPart[2]{\noindent \newcommand\charPart[2]{\noindent
\begin{tikzpicture} \begin{tikzpicture}
\node[shape=chamfered rectangle, draw, fill=tablecolor3, text depth=-0.25em, text height=1.25em, inner sep=0pt,outer sep=0pt, minimum height=8mm, minimum width=20mm, thick, chamfered rectangle corners={north west, north east}, font=\tn\color{white}](label){\footnotesize\uppercase{#1}}; \node[shape=chamfered rectangle, draw, inner sep=0.7mm, fill=tablecolor3,minimum height=3mm, minimum width=18mm, thick](top){};
\node[shape=circle, thick, draw, above=-1em of label, fill=white]{\large\tn #2}; \node[below=0.5mm of top, shape=chamfered rectangle, draw, inner sep=0.7mm, fill=tablecolor3,minimum height=3mm, minimum width=18mm, thick](second){};
\node[below=0.5mm of second, shape=chamfered rectangle, draw, inner sep=0.7mm, fill=tablecolor3,minimum height=3mm, minimum width=18mm, thick](third){};
\node[below=0.5mm of third, shape=chamfered rectangle, draw, inner sep=0.7mm, fill=tablecolor3,minimum height=6mm, minimum width=18mm, thick]{};
\node[below=-2mm of top,shape=circle, thick, draw,double, fill=white](number){\huge\tn #2};
\node[below=1.5mm of number, shape=chamfered rectangle, draw, fill=charred, inner sep=0pt, outer sep=0pt, minimum height=4mm, minimum width=16mm, thick, font=\tn\color{white}]{\tiny\uppercase{#1}};
\end{tikzpicture} \end{tikzpicture}
} }
@@ -530,7 +536,7 @@
\newcommand\Characteristics[6]{ \newcommand\Characteristics[6]{
\noindent \noindent
\begin{center} \begin{center}
\charPart{BRAWN}{#1}\charPart{AGILITY}{#2}\charPart{INTELLECT}{#3}\\\charPart{CUNNING}{#4}\charPart{WILLPOWER}{#5}\charPart{PRESENCE}{#6}% \charPart{BRAWN}{#1}\charPart{AGILITY}{#2}\charPart{INTELLECT}{#3}\\\vspace{3pt}\charPart{CUNNING}{#4}\charPart{WILLPOWER}{#5}\charPart{PRESENCE}{#6}%
\end{center} \end{center}
\hfill\null} \hfill\null}
@@ -538,7 +544,7 @@
\newcommand\Derived[2]{\noindent \newcommand\Derived[2]{\noindent
\begin{tikzpicture} \begin{tikzpicture}
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) { \node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
\tikz\node[label={[chamfered rectangle, draw, thick, fill=bgblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above: \uppercase{#1}}] (inner) {\large\tn #2}; \tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above: \uppercase{#1}}] (inner) {\large\tn #2};
}; };
\end{tikzpicture} \end{tikzpicture}
} }
@@ -547,7 +553,7 @@
\begin{tikzpicture} \begin{tikzpicture}
\draw[ultra thick] (0.88,-0.2) -- (0.88,-1.11); \draw[ultra thick] (0.88,-0.2) -- (0.88,-1.11);
\node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) { \node[chamfered rectangle, draw, thick, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}] (named) {
\tikz\node[label={[chamfered rectangle, draw, thick, fill=bgblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above:\uppercase{#1}}] (inner) {\large\tn #2\hspace{18pt}#3}; \tikz\node[label={[chamfered rectangle, draw, thick, fill=charblue, inner sep=0mm, chamfered rectangle corners={north west, north east, south west, south east}, font=\tiny\tn\color{white}, minimum height=4mm, minimum width=17mm]above:\uppercase{#1}}] (inner) {\large\tn #2\hspace{18pt}#3};
}; };
\end{tikzpicture} \end{tikzpicture}
} }