• 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

Standard DC, Bug?

Frodie

Well-known member
Not sure if this is a bug or not.

I am trying to use the standard dc in a race custom ability, (10 + 1/2 hit dice + ability mod). So I tried it out on a 10th level character and the DC is 10. Shouldn't it be 15?
 
Not sure if this is a bug or not.

I am trying to use the standard dc in a race custom ability, (10 + 1/2 hit dice + ability mod). So I tried it out on a 10th level character and the DC is 10. Shouldn't it be 15?
Nope. Standard Racial DC is from Hit Dice not Class levels. So the correct value is 10. If you want to include the class levels you would have to write a custom script.

Post-Levels/10000
Code:
~ Include 1/2 class levels also.
field[abDC].value += round(hero.tagcount[Classes.?]/2,0,-1)
 
Back
Top