Added a rule to enable multiple procs from the same weapon's other slots if a proc is deemed to trigger, Defaults to true.

This commit is contained in:
SecretsOTheP
2014-04-05 17:18:19 -04:00
parent 628a5764cc
commit 35fad4d5a7
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -396,6 +396,7 @@ RULE_BOOL ( Combat, UseArcheryBonusRoll, false) //Make the 51+ archery bonus req
RULE_INT ( Combat, ArcheryBonusChance, 50)
RULE_INT ( Combat, BerserkerFrenzyStart, 35)
RULE_INT ( Combat, BerserkerFrenzyEnd, 45)
RULE_BOOL ( Combat, OneProcPerWeapon, true) //If enabled, One proc per weapon per round
RULE_CATEGORY_END()
RULE_CATEGORY( NPC )