✨
This commit is contained in:
@ -8,9 +8,11 @@
|
||||
\usepackage{enumitem}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{titlesec}
|
||||
\usepackage{listofitems}
|
||||
\usepackage{nicematrix}
|
||||
\usepackage{tikz}
|
||||
\usepackage{stix}
|
||||
\usepackage{amsmath}
|
||||
\usetikzlibrary{shapes,shadows,calc}
|
||||
\usetikzlibrary{positioning,calc}
|
||||
|
||||
@ -26,10 +28,13 @@
|
||||
}
|
||||
|
||||
\definecolor{titlecolor}{HTML}{ffb030}
|
||||
\definecolor{diecolor}{HTML}{0c05e6}
|
||||
\definecolor{diecolor}{HTML}{1d4596}
|
||||
\definecolor{tablecolor1}{HTML}{f0dda5}
|
||||
\definecolor{tablecolor2}{HTML}{f6edd0}
|
||||
|
||||
\definecolor{tablecolor3}{HTML}{c3dfcb}
|
||||
\definecolor{tablecolor4}{HTML}{e2efe6}
|
||||
|
||||
|
||||
\geometry{
|
||||
a4paper,
|
||||
@ -78,7 +83,135 @@
|
||||
{\subtitlefont\MakeUppercase}
|
||||
\titlespacing*{\subsubsection}{0pt}{0pt}{0pt}
|
||||
|
||||
\newcommand{\dice}{$\color{diecolor}\mdblksquare$}
|
||||
\newcommand{\dice}{$\color{diecolor}\blacksquare$}
|
||||
|
||||
\newcommand{\SPECIAL}[7]{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont\large
|
||||
\begin{tabular}{*{7}{w{c}{0.777cm}}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\color{white}S & \color{white}P & \color{white}E & \color{white}C & \color{white}I & \color{white}A & \color{white}L \\
|
||||
\rowcolor{tablecolor3}
|
||||
#1 & \cellcolor{tablecolor4}#2 & #3 & \cellcolor{tablecolor4}#4 & #5 & \cellcolor{tablecolor4}#6 & #7 \\
|
||||
\end{tabular}%
|
||||
\end{center}%
|
||||
}
|
||||
|
||||
\newenvironment{skills}{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\rowcolors{1}{tablecolor3}{tablecolor4}
|
||||
\begin{tabular}{*{2}{w{l}{2.755cm}w{c}{0.6cm}}}
|
||||
\rowcolor{black}
|
||||
\multicolumn{4}{c}{\color{white}\small{}SKILLS} \\ \hline
|
||||
}{%
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\derived}[6]{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\begin{tabular}{*{3}{w{c}{2.378cm}}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\color{white}\small{}HP & \color{white}\small{}INITIATIVE & \color{white}\small{}DEFENSE \\
|
||||
\rowcolor{tablecolor3}
|
||||
#1 & \cellcolor{tablecolor4}#2 & #3\\
|
||||
\end{tabular}\vspace*{10pt}
|
||||
\begin{tabular}{*{3}{w{c}{2.378cm}}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\color{white}\small{}CARRY WEIGHT & \color{white}\small{}MELEE BONUS & \color{white}\small{}LUCK POINTS \\
|
||||
\rowcolor{tablecolor3}
|
||||
#4 & \cellcolor{tablecolor4}#5 & #6\\
|
||||
\end{tabular}%
|
||||
\end{center}%
|
||||
}
|
||||
|
||||
\newcommand{\damager}[4]{%
|
||||
\readlist*\listone{#1}%
|
||||
\readlist*\listtwo{#2}%
|
||||
\readlist*\listthree{#3}%
|
||||
\readlist*\listfour{#4}%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\begin{tabular}{w{l}{0.85cm}*{4}{w{c}{1.36cm}}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\multicolumn{5}{c}{\color{white}DAMAGE RESISTANCES} \\
|
||||
\rowcolor[HTML]{000000}%
|
||||
& \color{white}\small{}PHYS. & \color{white}\small{}ENERGY & \color{white}\small{}RAD. & \color{white}\small{}POISON \\
|
||||
\rowcolor{tablecolor3}
|
||||
\cellcolor{tablecolor4}Head & \listone[1] & \cellcolor{tablecolor4}\listtwo[1] & \listthree[1] & \cellcolor{tablecolor4}\listfour[1]\\
|
||||
\rowcolor{tablecolor3}
|
||||
\cellcolor{tablecolor4}Torso & \listone[2] & \cellcolor{tablecolor4}\listtwo[2] & \listthree[2] & \cellcolor{tablecolor4}\listfour[2]\\
|
||||
\rowcolor{tablecolor3}
|
||||
\cellcolor{tablecolor4}Arms & \listone[3] & \cellcolor{tablecolor4}\listtwo[3] & \listthree[3] & \cellcolor{tablecolor4}\listfour[3]\\
|
||||
\rowcolor{tablecolor3}
|
||||
\cellcolor{tablecolor4}Legs & \listone[4] & \cellcolor{tablecolor4}\listtwo[4] & \listthree[4] & \cellcolor{tablecolor4}\listfour[4]\\
|
||||
\end{tabular}
|
||||
\end{center}%
|
||||
}
|
||||
|
||||
\newcommand{\damagers}[4]{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\begin{tabular}{*{4}{w{c}{1.678cm}}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\multicolumn{4}{c}{\color{white}DAMAGE RESISTANCES} \\
|
||||
\rowcolor[HTML]{000000}%
|
||||
\color{white}\small{}PHYS. & \color{white}\small{}ENERGY & \color{white}\small{}RAD. & \color{white}\small{}POISON \\
|
||||
\rowcolor{tablecolor3}
|
||||
#1 & \cellcolor{tablecolor4}#2 & #3 & \cellcolor{tablecolor4}#4\\
|
||||
\rowcolor{tablecolor3}
|
||||
\end{tabular}
|
||||
\end{center}%
|
||||
}
|
||||
|
||||
\newenvironment{attacks}{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\rowcolors{1}{tablecolor3}{tablecolor4}
|
||||
\begin{tabular}{w{c}{0.1cm}p{7.455cm}}
|
||||
\rowcolor{black}
|
||||
\multicolumn{2}{c}{\color{white}ATTACKS} \\
|
||||
}{%
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\attack}[4]{$\mdblksquare$ & \small\textbf{#1: #2} (TN #3), #4\\}
|
||||
|
||||
\newenvironment{abilities}{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\rowcolors{1}{tablecolor3}{tablecolor4}
|
||||
\begin{tabular}{w{c}{0.1cm}p{7.455cm}}
|
||||
\rowcolor{black}
|
||||
\multicolumn{2}{c}{\color{white}ABILITIES} \\
|
||||
}{%
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
}
|
||||
|
||||
\newcommand{\ability}[2]{$\mdblksquare$ & \small\textbf{\MakeUppercase{#1}:} #2\\}
|
||||
|
||||
\newcommand{\inventory}[1]{%
|
||||
\begin{center}
|
||||
\vspace*{10pt}
|
||||
\subtitlefont
|
||||
\begin{tabular}{p{7.975cm}}
|
||||
\rowcolor[HTML]{000000}%
|
||||
\multicolumn{1}{c}{\color{white}INVENTORY} \\
|
||||
\rowcolor{tablecolor3}\small{}#1
|
||||
\end{tabular}
|
||||
\end{center}%
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
\setcounter{page}{1}
|
||||
@ -92,5 +225,8 @@
|
||||
\newpage
|
||||
\setcounter{page}{1}
|
||||
\input{parts/character_creation.tex}
|
||||
\newpage
|
||||
\setcounter{page}{1}
|
||||
\input{parts/npcs.tex}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user