Templates

D\&D Character Sheet

Preview

D\&D Character Sheet

D&D 5e-style character sheet with stat blocks, skills, saves, inventory, and a spellbook section. Styled with a parchment aesthetic and ornate headers.

Category

Other

License

Free to use (MIT)

File

dnd-character-sheet/main.tex

main.texRead-only preview
\documentclass[10pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,margin=1.2cm]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{array}
\usepackage{tabularx}
\usepackage[hidelinks]{hyperref}

\definecolor{parch}{HTML}{F3E7C9}
\definecolor{ink}{HTML}{3E2B1F}

\pagecolor{parch}
\color{ink}

\pagestyle{empty}
\setlength{\parindent}{0pt}

\newcommand{\stat}[2]{%
  \begin{tikzpicture}
    \draw[ink, thick] (0,0) rectangle (2.2,2.2);
    \node at (1.1,1.6) {\small\bfseries #1};
    \node at (1.1,0.8) {\Huge\bfseries #2};
  \end{tikzpicture}
}

\begin{document}

\begin{center}
  {\Huge\bfseries\scshape Dungeons \& Dragons -- Character Sheet}\\
  \rule{0.6\linewidth}{0.6pt}
\end{center}

\vspace{0.5em}

\noindent
\begin{tabularx}{\linewidth}{@{}X X X@{}}
\textbf{Name:} Thalindra Ashwhisper & \textbf{Class \& Level:} Ranger 5 & \textbf{Race:} Wood Elf \\
\textbf{Background:} Outlander & \textbf{Alignment:} Chaotic Good & \textbf{Player:} First Last \\
\end{tabularx}

\vspace{1em}
\begin{center}
\stat{STR}{12}\quad \stat{DEX}{18}\quad \stat{CON}{14}\quad \stat{INT}{11}\quad \stat{WIS}{16}\quad \stat{CHA}{10}
\end{center}

\vspace{0.5em}

\noindent
\begin{minipage}[t]{0.48\linewidth}
\textbf{Saving Throws}\\[0.2em]
\begin{tabular}{ll}
STR & +1 \\ DEX & +7 $\star$ \\ CON & +2 \\ INT & +0 \\ WIS & +6 $\star$ \\ CHA & +0 \\
\end{tabular}
\end{minipage}%
\begin{minipage}[t]{0.48\linewidth}
\textbf{Combat Stats}\\[0.2em]
\begin{tabular}{ll}
AC & 17 (studded leather + dex)\\
Initiative & +4 \\
Speed & 35 ft \\
HP Max & 42 \\
Hit Dice & 5d10 \\
Proficiency Bonus & +3 \\
\end{tabular}
\end{minipage}

\vspace{1em}

\textbf{Skills ($\star$ proficient)}\\
Acrobatics +4, Animal Handling +6$\star$, Athletics +1, Insight +6$\star$,
Investigation +0, Nature +3$\star$, Perception +9$\star$ (expertise), Stealth +7$\star$,
Survival +6$\star$.

\vspace{1em}

\textbf{Attacks}
\begin{tabularx}{\linewidth}{l c c X}
\hline
\textbf{Weapon} & \textbf{Bonus} & \textbf{Damage} & \textbf{Notes} \\
\hline
Longbow          & +7 & 1d8+4 piercing  & Range 150/600 \\
Shortsword (main) & +7 & 1d6+4 piercing  & Finesse \\
Shortsword (off)  & +7 & 1d6   piercing  & Two-weapon fighting \\
Dagger (thrown)   & +7 & 1d4+4 piercing  & Range 20/60 \\
\hline
\end{tabularx}

\vspace{1em}

\textbf{Spells (Ranger, 2nd-level caster)}\\
\emph{Spell Save DC} 14 \;•\; \emph{Spell Attack} +6 \\
\textbf{1st-level slots (4):} Hunter's Mark, Goodberry, Cure Wounds, Entangle. \\
\textbf{2nd-level slots (2):} Pass without Trace, Spike Growth.

\vspace{1em}

\textbf{Equipment}
\begin{itemize}
  \item Longbow with 40 arrows
  \item Two shortswords, dagger x2
  \item Explorer's pack, hunting trap
  \item 125 gp in a leather pouch
  \item Cloak of protection (+1 AC, saves)
\end{itemize}

\textbf{Features \& Traits}: Favored Enemy (Orcs), Natural Explorer (Forest),
Fey Ancestry, Hunter's Prey: Colossus Slayer.

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

D\&D Character Sheet LaTeX Template | Free Download & Preview - Bibby