• 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

Hide Custom Ability?

TCArknight

Well-known member
Another thing that's come up from D20 Modern. :)

I've got the Tough Hero with a talent that adds Damage Reduction 1/-

To do this, I've bootstrapped the xDamRd special ability. However, now I have Damage Reduction (1/-) showing as well as Damage Reduction 1/- (Tough Hero)

Both are showing on the Special list and the Special Summary.

How do I hide the one from the Class, and change the Summary text of the xDamRd to include the Tough Hero reference?
 
Add an eval script to the custom ability that deletes the Helper.ShowSpec tag. You can also change the summary in an eval script (hero.child[xDamRd].field[xSumm].text = "Whatever" at a later phase), but I wouldn't bother modding that.
 
Back
Top