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

calculate spell Damage properly

parent 9664b1d2
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
\setcounter{spellCost}{1}
\newcounter{spellPlusTwo}
\setcounter{spellPlusTwo}{1}
\newcounter{spellPlusThree}
\setcounter{spellPlusThree}{1}
\newcounter{castingBonus}
\setcounter{castingBonus}{1}
......@@ -85,6 +87,9 @@
}%
\setcounter{spellPlusTwo}{\value{spellCost}}%
\addtocounter{spellPlusTwo}{2}%
\setcounter{spellPlusThree}{\value{spellCost}}%
\addtocounter{spellPlusThree}{3}%
\conDmg{spellPlusThree}
\renewcommand\spellEnhancements{#2}%
\renewcommand\spellAction{#3}%
\renewcommand\spellSphere{#4}%
......
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