there should be a Rule controling npc chance to hit, which by default set to something like 65%, make it lower - like 55%
other than that - you would have to lower npc max dmg
update npc_types set maxdmg=maxdmg*0.8; - will reduce npc dmg by 20% for all npcs
|