Ranger Damage Bonus

.

When the engine is computing 'Attack Damage Dice' it allows for a 'Ranger Damage Bonus' as follow:



Context


Notes

There is no need for this hook to be confined to the particular class named “Ranger”. You could use it to increase damage that good swimmers deal to fish. The word “Ranger” is a carryover from the FRUA game. It is arbitrary and the engine makes no tests for that particular name. The engine makes all of its decisions and computations based on the values you supply for monsters and baseclasses.



If more than one RangerDamageBonus script is provided and executed, the values in the hook parameters survive from one to the next. You can use any of the hook parameters except hookParameter[0] to communicate between multiple scripts. The scripts will not be run in any guaranteed order, however.