From be29e71cfdaa7a2f160c0c158b7daacae79003c5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 27 Jan 2023 12:56:30 +0100 Subject: [PATCH] closing docs notes --- docs.tex | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/docs.tex b/docs.tex index cab7c17a..b2bf8dda 100644 --- a/docs.tex +++ b/docs.tex @@ -277,4 +277,82 @@ Available commands: \end{multicols} +\section{Modules \& Areas} + +\begin{multicols}{2} + +\subsection{Encounters} + +Make encounter tables like this: + +\begin{verbatim} + + \begin{encounters}{Wonderland} + + Fields & Gardens & Results \\\hline + + \li & Doormouse \\ + \li & Dodo \\ + \li \lii Unicorn \\ + \li \lii Red Queen \\ + & \lii Black Queen \\ + & \lii Green Queen \\ + +\end{verbatim} + +\begin{encounters}{Wonderland} + + Fields & Gardens & Results \\\hline + + \li & Doormouse \\ + \li & Dodo \\ + \li \lii Unicorn \\ + \li \lii Red Queen \\ + & \lii Black Queen \\ + & \lii Green Queen \\ + + +\end{encounters} + +And charts about roll successes like this: + +\begin{verbatim} + + + \begin{rollchart} + + Roll & Result \\\hline + + 12 & Success \\ + + 11 & Failure \\ + + \end{rollchart} + +\end{verbatim} + +\begin{rollchart} + + Roll & Result \\\hline + + 12 & Success \\ + + 11 & Failure \\ + +\end{rollchart} + + +\end{multicols} + +\begin{multicols}{2} + +\section{Others} + +Other commands are typically produced for just a single location in the book. + +The functions which produce the creature boxes is a tangled mess of rotten spaghetti-logic, which is so inefficient it somehow taxes a modern computer just to add some numbers. +It's best not to think about how creatures are made. + +\end{multicols} + \end{document} -- GitLab