Browse Source

Add some more tag macros

Getty Ritter 5 years ago
parent
commit
f9dd8a3ba3
1 changed files with 9 additions and 0 deletions
  1. 9 0
      assets/prelude.tex

+ 9 - 0
assets/prelude.tex

@@ -158,6 +158,13 @@
 \newcommand{\itag}[1]{\textit{\color{TagGreen}#1}}
 \newcommand{\ntag}[2]{\textit{\color{TagGreen}#1 #2}}
 
+% specific tags
+\newcommand{\weight}[1]{\ntag{#1}{weight}}
+\newcommand{\damage}[1]{\ntag{#1}{damage}}
+\newcommand{\armor}[1]{\ntag{#1}{armor}}
+\newcommand{\uses}[1]{\ntag{#1}{uses}}
+\newcommand{\ammo}[1]{\ntag{#1}{ammo}}
+
 \newcommand{\onSuccess}{\textbf{On a 10+}}
 \newcommand{\onPlainSuccess}{\textbf{On a 10--11}}
 \newcommand{\onMassiveSuccess}{\textbf{On a 12+}}
@@ -170,3 +177,5 @@
 \newcommand{\secondAdvances}{$\triangleright$ When you \textbf{gain a
     level from 6--10}, choose from these moves or the level 2--5
   moves.}
+
+\newcommand{\blank}{\underline{\phantom{born on a mountain}}}