From fb153515a8b42e6bcfe874f2d420b1bac7c59d94 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 6 Nov 2023 05:22:07 +0100
Subject: [PATCH] new spells format in docs

---
 docs.tex | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs.tex b/docs.tex
index a20463cc..d3e83ef7 100644
--- a/docs.tex
+++ b/docs.tex
@@ -228,9 +228,34 @@ Or you can specify a list of spells, with an optional argument to take any spell
     {Brrrrrr}% Long Description
 ]{Fate1,Air2}
 
+\subsubsection{Talismans}
+
+Magical talismans (one-use items) are formatted like this:
+
+\begin{verbatim}
+  \magicItem{Scroll of Distraction}% Name
+    {\duplicated, \divergent}% Enhancements
+    {someone attacks}% Activation
+    {\roll{Strength}{Athletics}}%
+    {illusionary bats appear, causing a massive distraction}%
+    {Fire Shoots}% Effect
+    {A pretty brooch}% Item description
+\end{verbatim}
+
+\subsection{Pictures}
+
+\magicItem{Scroll of Distraction}% Name
+  {\duplicated, \divergent}% Enhancements
+  {someone attacks}% Activation
+  {\roll{Strength}{Athletics}}%
+  {illusionary bats appear, causing a massive distraction}%
+  {Fire Shoots}% Effect
+  {A pretty brooch}% Item description
+
 \subsection{Pictures}
 
 \sidepic{l1}
+
 All images should go into the images directory.
 
 Writing \verb"\pic{b1}" shows the image under \verb"images/b1.svg".
-- 
GitLab