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

fix \acidSpray

parent ea155608
Branches
No related tags found
No related merge requests found
......@@ -1208,21 +1208,24 @@ Academics~1, \ifodd\value{r12} Crafts~\arabic{r2}, \else \fi Deceit~1, \ifodd\va
}
\newcommand{\morphslug}[1][\npc{\T[\arabic{r12}]\A\R}{\arabic{r12} Morph Slugs}]{
\randomdozen
\randomtwoB
\multiply\value{r12} by \value{r2b}
#1
\randomtwo
\addtocounter{enc}{-3}
\animal{\arabic{enc}}% STRENGTH
{-1}% DEXTERITY
{-4}% SPEED
{-3}% WITS
{\arabic{r2b}}% DR
{\arabic{r2}}% AGGRESSION
{Projectiles \arabic{r2}, Wyldcrafting~1}% SKILLS
{\acidSpray}% ABILITIES
{\addtocounter{Strength}{1}}
\randomdozen
\randomtwoB
\multiply\value{r12} by \value{r2b}
#1
\randomtwo
\addtocounter{enc}{-3}
\animal{\arabic{enc}}% STRENGTH
{-1}% DEXTERITY
{-4}% SPEED
{-3}% WITS
{\arabic{r2b}}% DR
{\arabic{r2}}% AGGRESSION
{}% SKILLS
{\acidSpray}% ABILITIES
{
\setcounter{Projectiles}{\value{r2}}
\setcounter{Wyldcrafting}{\value{r2b}}
}
}
\newcommand{\morphspider}[1][\npc{\A\R}{Morph Spider}]{
......
......@@ -894,10 +894,11 @@
\newcommand{\acidSpray}{%
Acidic Spray
\setcounter{track}{4}%
\addtocounter{track}{\value{Speed}}%
\addtocounter{track}{\value{Strength}}%
(\dmg{track} Damage,
\setcounter{track}{\value{Dexterity}}%
\addtocounter{track}{8}%
\addtocounter{track}{\value{Projectiles}}%
\glsentrytext{tn} \arabic{track} to dodge)%
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment