From 42d237390e3ad3e58c35a83d4841aa75d7949a66 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 9 Mar 2023 04:28:46 +0100
Subject: [PATCH] expand caster knack examples

---
 stats.sty | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/stats.sty b/stats.sty
index 00642f95..c9d27414 100644
--- a/stats.sty
+++ b/stats.sty
@@ -211,11 +211,14 @@ You don't need to fall unconscious when making a Vitality check)%
 \iftoggle{examplecharacter}{\setcounter{enc}{knacks}\roundUp{enc} (with time to focus, gain +\arabic{enc} to spells)}{}}
 \newcommand{\alchemist}{Alchemist\addtocounter{knacks}{1}\renewcommand{\magicPath}{Alchemist}}
 \newcommand{\bloodCaster}{Blood Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Blood}\iftoggle{examplecharacter}{ (allows the character to learn magic spheres)}{}}
-\newcommand{\divineCaster}{Divine Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Divinity}}
+\newcommand{\divineCaster}{Divine Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Divinity}
+\iftoggle{examplecharacter}{ (allows the caster to cast spells through devotion to a god)}{}}
 \newcommand{\nuraCaster}{Nura Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Nura}}
 \newcommand{\runeCaster}{Rune Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Runes}%
 \iftoggle{examplecharacter}{ (allows the caster to cast spells by slowly painting or carving runes)}{}}
-\newcommand{\songCaster}{Song Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Song}}
+\newcommand{\songCaster}{Song Caster\addtocounter{knacks}{1}\renewcommand{\magicPath}{Song}%
+\iftoggle{examplecharacter}{ (allows the caster to cast spells by slowly, through song)}{}}
+\newcommand{\combatcaster}{Combat Caster\addtocounter{knacks}{1}}
 
 \newcommand\chosenEnemy[1]{Chosen Enemy (#1)\addtocounter{knacks}{1}}
 
-- 
GitLab