From 4d55f161f4ad853b10af529527daacf6e6d293a7 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 3 Feb 2023 05:07:19 +0100
Subject: [PATCH] increase blade damage

---
 arms.sty | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/arms.sty b/arms.sty
index afc783c0..552e58dd 100644
--- a/arms.sty
+++ b/arms.sty
@@ -95,27 +95,27 @@
 \newcommand{\cudgel}{\weapon[\addtocounter{damage}{-1}]{Cudgel}{0}{0}{1}{6}}
 \newcommand{\Dagger}{\weapon{Dagger}{0}{2}{-5}{0}}
 \newcommand{\firepoker}{\weapon[\addtocounter{damage}{-1}]{Firepoker}{1}{0}{1}{90}}
-\newcommand{\giantsword}{\weapon{Giant Sword}{3}{1}{4}{3200}}
-\newcommand{\greataxe}{\weapon{Great Axe}{2}{1}{4}{1600}}
-\newcommand{\greatsword}{\weapon{Great Sword}{2}{2}{3}{2200}}
-\newcommand{\greatclub}{\weapon[\addtocounter{damage}{-2}]{Great Club}{3}{0}{5}{10}}
+\newcommand{\giantsword}{\weapon{Giant Sword}{3}{2}{4}{3200}}
+\newcommand{\greataxe}{\weapon{Great Axe}{2}{2}{4}{1600}}
+\newcommand{\greatsword}{\weapon{Great Sword}{2}{3}{3}{2200}}
+\newcommand{\greatclub}{\weapon[\addtocounter{damage}{-1}]{Great Club}{4}{0}{5}{10}}
 \newcommand{\javelin}{\weapon{Javelin}{2}{1}{0}{880}}
 \newcommand{\knife}{\weapon{Knife}{0}{1}{-2}{50}}
 \newcommand{\Log}{\weapon[\addtocounter{damage}{-3}]{Log}{-1}{0}{0}{2}}
-\newcommand{\rapier}{\weapon{Rapier}{2}{2}{-1}{2500}}
+\newcommand{\rapier}{\weapon{Rapier}{2}{3}{-1}{2500}}
 \newcommand{\largerock}{\weapon[\addtocounter{weight}{3}]{Rock (large)}{0}{0}{3}{0}}
-\newcommand{\longsword}{\weapon{Long Sword}{2}{2}{1}{2200}}
+\newcommand{\longsword}{\weapon{Long Sword}{2}{3}{1}{2200}}
 \newcommand{\maul}{\weapon{Maul}{1}{0}{3}{2200}}
 \newcommand{\poleaxe}{\weapon{Pole Axe}{4}{1}{4}{2400}}
-\newcommand{\quarterstaff}{\weapon{Quarterstaff}{3}{0}{1}{30}}
+\newcommand{\quarterstaff}{\weapon{Quarterstaff}{4}{0}{1}{30}}
 \newcommand{\rock}{\weapon[\addtocounter{heft}{1}]{Rock}{-1}{0}{1}{0}}
-\newcommand{\shortsword}{\weapon{Short Sword}{1}{2}{0}{1500}}
+\newcommand{\shortsword}{\weapon{Short Sword}{1}{3}{0}{1500}}
 \newcommand{\skillet}{\weapon[\addtocounter{heft}{2}]{Frying Pan}{1}{0}{1}{80}}
-\newcommand{\spear}{\weapon{Spear}{3}{1}{1}{300}}
+\newcommand{\spear}{\weapon{Spear}{4}{1}{1}{300}}
 \newcommand{\stick}{\weapon{Stick}{1}{0}{-1}{1}}
 \newcommand{\whip}{\weapon[\addtocounter{damage}{-1}]{Whip}{1}{0}{0}{30}}
 \newcommand{\warhammer}{\weapon{Warhammer}{2}{0}{3}{30}}
-\newcommand{\woodaxe}{\weapon[\addtocounter{heft}{1}]{Wood Axe}{2}{1}{2}{300}}
+\newcommand{\woodaxe}{\weapon[\addtocounter{heft}{1}]{Wood Axe}{2}{2}{2}{300}}
 
 % SHIELDS
 \newcommand{\longbow}{Longbow}
-- 
GitLab