From 91d665bf44da73c6607670fb3ab762408ab3b97c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 2 May 2024 01:11:00 +0200
Subject: [PATCH] replace team actions and stcking with banding

---
 rules/actions_team.tex | 10 ----------
 rules/banding.tex      |  8 ++++++++
 rules_body.tex         |  2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
 delete mode 100644 rules/actions_team.tex
 create mode 100644 rules/banding.tex

diff --git a/rules/actions_team.tex b/rules/actions_team.tex
deleted file mode 100644
index 7c842974..00000000
--- a/rules/actions_team.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\subsubsection{Teamwork}
-
-\begin{itemize}
-  \item
-  If characters can work together on an action, a second character can add half their score, a third adds a quarter, and so on.
-
-  Always round up the final score.
-  \item
-  If characters cannot work together, roll the dice once, and everyone uses that result to calculate their own final score.
-\end{itemize}
diff --git a/rules/banding.tex b/rules/banding.tex
new file mode 100644
index 00000000..9f180bf8
--- /dev/null
+++ b/rules/banding.tex
@@ -0,0 +1,8 @@
+\subsubsection{Banding}
+
+When characters can work together, they band their Bonuses together.
+The highest Bonus counts in full, the second counts for half, the third for a quarter, and so on.
+Halves round up.
+\hint{\Pgls{pc} searches the empty \gls{village} with a +4 Bonus.
+Her companion helps, with his +3 Bonus.
+$4 + \frac{3}{2} = 5\frac{1}{2} = 6$, so they roll with a +6 Bonus}
diff --git a/rules_body.tex b/rules_body.tex
index 1dc0d1f0..2b8ba832 100644
--- a/rules_body.tex
+++ b/rules_body.tex
@@ -25,7 +25,7 @@
 
 \input{config/rules/actions_resting.tex}
 
-\input{config/rules/actions_team.tex}
+\input{config/rules/banding.tex}
 
 \end{multicols}
 
-- 
GitLab