Skip to content
Snippets Groups Projects
Commit c8e6763d authored by Malin Freeborn's avatar Malin Freeborn
Browse files

correct beast abilities and knacks

parent 038eb276
No related branches found
No related tags found
No related merge requests found
...@@ -367,13 +367,14 @@ ...@@ -367,13 +367,14 @@
\ent{Abilities:} & #1 \ent{Abilities:} & #1
} }
\newcommand{\teeth}{Teeth (+1 Damage) \addtocounter{str}{1}
}
\newcommand{\claws}{ \newcommand{\claws}{
Claws (+1 Damage) \addtocounter{str}{1} Claws (+1 Damage) \addtocounter{str}{1}
} }
\newcommand{\teeth}{
Teeth (+1 Damage after grapple) \addtocounter{str}{1}
}
\newcommand{\web}{ \newcommand{\web}{
\setcounter{random}{7}\addtocounter{random}{\value{str}} \setcounter{random}{7}\addtocounter{random}{\value{str}}
Web (Strength + Athletics, TN \arabic{random} to break free as a movement action), Web (Strength + Athletics, TN \arabic{random} to break free as a movement action),
...@@ -424,7 +425,7 @@ ...@@ -424,7 +425,7 @@
{2}% DEXTERITY {2}% DEXTERITY
{2}% AGGRESSION {2}% AGGRESSION
{Survival 1, Vigilance 1}% STRENGTH {Survival 1, Vigilance 1}% STRENGTH
{}% ABILITIES {None}% ABILITIES
{} {}
} }
...@@ -437,7 +438,7 @@ ...@@ -437,7 +438,7 @@
}{3}% DR }{3}% DR
{4}% AGGRESSION {4}% AGGRESSION
{Athletics 2, Survival 1}% SKILLS {Athletics 2, Survival 1}% SKILLS
{}% ABILITIES {Web}% ABILITIES
{} {}
} }
% %
...@@ -461,7 +462,7 @@ ...@@ -461,7 +462,7 @@
{2}% DR {2}% DR
{2}% AGGRESSION {2}% AGGRESSION
{Stealth 2, Tactics 2, \knacks{\firststrike , \adrenalinesurge , \perfectsneakattack}}% SKILLS {Stealth 2, Tactics 2, \knacks{\firststrike , \adrenalinesurge , \perfectsneakattack}}% SKILLS
{}% ABILITIES {None}% ABILITIES
{} {}
} }
% %
...@@ -473,7 +474,7 @@ ...@@ -473,7 +474,7 @@
{2}% DR {2}% DR
{1}% AGGRESSION {1}% AGGRESSION
{Athletics 2, Survival 1, Tactics 1}% SKILLS {Athletics 2, Survival 1, Tactics 1}% SKILLS
{}% ABILITIES {\teeth}% ABILITIES
{} {}
} }
...@@ -494,7 +495,15 @@ ...@@ -494,7 +495,15 @@
\newcommand{\basilisk}{ \newcommand{\basilisk}{
\randomthree\addtocounter{age}{5}\randomtwo\addtocounter{random}{1} \randomthree\addtocounter{age}{5}\randomtwo\addtocounter{random}{1}
\animal{\arabic{age}}{-2}{\arabic{random}}{0}{4}{2}{Projectiles 1, Athletics 2}{Odour demands Strength check, TN 9. Acidic breath (1D6-2 Damage).}{\knacks{\unstoppable}} \animal{\arabic{age}}% STRENGTH
{-2}% DEXTERITY
{\arabic{random}}% SPEED
{0}% WITS
{4}% DR
{2}% AGGRESSION
{Projectiles 1, Athletics 2}% SKILLS
{Odour demands Strength check, TN 9. Acidic breath (1D6-2 Damage).}% ABILITIES
{\knacks{\unstoppable}}
} }
% %
...@@ -1109,8 +1118,8 @@ ...@@ -1109,8 +1118,8 @@
{1}% WITS {1}% WITS
{1}% DR {1}% DR
{0}% AGGRESSION {0}% AGGRESSION
{Survival 2\abilities{\teeth}}{}% SKILLS {Survival 2}{}% SKILLS
{}% ABILITIES {\teeth}% ABILITIES
} }
\newcommand{\rockman}{ \newcommand{\rockman}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment