• 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

Default HEro Lab Bootstrapped ability won't show on specials list

bodrin

Well-known member
I don't know if this is happening because of the update to the core files but the Damage Reduction special ability (xDamRd) won't show up on a custom creature i'm entering via the editor. It has DR 5/- just for reference.

All the other standard Damage reduction bootstraps appear as expected, its just (xDamRd) Damage Reduction ?/- that doesn't.

Help?
 
I just tried bootstraping xDamRd with a Value.5 tag and that worked correctly.

I then removed the bootstrap and just did the following script at Pre-Levels 5,000:
Code:
#applydr[xDamRd,5]
The above also worked fine. Yes in pathfinder you can just use the script without any need of bootstraping xDamRd as xDamRd is already bootstrapped to all characters in Pathfinder. Just an FYI.

Anyways the info showed for both correctly in the Specials tab. See attached pic.

So what method are you using? Bootstrap or Script. I much prefer scripts as it makes future changes so much easier.

If still not appearing post/send your .user file and I can take a quick glance at it. Never hurts to have a 2nd pair of eyes. :)
 

Attachments

  • Noname.jpg
    Noname.jpg
    17.8 KB · Views: 17
I have it bootstrapped, haven't tried the script yet. I didn't have any problems with bootstrapping DR before on any of my custom data. As stated previously other DR versions show on the specials list.
I find it weird that it is happening now after an update. Oh well I may get to test code later on!
 
Figured this quandry out.

If I untick the Ultimate Combat Armor as damage reduction setting in the configure hero options then DR 5/- shows on the specials list.

As its been added in the new update it was the only thing I ticked after creating the new race with xDamRd bootstrapped.

So a word of caution to fellow data authors. Unless it's a bug that DR 5/- should show even if the use armor as DR option is ticked
 
I wanted to clarify what's going on here. Because the Armor as DR variant rules mean that the armor you're wearing provides DR, instead of improving AC, and because the DR it provides stacks with the DRs you gain from your race, or from a class ability, or from some other source, those DRs it stacks with are integrated into the Armor DR display that's on the Basics tab and Basics summary.

The DRs in question are DR/magic, DR/adamantine, and DR/-.

So, take a look at the Armor DR of your new creature while the Armor as DR rules are in effect. The Armor DR should be 5 points higher than normal, since the DR 5/- you added was incorporated into the Armor DR.
 
That makes a lot more sense now!

I'd presumed that any DR value would show on the specials list as well as the armor as DR indicator.

I haven't tested it yet as my time was eaten by a particularly troublesome template.

Thanks for taking the time to reply, much appreciated. I haven't started to read the UC book yet so I was unaware of the stacking rule.
 
Back
Top