diff --git a/stats.sty b/stats.sty index 6bf4ec767b5e5fd1c549457f66406785543d6c77..a96927caace341f895699bc73946d87db494f6f0 100644 --- a/stats.sty +++ b/stats.sty @@ -536,25 +536,37 @@ \ent{Abilities:} & #1 } +\newcommand{\amphibious}{ + amphibious% +} + \newcommand{\claws}{ - Claws (grapple inflicts standard damage)% + claws (grapple inflicts standard damage)% +} + +\newcommand{\flight}{% + flight% } \newcommand{\quadraped}{% - Quadraped (double movement)% + quadraped (double movement)% } \newcommand{\teeth}{% - Teeth (grapple inflicts standard damage)% + teeth (grapple inflicts standard damage)% } - \newcommand{\web}{ - \setcounter{track}{6}\addtocounter{track}{\value{str}} - Web (Strength + Athletics, TN \arabic{track} to break free as a movement action) - } +\newcommand{\venom}{% + venom (grappling inflicts 1D6 Fatigue)% +} + +\newcommand{\web}{% + \setcounter{track}{6}\addtocounter{track}{\value{str}}% + web (Strength + Athletics, TN \arabic{track} to break free as a movement action)% +} %%%%%%%%%%%%%%%%%%%%% Magic Path \newcommand{\Path}[1]{ \\ \raggedright \ent{Spheres:} & #1 - } +}