From 54f3eb6789e842c56b40297028eb6abdb718ddf6 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 23 Jan 2023 16:06:40 +0100 Subject: [PATCH] expand animal abilities --- stats.sty | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/stats.sty b/stats.sty index 6bf4ec76..a96927ca 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 - } +} -- GitLab