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

create talisman command

parent 6c518cb3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
\RequirePackage{config/csCommands}
\RequirePackage{config/seasons}
\RequirePackage{config/magic}
\RequirePackage{config/talismans}
\RequirePackage{config/loot}
\RequirePackage{config/arms}
\RequirePackage{config/stats}
......
......@@ -179,3 +179,19 @@
}
}
\newcommand\showTalisman{
\addtocounter{castingBonus}{7}%
\paragraph{\spellName}
\spellSum
Resisted by: \spellResistance\ (\tn[\arabic{castingBonus}])
\spellNotes
}
\newcommand\talisman[7]{%
\calcSpell{#1}{#2}{#3}{#4}{#5}{#6}{#7}%
\index{Talismans!#1}
\showTalisman
}
\newcommand\scrollOfFriendship{
\talisman{Scroll of Friendship}% Name
{duplicated,detailed}% Enhancements
{warp}% Action
{Fire,Air}% Spheres
{\roll{Wits}{Vigilance}}% Resistance
{The scroll, once burnt, creates \arabic{spellTargets} copies of the illusionist, all around them.}% Summary
{}% Details
}
\newcommand\bloodCandle{
\talisman{Blood Candle}% Name
{duplicated}% Enhancements
{Wax}% Action
{Air,Water}% Spheres
{Ambient noise}% Resistance
{Once lit, the frozen blood around the outside of the candle begins to melt, and `bleed'.
If the room remains quiet, everyone present regains \showDam~\glspl{fp}.}% Summary
{}% Details
}
\newcommand\minersWeed{
\talisman{Miner's Tobacco}% Name
{}% Enhancements
{Warp}% Action
{Air}% Spheres
{Wind speed}% Resistance
{Once lit in a burning pipe, the tobacco produces a bubble of immovably stagnant air around it.
Projectiles shot at the user receive a -\arabic{spellPlusTwo} penalty, and the user can resist the effects of any gasses with a +\arabic{spellPlusTwo} Bonus.}% Summary
{
The tobacco has enough for \stepcounter{r3}\arabic{r3} uses, each of which lasts for around 10 minutes.
}% Details
}
......@@ -290,6 +290,17 @@ This section is non-verbose, so only basic stats are shown.
\end{multicols}
\section{Talismans}
\begin{multicols}{2}
\scrollOfFriendship
\bloodCandle
\minersWeed
\end{multicols}
%%%%% Test Character Sheet
......
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