This commit is contained in:
2024-07-23 10:34:06 +02:00
parent cf1a215019
commit 11c98236b5
3 changed files with 14 additions and 12 deletions

BIN
npcs.pdf

Binary file not shown.

View File

@@ -2,7 +2,7 @@
\input{star-wars-formatting.sty} \input{star-wars-formatting.sty}
\newcommand{\nemesis}[6]{% \newcommand{\nemesis}[5]{%
\begin{center} \begin{center}
\Characteristics{\StrChar{#1}{1}}{\StrChar{#1}{3}}{\StrChar{#1}{5}}{\StrChar{#1}{7}}{\StrChar{#1}{9}}{\StrChar{#1}{11}} \Characteristics{\StrChar{#1}{1}}{\StrChar{#1}{3}}{\StrChar{#1}{5}}{\StrChar{#1}{7}}{\StrChar{#1}{9}}{\StrChar{#1}{11}}
\end{center} \end{center}
@@ -11,7 +11,7 @@
\Derived{Soak Value}{#2} \Derived{Soak Value}{#2}
\Derived{W. Threshold}{#3} \Derived{W. Threshold}{#3}
\Derived{S. Threshold}{#4} \Derived{S. Threshold}{#4}
\DerivedSplit{m/r Defense}{#5}{#6} \DerivedSplit{m/r Defense}{\StrChar{#5}{1}}{\StrChar{#5}{3}}
\end{center} \end{center}
} }
@@ -21,7 +21,7 @@
\begin{minipage}[t]{0.48\textwidth} \begin{minipage}[t]{0.48\textwidth}
\subsection{Morrigan Vex [Rival]} \subsection{Morrigan Vex [Rival]}
\nemesis{4,2,3,4,3,2}{4}{14}{15}{2}{1} \nemesis{4,2,3,4,3,2}{4}{14}{15}{2,1}
\begin{itemize}[noitemsep] \begin{itemize}[noitemsep]
\item \textbf{Skills:} \begin{itemize}[noitemsep] \item \textbf{Skills:} \begin{itemize}[noitemsep]
@@ -53,7 +53,9 @@
\end{itemize} \end{itemize}
\end{minipage} \hfil \hspace{15pt} \end{minipage} \hfil \hspace{15pt}
\begin{minipage}[t]{0.48\textwidth} \begin{minipage}[t]{0.48\textwidth}
, \subsection{Test [Rival]}
\nemesis{1,1,1,1,1,1}{1}{11}{11}{0,0}
\end{minipage} \end{minipage}
\end{center} \end{center}
\newpage \newpage
@@ -61,7 +63,7 @@
\begin{minipage}[t]{0.48\textwidth} \begin{minipage}[t]{0.48\textwidth}
\subsection{Binto Bessum [Nemesis]} \subsection{Binto Bessum [Nemesis]}
\nemesis{2,4,5,3,4,5}{5}{18}{24}{3}{3} \nemesis{2,4,5,3,4,5}{5}{18}{24}{3,3}
\begin{itemize}[noitemsep] \begin{itemize}[noitemsep]
\item \textbf{Skills:} \begin{itemize}[noitemsep] \item \textbf{Skills:} \begin{itemize}[noitemsep]

View File

@@ -543,18 +543,18 @@
\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=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}; \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}
} }
\newcommand\DerivedSplit[3]{\noindent \newcommand\DerivedSplit[3]{\noindent
\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=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}; \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}
} }