Skip to content
Snippets Groups Projects
charts.tex 1.34 KiB
Newer Older
  • Learn to ignore specific revisions
  • Malin Freeborn's avatar
    Malin Freeborn committed
    
    \newcommand\stackingDamageChart{
      \begin{nametable}[l|YYYYYYYYYY]{Damage Conversion}
    
        \textbf{Damage} & 1     & 2     & 3     & 4   & 5     & 6      & 7     & 8 & 9 & 10 \\
        \textbf{Roll}   & 1D6-3 & 1D6-2 & 1D6-1 & 1D6 & 1D6+1 & 1D6+2  & 1D6+3 & 2D6 & 2D6+1 & 2D6+2 \\
    
      \end{nametable}
    }
    
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    \newcommand\manaRegenChart{
      \begin{tabularx}{\linewidth}{Xc}
      \hline
      Underground & 1 \\
      Indoors     & 2 \\
      Outdoors    & 3 \\
      Storm       & 4 \\
      \hline
      \end{tabularx}
    }
    
    \newcommand\manaCoveringChart{
      \begin{tabularx}{\linewidth}{Xc}
      \hline
      Partial armour  & -1 \\
      Complete armour & -2 \\
      \hline
      \end{tabularx}
    }
    
    
    \newcommand{\commonWeaponsChart}{
      \begin{nametable}[lYYYY]{M\^{e}l\'{e}e Weapons}
    
      \textbf{Name} & \textbf{Attack Bonus} & \textbf{Damage Bonus} & \textbf{\Glsfmtshort{ap} Cost} & \textbf{\Gls{weight}} \\\hline
    
      \Dagger \\
    
      \javelin \\
    
      \longsword \\
    
      \maul \\
    
      \quarterstaff \\
    
      \shortsword \\
    
      \end{nametable}
    }
    
    
    \newcommand\commonArmourChart{
    
      \begin{boxtable}[LYYY]
    
      \textbf{Armour} & \textbf{\Gls{dr}} & \textbf{Covering} & \textbf{Weight} \\\hline
    
      Leather         &                 3 &        3          &      0          \\
                                                                                 
      Chain           &                 4 &        3          &      1          \\
    
      \end{boxtable}
    }