• 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

Altering display of DCs

frumple

Well-known member
I have a monsters ability that has two DC each dependent on a different ability. I want to display it as follows:

Name (thing-a DC #1/thing-b DC 2)

Now I can do this easily enough by altering the livename of the ability, but the Ability Focus feat will not work with the ability. I gather this is so because I am not selecting anything in the Default DC field.

How can I get inside the routine that calculates and displays DCs so I can modify it as above but still have the ability able to be modified by Ability Focus and other things that affect DC.
 
Here is an idea instead and lets assume one DC uses Con and one uses Cha. Have the Con one be the primary DC and sets its value automagically into abDC. Then somewhere in Final take abDC and subtract out the aCON modifier then add in aCHA modifier and place that into abValue. Then like you said simply change the Livename.

Now your abValue DC is exactly the same as the abDC except for which ability score is used. This way the value is always correct even if I used an adjustment to adjust the DC of the racial special by adding directly to abDC. Your future planing for other feats or Things this way instead of hard codding just for what works right this second.
 
Back
Top