From c68b859d2fe14e12b125d7e99a5eb9d8e0b9d04c Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 10 May 2024 23:13:17 +0200
Subject: [PATCH] remove derstats notes on external hp boxes

---
 stats.sty | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/stats.sty b/stats.sty
index e1a18ce9..5db14cde 100644
--- a/stats.sty
+++ b/stats.sty
@@ -236,7 +236,6 @@
 \newcommand\HPboxes{%
   \begin{tabular}{r}%
   \hiderowcolors%
-    HP \arabic{hp}~%
     \Repeat{\value{noAppearing}}{%
       \hpStat{freeHP} \\%
     }%
@@ -247,7 +246,6 @@
   \setcounter{track}{\value{noAppearing}}%
   \begin{tabular}{rr}%
   \hiderowcolors%
-    HP \arabic{hp}~%
     \whileboolexpr{test {\ifnumcomp{\value{track}}{>}{0}}}{%%
       \ifnumodd{\value{track}}{ & \small\hpStat{freeHP} \\}{\small\hpStat{freeHP}}%%
       \addtocounter{track}{-1}%
@@ -259,7 +257,6 @@
   \setcounter{track}{\value{noAppearing}}%
   \begin{tabular}{rrr}%
     \hiderowcolors%
-    HP \arabic{hp}~%
     \whileboolexpr{test {\ifnumcomp{\value{track}}{>}{0}}}{%%
       \small\hpStat{freeHP}%
       \addtocounter{track}{-1}%
@@ -281,10 +278,8 @@
     \begin{tabular}{rr}%
       \hiderowcolors%
       \Repeat{\value{noAppearing}}{%
-      HP \arabic{hp}%
       \small\hpStat{freeHP}%
       &%
-      MP \arabic{mp}%
       \small\boxStat{mp}%
       \\%
       }%
@@ -294,8 +289,8 @@
     \begin{tabular}{r}%
       \hiderowcolors%
       \Repeat{\value{noAppearing}}{%
-      HP \arabic{hp} \small\hpStat{freeHP} \\%
-      MP \arabic{mp} \small\boxStat{mp} \\%
+      \small\hpStat{freeHP} \\%
+      \small\boxStat{mp} \\%
       }%
     \end{tabular}%
   \fi%
@@ -309,13 +304,10 @@
     \begin{tabular}{rrr}
       \hiderowcolors
       \Repeat{\value{noAppearing}}{
-      HP \arabic{hp}
       \small\hpStat{freeHP}
       &
-      MP \arabic{mp}
       \small\boxStat{mp}
       &
-      SP \arabic{sp}
       \small\boxStat{sp}
       \\
       }
@@ -325,18 +317,18 @@
       \begin{tabular}{rr}
         \hiderowcolors
         \Repeat{\value{noAppearing}}{
-          HP \arabic{hp} \small\hpStat{freeHP} &
-          MP \arabic{mp} \small\boxStat{mp} \\
-          & SP \arabic{sp} \small\boxStat{sp} \\
+          \small\hpStat{freeHP} &
+          \small\boxStat{mp} \\
+          & \small\boxStat{sp} \\
         }
       \end{tabular}
     \else
       \begin{tabular}{r}
         \hiderowcolors
         \Repeat{\value{noAppearing}}{
-          HP \arabic{hp} \hpStat{freeHP} \\
-          MP \arabic{mp} \boxStat{mp} \\
-          SP \arabic{sp} \boxStat{sp} \\
+          \hpStat{freeHP} \\
+          \boxStat{mp} \\
+          \boxStat{sp} \\
         }
       \end{tabular}
     \fi
-- 
GitLab