From 7a8190def5252ca4eeafe573ee49c7db568bd9f5 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Wed, 24 Feb 2021 23:45:28 +0100 Subject: [PATCH] add '+' to \magicitem potency --- bind.sty | 2 +- example.tex | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bind.sty b/bind.sty index ff4e3cd3..3b1a88c9 100644 --- a/bind.sty +++ b/bind.sty @@ -448,7 +448,7 @@ bookmarks=true]% \textit{Path: #3, }% \textit{Duration: #4, }% \textit{Type: #5, }% - \textit{Potency: #6, }% + \textit{Potency: +#6, }% \textit{MP: #7}% % Type can be 'Pocket Spell', 'Talisman', or 'Artefact'. \needspace{2em}% diff --git a/example.tex b/example.tex index 08fd62dd..9b0514ca 100644 --- a/example.tex +++ b/example.tex @@ -40,6 +40,18 @@ The first field can also indicate a female with an {\tt\textbackslash F} (\F), a With a little study, you can summon dozens of monsters, including {\tt\textbackslash human fighter}, {\tt\textbackslash basilisk}, and {\tt \textbackslash ghoul}. +\subsection{And now for something completely different} + +This is a magical item. + +\magicitem{Noodle of Death}% NAME + {Extinguish}% SPELL + {Divinity (FSM)}% PATH + {Instant}% DURATION + {Pocket Spell}% TYPE + {2}% Potency + {5}% MP + \subsection{Random Text} \lipsum[7] -- GitLab