From 7e677a902fd3c537513973f879d401ba5edb7863 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Jun 2020 10:47:04 -0300 Subject: Maluses will only be 70% of bonuses (I'm not so evil >.>) --- npc/craft/options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index d141429ba..a6770c45f 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -573,6 +573,7 @@ function script csys_Apply { // Apply a malus using array_pop (it was shuffled so we're fine) .@vartp=array_pop(@csys_penalty); .@malus=csys_BonusCalc(.@lv, .@lv2, .@vartp); + .@malus=.@malus*70/100; setitemoptionbyindex(.@id, .@slot, .@vartp, -(.@malus)); .@slot+=1; -- cgit v1.2.3-70-g09d2