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

update jellies

parent 877781e4
No related branches found
No related tags found
No related merge requests found
......@@ -1319,11 +1319,11 @@
{\undead}% ABILITIES
}
\newcommand\jelly{%
\newcommand\jelly[1][\value{r4}]{%
\swarm[\gloopy%
\ifnum\value{r4}=3%
\ifnum#1=3%
\acidSpray%
\fi]{\ifcase\value{r4}\relax\or%
\fi]{\ifcase#1\relax\or%
Transluscent %
\or%
Red%
......
......@@ -961,7 +961,6 @@
]
\randomize
\clean
#1
\set{hp}{#3}
\set{Dexterity}{#4}
\set{att}{#4}
......@@ -970,7 +969,8 @@
\set{ap}{#5}
\addtocounter{ap}{3}
\set{Wits}{#6}
#1
\set{freeHP}{hp}
\scshape
\begin{tabularx}{.8\textwidth}{YYYY}
\hiderowcolors
......@@ -993,7 +993,6 @@
\end{tabularx}
\ifdefempty{\Abilities}{}{%
\normalfont
\par
\par\textbf{Abilities:} \Abilities
}%
\end{tcolorbox}%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment