\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{swooyj35} \pdfinfo{ /Title (dark-dice-rpg-core.pdf) /Creator (Cheatography) /Author (swooyj35) /Subject (Dark Dice RPG Core Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{915757} \definecolor{LightBackground}{HTML}{F8F4F4} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Dark Dice RPG Core Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{swooyj35} via \textcolor{DarkBackground}{\uline{cheatography.com/204321/cs/43550/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}swooyj35 \\ \uline{cheatography.com/swooyj35} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 3rd June, 2024.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{2.04057 cm} x{2.93643 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Ability Scores}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Strength (STR)}} & Melee ATK | Physical Strength. \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Dexterity (DEX)}} & Ranged ATK | Hand Skill \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Agility (AGI)}} & DEF rolls | Climbing, Moving \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{Constitution (CON)}} & HP | Overall Health \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Wits (WIT)}} & Initiative | Sharpness of mind \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} {\bf{Intelligence (INT)}} & Arcane SPL | Knowledge, Logic \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Willpower (WIL)}} & Divine SPL | Mental Fortitute \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} {\bf{Charisma (CHA)}} & Witchcraft | Force of personality \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} - & - \tn % Row Count 17 (+ 1) % Row 9 \SetRowColor{white} {\bf{Hit Points (HP)}} & HD + CON + WIL \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} {\bf{Defence Rating (DR)}} & Add to DEF rolls \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Magick}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{SPL Roll}} & {\emph{DC10+SPL Level}}. If fail, can't cast same spell until rest \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Focusing}} & Reroll SPL if take DMG or similar. Lose focus on fail. \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Learn Arcane}} & {\emph{DC10+SPL Level}} INT check. 1 per day \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} {\bf{Learn Divine}} & Must be Devoted. 100gp per SPL level. \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Learn Witchcraft}} & {\emph{DC10+SPL level}} WIL or gain 1d4 CP \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Critical Hit Location (d100)}} \tn % Row 0 \SetRowColor{LightBackground} 01-39 & Leg \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} 40-59 & Off-Arm \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} 60-79 & Main Arm \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} 80-99 & Body \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} 00 & Head \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.54287 cm} x{3.43413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Advancement}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Level Up}} & 100 x Level XP \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\bf{HP Increase}} & Roll HD x level. If the total is higher than base HP, increase. \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Score Increase}} & Roll d20 for each score. If higher, raise by 1 \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.79172 cm} x{3.18528 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Criticals}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Crit. Fail}} & Weapon breaks, spells backfire \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Crit. Success}} & Double Damage or effect \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{{\emph{Target suffers an injury after critical hit.}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.79363 cm} x{1.00248 cm} p{0.58478 cm} x{1.79611 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Races (d100)}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Roll}} & {\bf{Name}} & {\bf{HD}} & {\bf{Bonus}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 1-84 & {\emph{Human}} & d6 & Extra talent or +2 \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 85-94 & {\emph{Dwarf}} & d8 & +2 CON \& Max HP \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} 95-99 & {\emph{Wood Elf}} & d6 & +2 to Ranged ATK \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} 00 & {\emph{High Elf}} & d6 & +2 to SPL Rolls \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{{\emph{If chosen randomly, gain 50xp at start}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.41887 cm} x{1.64772 cm} x{1.51041 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Currency}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{1}} Gold (G) = & {\bf{20}} Silver (S) = & {\bf{240}} Brass (B) \tn % Row Count 2 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.4931 cm} x{3.4839 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Combat}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Melee ATK}} & d20+STR \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Ranged ATK}} & d20+DEX \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Defence (DEF)}} & d20+AGI against ATK \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{Momentum (M.)}} & +1 to a roll, stacks \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} {\bf{Gain M.}} & Succesfull ATK, SKL etc. \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} {\bf{Lose M. (All)}} & Fail opposed roll, gain condition, suffer damage, skip fighting etc. \tn % Row Count 12 (+ 3) % Row 6 \SetRowColor{LightBackground} {\bf{Advantage}} & Roll 2 times, take highest \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.89126 cm} x{3.08574 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Gameplay}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Advantage}} (Adv.) & Gain +1 bonus on a roll \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} {\bf{Dice Adv.}} & Roll 2 times, take highest. \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} {\bf{Corruption Point (CP)}} & Gain mutation. Max CON + WIL \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} {\bf{Dark Dice (d6)}} & Add to ATK, DEF, DMG, SPL, SKL rolls or reduce d6 incoming DMG. \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} {\bf{Death}} & At 0HP, 1d4+CON. DC15 INT to stabilize. Insta-death if -CON score HP. \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} {\bf{Distances}} & {\emph{Close}}: 5ft, {\emph{Near}}: 30ft, {\emph{Far}}: 60+ \tn % Row Count 14 (+ 2) % Row 6 \SetRowColor{LightBackground} {\bf{Fate Point}} & Defy odds, Dont die. \tn % Row Count 15 (+ 1) % Row 7 \SetRowColor{white} {\bf{Resting}} & Roll HD your level times \tn % Row Count 16 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.19002 cm} x{1.92234 cm} x{1.46464 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Armor}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Type}} & {\bf{Bonus}} & {\bf{Weight}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} {\emph{Light}} & +1 DR & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} {\emph{Medium}} & -1 DMG & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} {\emph{Heavy}} & -1 DR, -3 DMG & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} {\emph{Shield}} & +2 DR & 2 \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.73926 cm} x{1.41887 cm} x{1.41887 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{5.377cm}}{\bf\textcolor{white}{Weapons (WPN)}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Type}} & {\bf{Damage}} & {\bf{Weight}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} One-Handed & d4, d6, d8 & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Two-Handed & d10-d12 & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Light Ranged & d4, d6 & 1 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Heavy Ranged & d8, d10 & 2 \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{5.377cm}}{{\bf{Improvised weapon (1d4-1):}} {\emph{1:6 chance to break.}} \newline {\bf{Firearms:}} {\emph{Misfire on 1, Force moral check each shot.}} \newline {\bf{Reloading:}} {\emph{Skip moving to reload}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}