Skip to content
Snippets Groups Projects
Commit c15031ad authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add magical item command

parent e21d5d9f
Branches
Tags
No related merge requests found
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
} }
\newcommand{\npc}[2]{\needspace{12em}\begin{center}\vspace{.38cm} #1 #2 \vspace{.18cm}} \newcommand{\npc}[2]{\needspace{12em}\vspace{.38cm} #1 #2 \vspace{.18cm}}
\newcommand{\NPC}[4]{\needspace{4em}\vspace{.38cm} #1 #2 \newcommand{\NPC}[4]{\needspace{4em}\vspace{.38cm} #1 #2
\hspace{.5cm}\textbf{Personality:} #3 \hspace{.5cm}\textbf{Personality:} #3
...@@ -168,6 +168,12 @@ ...@@ -168,6 +168,12 @@
\newcommand{\sphere}[1]{\setcounter{spelllevel}{0}\renewcommand{\currentsphere}{#1}\index{#1}\section{\currentsphere}} \newcommand{\sphere}[1]{\setcounter{spelllevel}{0}\renewcommand{\currentsphere}{#1}\index{#1}\section{\currentsphere}}
\newcommand{\spelllevel}{\addtocounter{spelllevel}{1}\subsection{\currentsphere~ Level \arabic{spelllevel}}\noindent} \newcommand{\spelllevel}{\addtocounter{spelllevel}{1}\subsection{\currentsphere~ Level \arabic{spelllevel}}\noindent}
\newcommand{\enhancement}[2]{\paragraph{(#1) #2:}} \newcommand{\enhancement}[2]{\paragraph{(#1) #2:}}
\newcommand{\magicitem}[7]{\textbf{#1}
\textit{Spells: #2, }\textit{Casting: #3, }\textit{Type: #4, }\textit{Intelligence #5, }\textit{Wits #6, }\textit{#7 MP}% Type can be 'pocket spell', 'magical item', or 'artefact'.
\vspace{.3em}
}
\newcommand{\spell}[3]{\subsubsection{#1} \newcommand{\spell}[3]{\subsubsection{#1}
...@@ -178,6 +184,7 @@ ...@@ -178,6 +184,7 @@
% Toggles for knacks % Toggles for knacks
%%%%%%%%%%%%%%%%%%%% Environments %%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%% Environments %%%%%%%%%%%%%%%%%%%%
\newenvironment{boxtext}{\noindent}{} \newenvironment{boxtext}{\noindent}{}
\newenvironment{speechtext}{\begin{quotation}\noindent}{\end{quotation}} \newenvironment{speechtext}{\begin{quotation}\noindent}{\end{quotation}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment