From a8090693dc7fff6991b93a879d418f1aded41b41 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 31 Jul 2023 16:25:35 +0200
Subject: [PATCH] rearrange derived gumption on cs

---
 CS.tex | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CS.tex b/CS.tex
index ffa1b520..c29cfb7d 100644
--- a/CS.tex
+++ b/CS.tex
@@ -66,7 +66,7 @@
 
   \posterbox[
     remember, blankest,interior engine=path,valign=center,
-  ]{name=gumption,column=1,row=9,span=4,rowspan=8}{
+  ]{name=gumption,column=1,row=8,span=4,rowspan=8}{
 
     \begin{tikzpicture}[
 circle label/.style = {
@@ -85,10 +85,10 @@ circle label/.style = {
       \draw[dotted] (-1,4) circle (1) node [align=left,text width=3.5em] {};
      \path[circle label={HP = 6 + Strength}] (-1,0.6) arc (-90:360-90:1.1);
       \draw[dotted] (-1,1.7) circle (1);
-     \path[circle label={Fatigue Points}] (-1,-1.5) arc (-90:360-90:1.1);
-      \draw[dotted] (-1,-0.5) circle (1);
-     \path[circle label={MP = 3 x spheres + Intelligence}] (-1,-4) arc (-90:315-45:1.1);
-      \draw[dotted] (-1,-3) circle (1) node [align=left] {};
+     \path[circle label={Fatigue Points}] (-1,-2) arc (-90:360-90:1.1);
+      \draw[dotted] (-1,-0.9) circle (1);
+     \path[circle label={MP = 3 x spheres + Intelligence}] (-1,-4.6) arc (-90:315-45:1.1);
+      \draw[dotted] (-1,-3.5) circle (1) node [align=left] {};
     \end{tikzpicture}
 
   }
-- 
GitLab