Advertisement
Guest User

Untitled

a guest
Nov 10th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.20 KB | None | 0 0
  1. \begin{multicols}{2}[
  2. \chapter{Spells}
  3. ]
  4.    \section{Ranger Spellcasting}
  5.        \subsection{Spell Slots}
  6.            \begin{dndtable}[XX][PhbMauve]
  7.                 \textbf{Spell Level}  & \textbf{Slots} \\
  8.                 1st  & \textbigcircle \hspace{2.5mm} \textbigcircle \\
  9.            \end{dndtable}
  10.            
  11.        \subsection{Spellcasting Ability}
  12.            \textbf{Spell save DC} = {\Large 12} \\
  13.             %\noindent{\scriptsize 8 + Proficiency Bonus + Wisdom Modifier} \\~\\
  14.             \noindent\lstinline!8 + Proficiency Bonus + Wisdom Modifier! \\~\\
  15.            
  16.             \noindent\textbf{Spell attack modifier} = {\Large 4}  \\
  17.             %\noindent{\scriptsize Proficiency Bonus + Wisdom Modifier}
  18.             \noindent\lstinline!Proficiency Bonus + Wisdom Modifier!
  19.            
  20.     \section{1st Level Spells}
  21.         \begingroup
  22.         \setthemecolor[PhbMauve]
  23.         \begin{paperbox}{}
  24.             \begin{spell}
  25.                 {Hail of Thorns}
  26.                 {1st-level conjuration}
  27.                 {1 bonus action}
  28.                 {Self}
  29.                 {V}
  30.                 {Concentration, up to 1 minute}
  31.                 The next time you hit a creature with a ranged weapon attack before the spell ends, this spell creates a rain of thorns that sprouts from our ranged weapon or ammunition. In addition to the normal effect of the attack, the target of the attack and each creature within 5 feet of it must make a Dexterity saving throw. A creature takes 1d10 piercing damage on a failed save, or half as much damage on a successful one.
  32.                
  33.                 \textbf{At Higher Levels}. If you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d10 for each slot level above 1st (to a maximum of 6d10)
  34.             \end{spell}
  35.         \end{paperbox}
  36.         \vfill\null
  37.         \columnbreak
  38.         \begin{paperbox}{}
  39.            
  40.             \begin{spell}
  41.                 {Cure Wounds}
  42.                 {1st-level evocation}
  43.                 {1 action}
  44.                 {Touch}
  45.                 {V, S}
  46.                 {Instantaneous}
  47.                 A creature you touch regains a number of hit points equal to 1d8 + your spellcasting ability modifier. This spell has no effect on undead or constructs.
  48.                
  49.                 \textbf{At Higher Levels}. When you cast this spell using a spell slot of 2nd level or higher, the healing increases by 1d8 for each slot level above 1st.
  50.             \end{spell}
  51.         \end{paperbox}
  52.         \endgroup
  53. \end{multicols}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement