From 84899030c70e9c7ebcce548003742c79e050f12f Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 4 May 2024 04:49:49 +0200
Subject: [PATCH] add partialpadded

---
 arms.sty | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arms.sty b/arms.sty
index e4c1ae1b..97e65b92 100644
--- a/arms.sty
+++ b/arms.sty
@@ -150,6 +150,10 @@
   \armour[\addtocounter{armourWeight}{-1}]{Elvish Ceramic armour}{2}{3}%
 }
 
+\newcommand{\partialpadded}{%
+  \armour[\addtocounter{armourWeight}{1}]{padded armour}{3}{3}%
+}
+
 \newcommand{\partialleather}{%
   \armour{partial leather}{3}{3}%
 }
-- 
GitLab