Skip to content
Snippets Groups Projects
charts.tex 3.17 KiB
Newer Older
  • Learn to ignore specific revisions
  • \newcommand\physicalSkillChart{
    
      \begin{figure*}[b!]
      \begin{tabularx}{\linewidth}{X|LLL}
        \hline
        & \textbf{Strength} & \textbf{Dexterity} & \textbf{Speed} \\\hline
        \textbf{Academics} & Orating to a massive crowd & Forgery & Courier Runs \\
        \textbf{Athletics} & Lifting heavy loads & Climbing & Sprinting \\
        \textbf{Deceit} & Intimidation & Feigning an injury & Spreading a rumour across an entire town \\
        \textbf{Stealth} & Hiding in a hay bail & Moving quietly & Escaping into a crowd \\
        \textbf{Vigilance} & Keeping watch all night & Feeling for an exit in the dark & Searching a full forest for a particular tree \\
        \textbf{Wyldcrafting} & Wrestling a~boar & Untying a~horse's bridle & Fleeing a stampede \\
        \hline
      \end{tabularx}
      \end{figure*}
    }
    
    \newcommand\mentalSkillChart{
      \begin{figure*}[b!]
      \begin{tabularx}{\linewidth}{X|LLL}
        \hline
        & \textbf{Intelligence} & \textbf{Wits} & \textbf{Charisma} \\\hline
        \textbf{Academics} & Recalling facts & Resisting an enchantment spell & Storytelling \\
        \textbf{Athletics} & Finding the easiest route to climb & Identifying optimal climbing conditions & Stage acrobatics \\
        \textbf{Deceit} & Crafting a plausible lie & Making a quick excuse & Implausible lies \\
        \textbf{Stealth} & Identifying the best hiding spot & Quickly hiding & Sleuthing a banquet, uninvited \\
        \textbf{Vigilance} & Investigating a crime scene & Spotting an illusion spell & Hearing the best gossip \\
        \textbf{Wyldcrafting} & Planning a new, hidden trail & Foraging for a quick meal & Selling vegetables \\
        \hline
      \end{tabularx}
      \end{figure*}
    }
    
    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
    
    
      \showWeapon{\Dagger} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
      \showWeapon{\javelin} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
      \showWeapon{\longsword} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
      \showWeapon{\maul} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
      \showWeapon{\quarterstaff} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
    
      \showWeapon{\shortsword} \\
    
    Malin Freeborn's avatar
    Malin Freeborn committed
    
      \end{nametable}
    }
    
    
    \newcommand\commonArmourChart{
    
      \begin{boxtable}[LYYY]
    
      \textbf{Armour} & \textbf{\Gls{dr}} & \textbf{Covering} & \textbf{Weight} \\\hline
    
    
      \showArmour{\armour{Partial Leather}{3}{2}} \\
    
      \showArmour{\armour{Partial Chain}{4}{2}} \\
    
      \showArmour{\armour{Complete Leather}{3}{4}} \\
    
                                                                                 
      \end{boxtable}
    }