From 70c328e65564ccaa5dfb4afb0ef75dc036debb1c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 26 Aug 2021 14:51:53 +0200
Subject: [PATCH] make mass-damage discount max ten enemies

---
 gm.tex    | 2 +-
 rules.tex | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gm.tex b/gm.tex
index 7be5bead..9c8a6b2d 100644
--- a/gm.tex
+++ b/gm.tex
@@ -426,7 +426,7 @@ Once a \gls{pc} has run out of initiative, keep attacking so that the \gls{pc} g
 At some point, the party spellcaster may put together a \textit{Massive, Range, Sentient, Murder-Spell}, and destroy anything in their path.
 This isn't an abuse of the rules -- it's just intelligent use.
 
-Firstly, remember that \glspl{xp} is limited to the first three creatures killed in a single go.%
+Firstly, remember that \glspl{xp} is limited to the first ten creatures killed in a single go.%
 \footnote{See \nameref{xpCreatureMax}, page \pageref{xpCreatureMax}.}
 Secondly, it's time to up the ante and miss out encounters.
 If the party mage can handle 30 goblins with a single spell, just gloss over goblin encounters with a brief roll of the dice.
diff --git a/rules.tex b/rules.tex
index 656f0e88..6d991fbd 100644
--- a/rules.tex
+++ b/rules.tex
@@ -235,11 +235,11 @@ If players need to discount multiple adversaries, they are counted from highest
 
 \iftoggle{verbose}{%
 	Sufficiently powerful characters can take out entire armies with a single spell.
-	However, only the first three enemies killed by a single action give \glspl{xp}.
+	However, only the first 10 enemies killed by a single action give \glspl{xp}.
 	Any further enemies give no \glspl{xp}.
-	Killing 80 goblins with a \textit{Massive Fireball} grants the same \glspl{xp} as killing 3.
+	Killing 80 goblins with a \textit{Massive Fireball} grants the same \glspl{xp} as killing 10.
 }{
-	Players may receive \glspl{xp} for killing up to 3 creatures within a single Initiative click.
+	Players may receive \glspl{xp} for killing up to 10 creatures within a single Initiative click.
 	The highest \gls{xp} total is taken first, then the second highest, and then the third.
 }
 
-- 
GitLab