From bec6b4bacf8a6d6a95b1bdcb47167d75dd1d0f2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 7 Jul 2020 14:33:43 -0300 Subject: But plz not so much --- npc/craft/options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 8e6ace561..2e6e2d96b 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -537,9 +537,9 @@ function script csys_BonusCalc { // Magical: +50% if (@csysArmor & CSYS_MAGICAL) .@base=max(1, .@base*3/2); - // Brawling: +40% + // Brawling: +25% else if (@csysArmor & CSYS_BRAWLING) - .@base=max(1, .@base*7/5); + .@base=max(1, .@base*5/4); } //////////////////////////////////// -- cgit v1.2.3-70-g09d2