• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Adjusting CR in Hero Lab for 3.5 e

Trellinane

New member
I am trying to correct a CR for a young version of a Worg but it is automatically starting it as a CR2 and I want to adjust this down to a CR of 1. How do I do this?
 
The only way I can see to lower a creatures CR/HD is with an adjustment.
On the "Adjust" tab, Permanent Adjustment: "Additional Hit Dice" and use the left arrow to get -1, etc. This changes the HD, CR, BAB, saves, etc.
 
The only way I can see to lower a creatures CR/HD is with an adjustment.
On the "Adjust" tab, Permanent Adjustment: "Additional Hit Dice" and use the left arrow to get -1, etc. This changes the HD, CR, BAB, saves, etc.

There is a hero field you can change. Try copying the Additional Hit Dice adjustment in the editor and changing the script to this:

Code:
doneif (field[pIsOn].value = 0)

herofield[tCR].value += field[pAdjust].value

Let me know if it works for you.

Also, when you say "correct" is there a bug in the system or is this a home brew thing? Can you not change the race itself or a template you are adding?
 
Back
Top