\documentclass[a4paper, 11pt]{article}
\input{preamble}
\begin{document}
% Paper texture
% Got the idea from this character sheet: https://www.overleaf.com/latex/templates/d-and-d-5e-character-template/wxdmsfygjdxh you can use if you want more stats on your sheet.
\watermark{\centering \put(-60,-850){\includegraphics[scale=1.5]{images/paper.jpg}} }
\input{body}
\newpage
\appendix
\input{appendix}
% Include references if you want
\nocite{*}
\printbibliography
\end{document}