From e3e38a2b84cc47534c12559fc7edd890e49e98e6 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 7 Aug 2023 08:08:09 +0200 Subject: [PATCH] change weapons formula --- arms.sty | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arms.sty b/arms.sty index fe6ad4a6..2e78a7c8 100644 --- a/arms.sty +++ b/arms.sty @@ -23,8 +23,10 @@ \ifnum#3>-1% If the weapon's attack bonus is positive, \addtocounter{heft}{#3}% add it to the AP cost and \addtocounter{weight}{#3}% weight rating, + \addtocounter{weight}{#3}% weight rating again, + \roundUp{weight}% half weight rating \roundUp{heft}% then the AP cost by 2. - \addtocounter{weight}{-2}% And reduce the weight by 3. + \addtocounter{weight}{-2}% And reduce the weight by 2. \fi% \ignorespaces #1% \iftoggle{creatureBox}{% @@ -60,14 +62,14 @@ } \newcommand{\boulder}{\weapon[\addtocounter{weight}{3}]{Boulder}{-3}{5}} -\newcommand{\chair}{\weapon{Chair}{2}{1}} +\newcommand{\chair}{\weapon[\addtocounter{weaponBonus}{-1}]{Chair}{2}{1}} \newcommand{\club}{\weapon[\addtocounter{damage}{-1}]{Club}{1}{1}} \newcommand{\cudgel}{\weapon[\addtocounter{damage}{-1}]{Cudgel}{0}{0}} \newcommand{\Dagger}{\weapon{Dagger}{0}{2}} \newcommand{\firepoker}{\weapon{Firepoker}{1}{0}} \newcommand{\giantsword}{\weapon{Giant Sword}{4}{3}} \newcommand{\greataxe}{\weapon{Great Axe}{2}{3}} -\newcommand{\greatsword}{\weapon{Greatsword}{2}{3}} +\newcommand{\greatsword}{\weapon{Greatsword}{3}{3}} \newcommand{\greatclub}{\weapon[\addtocounter{damage}{-1}]{Great Club}{3}{4}} \newcommand{\javelin}{\weapon{Javelin}{2}{1}} \newcommand{\knife}{\weapon{Knife}{0}{1}} @@ -76,7 +78,7 @@ \newcommand{\largerock}{\weapon[\addtocounter{weight}{3}]{Rock (large)}{-1}{2}} \newcommand{\longsword}{\weapon{Longsword}{2}{2}} \newcommand{\maul}{\weapon{Maul}{1}{3}} -\newcommand{\poleaxe}{\weapon{Poleaxe}{4}{2}} +\newcommand{\poleaxe}{\weapon{Poleaxe}{3}{3}} \newcommand{\quarterstaff}{\weapon{Quarterstaff}{3}{0}} \newcommand{\rock}{\weapon[\addtocounter{heft}{1}]{Rock}{-1}{0}} \newcommand{\shortsword}{\weapon{Shortsword}{1}{1}} -- GitLab